History log of /openbsd/gnu/usr.bin/perl/config.over (Results 1 – 23 of 23)
Revision Date Author Comments
# 312e26c8 03-Sep-2023 afresh1 <afresh1@openbsd.org>

Replace perl's use of syscall(2) with a dispatcher to libc

This removes the ability to do direct syscalls from perl, instead calling
the appropriate libc functions.

Currently we generate the dispat

Replace perl's use of syscall(2) with a dispatcher to libc

This removes the ability to do direct syscalls from perl, instead calling
the appropriate libc functions.

Currently we generate the dispatcher via a perl script duing build.

requested by deraadt@

nits from espie@
education from miod@
infrastructure fixes from sthen@
many improvements and ok gkoehler@
Please commit soon. OK bluhm@

show more ...


# cbfb5651 05-Feb-2017 afresh1 <afresh1@openbsd.org>

Apply local patches - perl-5.24.1


# 14470764 09-Nov-2016 millert <millert@openbsd.org>

Remove /usr/libdata/perl5/site_perl from sitelib and sitearch, now
that we don't install .ph files we only want to search for these
under /usr/local/libdata/perl5/site_perl. OK afresh1@


# c19a5846 17-Nov-2014 afresh1 <afresh1@openbsd.org>

Re-add lost unicore files in perl-5.20.1


# 1c8f5fdc 17-Nov-2014 afresh1 <afresh1@openbsd.org>

Regenerate unicore for perl-5.20.1

ok deraadt@ sthen@ espie@ miod@


# dddc9066 17-Nov-2014 afresh1 <afresh1@openbsd.org>

Apply local patches to perl-5.20.1

ok deraadt@ sthen@ espie@ miod@


# e9ce3842 24-Mar-2014 afresh1 <afresh1@openbsd.org>

Merge perl-5.18.2 plus local patches, remove old files

OK espie@ sthen@ deraadt@


# 86685b6d 25-Mar-2013 sthen <sthen@openbsd.org>

merge/resolve conflicts/add files


# 48950c12 25-Mar-2013 sthen <sthen@openbsd.org>

merge/resolve conflicts
(some more to do after this one)


# 2865914d 12-Oct-2008 millert <millert@openbsd.org>

Remove hack from MM_Unix.pm and simply set man1dir to 'none' in
installperl to prevent man page installation of the perl man pages.


# 5a8a32a8 18-Feb-2005 millert <millert@openbsd.org>

Set cf_time to the epoch for consistency of generated files.


# f64b279a 03-Dec-2003 millert <millert@openbsd.org>

Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific scaffolding


# 79cd0b9a 27-Oct-2002 millert <millert@openbsd.org>

Resolve conflicts, remove old files, merge local changes


# 15487880 11-Sep-2002 millert <millert@openbsd.org>

Pass ld the -R flag to add directories to the list of places to
search for shared objects instead of using a LD_RUN_PATH hack. We
use -R here since it works with both the old and new (binutils) ld
f

Pass ld the -R flag to add directories to the list of places to
search for shared objects instead of using a LD_RUN_PATH hack. We
use -R here since it works with both the old and new (binutils) ld
flavors. The LD_RUN_PATH hack was using the wrong directory anyway
and so didn't even work. Problem pointed out by H. Steuer.

show more ...


# a457d2c9 18-Oct-2000 millert <millert@openbsd.org>

set siteprefix and siteprefixexp to /usr/local as they should be


# 1f78f1ce 08-Apr-2000 millert <millert@openbsd.org>

Make installsitebin '/usr/local/bin'


# a5758a1c 26-Aug-1999 millert <millert@openbsd.org>

OpenBSD CVS tag


# 6ce46156 20-Aug-1999 millert <millert@openbsd.org>

Take advantage of "arch -s"


# 6fa1983e 16-May-1999 millert <millert@openbsd.org>

remove the "cat" prefix from man extensions since it makes perldoc send the wrong section number to pod2man


# ca15c2ca 04-May-1999 millert <millert@openbsd.org>

Move perl lib files to /usr/libdata/perl5 and /usr/local/libdata/perl5.
Now install perl lib manpages in /usr/share/man/cat3p.
Add gen_openbsd_mandep, an emasculated version of installman that
just g

Move perl lib files to /usr/libdata/perl5 and /usr/local/libdata/perl5.
Now install perl lib manpages in /usr/share/man/cat3p.
Add gen_openbsd_mandep, an emasculated version of installman that
just generates the man dependencies and MANALL declaration.
NOTE: you must update your make(1) for the new man pages to format.

show more ...


# 6e826c51 03-May-1999 millert <millert@openbsd.org>

For each search dir in /usr/lib/perl5, also look in /usr/local/lib/perl5.
This is mostly for ports.


# 2797dcb5 30-Apr-1999 millert <millert@openbsd.org>

Use arch, not uname


# cfa8baa0 29-Apr-1999 millert <millert@openbsd.org>

New configuration method, use a combination of hints and config.over. Also add in OpenBSD-specific patches