summaryrefslogtreecommitdiff
path: root/textproc/sp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-12-04Nuke sp, which has been broken for a while. Use OpenSP instead.uebayasi1-45/+0
2004-04-26bl3ifyrecht1-2/+2
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-9/+9
testing it.
2004-02-09CC_VERSION is "gcc-2.8.1" for egcs. Also fix up a few nits: not alljlam1-5/+5
compilers understand "-O" to optimize, and if we only care about gcc, then wrap the block in an ifdef that is triggered only if we're using gcc.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1jmmv1-2/+2
2003-12-23Use compiler.mk logic, fixing systems with a non-GCC compiler.sketch1-4/+2
2003-01-29Use textproc/xmlcatmgr/catalogs.mk to register the installed catalog file,jmmv1-6/+6
with the SGML_CATALOGS variable. Also set the default catalog to be SGML_DEFAULT_CATALOG. Bump PKGREVISION.
2003-01-19Define INSTALL=${BSD_INSTALL} in patch-aa, remove unnecessary MAKE_ENV.salo1-2/+1
2003-01-11Register the installed catalog file in share/sgml/catalog using xmlcatmgr.jmmv1-2/+8
Also set the default catalog to be PKG_SYSCONFDIR/catalog. Bump PKGREVISION to 1.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-3/+3
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-06-07add CONFLICTS on sp/opensphubertf1-1/+2
1999-12-16Fix default sgml catalog path, add NetBSD id to patch, correctmjl1-4/+5
PLIST.
1999-12-16Updated to 1.3.4. Changes are bugfixes (no details available).mjl1-2/+2
1999-06-28Include bsd.prefs.mk before any != ${CC} --version assignment, just inagc1-1/+3
case CC is set to something non-standard, so that we execute the right compiler.
1999-03-22add conflict with jaderh1-1/+3
1999-03-13Initial import of sp-1.3, an SGML system conforming to ISO-8879 asrh1-0/+35
provided by Martin Laubach (with a few modifications to work under NetBSD-1.3.3 as well as -current) -- thanks!