Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2005 16:32:47 +0200 (CEST)
From:      Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lance@merlin.net.ua
Subject:   ports/80782: [PATCH] net/gnu-radius: [SUMMARIZE CHANGES]
Message-ID:  <200505081432.j48EWlij001704@roadrunner.q.local>
Resent-Message-ID: <200505081440.j48Ee2sF011047@freefall.freebsd.org>

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

>Number:         80782
>Category:       ports
>Synopsis:       [PATCH] net/gnu-radius: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 08 14:40:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Wed Mar 30 23:20:28 CEST 2005
>Description:
- Unbreak the Postgresql case

Note that portlint(1) still complains about EMACS_PORT_NAME

FATAL: Makefile [96]: EMACS_PORT_NAME is set after including bsd.port.pre.mk.

Port maintainer (lance@merlin.net.ua) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
% cd /usr/ports/net/gnu-radius
% make -DWITH_POSTGRESQL describe
gnu-radius-1.3|/usr/ports/net/gnu-radius|/usr/local|GNU RADIUS servergnu-radius-1.3: "/usr/ports/databases/postgresql7" non-existent -- dependency list incomplete
|/usr/ports/net/gnu-radius/pkg-descr|lance@merlin.net.ua|net|*** Error code 1

Stop in /usr/ports/net/gnu-radius.

>Fix:

--- gnu-radius-1.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/gnu-radius/Makefile,v
retrieving revision 1.22
diff -u -u -r1.22 Makefile
--- Makefile	5 May 2005 20:33:27 -0000	1.22
+++ Makefile	8 May 2005 14:31:14 -0000
@@ -73,8 +73,7 @@
 .endif
 
 .if defined(WITH_POSTGRESQL)
-POSTGRESQL_PORT?=	databases/postgresql7
-LIB_DEPENDS+=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
+USE_PGSQL=	yes
 CONFIGURE_ARGS+=	--with-postgres
 INCLUDE_PATH+=	${LOCALBASE}/include/pgsql/
 PLIST_SUB+=	PGSQL=""
--- gnu-radius-1.3.patch ends here ---

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



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