From owner-freebsd-gnome@FreeBSD.ORG  Sun Mar 28 17:47:03 2010
Return-Path: <owner-freebsd-gnome@FreeBSD.ORG>
Delivered-To: gnome@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1611C106566B;
	Sun, 28 Mar 2010 17:47:03 +0000 (UTC)
	(envelope-from marcus@marcuscom.com)
Received: from creme-brulee.marcuscom.com
	(marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net
	[IPv6:2001:470:1f00:ffff::1279])
	by mx1.freebsd.org (Postfix) with ESMTP id A23D88FC0C;
	Sun, 28 Mar 2010 17:47:02 +0000 (UTC)
Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com
	[IPv6:2001:470:1f00:2464::4])
	by creme-brulee.marcuscom.com (8.14.4/8.14.4) with ESMTP id
	o2SHl4Gf021481; Sun, 28 Mar 2010 13:47:04 -0400 (EDT)
	(envelope-from marcus@marcuscom.com)
From: Joe Marcus Clarke <marcus@marcuscom.com>
To: Doug Barton <dougb@FreeBSD.org>
In-Reply-To: <4BAE8D52.401@FreeBSD.org>
References: <4BAD5C0F.6050705@FreeBSD.org>
	<1269723950.40651.64.camel@shumai.marcuscom.com>
	<4BAE8D52.401@FreeBSD.org>
Content-Type: multipart/signed; micalg="pgp-sha1";
	protocol="application/pgp-signature";
	boundary="=-8HZRznraYakny+uqoasm"
Organization: MarcusCom, Inc.
Date: Sun, 28 Mar 2010 13:47:11 -0400
Message-ID: <1269798431.40651.68.camel@shumai.marcuscom.com>
Mime-Version: 1.0
X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port 
X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,HELO_NO_DOMAIN
	autolearn=no version=3.3.0
X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on
	creme-brulee.marcuscom.com
Cc: gnome@FreeBSD.org
Subject: Re: net/avahi-app
X-BeenThere: freebsd-gnome@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: GNOME for FreeBSD -- porting and maintaining
	<freebsd-gnome.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-gnome>,
	<mailto:freebsd-gnome-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-gnome>
List-Post: <mailto:freebsd-gnome@freebsd.org>
List-Help: <mailto:freebsd-gnome-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-gnome>,
	<mailto:freebsd-gnome-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 28 Mar 2010 17:47:03 -0000


--=-8HZRznraYakny+uqoasm
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

On Sat, 2010-03-27 at 15:57 -0700, Doug Barton wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>=20
> On 03/27/10 14:05, Joe Marcus Clarke wrote:
> > On Fri, 2010-03-26 at 18:14 -0700, Doug Barton wrote:
> >> -----BEGIN PGP SIGNED MESSAGE-----
> >> Hash: RIPEMD160
> >>
> >> Howdy,
> >>
> >> FYI I am in the process of deprecating the %%RC_SUBR%% stuff and notic=
ed
> >> that net/avahi-app has some code related to it. I have already updated
> >> the patch files for the rc.d scripts (which can now be simplified the
> >> next time they are regenerated) but I also noticed that there are some
> >> other related items in the Makefile that can probably be eliminated as
> >> well.
> >=20
> > Do you have specifics of what needs to be changed?=20
>=20
> Index: Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RCS file: /home/pcvs/ports/net/avahi-app/Makefile,v
> retrieving revision 1.22
> diff -u -r1.22 Makefile
> - --- Makefile	2 Aug 2009 19:34:56 -0000	1.22
> +++ Makefile	27 Mar 2010 22:53:54 -0000
> @@ -111,7 +111,7 @@
>  	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
>  	    	${REINPLACE_CMD} -e 's|(LIBINTL)|(INTLLIBS)|g ; \
>  		s|(LIBICONV)|(LTLIBICONV)|g'
> - -	@${REINPLACE_CMD} -e 's|%%RC_SUBR%%|${RC_SUBR}| ; \
> +	@${REINPLACE_CMD} -e 's|%%RC_SUBR%%|/etc/rc.subr| ; \
>  	    	s|%%GNOME_SUBR%%|${GNOME_SUBR}|' \
>  		${WRKSRC}/initscript/freebsd/avahi-dnsconfd.sh.in \
>  		${WRKSRC}/initscript/freebsd/avahi-daemon.sh.in

Feel free to commit this with the rest of your work.  Are there any
portlint changes that need to be made?

Joe

--=20
PGP Key : http://www.marcuscom.com/pgp.asc

--=-8HZRznraYakny+uqoasm
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (FreeBSD)

iEYEABECAAYFAkuvlh4ACgkQb2iPiv4Uz4eePwCggYJ/d5Kau5sgTTYB5bLnr22W
R6gAnicEFBnRFtOuzpBKwy9qQtz90z5X
=7vwz
-----END PGP SIGNATURE-----

--=-8HZRznraYakny+uqoasm--