FreeBSD Bugzilla – Attachment 164176 Details for
Bug 205279
games/frobtads switch to USES=execinfo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
upgrade to 1.2.3 (combined patch)
frobtads.txt (text/plain), 1.86 KB, created by
kaiwang27
on 2015-12-13 09:57:19 UTC
(
hide
)
Description:
upgrade to 1.2.3 (combined patch)
Filename:
MIME Type:
Creator:
kaiwang27
Created:
2015-12-13 09:57:19 UTC
Size:
1.86 KB
patch
obsolete
>diff --git a/games/frobtads/Makefile b/games/frobtads/Makefile >index 2b44021..48f76b8 100644 >--- a/games/frobtads/Makefile >+++ b/games/frobtads/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= frobtads >-PORTVERSION= 1.2.2 >+PORTVERSION= 1.2.3 > PORTREVISION= 1 > CATEGORIES= games lang > MASTER_SITES= http://www.tads.org/${PORTNAME}/ \ >@@ -11,15 +11,13 @@ MASTER_SITES= http://www.tads.org/${PORTNAME}/ \ > MAINTAINER= kaiwang27@gmail.com > COMMENT= TADS interpreter and the compilers for both TADS 2 and 3 > >-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ >- libexecinfo.so:${PORTSDIR}/devel/libexecinfo >+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl > > CONFLICTS= tads-2.* > >-USES= autoreconf gmake >+USES= autoreconf execinfo gmake localbase > GNU_CONFIGURE= yes > >-CPPFLAGS+= -I${LOCALBASE}/include >-LIBS+= -L${LOCALBASE}/lib -lcompat >+LIBS+= -lcompat > > .include <bsd.port.mk> >diff --git a/games/frobtads/distinfo b/games/frobtads/distinfo >index 91aef85..bba5e7b 100644 >--- a/games/frobtads/distinfo >+++ b/games/frobtads/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (frobtads-1.2.2.tar.gz) = f2802f6b8b2fb1e2a2c46cdec92b32e7135b6aceb3054a588eb9ebb9434a186e >-SIZE (frobtads-1.2.2.tar.gz) = 5213193 >+SHA256 (frobtads-1.2.3.tar.gz) = 88c6a987813d4be1420a1c697e99ecef4fa9dd9bc922be4acf5a3054967ee788 >+SIZE (frobtads-1.2.3.tar.gz) = 5227704 >diff --git a/games/frobtads/files/patch-tads3-unix-osnetunix.cpp b/games/frobtads/files/patch-tads3-unix-osnetunix.cpp >deleted file mode 100644 >index f0887b5..0000000 >--- a/games/frobtads/files/patch-tads3-unix-osnetunix.cpp >+++ /dev/null >@@ -1,10 +0,0 @@ >---- tads3/unix/osnetunix.cpp.orig 2012-08-21 22:35:14.000000000 +0200 >-+++ tads3/unix/osnetunix.cpp 2013-02-22 10:30:06.000000000 +0100 >-@@ -15,6 +15,7 @@ >- #include <poll.h> >- #include <netinet/in.h> >- #include <arpa/inet.h> >-+#include <sys/socket.h> >- #include <net/if.h> >- #include <sys/ioctl.h> >- #include <sys/times.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205279
:
164163
| 164176