diff options
author | acm <acm@FreeBSD.org> | 2010-08-17 01:45:15 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-08-17 01:45:15 +0800 |
commit | 8498bd6e31c48fc8febc6bb8775b17afff9069b4 (patch) | |
tree | a1316e0caa456c9e38598ab08aed004d76efbae1 /lang/fpc-base | |
parent | 1b3e6c18e2ab19ced93288a613246608c34042ec (diff) | |
download | freebsd-ports-gnome-8498bd6e31c48fc8febc6bb8775b17afff9069b4.tar.gz freebsd-ports-gnome-8498bd6e31c48fc8febc6bb8775b17afff9069b4.tar.zst freebsd-ports-gnome-8498bd6e31c48fc8febc6bb8775b17afff9069b4.zip |
- Update to 2.4.0
- Add support for amd64 [1]
- Add 23 new ports to to bsd.fpc.mk
- Remove obsolete patch file patch-packages-fcl-db_Makefile
- Turn off some optional dependencies like databases/unixODBC,
graphics/svgalib, databases/oracle8-client for avoid break amd64 support
- Clean up
PR: ports/146001
Submmitted by: Christopher Key <cjk32__ at _cam.ac.uk>
Patch reviewed by: marcov_ at _pascalprogramming.com (fpc developer)[1]
Diffstat (limited to 'lang/fpc-base')
-rw-r--r-- | lang/fpc-base/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/fpc-base/Makefile b/lang/fpc-base/Makefile index 715507dfccc3..f405a147aa79 100644 --- a/lang/fpc-base/Makefile +++ b/lang/fpc-base/Makefile @@ -6,8 +6,7 @@ # PORTNAME= base -PORTVERSION= 2.2.4 -PORTREVISION= 3 +PORTVERSION= 2.4.0 CATEGORIES= lang MASTER_SITES= # empty PKGNAMEPREFIX= fpc- @@ -23,8 +22,6 @@ WANT_FPC_BASE= yes RUN_DEPENDS+= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs .endif -BROKEN= does not build - NO_BUILD= yes do-install: # empty |