summaryrefslogtreecommitdiff
path: root/textproc/opensp
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-02add missing BUILD_USES_MSGFMTdmcmahill1-1/+2
2005-03-01add missing USE_PKGLOCALEDIRdmcmahill1-1/+2
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
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-5/+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-06-07Re: PR 25853 textproc/opensp does not compile with gcc 3.4.0shannonjr2-1/+14
A missing type declaration causes compilation failure. The patch fixes the problem by including the local header file "constant.h" This closes the referenced PR.
2004-05-29Use PTHREAD_OPTS+=require instead of implementing the same functionalitykristerw2-12/+5
using if ${PTHREAD_TYPE} == "none" etc, and use the blessed pthread package instead of depending on devel/unproven-pthreads. Bump PKGREVISION.
2004-05-19Update opensp to 1.5.1.minskim6-82/+26
Changes: Enable run time selection of message format with SP_MESSAGE_FORMAT environment variable. Value is one of XML, NONE, TRADITIONAL. When validating/parseing a document using http, OpenSP will now follow any redirects headers/requests from the server. The environment variable SP_HTTP_USER_AGENT can be used to specify a UserAgent: header. The environment variable SP_HTTP_ACCEPT can be used to specify Accept: headers. A number of enhancements have been made to the osx tool: security fixes in the handling of output files; addition of the "preserve case option". A testing framework together with some initial tests have been added. Currently there are 22 tests. 6 of which fail. Support for Mac OS/X, Darwin has been improved. Build infrastructure and localisation fixes and enhancements. Improved compiler support.
2004-05-05No longer used.snj1-32/+0
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-22bl3ifyjmmv2-5/+36
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-11-16Fix from Dan Winship for opensp and openjade -agc1-1/+8
opensp was building against unproven-pthreads, but openjade was getting pth, so the link would fail. Copy the related glue from opensp/Makefile to opensp/buildlink2.mk fixes build problems in latest bulk builds.
2003-09-23Add patch to make this build with gcc3. Patch fromwiz2-1/+62
Submitter: Jim Gifford Origin: Debian OpenSP Maintainer forwarded by Peter Seebs via PR 22901.
2003-09-23Add buildlink2.mk.wiz1-0/+25
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-02-15Update to version 1.5.salo5-35/+37
Based on patch from Juan RP via PR pkg/20220. Changes: ======== - The architecture engine supports #MAPTOKEN. - The multibyte version of OpenSP now uses 32bit chars and supports the full UTF-16 range 0x0000-0x10ffff.
2002-10-09buildlink1 -> buildlink2jlam1-5/+5
2002-08-02Sort, and don't try to remove nonexistent ${PREFIX}/doc directory.jlam1-28/+27
2002-08-01Convert to use pthread.buildlink.mk.jlam1-11/+16
2002-07-25Make this package compile:agc1-1/+5
+ use NetBSD's libtool, rather than the one in the package + add USE_LIBINTL
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2001-12-19Oops, fix path to perl directory.wiz1-2/+2
2001-12-19Add perl BUILD_DEPENDENCY. Should fix bulk build failure.wiz1-1/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
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-06-05Remove some dirrm's for share/locale that are now created by default.wiz1-3/+1
2001-05-09Move to SHA1, and add size.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-31o CC=gcc -> CC="${CC}"zuntum1-3/+3
o fix quoting
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-30Manually syncing ONLY_FOR_PLATFORM is not the way to go.wiz1-5/+1
Remove ONLY_FOR_PLATFORM, and let it fail while installing the DEPENDS.
2000-12-28Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads.wiz1-1/+5
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-2/+2
2000-06-07add CONFLICTS on sp/opensphubertf1-1/+3
2000-05-23Import OpenSP, SGMP parser, successor to "sp".hubertf8-0/+258