1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 0.4.3rc1

PR:		46558
Submitted by:	Dominic Marks <dom@cus.org.uk> (maintainer)
This commit is contained in:
Adam Weinberger 2003-01-06 07:06:38 +00:00
parent 4726ef9bc6
commit 96abb1b2cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72619
10 changed files with 44 additions and 60 deletions

View File

@ -6,20 +6,21 @@
#
PORTNAME= mutella
PORTVERSION= 0.4.1
PORTVERSION= 0.4.3rc1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= http://mutella.sourceforge.net/
MAINTAINER= d.marks@student.umist.ac.uk
MAN1= mutella.1
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
${REINPLACE_CMD} -e 's|ulong|u_long|' \
@${REINPLACE_CMD} -e 's|ulong|u_long|' \
${WRKSRC}/mutella/asyncsocket.cpp \
${WRKSRC}/mutella/asyncsocket.h

View File

@ -1 +1 @@
MD5 (mutella-0.4.1.tar.gz) = 68e83b16e63c59304fc65e19635985bc
MD5 (mutella-0.4.3rc1.tar.gz) = 2181de92901e43ea50401d3e138d7c8e

View File

@ -1,22 +0,0 @@
--- mutella/mutella.h.orig Sat Dec 21 04:06:30 2002
+++ mutella/mutella.h Sat Dec 21 04:09:31 2002
@@ -70,6 +70,7 @@
// declare namespaces
using std::min;
using std::max;
+using std::find;
using std::swap;
//using std::queue;
//using std::deque;
@@ -80,7 +81,11 @@
#ifdef NAVE_NO_SLIST
# define slist list
#else
+#ifdef HAVE_EXT_SLIST
+ using __gnu_cxx::slist;
+#else
using std::slist;
+#endif
#endif
#endif /*__cplusplus*/

View File

@ -0,0 +1,11 @@
--- mutella/xsleep.h.orig Tue Dec 3 01:05:35 2002
+++ mutella/xsleep.h Sun Jan 5 22:59:26 2003
@@ -64,7 +64,7 @@
// Support dumb missing headers on OSX.
#ifdef HAVE_NANOSLEEP
-#if defined HAVE_DECL_NANOSLEEP__ && !HAVE_DECL_NANOSLEEP__
+#if defined HAVE_DECL_NANOSLEEP__ && !HAVE_DECL_NANOSLEEP__ && !defined(__FreeBSD__)
//#ifdef __APPLE__
int nanosleep(struct timespec *, struct timespec *);
#endif

View File

@ -53,9 +53,11 @@ share/mutella/remote/template/log.html
share/mutella/remote/template/message.html
share/mutella/remote/template/move.html
share/mutella/remote/template/mutella-remote.css
share/mutella/remote/template/results-detail.html
share/mutella/remote/template/results-overview.html
share/mutella/remote/template/results-ungrouped.html
share/mutella/remote/template/modules/results-detail.html
share/mutella/remote/template/modules/results-grouped-body.html
share/mutella/remote/template/modules/results-grouped-head.html
share/mutella/remote/template/modules/results-ungrouped-body.html
share/mutella/remote/template/modules/results-ungrouped-head.html
share/mutella/remote/template/results.html
share/mutella/remote/template/searches.html
share/mutella/remote/template/transfers.html

View File

@ -6,20 +6,21 @@
#
PORTNAME= mutella
PORTVERSION= 0.4.1
PORTVERSION= 0.4.3rc1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= http://mutella.sourceforge.net/
MAINTAINER= d.marks@student.umist.ac.uk
MAN1= mutella.1
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
${REINPLACE_CMD} -e 's|ulong|u_long|' \
@${REINPLACE_CMD} -e 's|ulong|u_long|' \
${WRKSRC}/mutella/asyncsocket.cpp \
${WRKSRC}/mutella/asyncsocket.h

View File

@ -1 +1 @@
MD5 (mutella-0.4.1.tar.gz) = 68e83b16e63c59304fc65e19635985bc
MD5 (mutella-0.4.3rc1.tar.gz) = 2181de92901e43ea50401d3e138d7c8e

View File

@ -1,22 +0,0 @@
--- mutella/mutella.h.orig Sat Dec 21 04:06:30 2002
+++ mutella/mutella.h Sat Dec 21 04:09:31 2002
@@ -70,6 +70,7 @@
// declare namespaces
using std::min;
using std::max;
+using std::find;
using std::swap;
//using std::queue;
//using std::deque;
@@ -80,7 +81,11 @@
#ifdef NAVE_NO_SLIST
# define slist list
#else
+#ifdef HAVE_EXT_SLIST
+ using __gnu_cxx::slist;
+#else
using std::slist;
+#endif
#endif
#endif /*__cplusplus*/

View File

@ -0,0 +1,11 @@
--- mutella/xsleep.h.orig Tue Dec 3 01:05:35 2002
+++ mutella/xsleep.h Sun Jan 5 22:59:26 2003
@@ -64,7 +64,7 @@
// Support dumb missing headers on OSX.
#ifdef HAVE_NANOSLEEP
-#if defined HAVE_DECL_NANOSLEEP__ && !HAVE_DECL_NANOSLEEP__
+#if defined HAVE_DECL_NANOSLEEP__ && !HAVE_DECL_NANOSLEEP__ && !defined(__FreeBSD__)
//#ifdef __APPLE__
int nanosleep(struct timespec *, struct timespec *);
#endif

View File

@ -53,9 +53,11 @@ share/mutella/remote/template/log.html
share/mutella/remote/template/message.html
share/mutella/remote/template/move.html
share/mutella/remote/template/mutella-remote.css
share/mutella/remote/template/results-detail.html
share/mutella/remote/template/results-overview.html
share/mutella/remote/template/results-ungrouped.html
share/mutella/remote/template/modules/results-detail.html
share/mutella/remote/template/modules/results-grouped-body.html
share/mutella/remote/template/modules/results-grouped-head.html
share/mutella/remote/template/modules/results-ungrouped-body.html
share/mutella/remote/template/modules/results-ungrouped-head.html
share/mutella/remote/template/results.html
share/mutella/remote/template/searches.html
share/mutella/remote/template/transfers.html