aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-12-06 07:29:36 +0800
committermarino <marino@FreeBSD.org>2015-12-06 07:29:36 +0800
commit02a040de8efbde03f3ef96fa4cf6d61e4d9a7573 (patch)
tree6ef0e1020a116341931d3335d3863622b9586ead /security
parent7a38e438af35fc32097474361c55577614e86bfe (diff)
downloadfreebsd-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 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/fpc-hash/Makefile17
-rw-r--r--security/fpc-hash/pkg-plist16
-rw-r--r--security/fpc-openssl/Makefile3
-rw-r--r--security/fpc-openssl/pkg-plist7
5 files changed, 5 insertions, 39 deletions
diff --git a/security/Makefile b/security/Makefile
index 60e8c4c74dbe..7b2c15767512 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -133,7 +133,6 @@
SUBDIR += firewalk
SUBDIR += fl0p
SUBDIR += flawfinder
- SUBDIR += fpc-hash
SUBDIR += fpc-openssl
SUBDIR += fpm2
SUBDIR += fprint_demo
diff --git a/security/fpc-hash/Makefile b/security/fpc-hash/Makefile
deleted file mode 100644
index 4d850df77a27..000000000000
--- a/security/fpc-hash/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Created by: John Merryweather Cooper
-# $FreeBSD$
-
-PORTREVISION= 1
-CATEGORIES= security lang
-PKGNAMESUFFIX= -hash
-
-MAINTAINER= freebsd-fpc@FreeBSD.org
-COMMENT= Free Pascal unit for MD5 hash routines
-
-USE_FPC= yes
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-.include "${MASTERDIR}/Makefile"
diff --git a/security/fpc-hash/pkg-plist b/security/fpc-hash/pkg-plist
deleted file mode 100644
index 5d8e012cbc8e..000000000000
--- a/security/fpc-hash/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/Package.fpc
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/crc.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/crc.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/md5.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/md5.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/ntlm.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/ntlm.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/libpcrc.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/libpmd5.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/libpntlm.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/libpsha1.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/libpuuid.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/sha1.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/sha1.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/uuid.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/uuid.ppu
diff --git a/security/fpc-openssl/Makefile b/security/fpc-openssl/Makefile
index a95de325519c..547a2274bc42 100644
--- a/security/fpc-openssl/Makefile
+++ b/security/fpc-openssl/Makefile
@@ -1,14 +1,13 @@
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= security lang
PKGNAMESUFFIX= -openssl
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal unit for OpenSSL
-USE_FPC= yes
+USE_FPC= rtl-extra
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
diff --git a/security/fpc-openssl/pkg-plist b/security/fpc-openssl/pkg-plist
index 5021774c9a07..3d9edb4d49ea 100644
--- a/security/fpc-openssl/pkg-plist
+++ b/security/fpc-openssl/pkg-plist
@@ -1,4 +1,5 @@
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/Package.fpc
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/openssl.ppu
+lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/openssl.fpm
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/fpopenssl.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/fpopenssl.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/openssl.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/libpopenssl.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/openssl.ppu