summaryrefslogtreecommitdiff
path: root/textproc/jade
AgeCommit message (Collapse)AuthorFilesLines
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent1-2/+2
2012-11-13Apply patch-ak only on systems other than Darwin. Fixes PR#47032bsiegert2-4/+4
(which I reported).
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-22Fix trivial build error with clang to make room for the more interestingjoerg2-1/+17
problems.
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-25Remove patch hunks that disable --recheck in GNU configure scripts.shattered2-14/+3
These were generated, apparently, by mk/configure/gnu-configure.mk (configure-scripts-override target).
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-05-01only openjade is mirrored at u-aizu. removed.zafer1-3/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-08-19Add MAKE_JOBS_SAFE after noticing a the build wanted a librarybjs1-1/+3
it had yet to make.
2008-03-15Add DESTDIR support, fixing normal installation as well.joerg4-21/+38
2008-02-04PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packagestnn1-2/+2
2007-01-24Do not unconditionally remove share/sgml/jade, tex-jadtex uses it too.wiz2-4/+4
Bump PKGREVISION.
2006-09-02Fixed some pkglint warnings.rillig1-7/+8
2006-09-02There is no package called "sp", so remove the useless paragraph.rillig1-3/+0
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-2/+1
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-20Fix build under Mac OS X:jmmv7-10/+173
- Properly instantiate required templates. - Properly detect some functions (such as strtoul). - Do not use unavailable Mach threads.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig2-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-30Remove empty files generated through distribution patches atminskim1-4/+2
post-patch, rather than install and delete at post-install.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+3
2005-01-25Add GCC_REQD for Interix -- it's currently generating broken C++ globaltv1-0/+14
ctors and dtors.
2004-11-26avoid installing files generated through distribution patcheswiz1-1/+4
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-17/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-12s/netbsd.org/NetBSD.org/igrant1-2/+2
2004-04-27Add buildlink3.mk to fix gtk-doc.snj1-0/+20
2004-04-27Unused.wiz1-24/+0
2004-04-26bl3ifyrecht1-3/+3
2004-03-19These packages use c++, so add USE_LANGUAGES= c c++bouyer1-1/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1jmmv1-2/+2
2004-01-04Locally mirror jade_1.2.1-18.diff.gz as this has gone from the Debian site.cjep1-2/+2
(cf. PR#23632). XXX We should probably update jade to use jade_1.2.1-38.diff.gz
2003-12-16Don't rely on xargs behaviour to pass arguments correctly to rm, insteadsketch1-2/+2
execute if necessary directly from find. Fixes breakage on systems which output "blah" from $(echo | xargs echo "blah") (Solaris, Linux, ..)
2003-10-09Arm need to instantiate Vector<size_t> in order to build.kristerw4-10/+10
2003-09-21Add patches from the FreeBSD ports collection to fix build problemstron4-1/+44
with GCC 3.3.1.
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-06-05Use MASTER_SITE_DEBIAN.jmmv1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-12/+12
2003-01-29Use textproc/xmlcatmgr/catalogs.mk to register the installed catalog, withjmmv2-10/+6
the SGML_CATALOGS variable. Bump PKGREVISION.
2003-01-11Register the provided catalog file in share/sgml/catalog using xmlcatmgr.jmmv2-4/+9
Bump PKGREVISION to 5.
2002-12-23Make this compile on Irix.jschauma4-1/+47