Commit graph

22 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
892f0e0fa4 - Use USES=localbase 2015-10-19 20:19:54 +00:00
Sunpoet Po-Chuan Hsieh
3e7a1a5f9e - Strip shared library
- Bump PORTREVISION for package change
2015-08-19 05:07:03 +00:00
Sunpoet Po-Chuan Hsieh
b84186a68e - Fix build on FreeBSD 10+ 2014-12-04 15:09:40 +00:00
Mathieu Arnold
fdcb52e6ce Mark broken for FreeBSD 10.0+
Reported by:	portsmon
Sponsored by:	Absolight
2014-12-04 12:55:20 +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
Vanilla I. Shu
28775aff66 Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared library version.
PR:		ports/190409
Submitted by:	ports at robakdesign.com
Approved by:	portmgr@ (for NO_STAGE)
2014-06-03 14:34:06 +00:00
Tijl Coosemans
f191d6b887 Quote ${CC} and similar variables in MAKE_ARGS.
Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
2014-05-20 19:32:39 +00:00
Sunpoet Po-Chuan Hsieh
d6f53db96f - Add LICENSE 2013-11-18 18:20:36 +00:00
Sunpoet Po-Chuan Hsieh
04e178890a - Support STAGEDIR 2013-09-30 15:50:01 +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
24df18c6d4 - Respect CXX 2013-09-13 16:38:03 +00:00
Sunpoet Po-Chuan Hsieh
f529778dba - Fix USES 2013-08-22 16:31:00 +00:00
Sunpoet Po-Chuan Hsieh
ee0456d513 - Cleanup Makefile header 2013-08-21 17:42:57 +00:00
Sunpoet Po-Chuan Hsieh
fa1716b118 - Remove leading indefinite article from COMMENT 2013-08-21 17:17:25 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Sunpoet Po-Chuan Hsieh
bc221a68c1 - Use USES=gmake 2013-08-21 12:03:51 +00:00
Sunpoet Po-Chuan Hsieh
e157bbd39c - Bump PORTREVISION for databases/leveldb shlib change 2012-06-16 20:22:40 +00:00
Sunpoet Po-Chuan Hsieh
aa704fd45d - Add USE_GMAKE=yes to ensure MAKE_JOBS_SAFE
PR:		ports/164589
Submitted by:	swills
2012-01-29 11:56:05 +00:00
Sunpoet Po-Chuan Hsieh
4506aa60f5 - Update to 0.07
Changes:	http://search.cpan.org/dist/Tie-LevelDB/Changes
Feature safe:	yes
2011-11-15 15:49:47 +00:00
Sunpoet Po-Chuan Hsieh
4ad3ec06fb - Add p5-Tie-LevelDB 0.06
Tie::LevelDB is the Perl Interface for Google NoSQL database called LevelDB. See
http://code.google.com/p/leveldb/ for more details.

Interface is implemented both as a reflection of an original LevelDB C++ API and
a Perl-ish TIEHASH mechanism.

WWW: http://search.cpan.org/dist/Tie-LevelDB/
2011-10-28 14:19:42 +00:00