CVS log for ports/graphics/crystalspace/Attic/Makefile
Up to [FreeBSD] / ports / graphics / crystalspace
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.47
Sun Jul 17 14:27:53 2011 UTC (6 months, 3 weeks ago) by jlaffaye
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.46: +1 -1 lines
- Remove graphics/crystalspace as it has expired - Remove graphics/crystalentitylayer as it depends on graphics/crystalspace Approved by: acm (maintainer), bapt (mentor)
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Mar 17 11:08:39 2011 UTC (10 months, 3 weeks ago) by pav
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -0 lines
- Mark ports that have been broken for six month or more, or never compiled on 7.X and up, for removal in one month
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Jun 6 20:43:53 2010 UTC (20 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Bump PORTREVISION for ports that depend on libogg, directly or indirectly (via libvorbis, libtheora).
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Apr 10 18:02:57 2010 UTC (22 months ago) by pav
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -0 lines
- Mark BROKEN: does not compile Reported by: pointyhat
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:36:16 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:38:17 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
- update to jpeg-8
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jan 25 19:15:17 2010 UTC (2 years ago) by pav
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -3 lines
- Introduce USE_OPENAL variable for OpenAL consumers - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat)
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:22:45 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with G
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Jul 18 11:10:45 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
- update to jpeg7 Tested by: pav on pointyhat
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Jul 11 06:13:55 2009 UTC (2 years, 7 months ago) by oliver
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
update to 0.6.2b
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jul 6 21:25:51 2009 UTC (2 years, 7 months ago) by naddy
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Jan 16 04:18:39 2009 UTC (3 years ago) by acm
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
- Bump PORTREVISION, because devel/ode was updated Approved by: amdmi3 via email
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Dec 6 14:36:46 2008 UTC (3 years, 2 months ago) by oliver
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
update cegui to 0.6.2 bump PORTREVISION for the affected ports
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:17 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +0 -2 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jul 25 14:34:24 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +0 -1 lines
- Remove USE_GCC where it can be satisfied with base compiler on following FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Jul 2 16:43:43 2008 UTC (3 years, 7 months ago) by oliver
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
update cegui to 0.6.1 bump PORTREVISION for the affected ports
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat May 3 16:18:03 2008 UTC (3 years, 9 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
- Update cppunit to 1.12.0 - Update all related ports PR: 120489 Submitted by: leeym Approved by: maintainer timeout
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:49:59 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
- Remove unneeded dependency from gtk12/gtk20 [1] - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Mar 13 14:28:21 2008 UTC (3 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
- Chase devel/sdl12 shlib version bump
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:07:58 2007 UTC (4 years, 2 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Mark IGNORE instead of BROKEN; it compiles, but some of its dependencies do not. Approved by: portmgr (self)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Oct 15 03:42:31 2007 UTC (4 years, 3 months ago) by acm
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
- Fix pkg-plist file - Bump PORTREVISION Reported by: linimon, erwin
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Oct 7 05:44:57 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Sep 29 03:10:13 2007 UTC (4 years, 4 months ago) by acm
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -1 lines
- Mark BROKEN on CURRENT [1] - Chase graphics/cegui update [2] - Bump PORTREVISION Suggested by: linimon [1] Forgotten by: oliver [2]
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Sep 13 17:10:46 2007 UTC (4 years, 4 months ago) by acm
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -15 lines
- Update to 1.0.2 - Remove BROKEN [1] - Remove obolete patch file Reported by: kris, linimon
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Sep 7 07:33:38 2007 UTC (4 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
- Chase graphics/lib3ds 1.3.0 update
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jul 28 22:27:57 2007 UTC (4 years, 6 months ago) by kris
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -0 lines
BROKEN: Incorrect pkg-plist
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jul 28 12:27:25 2007 UTC (4 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
- Chase increase of audio/libvorbis shlib version. - Bump PORTREVISION
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat May 19 20:08:46 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Apr 29 19:37:08 2007 UTC (4 years, 9 months ago) by mezz
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Chase with the update of graphics/libcaca, bump the PORTREVISION on these ports. Only two ports that aren't tested and I get no respone back from the maintainer for two weeks. The two ports are graphics/crystalspace(-devel). The rest other ports have been tested or/and submitted by the maintainers (Thanks!).
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:52:56 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -0 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Oct 6 15:43:28 2006 UTC (5 years, 4 months ago) by acm
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
- Update devel/ode to 0.7 - Bump PORTREVISION of all ports that depend of devel/ode [1] Approved by: thierry, Dmitry Marakasov <amdmi3__at__mail.ru> (maintainers) [1]
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Sep 20 20:43:43 2006 UTC (5 years, 4 months ago) by acm
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -1 lines
- Mark BROKEN on sparc64
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Sep 20 11:21:39 2006 UTC (5 years, 4 months ago) by stas
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Aug 24 12:40:03 2006 UTC (5 years, 5 months ago) by acm
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
- Change devel/ode-devel LIB_DEPENDS to devel/ode, now ode-devel is stable and it updated on devel/ode. Approved by: garga (mentor)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 21 03:37:42 2006 UTC (5 years, 5 months ago) by acm
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -5 lines
- Add DIST_SUBDIR - Change DEBUG option to off for default Approved by: garga (mentor)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Aug 20 15:26:48 2006 UTC (5 years, 5 months ago) by acm
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
- Fix the best way the build on !i386 (graphics/libcaca needs to revert the last commit). Suggested by: kris Approved by: garga (mentor)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Aug 20 08:28:29 2006 UTC (5 years, 5 months ago) by acm
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +23 -10 lines
- Fix build on i386/amd64 [1] - Fix pkg-plist - Add missing dependencies - Add CONFLICTS with graphics/crystalspace-devel (i'll commit it soon) - Add one patch file for building this with new version of graphics/cal3d - Others tiny modifications Reported by: kris [1] Approved by: garga (mentor)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jul 23 02:45:15 2006 UTC (5 years, 6 months ago) by acm
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Change maintainer address to my @FreeBSD.org email Approved by: garga (mentor)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jun 25 23:05:03 2006 UTC (5 years, 7 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
- Remove USE_X_PREFIX. - Use SDL_CONFIG. - Do not quote BROKEN message. Approved by: maintainer
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jun 8 16:07:11 2006 UTC (5 years, 8 months ago) by oliver
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
update freealut to 1.1.0
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Apr 23 10:14:30 2006 UTC (5 years, 9 months ago) by oliver
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -2 lines
update to openal 20060211 [1] fix dependant ports [2] PR: ports/96172 [1] ports/95192 [2] Submitted by: maintainer [1] oliver [2] Approved by: maintainer
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Apr 22 22:16:27 2006 UTC (5 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
BROKEN on !i386: Does not compile
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 9 12:37:09 2006 UTC (6 years ago) by lawrance
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3 lines
Update to 0.99 (2006-01-27). PR: ports/92525 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 14 09:44:04 2006 UTC (6 years ago) by kris
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -0 lines
BROKEN on sparc64: Does not compile
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 12 12:54:16 2006 UTC (6 years, 1 month ago) by sem
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
- Update graphics/libglut to 6.4.1. - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Nov 30 09:53:25 2005 UTC (6 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -0 lines
- Mark BROKEN on 4.X
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Nov 23 01:19:29 2005 UTC (6 years, 2 months ago) by pav
Branches: MAIN
Crystal Space is a free (LGPL) and portable 3D Game Development Kit written in C++. It supports: true six degrees of freedom, colored lighting, lightmapped and stencil based lighting, shader support (CG, vertex programs, fragment programs, ...), mipmapping, portals, mirrors, alpha transparency, reflective surfaces, 3D sprites (frame based or with skeletal animation using cal3d animation library), procedural textures, particle systems, halos, volumetric fog, scripting (using Python, Perl, Java, or potentially other languages), 16-bit and 32-bit display support, OpenGL, and software renderer, font support (also with freetype), hierarchical transformations, physics plugin based on ODE PR: ports/89291 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
