Date: Mon, 14 Jun 1999 06:30:02 -0700 (PDT) From: Bill Fumerola <billf@chc-chimes.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/12194: Port of rtsp-proxy. Message-ID: <199906141330.GAA92983@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/12194; it has been noted by GNATS. From: Bill Fumerola <billf@chc-chimes.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906141330.GAA92983>