summaryrefslogtreecommitdiff
path: root/devel/p5-perl-headers
AgeCommit message (Collapse)AuthorFilesLines
2005-03-04Add empty "do-test" target to override the TEST_TARGET definition in module.mk.tv1-1/+4
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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-07-02Install .packlist.h2ph into PREFIX instead of LOCALBASE.minskim1-2/+2
This closes PR pkg/26099.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-05bl3ifyjlam1-8/+12
2003-09-21Fix error invented in last commit.tron1-3/+3
2003-09-18Mark this package as operating system version specific.tron1-3/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2002-10-07Convert to buildlink2.seb1-3/+3
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+3
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
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-09-12${PERL5_SITE*} are no longer automatically created as part of the perljlam1-1/+2
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-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-07-13Use ${SORT} instead of sort.jlam1-2/+2
2001-07-09Set NO_BIN_ON_FTP for the reason described in the Makefile comment:tv1-1/+8
# 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-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-3/+3
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-21${MKDIR} includes -p. chown -> ${CHOWN}, chmod -> ${CHMOD}wiz1-4/+4
2000-10-15p5-perl-headers: h2ph-generated perl header filesjlam4-0/+43
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.