| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
PR: ports/184703
Submitted by: sunpoet
|
|
|
|
| |
graphics)
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Remove RUN_DEPENDS: ExtUtils::Depends and ExtUtils::PkgConfig are build-only dependencies
- Trim header while here
PR: ports/176983
Submitted by: sunpoet
|
|
|
|
|
|
|
| |
- Pet portlint: remove ABI version number from LIB_DEPENDS
PR: ports/169674
Submitted by: sunpoet
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Add TEST_DEPENDS to enable testing
PR: ports/164519
Submitted by: sunpoet
|
|
|
|
|
| |
Approved by: swills@
With hat: gnome@
|
|
|
|
|
| |
PR: 163755
Submitted by: swills
|
|
|
|
|
|
|
|
|
|
|
| |
- Add CPAN to MASTER_SITES
- Move p5-Test-Number-Delta to TEST_DEPENDS
- Pet portlint
Changes: http://cpansearch.perl.org/src/TSCH/Cairo-1.081/NEWS
PR: ports/161724
Submitted by: sunpoet (myself)
Approved by: kwm (gnome, maintainer)
|
| |
|
|
|
|
|
| |
Requested by: kwm
Hat: portmgr
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
| |
starting with G
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
| |
redraw performance problems for some users. The hope was that 1.6 would
have been ready for GNOME 2.22, but this did not happen. Cairo 1.6 will
be imported with GNOME 2.24.
Discussed with: ahze
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
Reported and Requested by: Pav
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
|
|
|
|
|
| |
PR: ports/109532
Submitted by: chinsan
|
| |
|
| |
|
|
|
|
|
|
|
| |
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
|
|
|
|
| |
Spotted by: portscout
|
|
|
|
| |
- Add SIZE to a few ports
|
|
Perl bindings to the cairo graphics library
WWW: http://gtk2-perl.sourceforge.net/
|