Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2000 09:15:35 +0800 (CST)
From:      ymtseng@csie.nctu.edu.tw
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18068: port can't make : net/gatekeeper
Message-ID:  <200004180115.JAA26383@Dreamer.Dorm13.NCTU.edu.tw>

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

>Number:         18068
>Category:       ports
>Synopsis:       port can't make : net/gatekeeper
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 17 18:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yu-Min Tseng
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
NCTU CSIE
>Environment:

FreeBSD 3.4-STABLE

>Description:

There are 2 problem:
1. There is a bug in net/gatekeeper/Makefile
2. After fix 1st problem, this port still can't make

>How-To-Repeat:

just make

>Fix:
	
I just know how to fix 1st problem.

--- Makefile	Tue Apr 18 09:14:57 2000
+++ Makefile.orig	Mon Apr 17 15:52:47 2000
@@ -21,8 +21,8 @@
 
 USE_GMAKE=	yes
 ALL_TARGET=	opt
-MAKE_ENV=	PWLIBDIR=${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/pwlib \
-		OPENH323DIR=${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/openh323
+MAKE_ENV=	PWLIBDIR= ${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/pwlib \
+		OPENH323DIR= ${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/openh323
 THE_MACHTYPE=	${ARCH:S/i386/x86/}
 MAKE_ARGS=	OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION}
 



>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?200004180115.JAA26383>