diff options
author | ade <ade@FreeBSD.org> | 2012-05-12 04:38:09 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2012-05-12 04:38:09 +0800 |
commit | ec81fd924ccfa4a135be31e8f27887286828c2de (patch) | |
tree | c4bd2f8529e840fa116e09d1f68e442cc7f2ce0c /science/kst | |
parent | 497d7e487cb4abc3d85b201fc1bd72c134effbd4 (diff) | |
download | freebsd-ports-gnome-ec81fd924ccfa4a135be31e8f27887286828c2de.tar.gz freebsd-ports-gnome-ec81fd924ccfa4a135be31e8f27887286828c2de.tar.zst freebsd-ports-gnome-ec81fd924ccfa4a135be31e8f27887286828c2de.zip |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav)
Diffstat (limited to 'science/kst')
-rw-r--r-- | science/kst/Makefile | 2 | ||||
-rw-r--r-- | science/kst/files/patch-admin__cvs.sh | 15 |
2 files changed, 12 insertions, 5 deletions
diff --git a/science/kst/Makefile b/science/kst/Makefile index 18e68ca3288f..fd07764cdd34 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -25,6 +25,8 @@ USE_LDCONFIG= yes USE_GETTEXT= yes MAKE_JOBS_SAFE= yes +AUTOTOOLSFILES= admin/cvs.sh + OPTIONS= NETCDF "Enable netcdf data support" off \ CDF "Enable cdf data support" off \ KDEBASE "Enable JavaScript console" off diff --git a/science/kst/files/patch-admin__cvs.sh b/science/kst/files/patch-admin__cvs.sh index b4ba39558c05..0569b22be99b 100644 --- a/science/kst/files/patch-admin__cvs.sh +++ b/science/kst/files/patch-admin__cvs.sh @@ -1,7 +1,12 @@ ---- admin/cvs.sh.orig 2010-03-29 05:51:00.000000000 -0500 -+++ admin/cvs.sh 2010-10-02 14:50:38.000000000 -0500 -@@ -70,3 +70,3 @@ - ;; +--- admin/cvs.sh.orig 2010-03-29 03:51:00.000000000 -0700 ++++ admin/cvs.sh 2012-04-24 09:33:00.000000000 -0700 +@@ -65,8 +65,3 @@ + case $AUTOMAKE_STRING in +- automake*1.5d* | automake*1.5* | automake*1.5-* ) +- echo "*** YOU'RE USING $AUTOMAKE_STRING." +- echo "*** KDE requires automake $required_automake_version" +- exit 1 +- ;; - automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) -+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* ) ++ automake*%%AUTOMAKE_VERSION%%* ) echo "*** $AUTOMAKE_STRING found." |