aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fnlib
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+2
| | | | | | | | | | | | | | | - 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)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Use libtool15 port instead of included version to avoid objformat a.out botchkris2007-02-101-0/+1
|
* Retire obsolete a.out shared library supportkris2007-01-301-1/+1
|
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* - Add SHA256pav2005-11-261-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* change the libtool version to use from 1.3 to 1.5oliver2005-06-021-1/+1
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* SIZEify.trevor2004-03-181-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* - Chase checksum. Tarball was rerolled, auto*hell tools changed.pav2003-12-083-1/+12
| | | | | | | | | | No change in actual source codes or font files. This note appeared in ChangeLog: +Tue Jul 29 22:37:39 2003 Michael Jennings (mej) + +I'm not sure it's worth it, but hey... Spec file/build cleanups from +Matthias Brill <matthias.brill@akamail.com>.
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* de-pkg-commentknu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Deploy USE_GNOMENG infrastructurelioux2002-09-031-1/+2
| | | | | PR: 42349 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Fix fennerism.ade2002-06-221-5/+3
| | | | Relinquish maintainership, I no longer use this port.
* Sigh. Reclaim these, primarily for GNOME 1.4ade2001-03-231-1/+1
|
* Someone don't like my style, so I drop maintainer now.vanilla2001-03-231-1/+1
|
* Implement WANT_IMLIB and USE_IMLIB.reg2000-10-051-2/+1
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* PORTNAME / PORTVERSION syntax conversionobrien2000-04-131-2/+2
|
* Upgrade to 0.5, and correct MASTER_SITES.vanilla2000-01-024-15/+15
|
* Add some MASTER_SITES that actually work.cpiazza1999-10-171-3/+4
| | | | Obtained from: OpenBSD
* Use updated imlib library.nakai1999-10-081-1/+1
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Fix broken fnlib port. The configure-type scripts in the distfile changedcpiazza1999-06-242-10/+10
| | | | | | but nothing else did. PR: 12105,12362
* Fixup after imlib version bump.steve1999-05-292-12/+6
| | | | | PR: 11843 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.nectar1999-03-161-2/+2
| | | | | libgdk_imlib.so.2 -> libgdk_imlib.so.3 libImlib.so.2 -> libImlib.so.3
* Use ${MASTER_SITE_GNOME}fenner1999-01-271-3/+3
|
* Bump imlib version number in dependencies.nectar1999-01-181-4/+5
| | | | | Honor LOCALBASE for finding libraries: jpeg, png, et. al. Location of distfile on MASTER_SITES changed again.
* Upgrade to 0.4.vanilla1998-12-284-268/+267
|
* Fix the problem of "make package"vanilla1998-11-051-6/+6
| | | | Submitted by: Tom Jobbins <tom@tom.tj>
* Convert to elf.vanilla1998-09-242-5/+5
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Fix the problem of pkg/PLIST ("\").vanilla1998-07-301-1/+1
|
* Fix the special filename in pkg/PLIST (\.tif)vanilla1998-07-191-1/+1
| | | | | PR: ports/7316 Submitted by: Woju Wu <woju@freebsd.ee.ntu.edu.tw>
* 1. The author change the distfile, and without bump version.vanilla1998-07-193-31/+34
| | | | | 2. Change MASTER_SITE. 3. set myself as MAINTAINER.
* Upgrade to 0.3, and add $Id:$ tag, I forgot it...vanilla1998-07-054-39/+135
|
* Font library, it required by Enlightenment 0.14.vanilla1998-06-256-0/+202
PR: ports/7036 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>