aboutsummaryrefslogtreecommitdiff
path: root/graphics/vp
Commit message (Collapse)AuthorAgeFilesLines
* - Respect X11BASERong-En Fan2006-11-301-0/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=178328
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+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
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 1.6Renato Botelho2005-10-102-14/+11
| | | | | | | | PR: ports/87062 Submitted by: Ports Fury Notes: svn path=/head/; revision=144789
* Fix MASTER_SITES.Roman Bogorodskiy2005-08-281-1/+1
| | | | | | | | PR: 85358 Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=141103
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-011-1/+1
| | | | Notes: svn path=/head/; revision=136637
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Switch to USE_SDL macro.Mark Pulford2004-01-261-5/+2
| | | | | | | | | | Change MAINTAINER to ports. PR: 61807 Submitted by: edwin Notes: svn path=/head/; revision=99155
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-141-4/+7
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* libtool uber-patchAde Lovett2003-06-261-2/+1
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* De-pkg-comment.Mark Pulford2003-02-222-2/+2
| | | | Notes: svn path=/head/; revision=76180
* Changed to use REINPLACE.Mark Pulford2003-02-101-1/+2
| | | | Notes: svn path=/head/; revision=75237
* Repocopied from graphics/iview.Mark Pulford2001-12-304-9/+15
| | | | | | | Updated to 1.5. Notes: svn path=/head/; revision=52386
* Updated MAINTAINER to my new committer email addressMark Pulford2001-06-081-1/+1
| | | | | | | Reviewed by: will Notes: svn path=/head/; revision=43629
* Update to version 1.4Kevin Lo2001-06-022-2/+2
| | | | | | | | PR: 27827 Submitted by: MAINTAINER Notes: svn path=/head/; revision=43430
* upgrade to 1.3Ying-Chieh Liao2001-05-272-2/+2
| | | | | | | | PR: 27683 Submitted by: maintainer Notes: svn path=/head/; revision=43117
* Add iview 1.01, an image viewer for X.Will Andrews2001-04-175-0/+29
PR: 26527 Submitted by: Mark Pulford <mark@kyne.com.au> Notes: svn path=/head/; revision=41587