Commit graph

1021 commits

Author SHA1 Message Date
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Baptiste Daroussin
da0eb10ed5 Get rid of gnomehier 2014-12-21 00:43:28 +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
Antoine Brodin
8718c270c6 Cleanup plist 2014-11-12 22:12:05 +00:00
Antoine Brodin
8056faed0e Allow building on head 2014-10-05 21:36:02 +00:00
Tijl Coosemans
7300a6f9f4 - Add USES=libtool and INSTALL_TARGET=install-strip
- Remove pthread patching
2014-10-05 18:59:31 +00:00
Tijl Coosemans
3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Tijl Coosemans
4eaa19b6e8 - Add USES=libtool and INSTALL_TARGET=install-strip
- Replace LDFLAGS with LIBS
- Avoid including bsd.port.options.mk
2014-09-08 12:10:24 +00:00
Baptiste Daroussin
89ca9a777b Remove non staged ports without pending PR from p* 2014-09-01 23:35:54 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Adam Weinberger
ba06c2d6a3 Rename p*/ patch-xy patches to reflect the files they modify. 2014-07-29 14:02:16 +00:00
Rene Ladan
5814bdecf3 Update to 1.8.2
PR:		191749
Submitted by:	maintainer <samm@os2.kiev.ua>
2014-07-21 12:35:35 +00:00
Baptiste Daroussin
6ca92592d5 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:44:04 +00:00
Adam Weinberger
cd13c75523 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:49:33 +00:00
Vanilla I. Shu
34c6a7f253 1: Stagify.
2: USES=libtool, bump version.
3: strip binary.

Approved by:	portmgr@ (blanket)
2014-07-15 02:27:40 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00
Baptiste Daroussin
c7b8a15f5b Reset maintainership
Maintainer request to remove those ports, they will be removed along with other
non staged, but in the mean time gives new volunteers a chance to save those

With hat:	portmgr
2014-07-07 09:54:14 +00:00
Dmitry Marakasov
aeeaa0fb24 - Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax
- Remove indefinite article from COMMENT

Approved by:	portmgr blanket
2014-07-03 16:20:26 +00:00
Alexey Dokuchaev
fda46f9f9a - Remove conditional on ${PORT_OPTIONS:MDOCS} and simplify the Makefile
- Offload documentation from pkg-plist into PORTDOCS variable, tighten
  sed(1) regexp, mute MKDIR's; fix spelling and EOL spaces in pkg-descr
2014-06-26 12:38:57 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Vanilla I. Shu
345a302cc7 1: Stagify.
2: USES=libtool, and bump version.
3: new syntax of LIB_DEPENDS.

Approved by:	portmgr@ (blanket approval)
2014-06-24 15:16:33 +00:00
Antoine Brodin
bc5634fc2c Unbreak 2014-06-21 15:53:01 +00:00
Steven Kreuzer
e9ece7e7e3 Add staging support 2014-06-19 13:40:30 +00:00
Steven Kreuzer
45dc322814 Convert to use new options framework 2014-06-19 13:34:47 +00:00
Steven Kreuzer
6cb35f638b Add staging support
Convert to new LIB_DEPENDS framework
Define LICENSE
2014-06-19 12:57:19 +00:00
Steven Kreuzer
6360a46388 Add staging support
Define LICENSE
Replace NOPORTDOCS with ${PORT_OPTIONS:MDOCS}
2014-06-18 20:57:39 +00:00
Vanilla I. Shu
892ce38c93 1: Stagify.
2: convert to new format of LIB_DEPENDS.
2014-06-10 02:57:50 +00:00
Vanilla I. Shu
09f37da63d Stagify. 2014-06-10 02:37:54 +00:00
Vanilla I. Shu
affe10028a Stagify. 2014-06-10 02:33:56 +00:00
Martin Wilke
407cd6ad08 - Convert gmake to USES
Approved by:	portmgr
2014-05-29 11:31:23 +00:00
Baptiste Daroussin
ee06ae7989 2014-04-10 palm/gnome-pilot: gnome-panel 2.x will be updated in the GNOME 3 import
palm/gnome-pilot-conduits (depends on gnome-pilot)
2014-04-11 12:50:32 +00:00
Antoine Brodin
3899229cd5 Remove expired ports:
2014-03-15 multimedia/linux_v4l2wrapper-kmod: Included now in all supported FreeBSD versions
2014-03-15 devel/sgl: S/W never progressed beyond incomplete graduate project; library was never properly built - not worth fixing
2014-03-15 palm/jpilot-db: No distfiles
2014-03-16 09:02:47 +00:00
Rene Ladan
ddd93f2773 Remove expired ports:
2014-03-14 net/pppd23: Depends on PPPDISC
2014-03-14 net/ipa_ip6fw: Depends on IPv6 ipfw firewall
2014-03-14 palm/synce-hal: Requires pppd
2014-03-14 net/pppoa: Broken on FreeBSD 8 and later since june 2009
2014-03-14 09:14:01 +00:00
Emanuel Haupt
e5b4010552 Support staging 2014-03-14 08:37:16 +00:00
Koop Mast
70c71e5cdd gnome-panel will be updated to the 3.x version when GNOME 3 will merged.
Deprecate the first batch of ports that are incompatible with the new 3.x version.
2014-03-11 14:40:28 +00:00
Baptiste Daroussin
1be832a008 Convert p* to USES=zip 2014-03-10 16:45:37 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
2014-03-10 11:50:26 +00:00
Martin Wilke
0cfd66673e - Stage support 2014-03-09 14:42:08 +00:00
Antoine Brodin
0c1cb07dbe Deprecate and set expiration date for some ports ignored on all supported versions 2014-02-28 18:46:58 +00:00
Emanuel Haupt
e888389f6d - Support staging
- Use shebangfix
2014-02-27 07:32:00 +00:00
John Marino
9e335cb0f0 palm/jpilot-db: Marked broken since Nov 2013, remove in 2 weeks
I checked the sourceforge site, the files there are older than this port.
The master site still mentions jpilot-db but doesn't provide distfiles
anymore.  No PRs written against this port, seems nobody will miss it.
2014-02-26 11:23:24 +00:00
Emanuel Haupt
4d6caa9a7e Remove trailing whitespaces from category palm 2014-02-21 13:39:02 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
ce1c0bc3ed Back to the futur 2014-02-10 13:27:09 +00:00
Baptiste Daroussin
e6ef2c96d5 Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
2014-02-10 12:58:54 +00:00
Martin Wilke
12d74b2d2a - Stage support 2014-02-05 09:28:00 +00:00
Martin Wilke
cdd6c73f5d - Stage support 2014-02-01 14:42:04 +00:00