Commit graph

58 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
f507ceb5f8 Remove Perl core modules
- Fix version requirement of *_DEPENDS
- Bump PORTREVISION for dependency change
2017-04-11 00:47:54 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Sunpoet Po-Chuan Hsieh
8891a40219 Use real PORTVERSION and update dependent ports
- Sort PLIST
2017-03-11 15:59:50 +00:00
Sunpoet Po-Chuan Hsieh
e79ad1abe0 Add LICENSE_FILE 2017-01-10 18:36:37 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Alexey Dokuchaev
50c7b417e3 Do not terminate BROKEN messages with period, it is added by the framework. 2016-11-14 11:26:59 +00:00
Kurt Jaeger
bb63f3f081 editors/p5-Padre: Unbreak build by adding #include <cmath>
- unbreak build by adding include cmath to
  wx-scintilla/src/scintilla/src/Editor.cxx
- make other patches makepatch-compliant
- remove WX_UNICODE=yes (obsolete)
- un-silence several commands during build

PR:		210959
MFH:		2016Q3
Reported by:	pkg-fallout
2016-07-31 13:42:53 +00:00
Mathieu Arnold
7f304f0633 Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)

Sponsored by:	Absolight
2016-06-06 15:25:42 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold
5153bac758 Been broken on 9 for more than a month, marking BROKEN before 2016Q2.
http://beefy1.nyi.freebsd.org/data/93i386-default/409710/logs/p5-Padre-1.00_4.log

Sponsored by:	Absolight
2016-02-28 23:38:15 +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
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Mathieu Arnold
65a99e72a5 Move p5- ports from ports@ to perl@.
With hat:	perl@
Sponsored by:	Absolight
2015-05-11 12:04:18 +00:00
Mathieu Arnold
abfeacaa87 Fix build with Perl 5.21.0+ (removal of CGI, and Module::Build)
While there, cleanup MASTER_SITES, and remove an empty target.

With hat:	perl@
Sponsored by:	Absolight
2015-04-22 15:46:01 +00:00
John Marino
88302347d4 editors/p5-Padre: unbreak on some platforms
Due to pulling in Wx headers, Padre has to be built with c++11 standard.
Due to current breakage on p5-Wx, this couldn't be tested on FreeBSD 8.
It still builds on FreeBSD 10 and once again on DragonFly.
2015-04-20 10:27:08 +00:00
Dmitry Marakasov
e0b0b040cc - Strip library 2015-04-02 00:57:52 +00:00
Sunpoet Po-Chuan Hsieh
3c75101c58 - Fix *_DEPENDS: version is already in all supported Perl releases
- Sort PLIST
- Bump PORTREVISION for dependency change
2015-03-21 19:55:19 +00:00
Max Brazhnikov
23bb6e4584 Fix DESKTOP_ENTRIES:
- Icon field must be either absolute path or icon name if installation follows Icon Theme Specification
- Remove invalid categories
- StartupNotify field must be literally false/true, not ${FALSE}/${TRUE}
2015-02-27 16:30:40 +00:00
Mathieu Arnold
92fbc75c13 Catch up abusive uses of ${SITE_PERL}.
Sponsored by:	Absolight
2014-12-23 02:22:19 +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
Mathieu Arnold
d291ad32ca Replace some occurences of mach with PERL_ARCH (and a couple of other small noop fixes.)
With hat:	perl@
Sponsored by:	Absolight
2014-11-07 13:51:10 +00:00
Dmitry Marakasov
ab08a9dbfd - Drop @dirrm* from plist 2014-09-24 01:45:49 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
John Marino
8af6916f84 editors/p5-Padre: Unbreak, update version 0.96 => 1.00, and stage
PR:		187974
Submitted by:	Ports Fury
2014-07-29 20:42:21 +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
Baptiste Daroussin
2421f59236 Remove USE_DISPLAY from broken ports
With hat:	portmgr
2014-05-28 12:12:46 +00:00
Baptiste Daroussin
0542e45bb8 Mark as broken unstaged perl ports
With hat:	portmgr
2014-04-09 09:49:02 +00:00
Baptiste Daroussin
68ede13b49 Add NO_STAGE all over the place in preparation for the staging support (cat: editors) 2013-09-20 16:36:23 +00:00
Mathieu Arnold
4063eccdf2 - Convert to new perl framework
- Trim Makefile header
2013-08-02 21:38:09 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Martin Wilke
06776f3ccb - Update to version 0.96
PR:		177255
Submitted by:	Ports Fury
2013-03-25 06:07:32 +00:00
Chris Rees
054cd49885 Remove PKGNAMEPREFIX from textproc/py-ack
Submitted by:	Sebastian Santoro (original idea)
Reviewed by:	perl
2013-01-07 17:28:31 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Thomas Abthorpe
425474f5f5 - Reassign to the heap at maintainer's request
Approved by:	portmgr (implicit)
Feature safe:	yes
Redports:	ignore
2012-10-15 16:21:11 +00:00
Andrej Zverev
332b64b050 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:16:13 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Wen Heping
32cd1da730 - Update to 0.62
PR:		ports/146484
Submitted by:	Ashish SHUKLA <wahjava@gmail.com>
Approved by:	maintainer(timeout, > 17 days)
2010-05-28 10:57:32 +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
Jun Kuriyama
3f795ed795 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 12).

Approved by:	portmgr (itetcu)
2010-01-28 02:32:30 +00:00
Wen Heping
d1a6bf8cb5 - Update to 0.50
PR:		ports/141108
Submitted by:	Cezary Morga <cm@therek.net> (maintainer)
2010-01-08 07:37:41 +00:00
Beat Gaetzi
7fa59ebd57 - Update to 0.47
PR:		ports/139187
Submitted by:	Cezary Morga <cm AT therek.net> (maintainer)
2009-10-16 12:30:29 +00:00
Pav Lucistnik
37a2151145 - Update to 0.46
PR:		ports/139033
Submitted by:	Cezary Morga <cm@therek.net> (maintainer)
Feature safe:	yes
2009-09-24 20:01:33 +00:00
Pav Lucistnik
62ee6d91bf - Update to 0.45
PR:		ports/138506
Submitted by:	Ashish SHUKLA <wahjava@gmail.com>
Approved by:	maintainer timeout (17 days)
Feature safe:	yes
2009-09-20 20:14:24 +00:00
Beat Gaetzi
5430fc856f - Update to 0.40
PR:		ports/136959
Submitted by:	Cezary Morga <cm AT therek.net> (maintainer)
2009-07-24 18:23:09 +00:00
Dmitry Marakasov
182db3c80d - Remove some comments I've used for testing 2009-07-15 16:34:13 +00:00
Dmitry Marakasov
dfe7c9a036 - Update to 0.39
PR:		136699
Submitted by:	Cezary Morga <cm@therek.net> (maintainer)
2009-07-15 16:30:51 +00:00