From owner-freebsd-ports Mon Jun 14 6:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33F1614DE2 for ; Mon, 14 Jun 1999 06:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA92983; Mon, 14 Jun 1999 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 14 Jun 1999 06:30:02 -0700 (PDT) Message-Id: <199906141330.GAA92983@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/12194: Port of rtsp-proxy. Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12194; it has been noted by GNATS. From: Bill Fumerola To: richard@homemail.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12194: Port of rtsp-proxy. Date: Mon, 14 Jun 1999 05:15:40 -0400 (EDT) On Sun, 13 Jun 1999, Richard Kiss wrote: > X--- proxy_unix/proxy_unix.c Wed Apr 21 15:45:50 1999 > X+++ proxy_unix/proxy_unix.c Tue Jun 8 01:51:24 1999 > X@@ -67,7 +67,7 @@ > X > X #include "pthread.h" > X > X-char *gConfigFilePath = "/etc/qts_proxy.conf"; > X+char *gConfigFilePath = "/usr/local/etc/qts_proxy.conf"; > X char *gOptionsString = "-c:-p:-d-v-h-s"; > X char gOptionsChar = '-'; Instead of the above, please use the following in your Makefile proxyunix = ${WRKSRC}/proxy_unix/proxy_unix.c post-patch: ${MV} ${proxyunix} ${proxyunix}.bak ${SED} -e 's#/etc#${PREFIX}/etc#' < ${proxyunix}.bak > ${proxyunix} - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message