aboutsummaryrefslogtreecommitdiff
path: root/graphics/libwpg
Commit message (Collapse)AuthorAgeFilesLines
* - USES shebangfix + tar:bzip2Pietro Cerutti2014-04-241-2/+2
| | | | | | | | PR: 188943 Approved by: bapt (portmgr) Notes: svn path=/head/; revision=351994
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+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
* Convert to USES=libtoolBaptiste Daroussin2014-03-022-11/+5
| | | | | | | | Remove useless USE_GNOME=gnomeprefix Remove now useless DOCS patches Notes: svn path=/head/; revision=346824
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Support stageBaptiste Daroussin2013-12-141-4/+3
| | | | Notes: svn path=/head/; revision=336414
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+1
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327419
* - Update textproc/libwpd to 0.9.8 release [1]Dima Panov2013-05-211-1/+1
| | | | | | | | | - Pass maintainerhip of libwp[d|g] to office@ team Submitted by: jkim via email [1] Notes: svn path=/head/; revision=318637
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316343
* - Updated to 0.2.2.Jung-uk Kim2013-04-223-50/+6
| | | | | | | | | | | - Update license. It is now dual-licensed under MPL2+ and LGPL2.1+. - Fix packaging without DOCS. - Trim Makefile header. Approved by: fluffy (maintainer) Notes: svn path=/head/; revision=316261
* - USE_PKGCONFIG [1]Dima Panov2012-08-271-1/+6
| | | | | | | | | | - make docs build optional PR: 171093 [1] Submitted by: dougb Notes: svn path=/head/; revision=303216
* Disable -Werror so clang can build this port.Koop Mast2012-08-231-0/+1
| | | | | | | Approved by: maintainer (fluffy@) Notes: svn path=/head/; revision=303026
* - Unbroke after recent doxygen update (and prevent such breakage in future)Dima Panov2012-08-232-174/+6
| | | | | | | | | - Remove shlib versioning from dependency Submitted by: ale@ via email Notes: svn path=/head/; revision=302975
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.2.1.Jung-uk Kim2012-05-034-4/+44
| | | | | | | | | | - Add an upstream patch to fix build with Clang. - Switch distfile to bunzip2 format. Reviewed by: fluffy (maintainer) Notes: svn path=/head/; revision=295974
* - Fix pkg-plist for doxegen 1.8.0Michael Scheidell2012-03-092-1/+2
| | | | | | | | | | - Bump PORTREVISION Reported by: portmgr (pav) Approved by: portmgr (pav), fluffy@FreeBSD.org (maintainer, implicit) Notes: svn path=/head/; revision=292988
* - Fix package build after recent doxygen updateDima Panov2011-01-222-2/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268107
* - Update graphics/libwpg to 0.2.0 releaseDima Panov2011-01-033-145/+26
| | | | | | | | | | | | | - Update textproc/libwpd to 0.9.0 release - Add graphics/libwpg01 and textproc/libwpd08 as support libraries only - Take maintainership of textproc/libwpd[08] [1] - Chase dependencies in related ports - Describe updating procedure in UPDATING Approved by: Mikhail Teterin (maintainer) via mail [1] Notes: svn path=/head/; revision=267305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update devel/doxygen to 1.7.1Rene Ladan2010-08-032-1/+10
| | | | | | | | | | | | - Update pkg-plist and bump PORTREVISION of affected ports PR: ports/148156 Submitted by: maintainer Approved by: tabthorpe (mentor), fluffy (graphics/libwpg) Tested by: exp-run by pav Notes: svn path=/head/; revision=258686
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Fix docs plist after latest doxygen upgradeDima Panov2010-01-022-1/+6
| | | | | | | | Reported by: pointyhat via pav Approved by: miwi, tabthorpe (mentors implicit) Notes: svn path=/head/; revision=246978
* - Fix plist issues after latest doxygen upgradeDima Panov2009-10-222-5/+1
| | | | | | | | | | | - Bump PORTREVISION Reported by: pointyhat via pav, erwin Approved by: miwi (mentor) Feature safe: yes Notes: svn path=/head/; revision=243193
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* Update my MAINTAINER's email to @FreeBSD.orgDima Panov2009-08-101-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=239277
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* - Update to 0.1.3Martin Wilke2009-07-292-5/+4
| | | | | | | Submitted by: maintainer via irc Notes: svn path=/head/; revision=238633
* Library for importing and converting Corel WordPerfect(tm) Graphics imagesMartin Wilke2009-07-284-0/+328
WWW: http://libwpg.sourceforge.net/ Submitted by: Dima Panov <fluffy at Fluffy.Khv.RU> Notes: svn path=/head/; revision=238530