aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixieplus
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak: don't remove file installed by another portPav Lucistnik2005-04-082-4/+1
| | | | | | | | PR: ports/79644 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Notes: svn path=/head/; revision=132789
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* - Chase ImageMagick shlib bumpPav Lucistnik2005-03-061-2/+2
| | | | | | | | PR: ports/78455 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer) Notes: svn path=/head/; revision=130479
* BROKEN: Removes file installed by another portKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=129988
* No longer broken on 4.xVolker Stolz2005-02-241-4/+0
| | | | Notes: svn path=/head/; revision=129645
* Fix pixieplus compilation with the new ImageMagickTilman Keskinoz2004-12-075-1/+261
| | | | | | | | PR: 74489 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> Notes: svn path=/head/; revision=123408
* - Fix build on 5.xPav Lucistnik2004-09-204-0/+70
| | | | | | | | | PR: ports/71913 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Approved by: portmgr (marcus, wca) Notes: svn path=/head/; revision=118298
* BROKEN on 4.x: Does not compileKris Kennaway2004-07-111-1/+7
| | | | Notes: svn path=/head/; revision=113426
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* This patch updates PixiePlus to 0.5.4.1, a rerolled distfileMichael Nottebrock2004-05-236-230/+5
| | | | | | | | | | | | | | | that responds correctly to $PTHREAD_LIBS and includes the patches for working with ImageMagick 6.0.0 and 64-bit compilation. Makefile.kde include removed from the port Makefile by request of the kde-freebsd team. PR: ports/67072 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> Notes: svn path=/head/; revision=109815
* - Fix build with new ImageMagick versionKirill Ponomarev2004-05-214-1/+212
| | | | | | | | | PR: ports/66991 Submitted by: maintainer Reported by: bento via kris Notes: svn path=/head/; revision=109646
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* 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
* - Include x11/kde3/Makefile.kdeKirill Ponomarev2004-03-031-5/+1
| | | | Notes: svn path=/head/; revision=102827
* - Fix build on all 64 bit systemsKirill Ponomarev2004-03-033-1/+19
| | | | | | | | | | | - SIZEify - Respect PTHREAD_LIBS[CFLAGS] PR: ports/63653 Submitted by: maintainer Notes: svn path=/head/; revision=102824
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Chase lib version change of graphics/ImageMagick.Norikatsu Shigemura2003-10-041-1/+2
| | | | | | | Bump PORTREVISION acordingly. Notes: svn path=/head/; revision=90258
* Temporarily host this distfile somewhere else.Will Andrews2003-09-211-1/+1
| | | | | | | | PR: 57063 Submitted by: MAINTAINER Notes: svn path=/head/; revision=89102
* Add dependency on libungifTilman Keskinoz2003-04-231-1/+2
| | | | | | | | Submitted by: maintainer Reported by: bento Notes: svn path=/head/; revision=79506
* Add pixieplus, a fast image browser for KDE by MosfetTilman Keskinoz2003-04-164-0/+318
PR: 48888 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> Notes: svn path=/head/; revision=79077