| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=115058
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2. Make this port respect Makefile.local.
3. Transfer manpages to Makefile.man.
4. Move manpages for modules, included into distribution, into
lib/perl5/PERL_VER/perl/man/man3, to eliminate file conflicts
with p5 ports for modules included with perl.
5. Use PREFIX/SITE_PERL_REL instead of SITE_PERL in the Makefile.
6. Switch to bzipped sources.
7. Other small adjustments.
PR: 65925, 66096, 67205
Submitted by: foxfair (1), Charles Swiger <chuck@pkix.net> (1), krion (3)
Reported by: Roy Badami <roy@gnomon.org.uk> (2)
Notes:
svn path=/head/; revision=110433
|
|
|
|
|
|
|
|
|
|
|
| |
perl binary might fail to be installed during make install. Try to fix
that.
Reported by: "Shobaki sam." <shsam@free.fr>
PR: 59186
Notes:
svn path=/head/; revision=93765
|
|
|
|
|
|
|
|
|
|
|
| |
2. Finally switch to libperl.so.
3. Respect CFLAGS.
PR: 58735 (item 3)
Submitted by: Lars Eggert <larse@isi.edu> (item 3)
Notes:
svn path=/head/; revision=93674
|
|
|
|
|
|
|
| |
Reported by: Neil Darlow <neil@darlow.co.uk>, Nicola Tiling <nti@w4w.net>
Notes:
svn path=/head/; revision=92477
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also:
Make suidperl optional (ENABLE_SUIDPERL knob). Switch to perlmalloc by
default, unless threaded perl is built, to improve performance.
Modernize pkg-plist (switch to SITE_PERL where possible). Update WWW.
Many thanks to foxfair who prepared most of this update.
Notes:
svn path=/head/; revision=92346
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add two knobs:
WITH_PERL_MALLOC - to compile with perl's own malloc, as opposed to
the freebsd system malloc. Some might find this useful, since perl's
malloc is marginally faster in typical cases, and orders of
magnitude faster in degenerate cases. Use with care.
WITH_GDBM - to compile with gdbm support.
Notes:
svn path=/head/; revision=63661
|
|
|
|
| |
Notes:
svn path=/head/; revision=63317
|
|
|
|
|
|
|
| |
find -delete, for obvious reasons. No PORTREVISION bump.
Notes:
svn path=/head/; revision=61367
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from normal rmdir'ing and unexec rmdir'ing, do a find | xargs rm for
generated .ph files, since those will differ in different versions of
FreeBSD just like .h files may not be the same.
2. Install.pm is broken in 5.6.1 and leads to the wrong .packlist
generation, which, in turn, breaks BSDPAN. Fix that.
3. Extend use.perl to patch /etc/manpath.config so that manpages for
modules installed by this and other p5- ports are be available.
PR: 39108 (item 1)
Reported by: Dan Nelson <dan@dan.emsphone.com> (item 1)
Notes:
svn path=/head/; revision=61362
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Compile perl with BSDPAN support, both -current and -stable. The
version of BSDPAN used here coincides accidentally with the one present
in the -current system perl, but is installed in a different place.
Provide a script, use.perl, to facilitate switching of the perl used by
default between the system perl and this port. Also print a message
describing the usage of use.perl (this works for the port and for the
package built from it). The switching to the port version is done by
removing /usr/bin/perl and /usr/bin/suidperl (they both have link count
>1, so this is reversible), and making them to be symlinks to the
corresponding binaries in $PREFIX/bin. Also, assignments of the correct
values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to
/etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that
the changes made will survive system upgrades from source. The
switching to the system version is more or less a reverse of the process
described above.
Set and use PERL_ARCH which is independed from the one used by the
system perl.
Fix the port for post-malloc.h -current.
Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should
have been used instead).
Reviewed by: markm, joe
Notes:
svn path=/head/; revision=51847
|
|
|
|
|
|
|
|
|
| |
not - do not install GDBM_File extension.
PR: 29884
Notes:
svn path=/head/; revision=46539
|
|
|
|
|
|
|
|
|
|
| |
As before, this is a "guru only" port. If you know what you are
doing, go ahead and use it. If not - HANDS OFF!
Perl 5.6.1 will be committed to "base" FreeBSD in a week or 2.
Notes:
svn path=/head/; revision=41222
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
really want it.
This is still marked FORBIDDEN as there may be all sorts of horrible
incompatabilities with the perl5 in "base", but folks who are willing
to override this and experiment are welcome.
Consider this to be only partially supported. I'll happily commit
patches and fixes, but I don't want to answer too many questions.
Sorry!
Notes:
svn path=/head/; revision=40213
|
|
|
|
|
|
|
|
| |
PR: 7848
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Notes:
svn path=/head/; revision=18655
|
|
|
|
|
|
|
|
|
|
| |
(Also minor repairs to PLIST - nuke ranlibs)
Reviewed by: asami
OK-ed by: jseger
Notes:
svn path=/head/; revision=13894
|
|
|
|
|
|
|
| |
have been converted to the new scheme.
Notes:
svn path=/head/; revision=12530
|
|
|
|
| |
Notes:
svn path=/head/; revision=12314
|
|
|
|
|
|
|
| |
mostly kerberos or obsoleted ones.
Notes:
svn path=/head/; revision=12307
|
|
|
|
| |
Notes:
svn path=/head/; revision=12295
|
|
|
|
| |
Notes:
svn path=/head/; revision=8592
|
|
|
|
|
|
|
| |
OKed by: Satoshi
Notes:
svn path=/head/; revision=8137
|
|
|
|
| |
Notes:
svn path=/head/; revision=7361
|
|
|
|
| |
Notes:
svn path=/head/; revision=6547
|
|
|
|
| |
Notes:
svn path=/head/; revision=6541
|
|
|
|
|
|
|
| |
Reported by: markm
Notes:
svn path=/head/; revision=4913
|
|
|
|
| |
Notes:
svn path=/head/; revision=4873
|
|
|
|
|
|
|
|
|
|
|
| |
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Notes:
svn path=/head/; revision=4578
|
|
|
|
| |
Notes:
svn path=/head/; revision=3387
|
|
|
|
| |
Notes:
svn path=/head/; revision=2842
|
|
|
|
| |
Notes:
svn path=/head/; revision=1923
|
|
|
|
| |
Notes:
svn path=/head/; revision=1693
|
|
|
|
|
|
|
|
| |
(this will be backed out when the bug is fixed, as is it is a hack rather
that a fix)
Notes:
svn path=/head/; revision=1623
|
|
|
|
| |
Notes:
svn path=/head/; revision=1504
|
|
Submitted by: Mark Murray <markm@freebsd.org>
Notes:
svn path=/head/; revision=1419
|