Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-02-18 | Use libperl/buildlink2.mk to get the right dependency on a shared libperl. | jlam | 1 | -3/+2 | |
2003-02-18 | These packages have been converted to use buildlink2, so they no longer | jlam | 1 | -4/+2 | |
need to use the automake-override target in bsd.pkg.mk; the hide-autotools target in bsd.buildlink2.mk accomplishes the same thing. | |||||
2002-10-28 | Use buildlink2. Use perl5/module.mk: remove post-{build,install} targets | seb | 1 | -9/+7 | |
by way of PERL5_CONFIGURE_DIRS and BUILD_DIRS. XXX libeperl.a in ALL_TARGET does seem to be needed so drop ALL_TARGET override. | |||||
2002-07-22 | Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl as | jlam | 1 | -2/+2 | |
DynaLoader.a is now an archive of PIC objects. | |||||
2002-03-15 | Provide a patch to configure. Expand AUTOMAKE_PATTERNS so that we don't | skrll | 3 | -5/+430 | |
need autoconf as a build dependency. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-08-27 | Use wildcard dependence on "autoconf" package. | tron | 1 | -3/+2 | |
2001-06-09 | RCS police. | wiz | 2 | -2/+4 | |
2001-05-12 | Add -Wl,-R to make this work on ELF. | hubertf | 3 | -5/+26 | |
2001-05-11 | PERL5_REQD shouldn't be used directly by libperl DEPENDS as the perl and | jlam | 1 | -2/+3 | |
libperl versions may not be exactly the same. | |||||
2001-04-30 | Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change | jlam | 1 | -2/+2 | |
dependency from libperl-5.* to libperl>=${PERL5_REQD}. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -8/+6 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+2 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-06 | Make that "autoreconf" -- there is no "autoremake". | fredb | 1 | -3/+3 | |
2001-02-05 | Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make | tron | 1 | -3/+3 | |
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski. | |||||
2000-08-27 | Convert packages to use PERL5_PACKLIST (part 1). These were the easy | jlam | 2 | -30/+6 | |
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-24 | Implement improvements suggested by hubertf@netbsd.org: | jlam | 2 | -10/+11 | |
* Substitute ${PREFIX} instead of ${LOCALBASE} for location of installed files. * Use only one ${SED} invocation instead of four to speed things up. * Add a comment to ${PKGDIR}/PLIST to make explicit at which point the PLIST is generated dynamically. | |||||
2000-08-15 | Make this work and de-install properly with perl5 + perl5-current. | jlam | 5 | -15/+100 | |
Include code in the Makefile to show how to use the installed .packlist to dynamically generate a PLIST for this package. I couldn't use the solution proposed on tech-pkg since eperl installed some stuff in ${PERL5_SITELIB} under perl-5.00404, but in ${PERL_SITEARCH} under perl-5.6.0. I imagine other modules will also show this difficulty since the Makefile for eperl was generated by ExtUtils::MakeMaker, so I think the .packlist way is the right thing to do. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+3 | |
1999-04-08 | s/netbsd/${LOWER_OPSYS}/g | agc | 1 | -5/+5 | |
1998-12-06 | fix tyop | hubertf | 1 | -1/+1 | |
1998-12-05 | Add ePerl, a text preprocessor that interprets Perl embedded in text | tv | 6 | -0/+98 | |
documents. |