diff options
author | marino <marino@FreeBSD.org> | 2015-12-06 07:29:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-06 07:29:36 +0800 |
commit | 02a040de8efbde03f3ef96fa4cf6d61e4d9a7573 (patch) | |
tree | 6ef0e1020a116341931d3335d3863622b9586ead /x11 | |
parent | 7a38e438af35fc32097474361c55577614e86bfe (diff) | |
download | freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.tar.gz freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.tar.zst freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.zip |
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0
Several new unit ports were added, some were contracted. Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.
All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fpc-x11/Makefile | 1 | ||||
-rw-r--r-- | x11/fpc-x11/pkg-plist | 27 |
2 files changed, 1 insertions, 27 deletions
diff --git a/x11/fpc-x11/Makefile b/x11/fpc-x11/Makefile index 7c7a52fe2f6a..c8e050f24005 100644 --- a/x11/fpc-x11/Makefile +++ b/x11/fpc-x11/Makefile @@ -1,7 +1,6 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= x11 lang PKGNAMESUFFIX= -x11 diff --git a/x11/fpc-x11/pkg-plist b/x11/fpc-x11/pkg-plist index 40f10eb064c8..5468dce7e226 100644 --- a/x11/fpc-x11/pkg-plist +++ b/x11/fpc-x11/pkg-plist @@ -1,34 +1,10 @@ -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/Package.fpc -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/cursorfont.o +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/x11.fpm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/cursorfont.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/fontconfig.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/fontconfig.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/keysym.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/keysym.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpcursorfont.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpfontconfig.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpkeysym.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpx.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxatom.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxcms.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxf86dga.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxf86vmode.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxi.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxinerama.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxft.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxkb.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxkblib.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxlib.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxrandr.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxrender.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxresource.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxshm.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxutil.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxv.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxvlib.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/x.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/x.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xatom.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xatom.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xcms.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xcms.ppu @@ -58,7 +34,6 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xshm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xshm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xutil.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xvlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xvlib.ppu |