aboutsummaryrefslogtreecommitdiff
path: root/graphics/exiv2
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile on powerpc64.Koop Mast2014-05-291-0/+6
| | | | | | | | PR: ports/188278 Submitted by: nwhitehorn@ Notes: svn path=/head/; revision=355739
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - Update to version 0.24, sort pkg-plistAlexey Dokuchaev2014-04-045-20/+32
| | | | | | | | | | - Define LICENSE (GPLv2), augment COMMENT - Provide more sensible port description Approved by: multimedia (bapt) Notes: svn path=/head/; revision=350163
* Fix build after r344318. Libtool no longer adds implicit dependencies toTijl Coosemans2014-02-151-0/+11
| | | | | | | | | the linker command line. PR: ports/186789 Notes: svn path=/head/; revision=344382
* - Add missing iconv dependency.Tijl Coosemans2014-02-122-4/+3
| | | | | | | - Add USES=libtool. Notes: svn path=/head/; revision=343920
* Enable stageBaptiste Daroussin2013-10-192-5/+9
| | | | | | | Strip binaries Notes: svn path=/head/; revision=330812
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update graphics/exiv2 to version 0.23.Boris Samorodov2012-07-313-4/+5
| | | | | | | | | | | | The so library version has changed. Bump PORTREVISIONs at dependent ports. PR: ports/169733 Submitted by: bsam (me) Approved by: multimedia (maintainer timeout 3 weeks) Notes: svn path=/head/; revision=301793
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build with FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284614
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - readd the right portepochBaptiste Daroussin2011-07-121-0/+1
| | | | | | | | Submitted by: leslie@eskk.nu (by mail) PointyHat to: bapt (myself) Notes: svn path=/head/; revision=277593
* Update to 0.21.1Baptiste Daroussin2011-07-112-6/+5
| | | | Notes: svn path=/head/; revision=277548
* - update to 0.21Baptiste Daroussin2011-04-123-16/+5
| | | | Notes: svn path=/head/; revision=272595
* Update to 0.20.Koop Mast2010-08-204-27/+8
| | | | Notes: svn path=/head/; revision=259617
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Fix a digikam-crash with a patch from upstreamTilman Keskinoz2009-11-082-0/+21
| | | | | | | | PR: 138272 Submitted by: Andriy Gapon <avg@icyb.net.ua> Notes: svn path=/head/; revision=243965
* . update graphics/exiv2 to the new version;Boris Samorodov2009-03-113-14/+14
| | | | | | | | | | | | | | | . bump ports which depends upon libexiv2.so (the library was bumpted from *.so.3 to *.so.7); . mark current graphics/py-exiv2 as broken since it doesn't compile with new libexiv2; this should change with graphics/py-exiv2-0.2. PR: ports/131376 Submitted by: bsam (me) Discussed with: kde@ Approved by: maintainer timeout (5 weeks) Notes: svn path=/head/; revision=229912
* - 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-073-5/+13
| | | | | | | | 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-024-17/+13
| | | | Notes: svn path=/head/; revision=194621
* - Downgrade to 0.12, the 0.14 is API incompatible and wrecked havoc amongst thePav Lucistnik2007-03-304-13/+18
| | | | | | | | | consumers Requested by: ale Notes: svn path=/head/; revision=188825
* - Update to 0.14Pav Lucistnik2007-03-274-34/+16
| | | | Notes: svn path=/head/; revision=188555
* Update to 0.12 release.Alex Dupre2006-12-164-1323/+30
| | | | 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-053-11/+372
| | | | Notes: svn path=/head/; revision=164435
* - Install a versioned libMichael Johnson2006-05-243-1/+13
| | | | | | | | PR: 96853 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Notes: svn path=/head/; revision=163323
* - Update to 0.9.1Michael Johnson2006-04-234-12/+7
| | | | | | | | 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-283-17/+959
| | | | | | | | | | | | - 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-263-5/+7
| | | | | | | 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
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* - Update to 0.7Michael Johnson2005-07-113-4/+11
| | | | Notes: svn path=/head/; revision=138881
* - Update to 0.6.2Michael Johnson2005-03-063-6/+28
| | | | Notes: svn path=/head/; revision=130452
* Update 0.6.1Michael Johnson2005-01-192-3/+3
| | | | 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-132-3/+3
| | | | 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-133-0/+49
PR: ports/72060 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=119167