diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-11-08 01:04:46 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-11-08 01:04:46 +0000 |
commit | d0e8a2c6ffe398f7b304e257fd633946b3251839 (patch) | |
tree | c4f354ef6c2d7640fbcf3735eb7c4f36cc1537a9 /lang/ccscript/Makefile | |
parent | - Make fetchable (diff) |
- Update to ccscrpt3 (1.1.6)
- Remove BROKEN with GCC 4.x
- Bump PORTEPOCH
Approved by: portmgr (linimon)
Diffstat (limited to '')
-rw-r--r-- | lang/ccscript/Makefile | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index dac4905c7fc9..203b2a01159b 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -6,11 +6,11 @@ # PORTNAME= ccscript -PORTVERSION= 2.5.9 -PORTREVISION= 1 +PORTVERSION= 1.1.6 +PORTEPOCH= 1 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gnutelephony +MASTER_SITES= GNU +DISTNAME= ${PORTNAME:S/$/3/}-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= State-event driven class extendible C++ script interpreter @@ -20,20 +20,10 @@ LIB_DEPENDS= ccgnu2-1.5.0:${PORTSDIR}/devel/commoncpp USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget GNU_CONFIGURE= yes -USE_GCC= 3.4+ -INSTALL_TARGET= install man USE_LDCONFIG= yes -MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \ - ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \ - Script_Package.3cc Script_Property.3cc Script_Session.3cc - .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif |