christos
2869c7e366
Upgrade perl to 5.005_03
2000-01-17 03:07:09 +00:00
simonb
a2c9fecb2f
Remove .../perllocal.pod with @unexec rm. As per email discussion with
...
Hubert Feyrer on tech-pkg.
1999-12-20 06:07:24 +00:00
veego
92142ec679
Use the shared PLIST on Solaris and remove Socket from the egrep -v.
1999-12-08 16:06:25 +00:00
hubertf
dbd92defc5
regen after last commit some time ago
1999-09-06 19:28:01 +00:00
kim
15899616b3
Make this compile on my current(ish) sparc...
1999-09-06 03:54:34 +00:00
agc
8136917532
Modifications for better Solaris support, to search for a fuller list of
...
libraries during configuration, and enabling dynamic support.
1999-08-31 18:51:35 +00:00
abs
eff237cdcb
Fix the PLIST in the solaris case
1999-08-13 20:37:25 +00:00
agc
7bfb5c4758
Add package patch checksum files.
1999-07-09 13:54:06 +00:00
bad
2c406f32e6
Don't bother to pull in -lposix for the POSIX module. It contains nothing
...
of interest to this module.
1999-07-02 15:35:14 +00:00
bad
eaa90c0b8f
Get rid of -lposix. It makes perl behave slightly different then the
...
rest of the system.
1999-06-15 12:27:23 +00:00
abs
bf9eaa9917
s/netbsd/${LOWER_OPSYS}/
1999-05-04 22:39:57 +00:00
tron
e3c75e0f00
Pass "${CFLAGS}" to configure script as suggested by Adam Ciarcinski.
1999-04-27 16:44:15 +00:00
agc
79e49eaba2
s/netbsd/${LOWER_OPSYS}/g
1999-04-08 18:51:48 +00:00
agc
1bb3007c04
s/make/${MAKE}/g
1999-03-08 10:53:55 +00:00
tv
2f728b6fc4
Re-enable 5.003 bin-compat. Though it's not *supposed* to do so,
...
compiling modules with this turned on makes the resulting modules or
libperl-linking programs reference 5.003 namespace symbols.
1999-02-04 22:16:00 +00:00
tv
28e918eeb1
Move the rpath setting from hints/netbsd.sh to Configure. In hints, it
...
adds an extra rpath of -Wl-R/CORE.
1998-12-02 21:14:41 +00:00
tv
f57d62862c
Do not use Perl's malloc (will interfere with modules that interact with
...
code that is outside of Perl's reach). The BSD malloc is Fine.
1998-12-02 16:53:02 +00:00
tv
6b2c748df4
d_vfork should be "$define", even if it produces a bogus "WHOA THERE"
...
warning; setting it to "true" doesn't work.
1998-12-02 15:41:02 +00:00
tv
300b494303
Do not enable binary compatibility with Perl 5.003. We have never had a
...
Perl 5.003 pkg, so the compatibility is moot; turning it on exposes
namespace polluting symbols.
1998-12-02 15:04:07 +00:00
tv
6323f0b6b7
Revert to building libperl statically, and clean up.
1998-12-02 02:28:30 +00:00
tv
159844d752
Add proper shared object support for ELF(!), and make libperl shared on
...
non-NOPIC systems.
1998-12-01 02:47:18 +00:00
bad
d8afd682fc
Can't rely on NSIG indicating that signal.h has been included.
...
(Random crap includes sys/signal.h which defines NSIG.)
Fixes various signal related problems after 1.3H.
1998-11-26 17:43:47 +00:00
tv
ada1e56cbf
Use PLIST-md.shared on alpha and place an exception into perl's Makefile,
...
not into the generic bsd.pkg.mk.
1998-10-03 03:14:23 +00:00
agc
3c3438c738
Allow perl to configure itself properly, even if Kaffe 1.0's
...
libnet.so.1.0 is installed in ${PREFIX}/lib.
1998-09-07 22:40:28 +00:00
tsarna
6bd0d65c65
The Grand Homepagification:
...
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
1998-08-20 15:16:34 +00:00
kim
be46ec1b7b
Configure uses ${PREFIX} so pass it in the environment.
...
(Or was it our patch only that introduced it -- then it
might need to be ${prefix} in patches/patch-aa instead).
In any case, this fix works (now gdbm is found if it is
already installed as a package).
1998-08-15 01:37:19 +00:00
hubertf
995b53b0b7
Comment things out with "#", not ":".
...
(fixes PR 5953 by jbernard@ox.mines.edu )
1998-08-12 02:36:47 +00:00
agc
05b88260d7
Add NetBSD RCS Ids.
1998-08-07 13:16:49 +00:00
agc
08c812cd79
Don't check for Configure input coming from a tty.
1998-08-07 11:39:04 +00:00
agc
41bfb30737
Add NetBSD RCS Ids.
1998-08-07 11:08:53 +00:00
agc
daa3dd519a
Update package Makefiles for automatic manual page handling.
1998-06-22 12:44:29 +00:00
mycroft
7fc121d366
Pass the right argument type to semctl().
1998-04-23 12:14:25 +00:00
frueauf
49e36ada0b
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
1998-04-20 11:56:17 +00:00
agc
258b808c9f
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
...
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
47bc45f50b
do use vfork, pointed out by Charles Hannum
1998-03-24 13:07:53 +00:00
mycroft
08d3435d74
Strip a2p.
1998-03-16 06:56:19 +00:00
tron
1e0d09c896
Make sure that "-I/usr/local/include" and "-L/usr/local/lib" don't get
...
written into the configuration file.
1998-02-19 19:42:36 +00:00
hubertf
6e41267a89
Use MACHINE_ARCH for archname; Reported by Johnny C. Lam <lamj@stat.cmu.edu>
...
in PR 4990.
1998-02-14 17:54:50 +00:00
hubertf
f535cf3701
Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"
...
(in bsd.port.mk) for backward compatibility.
1998-01-28 15:33:44 +00:00
hubertf
9f9f60683d
portlint: add RCS Id
1998-01-24 20:22:40 +00:00
hubertf
ce7d0fbf92
portlint: fix RCS Id+MAN3, delete empty line
1998-01-24 20:21:44 +00:00
hubertf
8639bafeaa
Fix setting CONFIGURE_ARGS ("=" -> "+=")
1997-12-22 07:45:38 +00:00
hubertf
5c89667006
Update for perl 5.004_04 and MI/MD PLIST.
1997-11-22 03:53:21 +00:00
hubertf
73774a6338
Update for perl 5.004_04 and MI/MD PLIST.
1997-11-22 03:42:28 +00:00
agc
5358faaf74
Add a NetBSD RCS Id to all the PLIST files.
1997-11-06 09:57:11 +00:00
hubertf
e4047cd34a
i386 -> <$ARCH> (forgot some)
1997-10-17 21:38:59 +00:00
hubertf
6a3b8142d2
- Minor documentation fixup, mostly removing comments this won't run
...
on some FreeBSD releases (boy can I imagine some users wondering
what OS they're running now 8-)
- Sync PLIST with reality... esp. empty directories.
1997-10-14 00:26:20 +00:00
agc
b4d9040858
Generalise for non-i386 architectures:
...
+ Hardcode netbsd for the moment (until I'm allowed to use a <$OPSYS>
string).
+ Change the i386 hardcoded constant into <$ARCH>, which will be
modified by bsd.port.mk when constructing the derived .PLIST file at
package installation time.
1997-10-09 10:43:54 +00:00
agc
a4f91aeddc
Add NetBSD RCS Id.
...
Add default directories for Perl's Configure script to search on
NetBSD. Now why can't it grab these from the installer's path or
other environment variables?
1997-10-06 15:27:55 +00:00
agc
6f28891f98
Initial import of FreeBSD lang ports into the NetBSD
...
packages system.
1997-10-06 14:51:03 +00:00