Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2004 19:30:23 GMT
From:      michael johnson <ahze@ahze.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/68935: [MAINTAINER] net/minisapserver: [add option for SLP via openslp]
Message-ID:  <200407131930.i6DJUN53038654@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/68935; it has been noted by GNATS.

From: michael johnson <ahze@ahze.net>
To: freebsd-gnats-submit@freebsd.org
Cc: Volker Stolz <vs@freebsd.org>
Subject: Re: ports/68935: [MAINTAINER] net/minisapserver: [add option for SLP via openslp]
Date: Tue, 13 Jul 2004 15:30:04 -0400

 --Apple-Mail-2--229345453
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	format=flowed
 
 Here ya go, sorry about that.
 
 Michael
 --Apple-Mail-2--229345453
 Content-Transfer-Encoding: 7bit
 Content-Type: application/octet-stream;
 	x-unix-mode=0644;
 	name="sap.patch"
 Content-Disposition: attachment;
 	filename=sap.patch
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/net/minisapserver/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- Makefile	7 Jun 2004 09:03:58 -0000	1.2
 +++ Makefile	13 Jul 2004 19:26:59 -0000
 @@ -7,6 +7,7 @@
  
  PORTNAME=	minisapserver
  PORTVERSION=	0.2.3
 +PORTREVISION=	1
  CATEGORIES=	net multimedia
  MASTER_SITES=	http://download.videolan.org/pub/videolan/miniSAPserver/${PORTVERSION}/
  DISTNAME=	miniSAPserver-${PORTVERSION}
 @@ -23,6 +24,15 @@
  PLIST_FILES=	bin/sapserver etc/sap.cfg-dist etc/rc.d/sapserver.sh
  USE_RC_SUBR=	yes
  PKGMESSAGE=	${WRKDIR}/pkg-message
 +OPTIONS=	SLP "Enable SLP support via openslp" off
 +
 +.if defined(WITH_SLP)
 +LIB_DEPENDS+=	slp.1:${PORTSDIR}/net/openslp
 +
 +CONFIGURE_ARGS=	--enable-slp
 +CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 +		LDFLAGS="-L${LOCALBASE}/lib"
 +.endif
  
  post-patch:
  	@${REINPLACE_CMD} -e 's|$$(prefix)/share/man|${MANPREFIX}/man|; \
 
 --Apple-Mail-2--229345453
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	format=flowed
 
 
 
 On Jul 13, 2004, at 2:16 PM, Volker Stolz wrote:
 
 > Michael, I think your second patch has been wrapped into oblivion. 
 > Please send it directly to me as an attachment.
 >
 > Volker
 >
 
 --Apple-Mail-2--229345453--
 



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