1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
David Thiel
bc96291543 Update to 4.02.
PR:		ports/183900
Submitted by:	ehaupt@
2014-01-28 20:05:49 +00:00
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Andrej Zverev
eb99db6c35 - Resolve of using USE_PERL5 and PERL_CONFIGURE together
- Convert to new perl5 framework
- Pet portlint

With hat:	perl@
2013-09-01 18:18:40 +00:00
Martin Wilke
b4da2c78dd - Unbreak build
Reported by:	pointyhat
Approved by:	portmgr
2013-03-30 13:26:51 +00:00
David Thiel
674bdb7343 Update to 4.01. Note that the ~/.csshrc file is deprecated for the ~/.clusterssh directory. See documentation for details.
PR:		ports/174340
Submitted by:	Oleg Ginzburg <olevole@olevole.ru>
2012-12-28 22:57:49 +00:00
Andrej Zverev
c9b4f372f4 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 12:42:52 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
David Thiel
f9aa3887e7 Update to 3.28.
PR:		ports/148008
Submitted by:	ehaupt@
Feature safe:	yes
2010-06-22 22:38:41 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
David Thiel
17ea308834 Update to 3.27.
Feature safe:	yes
2009-10-13 06:43:59 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
David Thiel
42e6a68d78 Update to 3.26.
PR:		ports/136770
Submitted by:	Yi-Jheng Lin
2009-07-17 23:55:31 +00:00
David Thiel
a50830015c Update to 3.24. From the changelog:
* Do not attempt to re-resolve IP addresses
* Add '-C <file>' command to load in specific config file
* Cope with random/strange config files better
* Correct some minor typos
* Create the .csshrc file if it doesnt already exist and amend pod
* Amend host menu items to be a little more descriptive
* Remove 'Catpure Terminal' from Hosts menu as it doesnt do anything
useful
* Ensure loading of hosts from user ssh config file is case insensitive

Submitted by:	ehaupt
2009-01-26 23:28:48 +00:00
David Thiel
f7c7a9d10f Updating to 3.22.
PR:		ports/119933
Submitted by:	Marcus Alves Grando
Approved by:	lx
2008-01-24 00:59:01 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
David Thiel
dcccda518d Stop using USE_X_PREFIX.
Approved by:	edwin (mentor)
2007-01-15 21:33:07 +00:00
Martin Wilke
3bc94d2588 - Update to 3.19.1
PR:		ports/101716
Submitted by:	David Thiel <lx(at)redundancy.redundancy.org> (maintainer)
Approved by:	krion (mentor)
2006-08-10 21:50:19 +00:00
Tim Bishop
8f90c9ec41 - Update to 3.18.1
PR:		94747
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2006-03-20 22:17:24 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Pav Lucistnik
0fa16d0db0 ClusterSSH controls a number of xterm windows via a single graphical
console window to allow commands to be interactively run on multiple
servers over an ssh connection.

PR:		ports/84970
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2005-09-15 23:42:29 +00:00