Commit graph

12 commits

Author SHA1 Message Date
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
grant
38442a8e44 fix some indenting and strip unneeded parens. 2003-02-27 04:32:33 +00:00
grant
c2060b18ff adopt some patches from FreeBSD ports, allowing this to build on
FreeBSD 5.0.

also, make really sure we don't try to use perl's malloc().
2003-02-21 16:10:27 +00:00
dillo
5f4ad95078 convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
2003-02-17 15:27:58 +00:00
cjep
a29e846322 Whitespace fix 2002-12-23 16:21:20 +00:00
jlam
7d7021647b Add some man pages that are missing from the auto-generated PLIST. 2002-12-19 15:48:42 +00:00
grant
c662fe261a correct HOMEPAGE. 2002-10-23 23:33:21 +00:00
jlam
85ce2c2365 Use lang/gcc (gcc-2.95.3) if on alpha. From pkg/18301 by Rhialto. 2002-10-20 09:26:22 +00:00
jlam
07d8f2e444 perl58 apparently builds just fine on Darwin with buildlink2. 2002-08-26 17:46:07 +00:00
jlam
c54334b972 Convert to use the buildlink2 framework (from lang/perl5-current on the
buildlink2 branch).
2002-08-23 00:31:56 +00:00
jlam
c8a6f4234b Allow non-Darwin platforms to build perl58. We're in pkgsrc lockdown down
just prior to branching for 1.6, so this should be okay now.  I also want
to see this built in the bulk-builds for testing purposes.
2002-08-08 06:10:03 +00:00
jlam
c0e85cf1bf Import perl-5.8.0 as lang/perl58. This package contains the perl-5.8.0
which differs from perl-5.6.1 in the improved threading support and much
improved Unicode support.  Perl 5.8.0 is binary-incompatible with perl
5.6.1, so any compiled perl modules will need to be rebuilt in order to
work with the new perl.

This package is currently only for Darwin, though the restriction will be
lifted prior to branching.
2002-07-22 21:50:37 +00:00