Commit graph

54 commits

Author SHA1 Message Date
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Tijl Coosemans
ab60136c26 Move -fPIC to where Linux puts it so it is limited to a single library. 2017-02-13 22:43:58 +00:00
Mark Linimon
9c19df593a Add -fPIC to various ports to enable them to build on armv6.
Approved by:	portmgr (tier-2 blanket)
2017-02-09 18:53:12 +00:00
Mark Linimon
e4b32b72e0 Mark various leaf ports broken on aarch64, and, where appropriate, other
tier-2 archs.

Approved by:	portmgr (tier-2 blanket)
2016-11-11 09:31:02 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Adam Weinberger
26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00
Adam Weinberger
03f1abf704 Reassign biology/ perl modules to perl@.
While here:

Regenerate p5-AcePerl's patches using makepatch.
Make p5-Bio-ASN1-EntrezGene depend on p5-bioperl, instead of the
other way around. Bump PORTREVISION on those two ports.
2015-05-08 18:12:36 +00:00
Sunpoet Po-Chuan Hsieh
3f7a3c8d4a - Add LICENSE
- Space/Tab fix
2015-03-28 17:20:45 +00:00
Dmitry Marakasov
409a9aff40 - Simplify MASTER_SITES
- Strip libraries
2015-03-17 03:09:25 +00:00
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
Baptiste Daroussin
99a3e8559c Cleanup plist 2014-10-20 07:10:48 +00:00
Adam Weinberger
f42216be44 Fix build. Hopefully it doesn't break the app. 2014-08-22 00:33:16 +00:00
Adam Weinberger
b5e31c70a1 Rename biology/ patch-xy patches to reflect the files they modify. 2014-07-28 14:22:16 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Martin Wilke
e6e265ae51 - Stage support 2014-02-10 06:56:52 +00:00
Emanuel Haupt
8305492fd9 Update WWW 2014-02-09 11:13:38 +00:00
Mathieu Arnold
db33716fd3 Drop maintainership on those.
Sponsored by:	Absolight
2014-02-05 17:35:53 +00:00
Baptiste Daroussin
7055ff02f1 Add NO_STAGE all over the place in preparation for the staging support (cat: biology) 2013-09-20 15:55:44 +00:00
Sunpoet Po-Chuan Hsieh
1b0d3f744b - Add WWW
- Use single space after WWW:
- Remove Author line
2013-08-29 17:16:52 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Andrej Zverev
24374f6b47 - Remove SITE_PERL from *_DEPENDS 2012-06-04 08:31:14 +00:00
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Jun Kuriyama
326d89e098 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 19; last!).

Approved by:	portmgr (itetcu)
2010-01-29 14:52:21 +00:00
Jun Kuriyama
cbffb3af9d - Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.

- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
  ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
  Encode, Digest, Pod::Parser, File::Spec.
2010-01-16 14:45:49 +00:00
Philip M. Gollucci
89c63fe984 - Turn over a bunch of p5- ports that change infrequently to perl@
so more people can look at them.
2009-12-13 18:07:49 +00:00
Pav Lucistnik
1c7ddf4d89 - Flip MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-07-07 22:11:07 +00:00
Philip M. Gollucci
abf5b5ffc0 - Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
2009-05-16 06:27:56 +00:00
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Philip M. Gollucci
74c696044a Update to 1.92
Changes http://search.cpan.org/src/LDS/AcePerl-1.92/ChangeLog

Approved by:    gabor (mentor)
2008-12-24 08:23:14 +00:00
Philip M. Gollucci
b43083409f Update my ports to my freebsd address
Approved by:    araujo (mentor)
2008-07-23 02:43:55 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Rong-En Fan
146e6417d0 - Mark broken on amd64 < 6. We got following
cc -O -pipe  -fPIC  -g -Wall -DACEDB4  -I. -I./wh -DFREEBSD -c -O -pipe  -fPIC  -g -Wall -DACEDB4 -c arraysub.c
arraysub.c: In function `stackused':
arraysub.c:54: error: unrecognizable insn:
(insn 44 22 24 2 arraysub.c:53 (set (reg:SI 1 dx [66])
        (subreg:SI (plus:DI (subreg:DI (reg:SI 7 sp) 0)
	                (const_int -1 [0xffffffffffffffff])) 0)) -1 (nil)
			    (nil))
arraysub.c:54: internal compiler error: in extract_insn, at recog.c:2083

Reported by:	pointyhat via kris
Approved by:	Philip M. Gollucci (maintainer)
2006-12-04 04:13:30 +00:00
Rong-En Fan
47d8f620ab - Update to 1.91
- Unbreak on amd64

PR:		ports/105414
Submitted by:	rafan
Approved by:	maintainer timeout (15 days)
2006-11-27 02:35:16 +00:00
Yen-Ming Lee
fb9e59f589 - Update to 1.89
- refine BROKEN to make portlint happier
- patch to use on Scalar::Util instead of WeakRef
- mark IGNORE under old perl which don't support weak reference

PR:		96656
Submitted by:	leeym
Approved by:	maintainer
2006-05-02 23:16:02 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Florent Thoumie
8f8e8eb20c - Change maintainer's email address. 2005-04-11 20:34:36 +00:00
Kirill Ponomarev
8daa07cec3 - Honor CFLAGS
PR:		ports/65599
Submitted by:	michael johnson <ahze at ahze dot net>
2004-04-16 08:08:11 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kris Kennaway
f2084d1b29 BROKEN on amd64 and ia64: Does not compile (missing -fPIC) 2004-03-07 13:00:02 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Erwin Lansing
9a7422c0c5 - update to 1.83
- give maintainership to submitter as the old maintainer's
  address bounces

PR:		52054
Submitted by:	Philip M. Gollucci <philip@p6m7g8.com>
Approved by:	maintainer bounces
2003-06-17 18:39:47 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Edwin Groothuis
6e497f06be Add dependency on security/p5-Digest-MD5
Noticed on: bento
2003-02-13 02:52:13 +00:00
Akinori MUSHA
744ecfac33 CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in
them when using a non-default compiler/linker, so do not use `/' as
delimiter for s///. (I picked `|' instead)
2002-10-10 12:59:36 +00:00
Johann Visagie
2b0b32622c - Update to version 1.82 2002-01-25 12:35:20 +00:00
Johann Visagie
767182618a Update to version 1.75 2001-08-13 11:27:36 +00:00