From 02a040de8efbde03f3ef96fa4cf6d61e4d9a7573 Mon Sep 17 00:00:00 2001 From: marino Date: Sat, 5 Dec 2015 23:29:36 +0000 Subject: 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 --- www/fpc-fastcgi/Makefile | 3 +- .../files/patch-packages-fastcgi_Makefile | 34 ---------------------- www/fpc-fastcgi/pkg-plist | 3 +- 3 files changed, 2 insertions(+), 38 deletions(-) delete mode 100644 www/fpc-fastcgi/files/patch-packages-fastcgi_Makefile (limited to 'www/fpc-fastcgi') 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 # $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 -- cgit