diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
commit | f01cba6e50575183cf50dc87ded17319b63e1a14 (patch) | |
tree | 6ef0e1020a116341931d3335d3863622b9586ead /net | |
parent | c502e77d8f318117c0982f8999f2e243e8ef511c (diff) | |
download | freebsd-ports-f01cba6e50575183cf50dc87ded17319b63e1a14.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 'net')
-rw-r--r-- | net/fpc-ldap/Makefile | 3 | ||||
-rw-r--r-- | net/fpc-ldap/files/patch-packages_ldap_fpmake.pp | 11 | ||||
-rw-r--r-- | net/fpc-ldap/pkg-plist | 4 | ||||
-rw-r--r-- | net/fpc-pcap/Makefile | 3 | ||||
-rw-r--r-- | net/fpc-pcap/pkg-plist | 5 |
5 files changed, 16 insertions, 10 deletions
diff --git a/net/fpc-ldap/Makefile b/net/fpc-ldap/Makefile index af46e241b14f..71812a823c8c 100644 --- a/net/fpc-ldap/Makefile +++ b/net/fpc-ldap/Makefile @@ -1,14 +1,13 @@ # Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -PORTREVISION= 2 CATEGORIES= net lang PKGNAMESUFFIX= -ldap MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal interface to OpenLDAP -USE_FPC= hash +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} diff --git a/net/fpc-ldap/files/patch-packages_ldap_fpmake.pp b/net/fpc-ldap/files/patch-packages_ldap_fpmake.pp new file mode 100644 index 000000000000..ba274c7dbe37 --- /dev/null +++ b/net/fpc-ldap/files/patch-packages_ldap_fpmake.pp @@ -0,0 +1,11 @@ +--- packages/ldap/fpmake.pp.orig 2015-01-05 19:27:06.000000000 +0000 ++++ packages/ldap/fpmake.pp +@@ -23,7 +23,7 @@ begin + P.Email := ''; + P.Description := 'Header to openldap, a library that to access directory services'; + P.NeedLibC:= true; // true for headers that indirectly link to libc? +- P.OSes := [linux]; ++ P.OSes := [linux,dragonfly,freebsd]; + + + P.SourcePath.Add('src'); diff --git a/net/fpc-ldap/pkg-plist b/net/fpc-ldap/pkg-plist index 92295e897a3f..2150156b09ab 100644 --- a/net/fpc-ldap/pkg-plist +++ b/net/fpc-ldap/pkg-plist @@ -1,7 +1,5 @@ -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/Package.fpc +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ldap.fpm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/lber.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/ldap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/lber.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/ldap.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/libplber.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/libpldap.a diff --git a/net/fpc-pcap/Makefile b/net/fpc-pcap/Makefile index 807e0609a40d..333d56280d42 100644 --- a/net/fpc-pcap/Makefile +++ b/net/fpc-pcap/Makefile @@ -1,14 +1,13 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= net lang PKGNAMESUFFIX= -pcap MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal unit for libpcap library -USE_FPC= yes +USE_FPC= rtl-extra MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} diff --git a/net/fpc-pcap/pkg-plist b/net/fpc-pcap/pkg-plist index 82c497f8e927..e3ae8c13c0d5 100644 --- a/net/fpc-pcap/pkg-plist +++ b/net/fpc-pcap/pkg-plist @@ -1,4 +1,3 @@ -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/Package.fpc -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/pcap.ppu +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pcap.fpm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/pcap.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/libppcap.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/pcap.ppu |