Commit graph

29 commits

Author SHA1 Message Date
rillig
2f412f85a4 Fixed some pkglint warnings. 2006-06-17 20:44:03 +00:00
minskim
52895138d3 Honor PKGDIRMODE. 2006-06-07 15:44:52 +00:00
jlam
2558c0291d Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
2005-12-17 05:20:21 +00:00
cube
adaeb47b1a Teach p5-perl-headers about the new perl world order. We install in the
vendor directory now, and the packlist handling has changed a little bit.
Bump PKGREVISION.
2005-08-06 23:29:36 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jschauma
3b0f34f1e0 Instead of using
cp .../* DESTDIR
do
cd .../ && PAX -rw . DESTDIR

This prevents failure due to too long argument list on some platforms.
2005-05-07 22:00:35 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tv
7df7f868df Add empty "do-test" target to override the TEST_TARGET definition in module.mk. 2005-03-04 17:38:53 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
minskim
2436d691dc Install .packlist.h2ph into PREFIX instead of LOCALBASE.
This closes PR pkg/26099.
2004-07-02 00:53:05 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +00:00
tron
b45ec90558 Fix error invented in last commit. 2003-09-21 21:04:39 +00:00
tron
b09c109ea3 Mark this package as operating system version specific. 2003-09-18 17:57:55 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
seb
2d1bf5ebf8 Convert to buildlink2. 2002-10-07 21:56:52 +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
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +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
jlam
bf541c8373 ${PERL5_SITE*} are no longer automatically created as part of the perl
package.  This shouldn't affect perl modules as they create all directories
before installing, but we need to manually create ${PERL5_SITEARCH} before
copying our headers.
2001-09-12 06:06:32 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
jlam
e2d90d27fd Use ${SORT} instead of sort. 2001-07-13 07:13:37 +00:00
tv
724a64da7e Set NO_BIN_ON_FTP for the reason described in the Makefile comment:
# Since this package will be named, for instance, p5-perl-headers-1.5.1,
# binary packages on a FTP server (where only "1.5" is used as the directory
# name) will be ambiguous.  A user of 1.5 may mistakenly install the
# perl-headers-1.5.1 pkg by use of the automatic "best version" logic.
2001-07-09 17:37:43 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
wiz
1cf1893cd0 ${MKDIR} includes -p. chown -> ${CHOWN}, chmod -> ${CHMOD} 2000-10-21 22:26:07 +00:00
jlam
2cd1bf8080 p5-perl-headers: h2ph-generated perl header files
Since these are generated from the contents of /usr/include, and varies
from release to release, the version number for this packages is simply
the OS_VERSION, e.g. p5-perl-headers-1.4.2, p5-perl-headers-1.5C.

This package closes PRs: 6369, 7422.
2000-10-15 07:35:14 +00:00