CVS log for ports/graphics/crystalspace-devel/Attic/Makefile
Up to [FreeBSD] / ports / graphics / crystalspace-devel
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.34
Mon Mar 9 21:29:10 2009 UTC (2 years, 11 months ago) by miwi
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.33: +1 -1 lines
2009-03-01 databases/rubygem-rrdtool: port no longer maintained by upstream use rrdtools own ruby bindings instead 2009-01-19 graphics/crystalentitylayer-devel: Depends on broken, expired port 2008-09-19 graphics/crystalspace-devel: Has been broken for more than 6 months
Revision 1.33: 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.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
update cegui to 0.6.2 bump PORTREVISION for the affected ports
Revision 1.32: 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.31: preferred, colored
Changes since revision 1.31: +0 -1 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.31: 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.30: preferred, colored
Changes since revision 1.30: +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.30: download - view: text, markup, annotated - select for diffs
Fri Jul 25 12:23:56 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -2 lines
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Revision 1.29: 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.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
update cegui to 0.6.1 bump PORTREVISION for the affected ports
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jun 19 02:54:49 2008 UTC (3 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -0 lines
- This port has been BROKEN for more than 6 months. It will be removed unless fixed in next two months. With hat: portmgr
Revision 1.27: 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.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
- Update cppunit to 1.12.0 - Update all related ports PR: 120489 Submitted by: leeym Approved by: maintainer timeout
Revision 1.26: 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.25: preferred, colored
Changes since revision 1.25: +4 -4 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.25: 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.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- Chase devel/sdl12 shlib version bump
Revision 1.24: 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
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +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.23: download - view: text, markup, annotated - select for diffs
Thu Oct 4 01:10:47 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +0 -4 lines
Remove always-false/true conditions based on OSVERSION 500000
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Sep 7 07:33:39 2007 UTC (4 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
- Chase graphics/lib3ds 1.3.0 update
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jul 28 22:28:29 2007 UTC (4 years, 6 months ago) by kris
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -0 lines
BROKEN: Incorrect pkg-plist
Revision 1.20: 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.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
- Chase increase of audio/libvorbis shlib version. - Bump PORTREVISION
Revision 1.19: 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.18: preferred, colored
Changes since revision 1.18: +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.18: 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.17: preferred, colored
Changes since revision 1.17: +1 -0 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.17: download - view: text, markup, annotated - select for diffs
Thu Nov 30 20:22:27 2006 UTC (5 years, 2 months ago) by acm
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -7 lines
- Update to 20061105 - Remove crystalspace-devel obsolete patch files
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:53:01 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +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.15: 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.14: preferred, colored
Changes since revision 1.14: +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.14: download - view: text, markup, annotated - select for diffs
Wed Sep 20 20:43:44 2006 UTC (5 years, 4 months ago) by acm
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -1 lines
- Mark BROKEN on sparc64
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Sep 20 11:21:38 2006 UTC (5 years, 4 months ago) by stas
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +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.12: 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.11: preferred, colored
Changes since revision 1.11: +2 -1 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.11: download - view: text, markup, annotated - select for diffs
Sun Aug 20 17:39:06 2006 UTC (5 years, 5 months ago) by acm
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +28 -17 lines
- New port: graphics/crystalspace-devel 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 (devel version) WWW: http://www.crystalspace3d.org Repocopied by: marcus 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: old_RELEASE_6_1_0, old_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>
