aboutsummaryrefslogtreecommitdiff
path: root/textproc/sablotron
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to options helpersDmitry Marakasov2015-09-031-5/+1
| | | | | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=395960
* - Fix LICENSEDmitry Marakasov2015-05-261-13/+6
| | | | | | | | - Simplify docs installation - Strip library Notes: svn path=/head/; revision=387449
* - Drop .la files, no dependees require themDmitry Marakasov2014-09-132-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=368076
* 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
* - Patch configure so it prefers libc iconv over libiconv.Tijl Coosemans2014-02-244-42/+29
| | | | | | | | | | | | | | - Remove CHECK_LEAKS option and associated perl command from post-patch. It doesn't do anything on FreeBSD. - Remove ICONV_TYPECAST option and associated patch. Whether iconv requires a cast depends on the system. It isn't a user option. Just let configure auto-detect this. - Make the perl dependency conditional on the DOCS option. - USES=libtool. This removes another perl command from post-patch. - Replace remaining perl command in post-patch with REINPLACE_CMD. Notes: svn path=/head/; revision=345892
* - Don't silence warningsDmitry Marakasov2014-02-131-4/+4
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=344036
* - Add licenses (GPLv2)Rusmir Dusko2014-01-203-251/+41
| | | | | | | | | | | - Use the new format for LIB_DEPENDS - Reordering Options - Change DOCS and remove from pkg-plist - Support STAGEDIR - Change pkg-descr and use working WWW Notes: svn path=/head/; revision=340376
* textproc/sablotron: Modify iconv patch to support DragonFlyJohn Marino2013-10-071-4/+16
| | | | | | | | | DragonFly 3.4 and DragonFly 3.6 have different iconv prototypes. This modifies the FreeBSD support patch to handle the two different DragonFly cases as well. Notes: svn path=/head/; revision=329668
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* - Convert to new Uses/perl5.mk frameworkAndrej Zverev2013-07-311-2/+2
| | | | | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=324007
* Add a patch to actually make the ICONV_TYPECAST knob work.Mathieu Arnold2013-07-301-0/+11
| | | | Notes: svn path=/head/; revision=323971
* Make fetchable again.Mathieu Arnold2013-07-291-32/+11
| | | | | | | Use new bsd.options.mk opts_CONFIGURE_foo. Notes: svn path=/head/; revision=323895
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+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
* Reassign skv@ ports to the heapBaptiste Daroussin2013-04-221-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316230
* - adopt optionsNGJason Helfman2013-03-211-19/+18
| | | | | | | | | - trim historical header Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314788
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300209
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+3
| | | | | | | | | | | | - 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -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 1.0.3Sergey Skvortsov2007-03-293-10/+6
| | | | | | | | | Changes: http://www.gingerall.org/html/RELEASE PR: ports/109944 Submitted by: Marcelo Araujo <araujo xx bsdmail.org> Notes: svn path=/head/; revision=188725
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | 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
* Fix pkg-plist (I was sure, I fixed this)Mikhail Teterin2005-10-131-1/+0
| | | | Notes: svn path=/head/; revision=145320
* Update from 1.0.1 to 1.0.2. Make sure to link the library with -lexpat andMikhail Teterin2005-10-133-7/+7
| | | | | | | | | | -liconv, so the clients don't have to. OpenOffice's dll-checker is quite particular about this, for example. Approved by: maintainer Notes: svn path=/head/; revision=145193
* * use OPTIONSSergey Skvortsov2004-12-121-7/+8
| | | | | | | | | | * unbreak build with -DWITH_CHECK_LEAKS [PR 72754] PR: ports/72754 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=123827
* Change MASTER_SITESSergey Skvortsov2004-07-271-1/+1
| | | | | | | | PR: ports/69649 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Notes: svn path=/head/; revision=114885
* Updated to 1.0.1Sergey Skvortsov2004-07-252-4/+3
| | | | | | | | PR: ports/69533 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=114700
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105726
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-2/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Updated to 1.0Sergey Skvortsov2003-09-032-2/+2
| | | | Notes: svn path=/head/; revision=88415
* Fix dependency typo again.Sergey Skvortsov2003-07-151-1/+1
| | | | | | | | | (My mind has been travelling afar. My apologies to everyone.) Pointed by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=84918
* Fix incorrect build dependencySergey Skvortsov2003-07-151-1/+1
| | | | | | | Pointed by: BSDC <bsdc@xtremedev.com> Notes: svn path=/head/; revision=84908
* Updated to 0.98Sergey Skvortsov2003-07-143-21/+21
| | | | | | | | | PR: ports/54400, ports/52162 Submitted by: Melvyn Sopacua <melvyn@webteckies.org>, Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=84884
* Updated to 0.97; fixed php dynamic linking issue.Sergey Skvortsov2003-02-274-151/+223
| | | | | | | PR: ports/44794, ports/44924, ports/45759, ports/46268 Notes: svn path=/head/; revision=76570
* Committed; maintainer timeout.Alan Eldridge2002-10-301-0/+1
| | | | | | | | PR: 44157 Approved by: maintainer (skv) timeout Notes: svn path=/head/; revision=69145
* Fix expat bump.Sergey Skvortsov2002-09-192-1/+6
| | | | | | | | Submitted by: Peter Avalos <pavalos@theshell.com> PR: 42940 Notes: svn path=/head/; revision=66706
* Bump PORTREVISION and expat shlib.Akinori MUSHA2002-09-171-1/+2
| | | | Notes: svn path=/head/; revision=66536
* Updated to 0.96Sergey Skvortsov2002-09-083-10/+21
| | | | Notes: svn path=/head/; revision=65841
* Add patches to solve problems with PHP and more.Sergey Skvortsov2002-08-142-0/+7
| | | | Notes: svn path=/head/; revision=64502
* Updated to 0.95Sergey Skvortsov2002-08-064-8/+11
| | | | Notes: svn path=/head/; revision=64088
* Bump portrevision (textproc/expat2 shlib bump).Jun Kuriyama2002-07-211-1/+2
| | | | Notes: svn path=/head/; revision=63297
* Updated to 0.90, 'gmake' dependency removed, documentation added,Sergey Skvortsov2002-05-304-25/+182
| | | | | | | configure args added. Notes: svn path=/head/; revision=60284
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
| | | | Notes: svn path=/head/; revision=56291