mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey config/configure.in distrib/ChangeLog


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey config/configure.in distrib/ChangeLog
Date: Sun, 23 Feb 2014 18:19:24 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       14/02/23 18:19:24

Modified files:
        config         : configure.in 
        distrib        : ChangeLog 

Log message:
        patch #8334

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/config/configure.in?cvsroot=mldonkey&r1=1.361&r2=1.362
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1593&r2=1.1594

Patches:
Index: config/configure.in
===================================================================
RCS file: /sources/mldonkey/mldonkey/config/configure.in,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -b -r1.361 -r1.362
--- config/configure.in 23 Feb 2014 18:18:46 -0000      1.361
+++ config/configure.in 23 Feb 2014 18:19:23 -0000      1.362
@@ -871,19 +871,21 @@
 if test "$UPNP_NATPMP_FORCE" = "yes"; then
        UPNP_NATPMP=yes
        cd $PATCH_DIR
-       $WGET http://miniupnp.tuxfamily.org/files/miniupnpc-1.6.tar.gz
-       $WGET http://miniupnp.tuxfamily.org/files/libnatpmp-20110808.tar.gz
+       MINIUPNPC=miniupnpc-1.8
+       LIBNATPMP=libnatpmp-20131126
+       $WGET http://miniupnp.tuxfamily.org/files/$MINIUPNPC.tar.gz
+       $WGET http://miniupnp.tuxfamily.org/files/$LIBNATPMP.tar.gz
        mkdir -p $BUILD_DIR $LOCAL_DIR/usr/bin $LOCAL_DIR/usr/lib 
$LOCAL_DIR/usr/include/miniupnpc
        cd $BUILD_DIR
-       rm -rf libnatpmp-20110808 miniupnpc-1.6
-       tar -xzf $PATCH_DIR/miniupnpc-1.6.tar.gz
-       tar -xzf $PATCH_DIR/libnatpmp-20110808.tar.gz
-       cd $BUILD_DIR/libnatpmp-20110808
+       rm -rf $LIBNATPMP $MINIUPNPC
+       tar -xzf $PATCH_DIR/$MINIUPNPC.tar.gz
+       tar -xzf $PATCH_DIR/$LIBNATPMP.tar.gz
+       cd $BUILD_DIR/$LIBNATPMP
        $GNU_MAKE all install PREFIX=$LOCAL_DIR
-       cd $BUILD_DIR/miniupnpc-1.6
+       cd $BUILD_DIR/$MINIUPNPC
        $GNU_MAKE all install PREFIX=$LOCAL_DIR
        cd $CONFIG_DIR
-       rm -rf $BUILD_DIR/libnatpmp-20110808 $BUILD_DIR/miniupnpc-1.6
+       rm -rf $BUILD_DIR/$LIBNATPMP $BUILD_DIR/$MINIUPNPC
        CPPFLAGS="${CPPFLAGS} -I$LOCAL_DIR/usr/include"
        LDFLAGS="${LDFLAGS} -L$LOCAL_DIR/usr/lib"
 fi

Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1593
retrieving revision 1.1594
diff -u -b -r1.1593 -r1.1594
--- distrib/ChangeLog   23 Feb 2014 18:18:46 -0000      1.1593
+++ distrib/ChangeLog   23 Feb 2014 18:19:23 -0000      1.1594
@@ -15,6 +15,7 @@
 =========
 
 2014/02/23:
+8334: Version bump libnatpmp 20131126 & miniupnpc 1.8 (ygrek)
 8333: Config: New configure option --enable-dev (ygrek)
 8332: New option "all" for command verify_chunks (ygrek)
 8331: printf2: add ?exn parameter for easy exception printing (ygrek)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]