Commit graph

20 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
423df70831 - Strip shared library
- Bump PORTREVISION for package change
2015-08-17 13:03:53 +00:00
Sunpoet Po-Chuan Hsieh
b9add4e33e - Add LICENSE 2015-03-25 15:52:26 +00:00
Sunpoet Po-Chuan Hsieh
7c0d59ffd1 - Update USE_BDB
- Use -lpthread instead of -pthread
- Cleanup -lpthread/-pthread manipulation
2015-03-25 15:45:16 +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
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +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
Sunpoet Po-Chuan Hsieh
9b5460c37c - Support STAGEDIR 2013-09-30 15:27:09 +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
Sunpoet Po-Chuan Hsieh
8db410b5f9 - Remove deprecated PTHREAD_* 2013-09-07 18:20:39 +00:00
Sunpoet Po-Chuan Hsieh
ee0456d513 - Cleanup Makefile header 2013-08-21 17:42:57 +00:00
Sunpoet Po-Chuan Hsieh
e15628ebf6 - Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS
- Cosmetic change
2013-08-21 14:55:43 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Sunpoet Po-Chuan Hsieh
12eaa94b57 - Update to 1.9
Changes:	http://search.cpan.org/dist/BDB/Changes
2011-12-26 09:53:53 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Sunpoet Po-Chuan Hsieh
1be247271e - Fix build with new db5 (Oracle Berkeley DB 5.2) 2011-08-26 05:49:55 +00:00
Sunpoet Po-Chuan Hsieh
91a6d3235e - Add BUILD_DEPENDS
PR:		ports/159887
Submitted by:	swills
2011-08-22 06:11:23 +00:00
Sunpoet Po-Chuan Hsieh
ac85f34eb9 - Add PORTSCOUT 2011-08-05 03:44:11 +00:00
Sunpoet Po-Chuan Hsieh
aec7b0dae0 - Update to 1.89
Changes:	http://search.cpan.org/dist/BDB/Changes
2011-07-31 06:16:55 +00:00
Sunpoet Po-Chuan Hsieh
7d45d100a3 - Add p5-BDB 1.88
BDB is a Perl module to provide asynchronous Berkeley DB access.

WWW: http://search.cpan.org/dist/BDB/
2011-07-17 07:26:34 +00:00