aboutsummaryrefslogtreecommitdiff
path: root/graphics/white_dune/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak parallel (-jX) builds by calling submakes correctlyAlexey Dokuchaev2013-08-021-11/+22
| | | | | | | | | | | - Remove non-working CENKES from MASTER_SITES - Use newly proposed LIB_DEPENDS syntax - Convert to OptionsNG, wrap one overly long line, misc. cleanups NB: v0.30pl10 is available from upstream. Notes: svn path=/head/; revision=324138
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-7/+2
| | | | | | | | | While here: - Trim headers - Convert some USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=322621
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301519
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-0/+1
| | | | Notes: svn path=/head/; revision=273475
* - Update to 0.30pl5Pav Lucistnik2011-01-191-11/+8
| | | | | | | | | | | - Grant maintainership to submitter PR: ports/153823 Submitted by: Stas Timokhin <devel@stasyan.com> Feature safe: yes Notes: svn path=/head/; revision=267996
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Mark BROKEN on 8.x: does not build.Erwin Lansing2009-05-241-1/+7
| | | | Notes: svn path=/head/; revision=234486
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-0/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Update to 0.28pl14Martin Wilke2008-09-241-1/+1
| | | | | | | | PR: 127305 Submitted by: "Beat Gätzi" <beat@chruetertee.ch> Notes: svn path=/head/; revision=220621
* Update to 0.28pl13Edwin Groothuis2008-04-291-3/+4
| | | | Notes: svn path=/head/; revision=212296
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* - Update to 0.28pl12Andrew Pantyukhin2007-08-071-31/+12
| | | | | | | | - Add mirrors - Clean up Notes: svn path=/head/; revision=197293
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=173460
* - Update master site and WWW URL.Shaun Amott2006-08-161-1/+1
| | | | | | | Reported by: fenner's distfile survey Notes: svn path=/head/; revision=170814
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-1/+2
| | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=153347
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to version 0.28.11Kirill Ponomarev2004-12-301-1/+1
| | | | | | | | PR: ports/75625 Submitted by: Ports Fury Notes: svn path=/head/; revision=125514
* Update to version 0.28.8Kirill Ponomarev2004-12-201-1/+1
| | | | | | | | PR: ports/75268 Submitted by: Ports Fury Notes: svn path=/head/; revision=124566
* Update to version 0.28.7Kirill Ponomarev2004-12-111-1/+1
| | | | | | | | PR: ports/74949 Submitted by: Ports Fury Notes: svn path=/head/; revision=123737
* Update to version 0.28.4Kirill Ponomarev2004-12-051-1/+1
| | | | | | | | PR: ports/74732 Submitted by: Ports Fury Notes: svn path=/head/; revision=123255
* Update to version 0.28.1Kirill Ponomarev2004-11-221-12/+11
| | | | | | | | PR: ports/74244 Submitted by: Ports Fury Notes: svn path=/head/; revision=122149
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-0/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Properly use SDL everywhere:Edwin Groothuis2004-03-081-1/+1
| | | | | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=103247
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98793
* - Update to version 0.26.5Kirill Ponomarev2003-12-211-1/+1
| | | | | | | | PR: 60465 Submitted by: Ports Fury Notes: svn path=/head/; revision=96328
* - Update to version 0.26.1Kirill Ponomarev2003-12-041-12/+25
| | | | | | | | PR: 59756 Submitted by: Ports Fury Notes: svn path=/head/; revision=94952
* Update to 0.24.3Tilman Keskinoz2003-06-291-1/+1
| | | | | | | | PR: 53284 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=83833
* Update to 0.23.6Tilman Keskinoz2003-06-221-1/+1
| | | | | | | | PR: 52478 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=83450
* Update to 0.23.3.Pete Fritchman2003-05-191-5/+6
| | | | | | | | PR: 52344 Submitted by: Ports Fury Notes: svn path=/head/; revision=81319
* upgrade to 0.21.3Ying-Chieh Liao2003-04-081-2/+6
| | | | Notes: svn path=/head/; revision=78604
* de-pkg-commentAkinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75960
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update to 0.19pl4David W. Chapman Jr.2002-09-011-11/+13
| | | | | | | | PR: 42039 Submitted by: tkato@prontomail.com Notes: svn path=/head/; revision=65429
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-081-3/+4
| | | | | | | | PR: 39938 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62647
* add white_dune 0.19b31Ying-Chieh Liao2002-04-111-0/+42
Graphical VRML97 Editor and animation tool Notes: svn path=/head/; revision=57588