FreeBSD Bugzilla – Attachment 97006 Details for
Bug 135707
[PATCH] net/tcpillust: update to 2.01, unbreak on 8-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tcpillust-2.01.patch
tcpillust-2.01.patch (text/plain), 2.01 KB, created by
Florian Smeets
on 2009-06-18 15:20:01 UTC
(
hide
)
Description:
tcpillust-2.01.patch
Filename:
MIME Type:
Creator:
Florian Smeets
Created:
2009-06-18 15:20:01 UTC
Size:
2.01 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/net/tcpillust.orig/Makefile /usr/ports/net/tcpillust/Makefile >--- /usr/ports/net/tcpillust.orig/Makefile 2009-06-18 13:46:51.000000000 +0200 >+++ /usr/ports/net/tcpillust/Makefile 2009-06-18 14:44:01.000000000 +0200 >@@ -6,8 +6,7 @@ > # > > PORTNAME= tcpillust >-PORTVERSION= 2.01a >-PORTREVISION= 1 >+PORTVERSION= 2.01 > CATEGORIES= net tcl tk > MASTER_SITES= http://www.jp.nishida.org/tcpillust/ > >@@ -50,10 +49,4 @@ > ${INSTALL_DATA} ${WRKSRC}/sample/* ${DOCSDIR} > .endif > >-.include <bsd.port.pre.mk> >- >-.if ${OSVERSION} >= 800064 >-BROKEN= does not build >-.endif >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/net/tcpillust.orig/distinfo /usr/ports/net/tcpillust/distinfo >--- /usr/ports/net/tcpillust.orig/distinfo 2009-06-18 13:46:51.000000000 +0200 >+++ /usr/ports/net/tcpillust/distinfo 2009-06-18 14:50:28.000000000 +0200 >@@ -1,3 +1,3 @@ >-MD5 (tcpillust-2.01a.tar.gz) = 316da48755e6fdac5c2652d54964e935 >-SHA256 (tcpillust-2.01a.tar.gz) = c8124986317971dbe0c5e15d4c4c61a58d9645a7bed84f17e5fb54961673e433 >-SIZE (tcpillust-2.01a.tar.gz) = 101794 >+MD5 (tcpillust-2.01.tar.gz) = 316da48755e6fdac5c2652d54964e935 >+SHA256 (tcpillust-2.01.tar.gz) = c8124986317971dbe0c5e15d4c4c61a58d9645a7bed84f17e5fb54961673e433 >+SIZE (tcpillust-2.01.tar.gz) = 101794 >diff -ruN --exclude=CVS /usr/ports/net/tcpillust.orig/files/patch-binread.c /usr/ports/net/tcpillust/files/patch-binread.c >--- /usr/ports/net/tcpillust.orig/files/patch-binread.c 1970-01-01 01:00:00.000000000 +0100 >+++ /usr/ports/net/tcpillust/files/patch-binread.c 2009-06-18 16:15:35.000000000 +0200 >@@ -0,0 +1,16 @@ >+--- binread.c.orig 2009-06-18 16:05:29.000000000 +0200 >++++ binread.c 2009-06-18 16:06:26.000000000 +0200 >+@@ -35,8 +35,13 @@ >+ #if defined (linux) || defined(__APPLE__) >+ #define __FAVOR_BSD >+ #else >++#if defined(__FreeBSD__) >++#include <osreldate.h> >++#if __FreeBSD_version < 800064 >+ #include <net/slip.h> >+ #endif >++#endif >++#endif >+ #include <netinet/in.h> >+ #include <netinet/in_systm.h> >+ #include <net/if.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 135707
: 97006
Working