summaryrefslogtreecommitdiff
path: root/textproc/jade
AgeCommit message (Collapse)AuthorFilesLines
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
2002-12-06The directory "share/sgml" is shared between multiple packages. Don'ttron1-2/+2
complain if it cannot be removed.
2002-12-06Backout latest change. It was apparently only necessary because of sometron1-5/+1
kind of bug in NetBSD-current.
2002-12-04Add work arround for problem in buildlink2 framework which makes libtool'stron1-1/+5
attempt to relink the shared libraries fail.
2002-10-09Unused.wiz1-39/+0
2002-09-16Fix this for LP64 systems by meta-patching the Debian patches to switch offmycroft4-1/+43
_LP64 (which we use), rather than SIZEOF_SIZE_T==8 (which is only defined in the Debian build goo). Really, the right answer is to add an autoconf test -- or fix the crappy language.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam7-13/+37
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-13Add RCS Id.wiz1-0/+1
2002-08-12Fix pkg/16053.skrll3-4/+15
Remove the --disable-shared option from CONFIGURE_ARGS it doesn't do anything as pkgsrc libtool isn't built this way. We want shared libraries anyway... Use CXX when linking the libraries as we have global contructors that need calling. Problem only visible on a.out platforms.
2002-05-20Add NetBSD tag.cjep1-0/+1
2002-05-08ftp.uni-trier.de is most definitely gone.kleink1-2/+1
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-27Remove commented USE_LIBINTL definitions ... we already use thejlam1-2/+1
gettext-lib/buildlink.mk file.