Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2005 21:05:58 +0300
From:      Andrey Slusar <anrays@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87675: [MAINTAINER] news/fidogate-ds: fix compiling.
Message-ID:  <E1ESIK6-0001Br-Mh@santinel.home.ua>
Resent-Message-ID: <200510191810.j9JIAEXw051503@freefall.freebsd.org>

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

>Number:         87675
>Category:       ports
>Synopsis:       [MAINTAINER] news/fidogate-ds: fix compiling.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 19 18:10:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Slusar
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Santinel
>Environment:
System: FreeBSD santinel.home.ua 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Sep 9 01:49:50 EEST 2005 anray@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
	Reported from kris@.
	When use non standart ${LOCALBASE} fidogate-ds is not build.
>How-To-Repeat:

>Fix:

--- fidogate-ds.diff begins here ---
diff -ru /usr/ports/news/fidogate-ds/Makefile fidogate-ds/Makefile
--- /usr/ports/news/fidogate-ds/Makefile	Sun Apr 24 07:24:19 2005
+++ fidogate-ds/Makefile	Wed Oct 19 12:42:11 2005
@@ -39,6 +39,8 @@
 HAS_CONFIGURE=		yes
 .if defined(WITHOUT_INN)
 CONFIGURE_ARGS+=	--without-news
+.else
+CONFIGURE_ARGS+=	--with-newsbindir=${LOCALBASE}/news/bin
 .endif
 .if !defined(WITH_BSO)
 CONFIGURE_ARGS+=	--enable-amiga-out
--- fidogate-ds.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1ESIK6-0001Br-Mh>