aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/openjade
Commit message (Collapse)AuthorAgeFilesLines
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Add a new keywork xmlcatmgrbapt2016-05-252-44/+36
| | | | | | | | | | 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
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-233-7/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-302-11/+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)
* Allow staging as a regular userantoine2014-09-132-0/+12
|
* Rename textproc/ patch-xy patches to reflect the files they modify.adamw2014-07-292-0/+0
|
* - Add USES=libtooltijl2014-07-033-24/+6
| | | | - Remove hack for gcc 3.x
* Modernize LIB_DEPENDS format.mandree2014-02-201-1/+1
| | | | Approved by: portmgr (blanket approval)
* - Stage supportmiwi2014-02-172-4/+2
|
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Remove USE_GCC=any as it works with clang nowbapt2013-10-091-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* Convert to new perl frameworkbapt2013-09-171-8/+2
|
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-011-1/+1
| | | | Approved by: portmgr (bapt)
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-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.
* - Fix build with clang.kuriyama2012-10-062-0/+78
| | | | | PR: ports/171548 Submitted by: Pawel Worach <pawel.worach@gmail.com>
* - Fix build with perl 5.16swills2012-07-231-0/+32
| | | | | | PR: ports/169654 Approved by: maintainer timeout (kuriyama, >2 weeks) Obtained from: http://sourceforge.net/mailarchive/forum.php?thread_name=CAF1ZMEf6eEiv%3D%3DsOcZgftY3iSd79MkWgTU0vcK9w6BJCNSp5DA%40mail.gmail.com&forum_name=openjade-devel
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* -remove MD5ohauer2011-07-031-1/+0
|
* - Fix build with WITHOUT_NLS=yes.kuriyama2011-04-301-1/+2
| | | | | PR: ports/156606 Submitted by: dirk.meyer@dinoex.sub.org
* - Unbreak with newer GCC.kuriyama2010-03-301-0/+1
| | | | | PR: ports/143749 Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with T,U,V
* - Pass $LDFLAGS with explicit $PREFIX to linker and configure.kuriyama2009-06-151-0/+2
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Fix after objformat removalpav2007-03-241-0/+3
|
* - Installs mapages [1].kuriyama2007-01-194-22/+69
| | | | | | | | | | | | | | | | | | | | | | | | | - 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]
* Conversion to a single libtool environment.ade2006-02-232-3/+6
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Unbreak the build. libosp.la is no longer installedhrs2004-08-221-2/+13
| | | | by textproc/opensp.
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* SIZEify.kuriyama2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Add patches for gcc33 from sourceforge.kuriyama2003-08-054-1/+83
|
* Fix @exec in pkg-plist.kuriyama2003-07-072-2/+2
| | | | Submitted by: hrs
* Switch to using xmlcatmgr from mkcatalog.kuriyama2003-07-012-7/+9
| | | | | | | | | | | # 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
* Add missing plist entries and don't install useless .la files.kuriyama2003-03-013-8/+23
| | | | Submitted by: naddy
* de-pkg-comment.kuriyama2003-02-222-1/+1
|
* Remove plist entries which are moved to opensp port.kuriyama2003-01-092-5/+1
| | | | Pointed out by: naddy
* Upgrade to 1.3.2.kuriyama2003-01-063-9/+3
|
* Don't remove the system directory share/sgmlkris2002-11-111-1/+0
|
* PERL -> REINPLACEedwin2002-11-041-0/+1
| | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento
* Some GNU (and GNU-style) programs assume that the presence of thejoe2002-09-161-0/+20
| | | | | | | | | | | | restartable multibyte/wide character functions (mbsrtowcs(), wcsrtombs()) means that all of the other ISO C90 Amd.1 wide character functions exist. The restartable mb/wc functions were added recently and do not exist in -stable. Making blind assumptions like this defeats the purpose of using autoconf at all.. Submitted by: tjr
* Upgrade to 1.3.1.kuriyama2002-03-157-71/+14
| | | | Reminded by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Remove bogus pre-install target.kuriyama2002-01-211-6/+1
| | | | | | Refine CXXFLAGS tweak. Submitted by: naddy
* Add catalog entry by using mkconfig.kuriyama2002-01-192-1/+9
| | | | | PR: ports/33860 Submitted by: Rod Taylor <rbt@zort.ca>
* Remove unneeded entry.kuriyama2001-03-091-1/+0
| | | | Found by: bento
* Switch from AWK to SED for CFLAGS sanitization. It is cleaner,lioux2001-03-051-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
* Fix grammar: s/is cannot be/cannot be/lioux2001-02-281-1/+1
|
* o Sanitize CFLAGS following example of palm/prc-tools-gcc. Removelioux2001-02-281-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
* More style fixes for ports/textproc.olgeni2001-02-061-1/+1
|
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Remove empty directory (share/sgml).kuriyama2000-06-131-0/+1
| | | | Reported by: bento
* Strip binaries.kuriyama2000-06-062-0/+21
| | | | Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
* Add patch for disable locale support.kuriyama2000-05-221-0/+27
| | | | | Pointed out by: Hiroki Sato <hrs@geocities.co.jp> Forgotten to "cvs add" by: kuriyama
* Object-oriented SGML/XML parser toolkit and DSSSL engine: OpenJadekuriyama2000-05-197-276/+63
| | | | | | OpenJade is more active developped version of Jade. Repo. copied by: PW
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Use LIB_TOOL.kuriyama2000-02-172-4/+4
| | | | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to> PR: ports/16698 Not approved by: maintainer
* Add workaround to avoid error in do-install stage (USE_GMAKE=YES).kuriyama2000-02-121-1/+2
| | | | | | | Portlint. Reported by: jkh Not approved by: maintainer
* Enable default catalog as "${PREFIX}/share/sgml/catalog".kuriyama2000-02-112-0/+13
| | | | | | | | Add missing PLIST entries. Submitted by: kiri@pis.toba-cmt.ac.jp Comment from: PW No response from: maintainer
* jade can't work with optimize (like -O2 -mpentium).vanilla1999-12-271-0/+13
|
* Fix build problems with Gcc 2.95.2 (i.e., 4-CURRENT).obrien1999-12-022-0/+5
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* On the Alpha nsgmls coredumps while building the documentation for thissteve1999-07-051-1/+5
| | | | port.
* Install correct files in ${PREFIX}/share/sgml/jade.dirk1999-01-312-21/+13
| | | | | Submitted by: Robert Brive <brive@mail.dotcom.fr> Requested by: John Fieber <jfieber@FreeBSD.ORG>
* - Give it a chance to work with 4.0-CURRENT.dirk1999-01-271-1/+4
| | | | - strip installed binaries.
* Upgrade to 1.2.1.dirk1999-01-274-55/+48
| | | | | | | Uses autoconf and libtool, now. Thus shared libraries are working now and the bmakefiles are not necessary any longer. OK'ed by: John Fieber <jfieber@FreeBSD.ORG>
* Upgrade from 1.1.1 to 1.2.jfieber1998-09-293-5/+11
|
* Upgrade from 1.1 to 1.1.1.jfieber1998-06-062-4/+4
| | | | Bugfixes only, no new features.
* Make this port build under -current again. Rather than add extrajdp1998-06-041-7/+1
| | | | | | | | tests for /usr/lib/aout, I took the easy way out and deleted the attempted support of FreeBSD-2.1.x. That branch is dead, dead, dead, and support for it in this port was broken anyway. Another "make release" killer bites the dust.
* Upgrade to version 1.1.jfieber1998-03-135-9/+12
| | | | Adds XML support, including a utility to convert SGML files to XML files.
* Upgrade to 1.0.1. Bugfixes only, no new features.jfieber1997-10-141-1/+1
|
* Upgrade to 1.0.1. Bugfixes only, no new features.jfieber1997-10-141-4/+4
|
* Upgrade from 0.9 to 1.0.jfieber1997-09-063-11/+7
|
* Upgrade to version 0.9.jfieber1997-07-232-5/+5
|
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Unbreak this. Sort of. Shared libraries are still disabledjfieber1997-07-073-12/+29
| | | | | | until I can figure out what is going on with them. An assortment of other small messes were cleaned up.
* Mark as BROKEN.jfieber1997-07-061-1/+3
| | | | | It appears that some change between 2.2.1 and 2.2.2 is causing problems for C++ libraries.
* Style police:obrien1997-06-291-6/+7
| | | | | * Move RUN_DEPENDS to proper place * use PKGNAME and EXTRACT_SUFX rather than DISTFILES
* Add support for OpenBSDobrien1997-06-291-1/+1
|
* Jade: a DSSSL processor.jfieber1997-06-236-0/+255
Note, this port is a superset of the SP port, but unlike SP this one will not compile on FreeBSD 2.1.x--a more modern C++ compiler is needed.