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 /misc | |
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 'misc')
-rw-r--r-- | misc/fpc-chm/Makefile | 3 | ||||
-rw-r--r-- | misc/fpc-chm/pkg-plist | 20 |
2 files changed, 2 insertions, 21 deletions
diff --git a/misc/fpc-chm/Makefile b/misc/fpc-chm/Makefile index 23abf8992075..3bb68e8da7f7 100644 --- a/misc/fpc-chm/Makefile +++ b/misc/fpc-chm/Makefile @@ -1,14 +1,13 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= misc lang PKGNAMESUFFIX= -chm MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal unit to manipulate chm files -USE_FPC= fcl-xml +USE_FPC= fcl-base fcl-xml MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} diff --git a/misc/fpc-chm/pkg-plist b/misc/fpc-chm/pkg-plist index cd7112ccc0fc..68a086489dc8 100644 --- a/misc/fpc-chm/pkg-plist +++ b/misc/fpc-chm/pkg-plist @@ -1,6 +1,6 @@ bin/chmcmd bin/chmls -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/Package.fpc +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/chm.fpm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfiftimain.o @@ -29,24 +29,6 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itolitlstypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itolitlstypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itsftransform.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itsftransform.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmbase.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmfiftimain.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmfilewriter.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmreader.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmsitemap.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmspecialfiles.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmtypes.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpchmwriter.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpfasthtmlparser.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libphtmlindexer.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libphtmlutil.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpitolitlsreader.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpitolitlstypes.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libpitsftransform.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libplzxcompressthread.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libppaslznonslide.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libppaslzx.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/libppaslzxcomp.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/lzxcompressthread.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/lzxcompressthread.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslznonslide.o |