FreeBSD Bugzilla – Attachment 122374 Details for
Bug 165570
[PATCH] cad/adms update to 2.3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.06 KB, created by
Armin Pirkovitsch
on 2012-03-01 05:30:16 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Armin Pirkovitsch
Created:
2012-03-01 05:30:16 UTC
Size:
5.06 KB
patch
obsolete
>Index: cad/adms/Makefile >=================================================================== >RCS file: /mnt/nfs/oh/usr/home/ncvs/root/ports/ports/cad/adms/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- cad/adms/Makefile 25 Nov 2011 16:32:03 -0000 1.11 >+++ cad/adms/Makefile 18 Feb 2012 20:13:27 -0000 >@@ -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 @@ > USE_LDCONFIG= yes > MAKE_JOBS_SAFE= yes > >+MAN1= admsXml.1 >+ > .include <bsd.port.mk> >Index: cad/adms/distinfo >=================================================================== >RCS file: /mnt/nfs/oh/usr/home/ncvs/root/ports/ports/cad/adms/distinfo,v >retrieving revision 1.6 >diff -u -r1.6 distinfo >--- cad/adms/distinfo 20 Mar 2011 12:46:07 -0000 1.6 >+++ cad/adms/distinfo 18 Feb 2012 19:11:35 -0000 >@@ -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 >Index: cad/adms/pkg-plist >=================================================================== >RCS file: /mnt/nfs/oh/usr/home/ncvs/root/ports/ports/cad/adms/pkg-plist,v >retrieving revision 1.4 >diff -u -r1.4 pkg-plist >--- cad/adms/pkg-plist 25 Jul 2008 22:07:29 -0000 1.4 >+++ cad/adms/pkg-plist 18 Feb 2012 20:12:41 -0000 >@@ -1,4 +1,3 @@ >-bin/admsCheck > bin/admsXml > lib/libadmsAdmstpath.a > lib/libadmsAdmstpath.la >Index: cad/adms/files/patch-configure >=================================================================== >RCS file: /mnt/nfs/oh/usr/home/ncvs/root/ports/ports/cad/adms/files/patch-configure,v >retrieving revision 1.3 >diff -u -r1.3 patch-configure >--- cad/adms/files/patch-configure 29 May 2007 05:37:04 -0000 1.3 >+++ cad/adms/files/patch-configure 18 Feb 2012 19:13:46 -0000 >@@ -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 ||
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 165570
: 122374