diff options
author | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
commit | 3ad75a4581c2f69fb2331ab72fee36ff8af166ba (patch) | |
tree | b5ab9adb45e9a850892479ebc329ab2118d673c8 /cad | |
parent | f72275e68db56a5d187d3a748951a6347a5ace60 (diff) | |
download | freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.gz freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.zst freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'cad')
-rw-r--r-- | cad/ngspice_rework/Makefile | 3 | ||||
-rw-r--r-- | cad/salome/Makefile | 2 | ||||
-rw-r--r-- | cad/salome/Makefile.ext | 4 | ||||
-rw-r--r-- | cad/tclspice/Makefile | 4 |
4 files changed, 7 insertions, 6 deletions
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile index 228b72258001..252afe6b7a18 100644 --- a/cad/ngspice_rework/Makefile +++ b/cad/ngspice_rework/Makefile @@ -7,6 +7,7 @@ PORTNAME= ngspice_rework PORTVERSION= 18 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= SF/ngspice/ng-spice-rework/${PORTVERSION} DISTNAME= ng-spice-rework-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= ng-spice-rework-${PORTVERSION} MAINTAINER= amakawa@jp.FreeBSD.org COMMENT= A circuit simulator derived from spice3f5 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GMAKE= yes #XSPICE doesn't build diff --git a/cad/salome/Makefile b/cad/salome/Makefile index 47720b7ad94e..9d1c80fdafb0 100644 --- a/cad/salome/Makefile +++ b/cad/salome/Makefile @@ -6,7 +6,7 @@ PORTNAME= salome PORTVERSION= 5.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad science MASTER_SITES= http://www.stasyan.com/devel/distfiles/ DISTNAME= src5.1.3 diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext index 18ab2b405355..2bacdb68e3be 100644 --- a/cad/salome/Makefile.ext +++ b/cad/salome/Makefile.ext @@ -90,13 +90,13 @@ RUN_DEPENDS+= ${RESOURCEDIR}/visu:${PORTSDIR}/cad/salome-visu \ #Dependency from other ports ########################################################################### #Dependency from autotools -USE_AUTOTOOLS= autoconf:262 automake:15 libtool:22 aclocal:19 +USE_AUTOTOOLS= autoconf:267 automake:15 libtool:22 aclocal:19 .if ${SAL_MODULE} == "kernel" ACLOCAL_ARGS= -I salome_adm/unix/config_files .else . if ${SAL_MODULE} == "yacs" ACLOCAL_ARGS= -I adm/unix/config_files - USE_AUTOTOOLS+= autoheader:262 + USE_AUTOTOOLS+= autoheader:267 AUTOHEADER_ARGS= -I adm/unix/config_files . else ACLOCAL_ARGS= -I adm_local/unix/config_files -I ${LOCALBASE}/salome_adm/unix/config_files diff --git a/cad/tclspice/Makefile b/cad/tclspice/Makefile index 4f15bcdb9ad4..095c22b3ab6f 100644 --- a/cad/tclspice/Makefile +++ b/cad/tclspice/Makefile @@ -7,7 +7,7 @@ PORTNAME= tclspice PORTVERSION= 0.2.18 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/OldFiles @@ -22,7 +22,7 @@ RUN_DEPENDS= bltwish:${PORTSDIR}/x11-toolkits/blt \ BROKEN= does not compile WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 libtool:22 AUTOMAKE_ARGS= -c -a USE_GMAKE= yes ALL_TARGET= tcl |