Update to 0.4.3rc2
PR: 47162 Submitted by: Dominic Marks <dom@cus.org.uk>
This commit is contained in:
parent
cc51e978e2
commit
dc68f4d12b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73407
6 changed files with 4 additions and 26 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mutella
|
||||
PORTVERSION= 0.4.3rc1
|
||||
PORTVERSION= 0.4.3rc2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://mutella.sourceforge.net/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mutella-0.4.3rc1.tar.gz) = 2181de92901e43ea50401d3e138d7c8e
|
||||
MD5 (mutella-0.4.3rc2.tar.gz) = 837e6fa15e6556d4739496fbe9738aa7
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- 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
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mutella
|
||||
PORTVERSION= 0.4.3rc1
|
||||
PORTVERSION= 0.4.3rc2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://mutella.sourceforge.net/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mutella-0.4.3rc1.tar.gz) = 2181de92901e43ea50401d3e138d7c8e
|
||||
MD5 (mutella-0.4.3rc2.tar.gz) = 837e6fa15e6556d4739496fbe9738aa7
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- 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
|
Loading…
Reference in a new issue