aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-06-28 04:30:35 +0800
committerjylefort <jylefort@FreeBSD.org>2005-06-28 04:30:35 +0800
commitce6ccbd06809bfc684af5f0791f20430bf6f289c (patch)
tree95664b814119a771a9b546f1c99d9451a183c769 /devel
parenta152f66618ac677fd98aabb8a93d878775f85609 (diff)
downloadfreebsd-ports-gnome-ce6ccbd06809bfc684af5f0791f20430bf6f289c.tar.gz
freebsd-ports-gnome-ce6ccbd06809bfc684af5f0791f20430bf6f289c.tar.zst
freebsd-ports-gnome-ce6ccbd06809bfc684af5f0791f20430bf6f289c.zip
Update to 5.7
PR: ports/82672 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'devel')
-rw-r--r--devel/autogen/Makefile15
-rw-r--r--devel/autogen/distinfo4
-rw-r--r--devel/autogen/files/patch-autoopts:agman1.tpl14
-rw-r--r--devel/autogen/files/patch-config:ltmain.sh15
-rw-r--r--devel/autogen/pkg-plist12
5 files changed, 20 insertions, 40 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index a9a2797ed2cb..b868acfd303e 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= autogen
-PORTVERSION= 5.6.4
+PORTVERSION= 5.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_GNU:S/$/:gnu/}
@@ -19,15 +19,20 @@ COMMENT= The Automated Program Generator
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
-USE_GNOME= gnometarget libxml2
+USE_BZIP2= yes
+USE_GNOME= gnomehack gnometarget libxml2
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL_VER= 15
CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes
INSTALLS_SHLIB= yes
MAN1= autogen.1 autoopts-config.1 columns.1 getdefs.1 xml2ag.1
-MAN3= optionFree.3 optionLoadLine.3 optionProcess.3 optionRestore.3 \
- optionSaveFile.3 optionSaveState.3 optionVersion.3
+MAN3= ao_string_tokenize.3 configFileLoad.3 optionFileLoad.3 \
+ optionFindNextValue.3 optionFindValue.3 optionFree.3 \
+ optionGetValue.3 optionLoadLine.3 optionNextValue.3 \
+ optionProcess.3 optionRestore.3 optionSaveFile.3 \
+ optionSaveState.3 optionUnloadNested.3 optionVersion.3 \
+ strequate.3 streqvcmp.3 streqvmap.3 strneqvcmp.3 strtransform.3
INFO= autogen
.include <bsd.port.mk>
diff --git a/devel/autogen/distinfo b/devel/autogen/distinfo
index fc566968eac1..d96ce33fca7e 100644
--- a/devel/autogen/distinfo
+++ b/devel/autogen/distinfo
@@ -1,2 +1,2 @@
-MD5 (autogen-5.6.4.tar.gz) = d85ea29a511b52975b91a75f9cefb71f
-SIZE (autogen-5.6.4.tar.gz) = 1137673
+MD5 (autogen-5.7.tar.bz2) = 7a90b2afac2de211f03c374e92dfe9b2
+SIZE (autogen-5.7.tar.bz2) = 890899
diff --git a/devel/autogen/files/patch-autoopts:agman1.tpl b/devel/autogen/files/patch-autoopts:agman1.tpl
deleted file mode 100644
index 925239bfd7bc..000000000000
--- a/devel/autogen/files/patch-autoopts:agman1.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
---- autoopts/agman1.tpl.orig Mon Jul 15 19:39:33 2002
-+++ autoopts/agman1.tpl Mon Jul 15 19:48:10 2002
-@@ -432,9 +432,9 @@
- ENDIF :+][+:
- ESAC :+][+:
- ENDIF :+]
--_End_Of_Man_[+:
-+_End_Of_Man_{+
-
--(shell (out-pop #t) ) :+]
-+(shell (out-pop #t) ) +}
- .PP
- This manual page was \fIAutoGen\fP-erated from the \fB[+:prog_name:+]\fP
- option definitions.[+: #
diff --git a/devel/autogen/files/patch-config:ltmain.sh b/devel/autogen/files/patch-config:ltmain.sh
deleted file mode 100644
index 41381c29b3ae..000000000000
--- a/devel/autogen/files/patch-config:ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- config/ltmain.sh.orig Mon Feb 17 22:59:26 2003
-+++ config/ltmain.sh Mon Feb 17 23:00:06 2003
-@@ -4280,10 +4280,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/devel/autogen/pkg-plist b/devel/autogen/pkg-plist
index 95bca7dbd122..bb752a0099ca 100644
--- a/devel/autogen/pkg-plist
+++ b/devel/autogen/pkg-plist
@@ -3,17 +3,19 @@ bin/autoopts-config
bin/columns
bin/getdefs
bin/xml2ag
-include/options.h
-include/usage-txt.h
+include/autoopts/options.h
+include/autoopts/usage-txt.h
lib/libguileopts.a
lib/libguileopts.so
lib/libguileopts.so.0
lib/libopts.a
lib/libopts.so
-lib/libopts.so.23
+lib/libopts.so.25
+libdata/pkgconfig/autoopts.pc
share/aclocal/autoopts.m4
%%DATADIR%%/aginfo.tpl
%%DATADIR%%/aginfo3.tpl
+%%DATADIR%%/agman-lib.tpl
%%DATADIR%%/agman1.tpl
%%DATADIR%%/agman3.tpl
%%DATADIR%%/autoopts.m4
@@ -23,11 +25,13 @@ share/aclocal/autoopts.m4
%%DATADIR%%/fsm-trans.tpl
%%DATADIR%%/fsm.tpl
%%DATADIR%%/getopt.tpl
-%%DATADIR%%/libopts-23.0.14.tar.gz
+%%DATADIR%%/libopts-25.0.0.tar.gz
%%DATADIR%%/optcode.tpl
%%DATADIR%%/opthead.tpl
%%DATADIR%%/options.tpl
%%DATADIR%%/optlib.tpl
%%DATADIR%%/optmain.tpl
+%%DATADIR%%/rc-sample.tpl
%%DATADIR%%/stdoptions.def
@dirrm %%DATADIR%%
+@dirrm include/autoopts