diff options
author | miwi <miwi@FreeBSD.org> | 2012-03-04 13:47:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-03-04 13:47:53 +0800 |
commit | cadd092375b43737ded89250ca00264883d6ad93 (patch) | |
tree | f6823f60e8a844c3569f01c3842ad6dfb3c33822 /cad | |
parent | 40831c9e06733568400610f8e7085074dca7c9dc (diff) | |
download | freebsd-ports-gnome-cadd092375b43737ded89250ca00264883d6ad93.tar.gz freebsd-ports-gnome-cadd092375b43737ded89250ca00264883d6ad93.tar.zst freebsd-ports-gnome-cadd092375b43737ded89250ca00264883d6ad93.zip |
- Update to 2.3.0
PR: 165570
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Diffstat (limited to 'cad')
-rw-r--r-- | cad/adms/Makefile | 4 | ||||
-rw-r--r-- | cad/adms/distinfo | 4 | ||||
-rw-r--r-- | cad/adms/files/patch-configure | 44 | ||||
-rw-r--r-- | cad/adms/pkg-plist | 1 |
4 files changed, 24 insertions, 29 deletions
diff --git a/cad/adms/Makefile b/cad/adms/Makefile index 9618af9fcb39..9f0efe748859 100644 --- a/cad/adms/Makefile +++ b/cad/adms/Makefile @@ -7,7 +7,7 @@ # PORTNAME= adms -PORTVERSION= 2.2.9 +PORTVERSION= 2.3.0 PORTREVISION= 0 CATEGORIES= cad MASTER_SITES= SF/mot-${PORTNAME}/${PORTNAME}-source/${PORTVERSION:R} @@ -24,4 +24,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +MAN1= admsXml.1 + .include <bsd.port.mk> diff --git a/cad/adms/distinfo b/cad/adms/distinfo index 267868190923..598daaa1f44f 100644 --- a/cad/adms/distinfo +++ b/cad/adms/distinfo @@ -1,2 +1,2 @@ -SHA256 (adms-2.2.9.tar.gz) = 07a2d13b927a7f23688bbf041388b69b55e70dd6425e75c322f5ec717cb072d8 -SIZE (adms-2.2.9.tar.gz) = 691385 +SHA256 (adms-2.3.0.tar.gz) = 0d14e61b1c8c224c7703c396581ffd293977bc607becfca241d17945a215081f +SIZE (adms-2.3.0.tar.gz) = 639604 diff --git a/cad/adms/files/patch-configure b/cad/adms/files/patch-configure index 09ff111ccf77..67e003af8987 100644 --- a/cad/adms/files/patch-configure +++ b/cad/adms/files/patch-configure @@ -1,26 +1,20 @@ ---- configure.orig Tue May 29 08:40:19 2007 -+++ configure Tue May 29 08:41:29 2007 -@@ -4584,43 +4584,6 @@ - am__fastdepCXX_FALSE= +--- configure.orig 2011-05-13 09:26:24.000000000 +0200 ++++ configure 2012-02-18 20:13:24.549495741 +0100 +@@ -4811,37 +4811,6 @@ + $as_echo "no, using $LN_S" >&6; } fi - -- -- -#force use of flex/bison -if test "x$LEX" != "xflex"; then -- { echo "$as_me:$LINENO: WARNING: Program flex not found (found $LEX)" >&5 --echo "$as_me: WARNING: Program flex not found (found $LEX)" >&2;} -- { { echo "$as_me:$LINENO: error: Please install gnu flex from http://www.gnu.org/software/flex/" >&5 --echo "$as_me: error: Please install gnu flex from http://www.gnu.org/software/flex/" >&2;} -- { (exit 1); exit 1; }; } +- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Program flex not found (found $LEX)" >&5 +-$as_echo "$as_me: WARNING: Program flex not found (found $LEX)" >&2;} +- as_fn_error $? "Please install gnu flex from http://www.gnu.org/software/flex/" "$LINENO" 5 -fi -if test "x$YACC" != "xbison -y"; then -- { echo "$as_me:$LINENO: WARNING: Program bison not found (found $YACC)" >&5 --echo "$as_me: WARNING: Program bison not found (found $YACC)" >&2;} -- { { echo "$as_me:$LINENO: error: Please install gnu bison from http://www.gnu.org/software/bison/" >&5 --echo "$as_me: error: Please install gnu bison from http://www.gnu.org/software/bison/" >&2;} -- { (exit 1); exit 1; }; } +- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Program bison not found (found $YACC)" >&5 +-$as_echo "$as_me: WARNING: Program bison not found (found $YACC)" >&2;} +- as_fn_error $? "Please install gnu bison from http://www.gnu.org/software/bison/" "$LINENO" 5 -fi - -#advice use of gcc @@ -33,14 +27,14 @@ - CFLAGS="$CFLAGS -Wall" - esac -else -- { echo "$as_me:$LINENO: WARNING: Seems that the selected C-compiler is not gnu gcc C-compiler" >&5 --echo "$as_me: WARNING: Seems that the selected C-compiler is not gnu gcc C-compiler" >&2;} -- { echo "$as_me:$LINENO: WARNING: We advice you to use gcc as C-compiler" >&5 --echo "$as_me: WARNING: We advice you to use gcc as C-compiler" >&2;} -- { echo "$as_me:$LINENO: WARNING: You can install it from http://www.gnu.org/software/gcc/" >&5 --echo "$as_me: WARNING: You can install it from http://www.gnu.org/software/gcc/" >&2;} +- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Seems that the selected C-compiler is not gnu gcc C-compiler" >&5 +-$as_echo "$as_me: WARNING: Seems that the selected C-compiler is not gnu gcc C-compiler" >&2;} +- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: We advice you to use gcc as C-compiler" >&5 +-$as_echo "$as_me: WARNING: We advice you to use gcc as C-compiler" >&2;} +- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You can install it from http://www.gnu.org/software/gcc/" >&5 +-$as_echo "$as_me: WARNING: You can install it from http://www.gnu.org/software/gcc/" >&2;} -fi - - # Checks for header files. - - { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 + # Libtool initialisation. + # Make sure we can run config.sub. + $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || diff --git a/cad/adms/pkg-plist b/cad/adms/pkg-plist index b61d71e81f2c..e1e325eb3226 100644 --- a/cad/adms/pkg-plist +++ b/cad/adms/pkg-plist @@ -1,4 +1,3 @@ -bin/admsCheck bin/admsXml lib/libadmsAdmstpath.a lib/libadmsAdmstpath.la |