diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2007-07-13 23:13:06 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2007-07-13 23:13:06 +0000 |
commit | dd166e7e40e440f8e1c3cc998883954852a52f78 (patch) | |
tree | aa12d9b587e0e8d566b12c54e7c9a771a17cddcc /net-im/amsn/files | |
parent | Version bump. See bug #177150. (diff) | |
download | gentoo-2-dd166e7e40e440f8e1c3cc998883954852a52f78.tar.gz gentoo-2-dd166e7e40e440f8e1c3cc998883954852a52f78.tar.bz2 gentoo-2-dd166e7e40e440f8e1c3cc998883954852a52f78.zip |
Version bump, closes bug #179467. Suggested ebuild not used as I had to tame a wild build system that was pre-stripping binaries and not listening to --enable flags. Thanks to Edge <edge87@gmail.com> for help with a test account. Dropped ~alpha & ~hppa keywords over dev-tcltk/snack dependency, filed bug #185250.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'net-im/amsn/files')
-rw-r--r-- | net-im/amsn/files/amsn-0.97_rc1-autoconf-logic.patch | 31 | ||||
-rw-r--r-- | net-im/amsn/files/amsn-0.97_rc1-nostrip.patch | 14 | ||||
-rw-r--r-- | net-im/amsn/files/digest-amsn-0.97_rc1 | 3 |
3 files changed, 48 insertions, 0 deletions
diff --git a/net-im/amsn/files/amsn-0.97_rc1-autoconf-logic.patch b/net-im/amsn/files/amsn-0.97_rc1-autoconf-logic.patch new file mode 100644 index 000000000000..1b2a85cae2de --- /dev/null +++ b/net-im/amsn/files/amsn-0.97_rc1-autoconf-logic.patch @@ -0,0 +1,31 @@ +--- configure.ac.orig 2007-07-13 23:27:25.000000000 +0100 ++++ configure.ac 2007-07-13 23:29:44.000000000 +0100 +@@ -19,24 +19,24 @@ + dnl compile time options + + AC_ARG_ENABLE(debug, +- [ --enable-debug enable some debuging informations],[enable_debug=yes]) ++ [ --enable-debug enable some debugging information],[enable_debug=$enableval],[enable_debug=no]) + +-AC_SUBST(DEBUG) + if test "$enable_debug" == "yes" ; then + DEBUG="yes" + else + DEBUG="no" + fi ++AC_SUBST(DEBUG) + + AC_ARG_ENABLE(static, +- [ --enable-static enable static link of libstdc++],[enable_static=yes]) ++ [ --enable-static enable static link of libstdc++],[enable_static=$enableval],[enable_static=no]) + +-AC_SUBST(STATIC) + if test "$enable_static" == "yes" ; then + STATIC="yes" + else + STATIC="no" + fi ++AC_SUBST(STATIC) + + dnl subst configure command + AC_SUBST(CONFIGURE_ARGS) diff --git a/net-im/amsn/files/amsn-0.97_rc1-nostrip.patch b/net-im/amsn/files/amsn-0.97_rc1-nostrip.patch new file mode 100644 index 000000000000..53a5a7d7229d --- /dev/null +++ b/net-im/amsn/files/amsn-0.97_rc1-nostrip.patch @@ -0,0 +1,14 @@ +--- Makefile.in.orig 2007-07-13 23:06:37.000000000 +0100 ++++ Makefile.in 2007-07-13 23:07:20.000000000 +0100 +@@ -107,11 +107,6 @@ + LDFLAGS := @LDFLAGS@ + endif + +-ifeq (@DEBUG@,no) +- ifneq (@FOUND_OS@,mac) +-LDFLAGS += -s +- endif +-endif + X_LIBS := @X_LIBS@ + CXX_LIB := @CXX_LIB@ + diff --git a/net-im/amsn/files/digest-amsn-0.97_rc1 b/net-im/amsn/files/digest-amsn-0.97_rc1 new file mode 100644 index 000000000000..1f49d575c1ba --- /dev/null +++ b/net-im/amsn/files/digest-amsn-0.97_rc1 @@ -0,0 +1,3 @@ +MD5 382431ba91ae014daf9148dd5b5674b6 amsn-0.97RC1.tar.bz2 6294926 +RMD160 8a01e6880643a920b7e44882599faf2eae900911 amsn-0.97RC1.tar.bz2 6294926 +SHA256 2dcaa349f7c5335f9c63633afcc1736aae6da1ba6ca3c6fa341817a5a0bad327 amsn-0.97RC1.tar.bz2 6294926 |