aboutsummaryrefslogtreecommitdiff
path: root/textproc/wv2
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEDmitry Marakasov2015-09-253-10/+30
| | | | | | | | | - Pet portlint - Merge REINPLACE_CMD into patch - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=397840
* - Reassign to the heap after fluffy@'s bit was taken in for safekeepingFrederic Culot2015-09-241-1/+1
| | | | Notes: svn path=/head/; revision=397683
* Switch to USES=cmake:outsource.Raphael Kubo da Costa2015-08-301-1/+1
| | | | Notes: svn path=/head/; revision=395621
* Clean up iconv-related patches.Raphael Kubo da Costa2015-08-292-64/+8
| | | | | | | | | | | | | | | | | | | The port is still linking to libiconv.so from ports on all FreeBSD releases, but that will be dealt with separately. For now: - Remove patch-cmake_FindIconv.cmake. Since the iconv port is always present (sometimes due to an indirect dependency), the hacks in the patch are not necessary and the ports files are always found (this will change later and libc will be preferred on >= 10.1). - Make patch-CMakeLists.txt smaller. It is fine to let the port check for sys/iconv.h, and the try_run() statement can be fixed on 9.3 by making sure the test program is built with iconv's paths and libraries. Test-built on 9.3-i386, 10.1-amd64 and HEAD-amd64. Notes: svn path=/head/; revision=395552
* Cleanup plistAntoine Brodin2014-11-151-2/+0
| | | | Notes: svn path=/head/; revision=372605
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-031-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=363904
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-202-4/+3
| | | | | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Notes: svn path=/head/; revision=358650
* - Support stagingDima Panov2014-01-071-1/+0
| | | | Notes: svn path=/head/; revision=338995
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Fix build with base iconv on recent -CURRENTDima Panov2013-09-121-2/+2
| | | | | | | Submitted by: Stefan Esser (se@) via private mail Notes: svn path=/head/; revision=327050
* Add explicit dependency on pkgconf (6 ports)John Marino2013-09-111-1/+1
| | | | Notes: svn path=/head/; revision=326957
* - Fix build after recent libgsf updateDima Panov2013-05-131-5/+4
| | | | | | | Submitted by: pointyhat via itetcu Notes: svn path=/head/; revision=317991
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* fix build with glib 2.34: wv2, gimp-focusblur-plugin, gtk-murrine-engineKoop Mast2013-04-021-0/+4
| | | | | | | | | | | Fix up botched variable in mysql-workbench51 that prevents patching. Correct farsight2 master_site and add mirror. Submitted by: pointyhat via miwi Approved by: portmgr (miwi) Notes: svn path=/head/; revision=315661
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Do not USE_GMAKE.Alberto Villa2012-01-241-1/+0
| | | | | | | | | PR: 156528 Submitted by: bapt Approved by: fluffy (maintainer timeout) Notes: svn path=/head/; revision=289746
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from MakefilesMax Brazhnikov2011-04-101-8/+0
| | | | Notes: svn path=/head/; revision=272465
* - Specify CMAKE_BUILD_TYPE locally until it will be implemented with global ↵Dima Panov2011-04-091-1/+7
| | | | | | | | | | cmake rules PR: 156295 Submitted by: Oliver Heesakkers Notes: svn path=/head/; revision=272433
* - Follow ${CMAKE_BUILD_TYPE} for auto-generated cmake config filename.Dima Panov2011-04-082-2/+4
| | | | | | | Suggested by: rakuco at #kde-freebsd Notes: svn path=/head/; revision=272390
* - 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-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update twxtproc/wv2 to latest release, 0.4.2Dima Panov2009-11-293-6/+6
| | | | | | | | | - Chase wv2 core change for koffice-kde3 Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=244958
* - Update to 0.4.0 releaseDima Panov2009-09-196-16/+117
| | | | | | | | | | | | - Adopt This required for upcoming KOffice-2.1 for KDE4 Approved by: miwi (mentor) Feature safe: yes Notes: svn path=/head/; revision=241715
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* -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
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 0.3.1Martin Wilke2009-05-173-8/+7
| | | | | | | | PR: 133835 Submitted by: Jochen Neumeister <jochen@daten-chaos.de> Notes: svn path=/head/; revision=234088
* Reset lofi due to not commits in over 3 months, PR backlog, and no responseMark Linimon2008-09-071-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=220034
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+2
| | | | Notes: svn path=/head/; revision=183830
* - Use USE_ICONV instead of LIB_DEPENDSRong-En Fan2007-01-121-2/+1
| | | | | | | Approved by: portmgr (erwin, few weeks ago) Notes: svn path=/head/; revision=182166
* - Update to 0.2.3Marcus Alves Grando2006-12-132-6/+5
| | | | | | | | | | - portlint(1) Approved by: maintainer Security: CVE-2006-2197, http://secunia.com/advisories/20665/ Notes: svn path=/head/; revision=179651
* Update to KOffice 1.5.1Michael Nottebrock2006-05-271-1/+1
| | | | Notes: svn path=/head/; revision=163607
* Remove USE_REINPLACE from categories starting with TEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162216
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* 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
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Oops, some junk sneaked into the last commit.Michael Nottebrock2004-08-031-2/+0
| | | | Notes: svn path=/head/; revision=115341
* Remove some obsolete hacks.Michael Nottebrock2004-08-033-14/+3
| | | | Notes: svn path=/head/; revision=115340
* Update to 0.2.2Michael Nottebrock2004-07-172-4/+3
| | | | Notes: svn path=/head/; revision=113809
* Chase libgsf shlib version.Alexander Nedotsukov2004-05-061-1/+1
| | | | Notes: svn path=/head/; revision=108531
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Fix COMMENT.Michael Nottebrock2004-04-041-1/+1
| | | | Notes: svn path=/head/; revision=106099
* SIZEify.Michael Nottebrock2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104350