Commit graph

39 commits

Author SHA1 Message Date
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +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
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +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
Antoine Brodin
7ab5f517c7 Fix plist
With hat:	portmgr
2014-04-13 21:14:45 +00:00
Andrej Zverev
a1ffdbd611 - restore databases/p5-DBD-InterBase
- set maintainership to Yuri Perezhilin <yuri@rivera.ru>

PR:		ports/187579
Submitted by:	Yuri Perezhilin <yuri@rivera.ru>
2014-04-03 13:08:22 +00:00
Rene Ladan
dc20ad9d05 Remove expired ports:
2013-11-18 devel/libXGP: Broken for more than 6 month
2013-11-18 deskutils/google-gadgets: Broken for more than 6 month
2013-11-18 palm/synce-trayicon: Broken for more than 6 month
2013-11-18 security/linux-pam-docs: Broken for more than 6 month
2013-11-18 net-p2p/mooseekd: Broken for more than 6 month
2013-11-18 textproc/p5-Lucene: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month
2013-11-18 x11-wm/fbpager: BRoken for more than 6 month
2013-11-18 net/hf6to4: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month
2013-11-18 security/dissembler: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month
2013-11-18 textproc/rst.el: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month
2013-11-18 databases/drizzle: Broken for more than 6 month
2013-11-18 devel/p5-File-Lock: Broken for more than 6 month
2013-11-18 devel/valide: Broken for more than 6 month
2013-11-18 databases/gomysql: Broken for more than 6 month
2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month
2013-11-18 devel/monodevelop-vala: Broken for more than 6 month
2013-11-18 devel/gonzui: Broken for more than 6 month
2013-11-18 devel/monodevelop-java: Broken for more than 6 month
2013-11-18 lang/objc: Broken for more than 6 month
2013-11-18 devel/klee: Broken for more than 6 month
2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month
2013-11-18 devel/simulavr: Broken for more than 6 month
2013-11-18 japanese/mobileimap: Broken for more than 6 month
2013-11-18 devel/libYGP: Broken for more than 6 month
2013-11-18 devel/monodevelop-python: Broken for more than 6 month
2013-11-18 13:54:17 +00:00
Baptiste Daroussin
79238694b3 Deprecated some ports broken for more than 6 month 2013-10-18 07:19:25 +00:00
Jose Alonso Cardenas Marquez
65f3676025 - Bump PORTREVISION. firebird25-* ports has been modified for solved some
problems related to ICU
2013-09-30 23:41:16 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +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
Andrej Zverev
b47325edb2 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-27 16:06:25 +00:00
Steve Wills
3f8ee65c5b - Don't use += where it's not necessary 2012-06-10 18:59:16 +00:00
Andrej Zverev
ecf8a07212 - Remove SITE_PERL from *_DEPENDS 2012-06-03 17:02:24 +00:00
Sergey Skvortsov
0601a59f0e Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved).
2012-05-07 15:42:51 +00:00
Philip M. Gollucci
45185299d9 - Mark BROKEN with lang/perl5.14
PR:         ports/165457
With Hat:   perl@
2012-03-07 20:29:53 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Sergey Skvortsov
7af160e6c2 Update to 0.48
Changes:	http://search.cpan.org/src/EDPRATOMO/DBD-InterBase-0.48/Changes
2008-01-15 21:44:41 +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
Sergey Skvortsov
12cc1ea922 Update to 0.46; use USE_FIREBIRD pragma
Changes:	http://search.cpan.org/src/EDPRATOMO/DBD-InterBase-0.46/Changes
2006-10-31 12:03:02 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Sergey Skvortsov
b346e7d777 Require 5.6+ (DBD::InterBase depends on DBI-1.41+) 2005-09-16 08:01:29 +00:00
Sergey Skvortsov
c1fae7115f Update to 0.44
Changes:	http://search.cpan.org/src/EDPRATOMO/DBD-InterBase-0.44/Changes
2005-09-13 09:21:21 +00:00
Sergey Matveychuk
913cb3ae08 - Fix after spliting firebird
- Bump PORTREVISION

PR:		ports/79337
Submitted by:	Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
2005-05-17 16:09:29 +00:00
Sergey Skvortsov
1192594a15 Import latest changes from project's repository:
* better error handling for blobs
* prevent a possible buffer overflow in date handling
* don't accept blob bind param for SELECT statement
* remove pointless 'ib_cursorname' attribute. DBD does it automatically

Also switch MASTER_SITE to use SourceForge (by mystical reason this module
was disappeared from CPAN).
2005-03-14 17:58:17 +00:00
Sergey Skvortsov
a8f7eed6c6 Unbreak build on perl 5.00503
Pointed by:	kris
2004-03-26 16:02:04 +00:00
Sergey Skvortsov
82795a42c0 Updated to 0.43 2004-03-24 09:06:02 +00:00
Sergey Skvortsov
bbd5be6ad7 Updated to 0.42 2003-12-08 17:00:50 +00:00
Erwin Lansing
6b470bae86 Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:	portmgr (marcus)
2003-09-16 05:43:52 +00:00
Sergey Skvortsov
ed66ce00fe Updated to 0.41 2003-06-02 10:02:04 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Sergey Skvortsov
b27c579924 Minor change (%ll -> %q) 2002-09-12 08:22:16 +00:00
Sergey Skvortsov
de549fa0b2 Updated to 0.40 (many bugfixes) 2002-09-10 12:46:54 +00:00
Sergey Skvortsov
b919aca2ab Fix incorrect parsing of 'ib_role' in DSN. 2002-07-17 14:40:42 +00:00
Sergey Skvortsov
97a51f1a55 Minor fixes. 2002-05-28 10:01:52 +00:00
Sergey Skvortsov
e4c22f04b3 Updated to 0.30.
Approved by:	markm
2002-04-08 16:16:57 +00:00
Sergey Skvortsov
8924a8d807 Minor fixes.
Approved by:	tobez
2002-02-08 13:20:26 +00:00
Ying-Chieh Liao
897b3979a4 add p5-DBD-InterBase
DBI driver for InterBase RDBMS server

PR:		31283
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-10-18 18:52:15 +00:00