aboutsummaryrefslogtreecommitdiff
path: root/graphics/libexif
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.6.13Pav Lucistnik2006-03-295-17/+26
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=158366
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* 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
* - fix option WITHOUT_NLSDirk Meyer2005-09-141-2/+2
| | | | | | | | 2005-08-28 maintainer emailed, no response. Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=142673
* - Fix a braino which leads to crash in GIMP when opening JPEG pictures withPav Lucistnik2005-04-132-0/+12
| | | | | | | | | certain EXIF data, like those from SONY, Nikon or Canon digital cameras. Obtained from: libexif CVS, exif-data.c rev. 1.68 Notes: svn path=/head/; revision=133270
* - update to 6.0.12Cheng-Lung Sung2005-04-044-19/+9
| | | | | | | | | | | - fix remotely exploitable buffer overflows [http://www.freebsd.org/ports/portaudit/624fe633-9006-11d9-a22c-0001020eed82.html] PR: 79158, 79281 Submitted by: Oliver Fromme, maintainer Notes: svn path=/head/; revision=132407
* Update to 0.6.10Kirill Ponomarev2004-10-123-4/+6
| | | | | | | | PR: ports/71944 Submitted by: maintainer Notes: svn path=/head/; revision=118893
* Support WITHOUT_NLSKirill Ponomarev2004-07-102-4/+11
| | | | Notes: svn path=/head/; revision=113344
* 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
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.Trevor Johnson2003-11-171-0/+1
| | | | Notes: svn path=/head/; revision=94169
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* a) Update graphics/libexif to 0.5.12Maho Nakata2003-08-093-6/+4
| | | | | | | | | | b) take over maintainership PR: 55296 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=86621
* Restore the forced link of -lintl to fix unresolved symbol problems.Joe Marcus Clarke2003-08-021-1/+2
| | | | | | | Suggested by: kris Notes: svn path=/head/; revision=86181
* update graphics/libexif:Daichi GOTO2003-07-311-7/+2
| | | | | | | | | | - Utilize USE_GNOME PR: 55054 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=86015
* Update to 0.5.10.Joe Marcus Clarke2003-07-293-7/+8
| | | | | | | | PR: 55024 Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=85879
* * Update to 0.5.9Joe Marcus Clarke2003-04-073-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> Notes: svn path=/head/; revision=78559
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 0.5.6. (with a shlib major bump)Akinori MUSHA2002-10-103-3/+3
| | | | | | | No response from: MAINTAINER Notes: svn path=/head/; revision=67743
* Update to version 0.5.4Kevin Lo2002-08-225-24/+27
| | | | | | | | PR: 41356 Submitted by: Ports Fury Notes: svn path=/head/; revision=64815
* - Add BUILD_DEPENDS/RUN_DEPENDS to devel/pkgconfigPatrick Li2002-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 Notes: svn path=/head/; revision=57007
* Add libexif 0.5.0, which allows digital camera metadata to be read.Daniel Harris2002-03-305-0/+43
PR: 36269 Submitted by: Peter W. Schmiedeskamp <pschmied@qwest.net> Notes: svn path=/head/; revision=56970