Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  7 Mar 2001 22:49:18 +0100 (CET)
From:      tthomas@mail.dotcom.fr
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25594: Update port: news/newsx uses the new include directory created by inn
Message-ID:  <20010307214918.70D42774C@graf.pompo.net>

next in thread | raw e-mail | index | archive | help

>Number:         25594
>Category:       ports
>Synopsis:       The new ports of inn create a directory for header files - I use them.
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 07 14:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.2
>Organization:
Kabbale Eros
>Environment:

	Remark: at this time, the newsx port has not been committed.

>Description:

	With this new release, the newsx port becomes more independent from inn installation.

>How-To-Repeat:

	make && make install.

>Fix:

	Apply the following patches on the previous Makefile and pkg-descr:


--- Makefile.orig	Sun Mar  4 22:33:47 2001
+++ Makefile	Wed Mar  7 21:58:30 2001
@@ -14,9 +14,9 @@
 
 MAINTAINER=	tthomas@mail.dotcom.fr
 
-BUILD_DEPENDS=	${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn
+hdr_dir=	${LOCALBASE}/news/include
 
-hdr_dir=	${PORTSDIR}/news/inn/work/inn-2.3.0/include
+BUILD_DEPENDS=	${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn:${hdr_dir}
 
 post-extract:
 	@${ECHO} "*********************************************************"



--- pkg-descr.orig	Sun Mar  4 22:28:17 2001
+++ pkg-descr	Wed Mar  7 22:01:39 2001
@@ -2,8 +2,6 @@
 server and post outgoing articles batched by the news system, as well as
 fetch incoming articles.
 
-N.B.: this port requires inn 2.3.0.
-
 It provides the NNTP capabilities required for small local news spools
 on installations with NNTP access only through limited ISP accounts. It
 works well via a dialup SLIP/PPP connection.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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