ports/80782: [PATCH] net/gnu-radius: [SUMMARIZE CHANGES]
Ulrich Spoerlein
spoerlein at informatik.uni-wuerzburg.de
Sun May 8 14:40:03 UTC 2005
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list