| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=79782
|
|
|
|
|
|
|
|
|
|
|
| |
other than ${LOCALBASE}/bin to install its scripts (h2ph, perldoc, and
friends) to. Fix that.
PR: 51350
Reported by: Oliver Brandmueller <ob@gruft.de>
Notes:
svn path=/head/; revision=79585
|
|
|
|
|
|
|
|
|
| |
http://use.perl.org/articles/02/10/06/1118222.shtml?tid=5).
Reported by: kuriyama
Notes:
svn path=/head/; revision=79415
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
| |
Approved by: tobez (maintainer)
Notes:
svn path=/head/; revision=75805
|
|
|
|
| |
Notes:
svn path=/head/; revision=72367
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that /usr/bin/perl5 doesn't exist, which violates some of use.perl's
assumptions. Take care of this case. [1]
Also in the case of a recent 5-CURRENT, automatically perform
"use.perl port" during package/port installation. This helps the
installation of sysinstall's new "Perl distribution", in that
sysinstall doesn't need to do this explicitly as Yet Another Special
Case. [2]
PORTREVISION bump after all this good stuff.
Requested by: bmah [1], jhb [2]
Submitted by: tobez (port MAINTAINER)
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=71365
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Acpu(i386) to -Acpu=i386 and similar.
The patch is from Perlland:
http://archive.develooper.com/perl5-porters@perl.org/msg79350.html
While at it, add $ FreeBSD $ to the rest of the patches.
Reported by: kuriyama
Notes:
svn path=/head/; revision=69250
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://archive.develooper.com/perl5-porters@perl.org/msg58812.html
with a patch from
http://archive.develooper.com/perl5-porters@perl.org/msg58819.html
While we normally do not fix non-FreeBSD problems with 3rd party
software, it is expected that perl 5.6.1 will be used widely for some
time to come, and the bug is bad enough to grant the inclusion of the
patch here.
Notes:
svn path=/head/; revision=69108
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.
Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
Notes:
svn path=/head/; revision=66299
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Requested by: netchild (WITH_PERL_MALLOC),
Joachim Leidinger <jojo@blackpoint.de> (WITH_GDBM)
Notes:
svn path=/head/; revision=63660
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Force installs. This is to allow (semi-)automatic garbage removal by
"find /usr/libdata -ctime -N -delete".
Well - substitute /usr/libdata with /usr/local/lib/perl5 here.
Requested by: sheldonh
2. Do not link with libbind even if Configure detects it. A particular
reason for that is that perl's getpw* stop working with NIS.
Reported by: Russell Cattelan <cattelan@thebarn.com>
Notes:
svn path=/head/; revision=62775
|
|
|
|
|
|
|
| |
find -delete, for obvious reasons. No PORTREVISION bump.
Notes:
svn path=/head/; revision=61367
|
|
|
|
|
|
|
| |
(read: -current). No PORTREVISION bump.
Notes:
svn path=/head/; revision=61363
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Requested by: tobez
Notes:
svn path=/head/; revision=60962
|
|
|
|
|
|
|
| |
Approved by: tobez (MAINTAINER)
Notes:
svn path=/head/; revision=60961
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
@INC array. This takes care of the infamous problem of updating the
packages already in the perl distribution. With this change, no tricks
are any longer necessary for such p5 ports, except the usual tweaking of
INSTALLDIRS in Makefile.PL. This last one can also be taken care of by
an appropriate BSDPAN modifications, but until we have the `natural'
@INC order in the 4.X base system perl, it is meaningless.
Do not include iconv.h and do not link with libiconv. Iconv is not used
by perl in any way currently, but it used to link it if found.
Fix perl on freebsd/sparc64.
PR: 33212 (iconv), 37605 (iconv), 38813 (sparc64)
Reported by: Vivek Khera <khera@kciLink.com> (iconv),
Martin Nilsson <martin@gneto.com> (iconv)
Submitted by: jake (sparc64)
Notes:
svn path=/head/; revision=60490
|
|
|
|
|
|
|
|
|
|
| |
the problems with threaded perl build. The threaded perl is curently
unsupported by this port but seems to work fine with this fix applied.
Reported by: Jens Fallesen <jens@fallesen.dk>
Notes:
svn path=/head/; revision=59872
|
|
|
|
|
|
|
|
|
|
|
|
| |
more stuff than the old one, which confuses makedepend script in the
distribution).
PORTREVISION is not bumped since there was no functionality change.
Reported-by: too many to list here
Notes:
svn path=/head/; revision=59620
|
|
|
|
|
|
|
|
|
|
| |
2. Remove the dependency on perl (rather important for this port).
3. Make the script this port installs use the version of perl from ports.
Reported-by: (item 2) Juriy Goloveshkin <j@gu.ru>, Mark Huizer <xaa@timewasters.nl>
Notes:
svn path=/head/; revision=59495
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 28462
OK'ed by: markm
Notes:
svn path=/head/; revision=44567
|
|
|
|
|
|
|
| |
OK'ed by: markm
Notes:
svn path=/head/; revision=43918
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=37980
|
|
|
|
|
|
|
|
| |
PR: 18638
Submitted by: Daniel S. Lewart <d-lewart@uiuc.edu>
Notes:
svn path=/head/; revision=28583
|
|
|
|
| |
Notes:
svn path=/head/; revision=28453
|
|
|
|
| |
Notes:
svn path=/head/; revision=27496
|
|
|
|
| |
Notes:
svn path=/head/; revision=27458
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=21047
|
|
|
|
| |
Notes:
svn path=/head/; revision=20952
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
Notes:
svn path=/head/; revision=19803
|
|
|
|
|
|
|
|
| |
PR: 7848
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Notes:
svn path=/head/; revision=18655
|
|
|
|
|
|
|
|
| |
circumstances. This is different from BROKEN, which merely means we think
it is broken.
Notes:
svn path=/head/; revision=17429
|
|
|
|
|
|
|
|
|
|
|
| |
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
Notes:
svn path=/head/; revision=14465
|
|
|
|
|
|
|
|
|
|
| |
(Also minor repairs to PLIST - nuke ranlibs)
Reviewed by: asami
OK-ed by: jseger
Notes:
svn path=/head/; revision=13894
|
|
|
|
|
|
|
| |
Submitted by: axl (Sheldon Hearn)
Notes:
svn path=/head/; revision=12895
|
|
|
|
|
|
|
| |
have been converted to the new scheme.
Notes:
svn path=/head/; revision=12530
|
|
|
|
| |
Notes:
svn path=/head/; revision=12315
|
|
|
|
| |
Notes:
svn path=/head/; revision=12314
|
|
|
|
|
|
|
| |
mostly kerberos or obsoleted ones.
Notes:
svn path=/head/; revision=12307
|
|
|
|
| |
Notes:
svn path=/head/; revision=12295
|
|
|
|
|
|
|
|
|
|
| |
list of header files but does get enough that when perl needs more header
files that it will hint to use h2ph.
PR: 5738
Notes:
svn path=/head/; revision=9741
|
|
|
|
| |
Notes:
svn path=/head/; revision=8592
|
|
|
|
|
|
|
| |
OKed by: Satoshi
Notes:
svn path=/head/; revision=8137
|
|
|
|
| |
Notes:
svn path=/head/; revision=8000
|