cvs commit: ports/news/inn Makefile distinfo pkg-plist ports/news/inn/files patch-configure patch-innfeed_endpoint.c patch-ipv6 ports/news/inn-current Makefile distinfo ports/news/inn-current/files patch-configure

Dima Panov fluffy at Fluffy.Khv.RU
Sun Nov 16 20:42:44 PST 2008


>>>>>> G'day, Shaun Amott!
>>>>>> On Fri, Nov 14, 2008 at 16:11:09 +0000, You wrote:

> shaun       2008-11-14 16:11:09 UTC

>   FreeBSD ports repository

>   Modified files:
>     news/inn             Makefile distinfo pkg-plist 
>     news/inn/files       patch-configure 
>     news/inn-current     Makefile distinfo 
>   Added files:
>     news/inn/files       patch-ipv6 
>   Removed files:
>     news/inn/files       patch-innfeed_endpoint.c 
>     news/inn-current/files patch-configure 
>   Log:
>   - Upgrade inn to 2.4.5.
>   - Upgrade inn-current to the latest snapshot, fixing some issues with
>     the port [1]; the port is still BROKEN, though.
>   - Fix IPv6 binding issue. [2]
>   
>   PR:             ports/124566 [1]
>   Submitted by:   thierry [1]
>   Obtained from:  http://marc.info/?t=122460141500003 [2]


Small fix indeed.

Index: news/inn/Makefile
===================================================================
RCS file: /home/ncvs/ports/news/inn/Makefile,v
retrieving revision 1.89
diff -u -r1.89 Makefile
--- news/inn/Makefile	14 Nov 2008 16:11:08 -0000	1.89
+++ news/inn/Makefile	17 Nov 2008 03:57:27 -0000
@@ -66,7 +66,7 @@
 .endif
 
 .if defined(WITH_SSL)
-.include "${PORTSDIR}/Mk/bsd.openssl.mk"
+USE_OPENSSL=		yes
 CONFIGURE_ARGS+=	--with-ssl=${OPENSSLBASE}
 .endif
 
@@ -97,7 +97,6 @@
 .if defined(WITH_TCL)
 USE_TCL=		84
 CONFIGURE_ARGS+=	--with-tcl=${LOCALBASE}
-BUILD_DEPENDS+=		${LOCALBASE}/include/tcl8.3/tcl.h:${PORTSDIR}/lang/tcl83
 .endif
 
 .if defined(WITH_MAXSOCKET)

-- 
Dmitry "Red Fox" Panov @ Home	                  FreeBSD since September, 1995
Khabarovsk, Russia       Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024


More information about the cvs-ports mailing list