aboutsummaryrefslogtreecommitdiff
path: root/graphics/exiv2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Update to 0.16Pav Lucistnik2008-03-071-1/+5
| | | | | | | | PR: ports/120695 Submitted by: Lukas Maly <Iam@LukasMaly.NET> Notes: svn path=/head/; revision=208613
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to 0.14 release (revert previous back-out).Alex Dupre2007-07-021-1/+2
| | | | Notes: svn path=/head/; revision=194621
* - Downgrade to 0.12, the 0.14 is API incompatible and wrecked havoc amongst thePav Lucistnik2007-03-301-2/+2
| | | | | | | | | consumers Requested by: ale Notes: svn path=/head/; revision=188825
* - Update to 0.14Pav Lucistnik2007-03-271-7/+5
| | | | Notes: svn path=/head/; revision=188555
* Update to 0.12 release.Alex Dupre2006-12-161-16/+7
| | | | Notes: svn path=/head/; revision=179972
* - Transfer MAINTAINER to multimedia@Michael Johnson2006-06-091-1/+1
| | | | | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports) Notes: svn path=/head/; revision=164918
* - Update to 0.10Michael Johnson2006-06-051-2/+7
| | | | Notes: svn path=/head/; revision=164435
* - Install a versioned libMichael Johnson2006-05-241-0/+1
| | | | | | | | PR: 96853 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Notes: svn path=/head/; revision=163323
* - Update to 0.9.1Michael Johnson2006-04-231-7/+2
| | | | | | | | PR: 94560 Submitted by: Mikhail T. <mi@aldan.algebra.com> Notes: svn path=/head/; revision=160226
* - Fix fetch by using MASTER_SITE_LOCALMichael Johnson2006-02-281-1/+2
| | | | | | | | Reported by: pointyhat via kris Approved by: portmgr (kris) Notes: svn path=/head/; revision=156899
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 0.9Michael Johnson2006-01-281-13/+3
| | | | | | | | | | | | - Change the way PORTDOCS are handled [1] o Don't use doxygen anymore since everything is already there. o Don't use PORTDOCS= * since it dies since there are so many portdocs PR: ports/91781 Submitted by: lofi Notes: svn path=/head/; revision=154621
* - Add missing man pageMichael Johnson2005-11-281-0/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=149744
* - Update to 0.8Michael Johnson2005-11-261-1/+1
| | | | | | | Spotted by: Ports Version Check Notes: svn path=/head/; revision=149615
* 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
* - Update to 0.7Michael Johnson2005-07-111-1/+1
| | | | Notes: svn path=/head/; revision=138881
* - Update to 0.6.2Michael Johnson2005-03-061-4/+2
| | | | Notes: svn path=/head/; revision=130452
* Update 0.6.1Michael Johnson2005-01-191-1/+1
| | | | Notes: svn path=/head/; revision=126754
* BROKEN on alpha: Does not buildKris Kennaway2005-01-021-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125646
* Update to 0.6Michael Johnson2004-12-131-1/+1
| | | | Notes: svn path=/head/; revision=123876
* Change email to new FreeBSD.org addressMichael Johnson2004-10-291-1/+1
| | | | | | | Approved by:adamw (mentor) Notes: svn path=/head/; revision=120470
* Add exiv2, Exif and Iptc metadata manipulation library and tool.Pav Lucistnik2004-10-131-0/+44
PR: ports/72060 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=119167