aboutsummaryrefslogtreecommitdiffstats
path: root/www/fpc-fastcgi
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 /www/fpc-fastcgi
parent7a38e438af35fc32097474361c55577614e86bfe (diff)
downloadfreebsd-ports-graphics-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.tar.gz
freebsd-ports-graphics-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.tar.zst
freebsd-ports-graphics-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 'www/fpc-fastcgi')
-rw-r--r--www/fpc-fastcgi/Makefile3
-rw-r--r--www/fpc-fastcgi/files/patch-packages-fastcgi_Makefile34
-rw-r--r--www/fpc-fastcgi/pkg-plist3
3 files changed, 2 insertions, 38 deletions
diff --git a/www/fpc-fastcgi/Makefile b/www/fpc-fastcgi/Makefile
index 938fb759c7a..7ddbe76138b 100644
--- a/www/fpc-fastcgi/Makefile
+++ b/www/fpc-fastcgi/Makefile
@@ -1,14 +1,13 @@
# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
-PORTREVISION= 2
CATEGORIES= www lang
PKGNAMESUFFIX= -fastcgi
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal fastcgi unit
-USE_FPC= fcl-process fpmkunit hash paszlib
+USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
diff --git a/www/fpc-fastcgi/files/patch-packages-fastcgi_Makefile b/www/fpc-fastcgi/files/patch-packages-fastcgi_Makefile
deleted file mode 100644
index a5cef75d451..00000000000
--- a/www/fpc-fastcgi/files/patch-packages-fastcgi_Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
---- packages/fastcgi/Makefile 2012-02-24 01:40:44.000000000 -0500
-+++ packages/fastcgi/Makefile 2012-02-24 01:42:02.000000000 -0500
-@@ -2057,15 +2057,15 @@
- endif
- .NOTPARALLEL:
- fpmake: fpmake.pp
-- $(FPCFPMAKE) fpmake.pp $(FPMAKE_SKIP_CONFIG) $(addprefix -Fu,$(COMPILER_FPMAKE_UNITDIR))
-+ $(FPCFPMAKE) fpmake.pp $(addprefix -Fu,$(COMPILER_FPMAKE_UNITDIR))
- all: fpmake
-- $(LOCALFPMAKE) compile --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC)
-+ $(LOCALFPMAKE) compile $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) -o -CX
- smart: fpmake
-- $(LOCALFPMAKE) compile --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) -o -XX -o -CX
-+ $(LOCALFPMAKE) compile $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) -o -XX -o -CX
- release: fpmake
-- $(LOCALFPMAKE) compile --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) -o -dRELEASE
-+ $(LOCALFPMAKE) compile $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) -o -dRELEASE
- debug: fpmake
-- $(LOCALFPMAKE) compile --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) -o -dDEBUG
-+ $(LOCALFPMAKE) compile $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) -o -dDEBUG
- ifeq ($(FPMAKE_BIN_CLEAN),)
- clean:
- else
-@@ -2085,8 +2085,8 @@
- endif
- install: fpmake
- ifdef UNIXHier
-- $(LOCALFPMAKE) install --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) --prefix=$(INSTALL_PREFIX) --baseinstalldir=$(INSTALL_LIBDIR)/fpc/$(FPC_VERSION) --unitinstalldir=$(INSTALL_UNITDIR)
-+ $(LOCALFPMAKE) install $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) --prefix=$(INSTALL_PREFIX) --baseinstalldir=$(INSTALL_LIBDIR)/fpc/$(FPC_VERSION) --unitinstalldir=$(INSTALL_UNITDIR)
- else
-- $(LOCALFPMAKE) install --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) --prefix=$(INSTALL_BASEDIR) --unitinstalldir=$(INSTALL_UNITDIR)
-+ $(LOCALFPMAKE) install $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) --prefix=$(INSTALL_BASEDIR) --unitinstalldir=$(INSTALL_UNITDIR)
- endif
- distinstall: install
diff --git a/www/fpc-fastcgi/pkg-plist b/www/fpc-fastcgi/pkg-plist
index c9029564efb..dfa18a90ed7 100644
--- a/www/fpc-fastcgi/pkg-plist
+++ b/www/fpc-fastcgi/pkg-plist
@@ -1,4 +1,3 @@
+lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fastcgi.fpm
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi/fastcgi.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi/fastcgi.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi/fpunits.cfg
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi/libpfastcgi.a