aboutsummaryrefslogtreecommitdiff
path: root/textproc/openjade/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Add a new keywork xmlcatmgrBaptiste Daroussin2016-05-241-7/+1
| | | | | | | | | | | | | It simplifies the handling of the XML and SMGL catalog It brings a big of consistency by always specifying the catalog path absolute instead of mixing absolute and relative path. The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D6539 Notes: svn path=/head/; revision=415814
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* Allow staging as a regular userAntoine Brodin2014-09-131-0/+1
| | | | Notes: svn path=/head/; revision=368078
* - Add USES=libtoolTijl Coosemans2014-07-021-13/+3
| | | | | | | - Remove hack for gcc 3.x Notes: svn path=/head/; revision=360257
* Modernize LIB_DEPENDS format.Matthias Andree2014-02-191-1/+1
| | | | | | | Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=345152
* - Stage supportMartin Wilke2014-02-171-4/+1
| | | | Notes: svn path=/head/; revision=344707
* Remove USE_GCC=any as it works with clang nowBaptiste Daroussin2013-10-091-1/+0
| | | | Notes: svn path=/head/; revision=329862
* 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
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-8/+2
| | | | Notes: svn path=/head/; revision=327459
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+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
* - Fix build with WITHOUT_NLS=yes.Jun Kuriyama2011-04-301-1/+2
| | | | | | | | PR: ports/156606 Submitted by: dirk.meyer@dinoex.sub.org Notes: svn path=/head/; revision=273352
* - Unbreak with newer GCC.Jun Kuriyama2010-03-301-0/+1
| | | | | | | | PR: ports/143749 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Notes: svn path=/head/; revision=251795
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* - Pass $LDFLAGS with explicit $PREFIX to linker and configure.Jun Kuriyama2009-06-151-0/+2
| | | | Notes: svn path=/head/; revision=235836
* 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
* - Fix after objformat removalPav Lucistnik2007-03-231-0/+3
| | | | Notes: svn path=/head/; revision=188123
* - Installs mapages [1].Jun Kuriyama2007-01-191-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Patch from hrs [2]: o Update to 1.3.3-pre1 o Install openjade(1) manual page. o Fix a possible problem that prevents xmlcatmgr from working during pkg_delete. o Clean up Makefile to make portlint happy. o Improvements since 1.3.2: the following flow objects added: page-sequence column-set-sequence embedded-text anchor included-container-area glyph-annotation aligned-column multi-line-inline-note emphasizing-mark side-by-side side-by-side-item PR: ports/107648 [1] Submitted by: Jason Lenthe<lenthe@comcast.net> [1], hrs [2] Notes: svn path=/head/; revision=182797
* Conversion to a single libtool environment.Ade Lovett2006-02-231-3/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* 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
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* 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-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add patches for gcc33 from sourceforge.Jun Kuriyama2003-08-051-1/+1
| | | | Notes: svn path=/head/; revision=86324
* Fix @exec in pkg-plist.Jun Kuriyama2003-07-071-1/+1
| | | | | | | Submitted by: hrs Notes: svn path=/head/; revision=84389
* Switch to using xmlcatmgr from mkcatalog.Jun Kuriyama2003-07-011-5/+7
| | | | | | | | | | | | | | # Maintainers, please let me know if I break something in your port. Submitted by: hrs PR: ports/53819, ports/53820, ports/53821, ports/53822, ports/53823, ports/53824, ports/53825, ports/53826, ports/53827, ports/53828, ports/53829, ports/53830, ports/53831, ports/53832, ports/53833, ports/53834, ports/53835, ports/53836, ports/53837 Notes: svn path=/head/; revision=83949
* Add missing plist entries and don't install useless .la files.Jun Kuriyama2003-02-281-1/+1
| | | | | | | Submitted by: naddy Notes: svn path=/head/; revision=76648
* de-pkg-comment.Jun Kuriyama2003-02-221-0/+1
| | | | Notes: svn path=/head/; revision=76128
* Remove plist entries which are moved to opensp port.Jun Kuriyama2003-01-081-0/+1
| | | | | | | Pointed out by: naddy Notes: svn path=/head/; revision=72771
* Upgrade to 1.3.2.Jun Kuriyama2003-01-061-5/+2
| | | | Notes: svn path=/head/; revision=72628
* PERL -> REINPLACEEdwin Groothuis2002-11-041-0/+1
| | | | | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento Notes: svn path=/head/; revision=69429
* Upgrade to 1.3.1.Jun Kuriyama2002-03-151-2/+4
| | | | | | | Reminded by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Notes: svn path=/head/; revision=56144
* Remove bogus pre-install target.Jun Kuriyama2002-01-201-6/+1
| | | | | | | | | Refine CXXFLAGS tweak. Submitted by: naddy Notes: svn path=/head/; revision=53417
* Add catalog entry by using mkconfig.Jun Kuriyama2002-01-191-1/+7
| | | | | | | | PR: ports/33860 Submitted by: Rod Taylor <rbt@zort.ca> Notes: svn path=/head/; revision=53325
* Switch from AWK to SED for CFLAGS sanitization. It is cleaner,Mario Sergio Fujikawa Ferreira2001-03-041-6/+2
| | | | | | | | | | | | | more readable and follows most ports using similar solutions. Besides, it is more lightweight. Use the same AWK pattern with SED adding the option -E for extended pattern matching. Submitted by: roam Notes: svn path=/head/; revision=39061
* Fix grammar: s/is cannot be/cannot be/Mario Sergio Fujikawa Ferreira2001-02-281-1/+1
| | | | Notes: svn path=/head/; revision=38872
* o Sanitize CFLAGS following example of palm/prc-tools-gcc. RemoveMario Sergio Fujikawa Ferreira2001-02-271-5/+20
| | | | | | | | | | | | | | | | | both all -m machine and -O > -O1 optimizations such as (-O[s2-9]+|-m[0-9a-zA-Z]+(=[0-9a-zA-Z]*)?|-O[s2-9]+) since openjade built with some of these optimizations core dumps when building some of the /usr/doc files o Use INSTALLS_SHLIB=yes instead of a post-install ldconfig line o "UN"echo post-install (prefix lines with @). Cleaner o Also, fix openjade's complain that it does not find builtins.dls, point it in the right direction with CONFIGURE_ARGS+=--datadir o Bump PORTREVISION since there is an improvement fix Approved by: MAINTAINER Notes: svn path=/head/; revision=38869
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
| | | | Notes: svn path=/head/; revision=31811
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Object-oriented SGML/XML parser toolkit and DSSSL engine: OpenJadeJun Kuriyama2000-05-191-32/+9
| | | | | | | | | OpenJade is more active developped version of Jade. Repo. copied by: PW Notes: svn path=/head/; revision=28572
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27429
* Use LIB_TOOL.Jun Kuriyama2000-02-171-0/+4
| | | | | | | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to> PR: ports/16698 Not approved by: maintainer Notes: svn path=/head/; revision=25934
* Add workaround to avoid error in do-install stage (USE_GMAKE=YES).Jun Kuriyama2000-02-121-1/+2
| | | | | | | | | | Portlint. Reported by: jkh Not approved by: maintainer Notes: svn path=/head/; revision=25678
* Enable default catalog as "${PREFIX}/share/sgml/catalog".Jun Kuriyama2000-02-111-0/+9
| | | | | | | | | | | Add missing PLIST entries. Submitted by: kiri@pis.toba-cmt.ac.jp Comment from: PW No response from: maintainer Notes: svn path=/head/; revision=25652
* Fix build problems with Gcc 2.95.2 (i.e., 4-CURRENT).David E. O'Brien1999-12-021-0/+4
| | | | Notes: svn path=/head/; revision=23547
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157