Commit graph

21 commits

Author SHA1 Message Date
grant
68fd50e391 bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS. 2003-10-11 13:40:19 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
c466e2b557 buildlink1 -> buildlink2. 2002-10-09 19:08:58 +00:00
wiz
963ca16a09 Update to 2.31:
- Ilya Zakharevich <ilya@math.ohio-state.edu> and
  Dave Mitchell <davem@fdgroup.com> both provided patches to
  fix problems module had with 5.8.0
- Dave Mitchell also made some UTF-8 related fixes to the test suite.
2002-08-20 14:57:45 +00:00
wiz
9b5f7ba700 Comment out HOMEPAGE, since it disappeared. 2002-08-20 14:53:38 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
hubertf
b4404f763a Fix previous problem (libexpat looked for in libpth dir, and of course
not found if pth is not installed) differently: look in $Config{prefix}/lib
first.

Patch mailed to the perl folks (perl-xml@lyris.activestate.com)
2001-10-16 00:22:04 +00:00
hubertf
4b971524f9 Makefile.PL looks for libpth when it really wants to look for libexpat.
Seems that's not set in %Config either, though (esp. when you don't
have pth installed 8-).

Fix path to expat by passing EXPATLIBPATH and EXPATINCPATH to the
Makefile.PL.
2001-10-16 00:03:50 +00:00
jlam
89d64d306e Use expat/buildlink.mk and remove some unnecessary variable settings. 2001-10-03 10:02:52 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-09-27 23:17:41 +00:00
wiz
5bc92ff813 Add EXPATLIBPATH=${LOCALBASE}/lib to find expat on a.out (don't know why
it's needed, but it seems to help, and doesn't hurt).
pkg/12947 by John Klos
2001-06-10 17:17:44 +00:00
wiz
3e3f919615 Update to 2.30, supplied by Nathan Ahlstrom in pkg/12629.
Changes:
- Get rid of ContentStash global. Not that big a deal looking it up
  everytime and gets rid of a potential threading problem.
- Switch to shareable library version of expat from sourceforge
  (i.e. no longer include expat source and require that libexpat
  be installed)
- Bob Tribit <btribit@traffic.com> demonstrated a fix for problems
  in compiling under perl 5.6.0 with 5.005 threading.
- Matt Sergeant <matt@sergeant.org> discovered a typo ('IO::Handler'
  instead of 'IO::Handle') in Expat.pm that caused IO::Handle objects
  to be treated as strings instead of handles.
- Matt Sergeant also provided a patch to allow tied handles to work
  properly in calls to parse.
- Eric Bohlman <ebohlman@netcom.com> reported a failure when
  incremental parsing and external parsing were used together.
  Need to give explicit package when calling Do_External_Parse
  from externalEntityRef  otherwise fails when called through ExpatNB.
2001-04-27 17:49:43 +00:00
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
wiz
6e29198ff8 Update to 2.29, per pkg/11599 by Damon Brodie.
ChangeLog not available.
2001-02-28 13:20:46 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 07:10:59 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
bad
a92ae0b832 Initial import of p5-XML-Parser, a Perl interface to James Clark's
XML parser, expat.
1999-05-18 16:13:37 +00:00