Update to 2.8.1
This commit is contained in:
parent
332ebf6585
commit
59796b91b7
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.13 2006/09/17 21:46:01 espie Exp $
|
# $OpenBSD: Makefile,v 1.14 2006/10/27 07:23:50 espie Exp $
|
||||||
|
|
||||||
COMMENT='e-donkey client'
|
COMMENT='e-donkey client'
|
||||||
CATEGORIES=net
|
CATEGORIES=net
|
||||||
@ -21,7 +21,7 @@ MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
|
|||||||
HOMEPAGE=http://mldonkey.sourceforge.net/Main_Page
|
HOMEPAGE=http://mldonkey.sourceforge.net/Main_Page
|
||||||
|
|
||||||
MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=mldonkey/}
|
MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=mldonkey/}
|
||||||
DISTNAME=mldonkey-2.7.7
|
DISTNAME=mldonkey-2.8.1
|
||||||
PKGNAME=${DISTNAME}
|
PKGNAME=${DISTNAME}
|
||||||
EXTRACT_SUFX=.tar.bz2
|
EXTRACT_SUFX=.tar.bz2
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ post-install:
|
|||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
.if ${MODOCAML_NATIVE:L} == "yes"
|
.if ${MODOCAML_NATIVE:L} == "yes"
|
||||||
strip_binaries=cd ${PREFIX}/bin && strip mlnet mlgui mlnet+gui mlim
|
strip_binaries=cd ${PREFIX}/bin && strip mlnet mlgui mlnet+gui
|
||||||
.else
|
.else
|
||||||
strip_binaries=:
|
strip_binaries=:
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
MD5 (mldonkey-2.7.7.tar.bz2) = d7b92ae3e8782a3c4adeb0e7870c07dc
|
MD5 (mldonkey-2.8.1.tar.bz2) = 10452ad305f105d0d0761977f825694d
|
||||||
RMD160 (mldonkey-2.7.7.tar.bz2) = 44c61e368354d961adf6e7b125d0036eb4bde946
|
RMD160 (mldonkey-2.8.1.tar.bz2) = 0b9e351d42178d8a6a6bdd71fc9b56eded44144d
|
||||||
SHA1 (mldonkey-2.7.7.tar.bz2) = 9cce5d072e8eae5440af7607c4557e1554dff276
|
SHA1 (mldonkey-2.8.1.tar.bz2) = c8ce8fd2b9fa4cbe147389893d2007edba054c35
|
||||||
SIZE (mldonkey-2.7.7.tar.bz2) = 2847137
|
SIZE (mldonkey-2.8.1.tar.bz2) = 2642676
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-config_Makefile_in,v 1.6 2006/09/17 21:46:01 espie Exp $
|
$OpenBSD: patch-config_Makefile_in,v 1.7 2006/10/27 07:23:50 espie Exp $
|
||||||
--- config/Makefile.in.orig Sun Jun 11 19:37:38 2006
|
--- config/Makefile.in.orig Wed Aug 16 21:08:21 2006
|
||||||
+++ config/Makefile.in Tue Aug 22 10:39:01 2006
|
+++ config/Makefile.in Thu Oct 26 20:29:09 2006
|
||||||
@@ -787,6 +787,8 @@ uninstall::
|
@@ -754,6 +754,8 @@ uninstall::
|
||||||
rm -f $(BINDIR)/mlnet
|
rm -f $(BINDIR)/mlnet
|
||||||
rm -f $(BINDIR)/mlgui
|
rm -f $(BINDIR)/mlgui
|
||||||
|
|
||||||
@ -10,8 +10,8 @@ $OpenBSD: patch-config_Makefile_in,v 1.6 2006/09/17 21:46:01 espie Exp $
|
|||||||
install:: opt
|
install:: opt
|
||||||
mkdir -p $(DESTDIR)$(prefix)/bin
|
mkdir -p $(DESTDIR)$(prefix)/bin
|
||||||
if test -f mlnet; then \
|
if test -f mlnet; then \
|
||||||
@@ -809,6 +811,22 @@ install:: opt
|
@@ -773,6 +775,21 @@ install:: opt
|
||||||
rm -f $(DESTDIR)$(prefix)/bin/mlim; cp -f mlim $(DESTDIR)$(prefix)/bin/mlim; \
|
done; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
+else
|
+else
|
||||||
@ -27,7 +27,6 @@ $OpenBSD: patch-config_Makefile_in,v 1.6 2006/09/17 21:46:01 espie Exp $
|
|||||||
+ for link in mlslsk+gui mldonkey+gui mlgnut+gui mldc+gui mlbt+gui; do \
|
+ for link in mlslsk+gui mldonkey+gui mlgnut+gui mldc+gui mlbt+gui; do \
|
||||||
+ ln -s mlnet+gui $(DESTDIR)$(prefix)/bin/$$link; \
|
+ ln -s mlnet+gui $(DESTDIR)$(prefix)/bin/$$link; \
|
||||||
+ done
|
+ done
|
||||||
+ cp -f mlim.byte $(DESTDIR)$(prefix)/bin/mlim;
|
|
||||||
+
|
+
|
||||||
+endif
|
+endif
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-config_configure_in,v 1.3 2006/06/07 07:50:47 espie Exp $
|
$OpenBSD: patch-config_configure_in,v 1.4 2006/10/27 07:23:50 espie Exp $
|
||||||
--- config/configure.in.orig Sun May 21 09:55:24 2006
|
--- config/configure.in.orig Sun Sep 17 20:42:57 2006
|
||||||
+++ config/configure.in Wed Jun 7 09:37:39 2006
|
+++ config/configure.in Thu Oct 26 20:10:28 2006
|
||||||
@@ -733,7 +733,7 @@ if test "$GD" != "no"; then
|
@@ -845,7 +845,7 @@ if test "$GD" != "no"; then
|
||||||
PNG_LDFLAGS=`$PNGLIBCONFIG --ldflags`
|
PNG_LDFLAGS=`$PNGLIBCONFIG --ldflags`
|
||||||
LDFLAGS="$LDFLAGS $PNG_LDFLAGS"
|
LDFLAGS="$LDFLAGS $PNG_LDFLAGS"
|
||||||
fi
|
fi
|
||||||
@ -10,7 +10,7 @@ $OpenBSD: patch-config_configure_in,v 1.3 2006/06/07 07:50:47 espie Exp $
|
|||||||
# restore variables
|
# restore variables
|
||||||
LIBS=$SAVE_LIBS_PNG
|
LIBS=$SAVE_LIBS_PNG
|
||||||
CFLAGS=$SAVE_CFLAGS_PNG
|
CFLAGS=$SAVE_CFLAGS_PNG
|
||||||
@@ -761,7 +761,7 @@ if test "$GD" != "no"; then
|
@@ -873,7 +873,7 @@ if test "$GD" != "no"; then
|
||||||
GD=yes
|
GD=yes
|
||||||
GD_PNG=yes
|
GD_PNG=yes
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.5 2006/03/07 09:19:14 espie Exp $
|
@comment $OpenBSD: PLIST,v 1.6 2006/10/27 07:23:50 espie Exp $
|
||||||
bin/mlbt
|
bin/mlbt
|
||||||
bin/mlbt+gui
|
bin/mlbt+gui
|
||||||
bin/mldc
|
bin/mldc
|
||||||
@ -9,7 +9,6 @@ bin/mldonkey_gui
|
|||||||
bin/mlgnut
|
bin/mlgnut
|
||||||
bin/mlgnut+gui
|
bin/mlgnut+gui
|
||||||
bin/mlgui
|
bin/mlgui
|
||||||
bin/mlim
|
|
||||||
bin/mlnet
|
bin/mlnet
|
||||||
bin/mlnet+gui
|
bin/mlnet+gui
|
||||||
bin/mlslsk
|
bin/mlslsk
|
||||||
@ -73,6 +72,7 @@ share/mldonkey/distrib/i18n/gui_messages.ini.sp
|
|||||||
share/mldonkey/distrib/i18n/gui_messages.ini.sv
|
share/mldonkey/distrib/i18n/gui_messages.ini.sv
|
||||||
share/mldonkey/distrib/i18n/mlnet_strings.catalan
|
share/mldonkey/distrib/i18n/mlnet_strings.catalan
|
||||||
share/mldonkey/distrib/i18n/mlnet_strings.de
|
share/mldonkey/distrib/i18n/mlnet_strings.de
|
||||||
|
share/mldonkey/distrib/i18n/mlnet_strings.de_DE.utf8
|
||||||
share/mldonkey/distrib/i18n/mlnet_strings.dutch
|
share/mldonkey/distrib/i18n/mlnet_strings.dutch
|
||||||
share/mldonkey/distrib/i18n/mlnet_strings.fr
|
share/mldonkey/distrib/i18n/mlnet_strings.fr
|
||||||
share/mldonkey/distrib/i18n/mlnet_strings.fr.noaccents
|
share/mldonkey/distrib/i18n/mlnet_strings.fr.noaccents
|
||||||
|
Loading…
x
Reference in New Issue
Block a user