summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl
Commit message (Collapse)AuthorAgeFilesLines
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-252-3/+3
| | | | specified in the top level Makefiles.
* Remove trailing whitespace.rgrimes1995-05-3058-345/+503
|
* Add link to sperl4.036, needed for suid scripts and pgmsache1995-05-281-0/+1
| | | | which use sperl$]
* Make link to tperl4.036, needed for suid scripts and other stuffache1995-05-281-0/+1
| | | | which use tperl$]
* Fix $] variable value (version number), close PR 449ache1995-05-281-2/+8
| | | | Submitted by: Bill Fenner <fenner@parc.xerox.com>
* Remove setr* hacksache1995-04-271-4/+4
|
* Fix compiler warnings: don't declare enum types as static.bde1995-04-021-4/+9
|
* Comment out all perverted curses optimizationache1995-03-261-19/+19
|
* Change wrong -ltermcap -ltermlib picked up to -lmytinfoache1995-03-261-2/+2
|
* Get PERL found in any of its obvious locations.jkh1995-03-251-6/+17
|
* Don't attempt to fix the mode of mus - mus might be read-only. Justbde1995-03-251-2/+1
| | | | | | interpret it. I've preserved the bugs that perl must be installed to build part of perl and that it must be installed in the wrong place (no ${DESTDIR}).
* If mus script not executable, fix.jkh1995-03-241-0/+1
|
* Adjust include paths.jkh1995-03-241-2/+2
|
* Bring back perl/usub as usub/, this time containing an updated curseperljkh1995-03-248-1/+1410
| | | | | which is also installed by default (the reason for which should also be plain shortly).
* Export ${DESTDIR} to h2ph so that the *.ph files end up in the DESTDIRrgrimes1995-02-141-1/+1
| | | | directories instead of /usr/share/perl.
* Fix to h2ph "undefined function" bugugen1995-02-031-6/+14
| | | | | | | i reported today earlier..tested and works OK.. ( To those who want to experience bug try running aub with old version of socket.ph and with new one or just any perl script "requiring " <sys/socket.ph> or <sys/cdefs.ph> )
* Install suidperl suid root.jkh1995-01-141-0/+3
| | | | Submitted by: Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr>
* I think someone has already talk about it but I just got bitten again :joerg1995-01-091-4/+4
| | | | | | | | | | | | perl setuid scripts don't work in 2.1-current for the same reason they were not working in 1.1.5.1. Perl 5 has the same "problem" of course. We have almost POSIX saved uids but we must undefine the following symbols in order to get setuid perl scripts : Submitted by: roberto@blaise.ibp.fr (Ollivier Robert)
* Add usr/share/perl/sys to mtree file, remove private mkdir from Makefile.rgrimes1995-01-031-1/+0
|
* Add missing ${DESTDIR} so that the library ends up in a release.rgrimes1995-01-011-5/+3
| | | | | Remove mkdir -p, this is handled by make hierarchy. Add NOOBJ= to override obj: target, and remove local obj: target.
* Fix previous commit. Installing links to manpages without installingbde1995-01-011-3/+2
| | | | | | manpages is not completely trivial. Please don't commit untested changes.
* Fix previous commit.bde1995-01-011-2/+1
|
* Add mlinks for man pagegclarkii1994-12-312-2/+5
| | | | | | Reviewed by: Submitted by: Obtained from:
* Add the files y.tab.h and a2p.c that get automatically generated toats1994-11-281-0/+1
| | | | | the CLEANFILES target. Remove the file a2p.c from the source tree, this get generated anew from a2p.y.
* From: "Jonathan M. Bresler" <jmb@kryten.Atinc.COM>jkh1994-11-181-0/+1
| | | | | | | | | in getting mirror-2.3 to work with FreeBSD, i found that timelocal.pl has a bug. a patch is included below. this needs to be applied to both src/gnu/usr.bin/perl/lib/timelocal.pl and src/usr.sbin/xntpd/scripts/monitoring/timelocal.pl Submitted by: jmb
* Correct my hosing...:(gclarkii1994-11-033-3/+3
|
* Change libs to install in /usr/lib/perlgclarkii1994-11-031-1/+1
|
* Change libs to /usr/lib/perlgclarkii1994-11-031-1/+1
| | | | | | Reviewed by: Submitted by: Obtained from:
* Install libs into /usr/lib/perl. The discussion we had did not come togclarkii1994-11-031-1/+1
| | | | a point so... If any thing besides here I would vote for /usr/include.
* Test test test! sigh!pst1994-10-298-233/+29
| | | | | | | | | | Perl's scripts are still trying to execute perl out of /usr/gnu/bin/perl. The hack Larry was using for h2ph.1 doesn't work with the new macros, so make it a real man page. Also, we weren't building the .ph files, add them as an afterinstall rule in the x2p subdirectory.
* Convince Perl to that is is part of the system, as /usr/bin/perl (binary)wollman1994-10-278-15/+21
| | | | | | and /usr/share/perl (library). The latter was chosen as analogous to other directories already present in /usr/share, like /usr/share/groff_font and (particularly) /usr/share/mk.
* Include of bsd.prog.mk should almost always be the last line of the file.rgrimes1994-09-124-10/+8
| | | | | Fix missing ${DESTDIR} in 2 places (rgrimes) Submitted by: bde
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* Deleted checks for libcrypt as not nessecery for 2.0.gclarkii1994-09-113-12/+0
|
* Added CURDIR directives for some installs.gclarkii1994-09-111-2/+3
| | | | | Reviewed by: Gary Clark II Submitted by: Rod Grimes
* Added includes for Makefile.inc (/usr/src/gnu/usr.bin/Makefile.inc)gclarkii1994-09-113-1/+5
| | | | | Reviewed by: Gary Clark II Submitted by: Rod Grimes
* Changed AF_LOCAL to AF_LOCAL_XX so as not to conflict with 4.4 socket.hgclarkii1994-09-116-150/+42
| | | | Added casts to shutup warnings in doio.c
* Initial import of Perl 4.046 bmakedgclarkii1994-09-10255-0/+73260
OpenPOWER on IntegriCloud