Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2008 14:02:48 +1000
From:      Dima Panov <fluffy@Fluffy.Khv.RU>
To:        Shaun Amott <shaun@freebsd.org>
Cc:        cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: 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
Message-ID:  <20081117040248.GA25591@Fluffy.Khv.RU>
In-Reply-To: <200811141611.mAEGB9rU060185@repoman.freebsd.org>
References:  <200811141611.mAEGB9rU060185@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>>> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081117040248.GA25591>