Commit graph

47 commits

Author SHA1 Message Date
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
Tijl Coosemans
74a7f8c73c Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.

PR:		192342
Approved by:	portmgr (implicit, bump unstaged ports)
2014-08-05 22:13:29 +00:00
Philippe Audeoud
e40d57dd2f - Update to 1.92 2014-06-18 12:22:20 +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
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Steven Kreuzer
4dc7ccc95d Update to 1.88 2014-02-18 14:16:49 +00:00
Sunpoet Po-Chuan Hsieh
b0687b5beb - Update to 1.84
Changes:	http://search.cpan.org/dist/XML-LibXSLT/Changes
2013-12-31 04:26:31 +00:00
Sunpoet Po-Chuan Hsieh
e4850add60 - Update to 1.83
- Use USES=pkgconfig

Changes:	http://search.cpan.org/dist/XML-LibXSLT/Changes
2013-12-25 19:39:32 +00:00
Vanilla I. Shu
ab273967c7 Resolve conflict on previous commit. 2013-11-08 01:23:01 +00:00
Vanilla I. Shu
fb2d5da4eb Support STAGEDIR. 2013-11-07 03:52:41 +00:00
Sunpoet Po-Chuan Hsieh
96ccdb7d18 - Update to 1.82
- Use USE_GNOME
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/XML-LibXSLT/Changes
2013-11-06 18:58:37 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Sunpoet Po-Chuan Hsieh
2bf19a7ff2 - Cleanup Makefile 2013-09-05 17:55:45 +00:00
Sunpoet Po-Chuan Hsieh
4ecb0e6456 - Update to 1.81
- Convert to new LIB_DEPENDS format

Changes:	http://search.cpan.org/dist/XML-LibXSLT/Changes
2013-09-03 19:32:04 +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
Frederic Culot
ab42a90818 - Update to 1.80
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/XML-LibXSLT/Changes
2013-07-01 14:33:42 +00:00
Baptiste Daroussin
43d6c31649 Reassign p5-* ports from skv to perl@
While here trim headers

Feature safe:	yes
2013-04-22 12:53:58 +00:00
Sergey Skvortsov
0368045232 Update to 1.77
Changes:	http://cpansearch.perl.org/src/SHLOMIF/XML-LibXSLT-1.77/Changes
Feature safe:	yes
2012-03-22 20:50:58 +00:00
Sergey Skvortsov
a514a963ea Update to 1.75
Changes:	http://cpansearch.perl.org/src/SHLOMIF/XML-LibXSLT-1.75/Changes
Feature safe:   yes
2011-11-11 19:09:50 +00:00
Olli Hauer
fc03c837e2 -remove MD5 2011-07-03 14:40:25 +00:00
Sergey Skvortsov
a7349e6cf7 Update to 1.70
Changes:	http://cpansearch.perl.org/src/PAJAS/XML-LibXSLT-1.70/Changes
2009-10-30 16:33:07 +00:00
Sergey Skvortsov
52c352c08b Add LIBS to CONFIGURE_ARGS to fix build.
PR:		ports/131147
Submitted by:	Gea-Suan Lin <gslin xx gslin.org>
2009-02-14 21:51:03 +00:00
Sergey Skvortsov
994784a8e4 Require explicit version of XML-LibXML. 2008-11-30 10:19:02 +00:00
Sergey Skvortsov
caa18394a3 Update to 1.68
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXSLT-1.68/Changes
2008-11-06 16:45:35 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Sergey Skvortsov
23866a41be Fixup: remove patch. 2008-01-31 21:08:13 +00:00
Sergey Skvortsov
b71f880abc Updated to 1.66
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXSLT-1.66/Changes
2008-01-31 21:07:19 +00:00
Sergey Skvortsov
2cd7f5dfbc Update to 1.63, take maintainership.
Changes:	http://search.cpan.org/src/PAJAS/XML-LibXSLT-1.63/Changes
2007-09-27 15:02:44 +00:00
Mark Linimon
cd4b80489b Dominic is a new dad, and will be too busy for a while to work on ports.
Congratulations :-)
2007-09-24 07:38:42 +00:00
Mark Linimon
41a56135d1 Remove support for antique perl.
Hat:	portmgr
2007-09-08 00:45:08 +00:00
Cheng-Lung Sung
e790bb0fa1 - Update to 1.59
PR:		ports/101294
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by:	maintainer (Dominic Mitchell)
2006-08-03 08:17:33 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Sergey Skvortsov
ed8b155162 Update to 1.58
PR:		ports/85557
Submitted by:	skv
Approved by:	maintainer
2005-09-05 11:15:32 +00:00
Jean-Yves Lefort
35a505c2e0 Fix xinclude so that it works with the latest libxslt API.
PR:		ports/81802
Submitted by:	skv
Approved by:	maintainer
2005-06-06 18:08:02 +00:00
Sergey Skvortsov
40810ecc36 Unbreak build on perl 5.00503
Pointed by:	kris
2004-05-16 16:23:57 +00:00
Sergey Skvortsov
0cc14948f8 Updated to 1.57
PR:		ports/65625
Reason:		maintainer timeout
2004-05-11 13:43:25 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
7524984514 Chase the libxslt shared lib version with a PORTREVISION bump. 2003-11-04 18:30:50 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Akinori MUSHA
81db1ba729 Update to 1.53.
PR:		ports/48739
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
Urged by:	knu
2003-02-27 09:37:07 +00:00
Akinori MUSHA
36d62f1f46 De-pkg-comment. 2003-02-21 13:42:50 +00:00
Patrick Li
7bf92873f6 Update to 1.50
PR:		39458
Submitted by:	Matveychuk Sergey <sem@ciam.ru>
Approved by:	maintainer
2002-06-21 05:12:35 +00:00
Jimmy Olgeni
3147ae25b6 Formatting fix (lone word on a line). 2002-04-28 10:45:30 +00:00
Jun Kuriyama
cad10d6404 Fix dependency.
Found by:	bento
2001-12-30 03:50:32 +00:00
Sheldon Hearn
7d7aa175c4 Update p5-XML-LibXML and p5-XML-LibXSLT to matching version 1.31.
Using mismatched versions leads to odd breakage in dependent
software, notably PageKit.
2001-12-10 12:53:24 +00:00
Ying-Chieh Liao
655c86587e p5-XML-LibXSLT
A Perl interface to the GNOME XSLT library.

PR:		27927
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
2001-08-06 12:52:10 +00:00