aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qtpixmap/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATEDDoug Barton2011-11-011-36/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/p5-MusicBrainz-Client Disappeared from CPAN editors/doxymacs Depends on www/w3-4, which is DEPRECATED graphics/libart Does not fetch, no more public distfiles java/jboss4 Does not build with new ant korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx korean/johabfonts No more public distfiles, installs into / korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED korean/texinfo Depends on korean/hlatex, which is DEPRECATED korean/hlatex No more public distfiles mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED misc/p5-Geography-NationalGrid-TW Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED misc/p5-Geography-NationalGrid Disappeared from CPAN multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED multimedia/mplex Upstream disapeared and distfile is not available net/py-timeoutsocket Upstream disapear and distfile is no more available textproc/p5-XML-LibRSVG Unmaintained and not used anymore textproc/javacc No more public distfiles www/w3-4/Makefile Upstream disapeared and distfile is not available www/commonist Depends on textproc/javacc, which is DEPRECATED www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED x11/fbsd-icons Upstream disapear and distfile is no more available x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED x11-toolkits/qtpixmap No more public distfiles x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED Notes: svn path=/head/; revision=284820
* For ports that have an EXPIRATION_DATE which has already passed, butDoug Barton2011-10-091-1/+1
| | | | | | | | that have other ports that depend on them, mark the ports that depend on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31. Notes: svn path=/head/; revision=283224
* Deprecate some port with no more public distfilesBaptiste Daroussin2011-08-021-0/+3
| | | | Notes: svn path=/head/; revision=278816
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - 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
* Use the ports libtool to not build the static libraryTilman Keskinoz2007-03-211-1/+0
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=187871
* Second try at fixing the plistTilman Keskinoz2007-03-171-0/+3
| | | | | | | pointyhat to: arved Notes: svn path=/head/; revision=187586
* Don't build gtk1 support per defaultTilman Keskinoz2007-03-171-2/+2
| | | | Notes: svn path=/head/; revision=187579
* Fix pkg-plist after objformat removalTilman Keskinoz2007-03-171-0/+1
| | | | Notes: svn path=/head/; revision=187578
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-2/+3
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* 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
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Add DISTNAME to fix it.Jeremy Messenger2005-02-131-0/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=128728
* - QtPixmap -> qtpixmap in PORTNAME.Jeremy Messenger2005-02-121-6/+6
| | | | | | | | | | | | | - Fix the plist, do not try to remove gtk's directory. [1] - Change the libtool from 1.3 to 1.5. - Few other small clean up such as remove GNU_CONFIGURE, since the USE_LIBTOOL_VER will taking care of it. Also, make it bit easier to read. - Bump the PORTREVISION. Reported by: pointyhat via kris [1] Notes: svn path=/head/; revision=128659
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Update to 0.28Tilman Keskinoz2004-04-081-5/+3
| | | | | | | Drop Maintainership Notes: svn path=/head/; revision=106493
* 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update to 0.27Tilman Keskinoz2004-01-101-1/+1
| | | | Notes: svn path=/head/; revision=97871
* Add a WITHOUT_GTK1 knobTilman Keskinoz2004-01-051-1/+7
| | | | Notes: svn path=/head/; revision=97351
* Add qtpixmap, the gtk engine used in Geramik. Modified version of the originalTilman Keskinoz2003-08-071-0/+22
GTK pixmap engine that obtains widget colors and fonts from qtrc. Notes: svn path=/head/; revision=86504