aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libexif
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.6.10krion2004-10-123-4/+6
| | | | | PR: ports/71944 Submitted by: maintainer
* Support WITHOUT_NLSkrion2004-07-112-4/+11
|
* 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 (maintainer timeout)trevor2004-03-311-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.
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* a) Update graphics/libexif to 0.5.12maho2003-08-093-6/+4
| | | | | | | b) take over maintainership PR: 55296 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* Restore the forced link of -lintl to fix unresolved symbol problems.marcus2003-08-021-1/+2
| | | | Suggested by: kris
* update graphics/libexif:daichi2003-07-311-7/+2
| | | | | | | - Utilize USE_GNOME PR: 55054 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 0.5.10.marcus2003-07-303-7/+8
| | | | | PR: 55024 Submitted by: Pav Lucistnik <pav@oook.cz>
* * Update to 0.5.9marcus2003-04-083-5/+6
| | | | | | | | | * Reset maintainer to ports: <pschmied@qwest.net> (reason: 550 Sorry, no mailbox here by that name. (#5.1.1)) PR: 48886 Submitted by: Jan Hornyak <pav@oook.cz>
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to 0.5.6. (with a shlib major bump)knu2002-10-113-3/+3
| | | | No response from: MAINTAINER
* Update to version 0.5.4kevlo2002-08-225-24/+27
| | | | | PR: 41356 Submitted by: Ports Fury
* - Add BUILD_DEPENDS/RUN_DEPENDS to devel/pkgconfigpat2002-03-313-9/+31
| | | | | | | | | | - Support CFLAGS properly - Fix pkg-plist - Do not install useless .la file PR: 36551 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: maintainer
* Add libexif 0.5.0, which allows digital camera metadata to be read.dannyboy2002-03-315-0/+43
PR: 36269 Submitted by: Peter W. Schmiedeskamp <pschmied@qwest.net>