diff options
author | acm <acm@FreeBSD.org> | 2015-08-09 16:06:43 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2015-08-09 16:06:43 +0800 |
commit | e08c72b4818dedf918c6fe30621cb5bc7c960f1d (patch) | |
tree | dcd9771851d8a5b000509363eeaba5add2d5d4de /lang | |
parent | 5784aae1aaa23ea9554d64016e10f1a870feefdf (diff) | |
download | freebsd-ports-gnome-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.tar.gz freebsd-ports-gnome-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.tar.zst freebsd-ports-gnome-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.zip |
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc-base/Makefile | 1 | ||||
-rw-r--r-- | lang/fpc-lua/Makefile | 2 | ||||
-rw-r--r-- | lang/fpc-rexx/Makefile | 2 | ||||
-rw-r--r-- | lang/fpc-tcl/Makefile | 2 | ||||
-rw-r--r-- | lang/fpc-units/Makefile | 4 | ||||
-rw-r--r-- | lang/fpc-utils/Makefile | 2 | ||||
-rw-r--r-- | lang/nbc/Makefile | 2 |
7 files changed, 9 insertions, 6 deletions
diff --git a/lang/fpc-base/Makefile b/lang/fpc-base/Makefile index 4a376c617664..edab35fd887c 100644 --- a/lang/fpc-base/Makefile +++ b/lang/fpc-base/Makefile @@ -13,6 +13,7 @@ EXTRACT_ONLY= # empty MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Meta package to install all of the Free Pascal base +USE_FPC_RUN= yes WANT_FPC_BASE= yes NO_BUILD= yes NO_INSTALL= yes diff --git a/lang/fpc-lua/Makefile b/lang/fpc-lua/Makefile index c0fc714b6978..3593bbc1094d 100644 --- a/lang/fpc-lua/Makefile +++ b/lang/fpc-lua/Makefile @@ -1,7 +1,7 @@ # Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang PKGNAMESUFFIX= -lua diff --git a/lang/fpc-rexx/Makefile b/lang/fpc-rexx/Makefile index fcdb750c4bd7..ce0410950c10 100644 --- a/lang/fpc-rexx/Makefile +++ b/lang/fpc-rexx/Makefile @@ -1,7 +1,7 @@ # Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang PKGNAMESUFFIX= -rexx diff --git a/lang/fpc-tcl/Makefile b/lang/fpc-tcl/Makefile index 837e2fac6889..4814bad92bca 100644 --- a/lang/fpc-tcl/Makefile +++ b/lang/fpc-tcl/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang PKGNAMESUFFIX= -tcl diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile index 9727fc306a1e..91b4010181f0 100644 --- a/lang/fpc-units/Makefile +++ b/lang/fpc-units/Makefile @@ -3,7 +3,7 @@ PORTNAME= units PORTVERSION= 2.6.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang PKGNAMEPREFIX= fpc- @@ -115,6 +115,8 @@ UNITS_SELECTED= # UNITS_SELECTED+= ${OPT:tl} . endif .endfor + +USE_FPC_RUN= yes USE_FPC= ${UNITS_SELECTED} .include <bsd.port.mk> diff --git a/lang/fpc-utils/Makefile b/lang/fpc-utils/Makefile index 59eaeb750126..c4f533f75c1e 100644 --- a/lang/fpc-utils/Makefile +++ b/lang/fpc-utils/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang PKGNAMESUFFIX= -utils diff --git a/lang/nbc/Makefile b/lang/nbc/Makefile index 6e9a55dfc939..fed2b042774f 100644 --- a/lang/nbc/Makefile +++ b/lang/nbc/Makefile @@ -5,7 +5,7 @@ PORTNAME= nbc PORTVERSION= 1.2.1.r4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= SF/bricxcc/NBC_NXC/NBC%20release%20${PORTVERSION:S/.r/%20r/} DISTNAME= ${PORTNAME}-${PORTVERSION}.src |