From owner-svn-ports-head@FreeBSD.ORG Tue Jul 8 21:53:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E17FF31; Tue, 8 Jul 2014 21:53:30 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C87DB25C3; Tue, 8 Jul 2014 21:53:29 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s68LrJxX037187 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 8 Jul 2014 21:53:24 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s68LrJec037186; Tue, 8 Jul 2014 21:53:19 GMT (envelope-from swills) Date: Tue, 8 Jul 2014 21:53:19 +0000 From: Steve Wills To: Tijl Coosemans Subject: Re: svn commit: r361293 - in head/print/gnome-cups-manager: . files Message-ID: <20140708215316.GD35690@mouf.net> References: <201407082118.s68LIQld000799@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NklN7DEeGtkPCoo3" Content-Disposition: inline In-Reply-To: <201407082118.s68LIQld000799@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 08 Jul 2014 21:53:24 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 21:53:30 -0000 --NklN7DEeGtkPCoo3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, FYI: https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default= /598/logs/errors/gnome-cups-manager-0.31_15,1.log https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/5= 98/logs/errors/gnome-cups-manager-0.31_15,1.log Fails to build for me. Is it just me? Thanks, Steve On Tue, Jul 08, 2014 at 09:18:26PM +0000, Tijl Coosemans wrote: > Author: tijl > Date: Tue Jul 8 21:18:25 2014 > New Revision: 361293 > URL: http://svnweb.freebsd.org/changeset/ports/361293 > QAT: https://qat.redports.org/buildarchive/r361293/ >=20 > Log: > - Convert to USES=3Dlibtool > - Add INSTALL_TARGET=3Dinstall-strip >=20 > Modified: > head/print/gnome-cups-manager/Makefile > head/print/gnome-cups-manager/files/patch-password_field_garbage > head/print/gnome-cups-manager/pkg-plist >=20 > Modified: head/print/gnome-cups-manager/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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/print/gnome-cups-manager/Makefile Tue Jul 8 21:06:40 2014 (r361= 292) > +++ head/print/gnome-cups-manager/Makefile Tue Jul 8 21:18:25 2014 (r361= 293) > @@ -4,7 +4,7 @@ > =20 > PORTNAME=3D gnome-cups-manager > PORTVERSION=3D 0.31 > -PORTREVISION=3D 14 > +PORTREVISION=3D 15 > PORTEPOCH=3D 1 > CATEGORIES=3D print gnome > MASTER_SITES=3D GNOME > @@ -16,11 +16,11 @@ COMMENT=3D Administration tool for cups > LIB_DEPENDS=3D libgnomecups-1.0.so:${PORTSDIR}/print/libgnomecups > RUN_DEPENDS=3D gnomesu:${PORTSDIR}/security/libgnomesu > =20 > -USE_AUTOTOOLS=3D libtool > +USES=3D gettext gmake libtool pathfix pkgconfig tar:bzip2 > USE_GNOME=3D gnomeprefix intlhack libgnomeprintui libgnomeui > -USES=3D gettext gmake pathfix pkgconfig tar:bzip2 > -INSTALLS_ICONS=3D yes > USE_LDCONFIG=3D yes > +INSTALLS_ICONS=3D yes > +INSTALL_TARGET=3D install-strip > GNU_CONFIGURE=3D yes > CPPFLAGS+=3D -I${LOCALBASE}/include -D_IPP_PRIVATE_STRUCTURES > LDFLAGS+=3D -L${LOCALBASE}/lib >=20 > Modified: head/print/gnome-cups-manager/files/patch-password_field_garbage > =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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/print/gnome-cups-manager/files/patch-password_field_garbage Tue = Jul 8 21:06:40 2014 (r361292) > +++ head/print/gnome-cups-manager/files/patch-password_field_garbage Tue = Jul 8 21:18:25 2014 (r361293) > @@ -1,7 +1,7 @@ > diff -Nur gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-connection.= c gnome-cups-manager-0.31.new/libgnomecups/gnome-cups-ui-connection.c > --- gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-connection.c 2006= -05-18 12:53:57.000000000 +0200 > +++ libgnomecups/gnome-cups-ui-connection.c 2006-05-18 12:55:38.00000000= 0 +0200 > -@@ -1400,7 +1400,6 @@ > +@@ -1211,7 +1211,6 @@ > w =3D glade_xml_get_widget (cs->xml, "smb_username_entry"); > gtk_entry_set_text (GTK_ENTRY (w), username); > w =3D glade_xml_get_widget (cs->xml, "smb_password_entry"); >=20 > Modified: head/print/gnome-cups-manager/pkg-plist > =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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/print/gnome-cups-manager/pkg-plist Tue Jul 8 21:06:40 2014 (r36= 1292) > +++ head/print/gnome-cups-manager/pkg-plist Tue Jul 8 21:18:25 2014 (r36= 1293) > @@ -8,9 +8,9 @@ include/libgnomecups-1/libgnomecups/gnom > include/libgnomecups-1/libgnomecups/gnome-cups-ui-print.h > include/libgnomecups-1/libgnomecups/gnome-cups-ui-util.h > lib/libgnomecupsui-1.0.a > -lib/libgnomecupsui-1.0.la > lib/libgnomecupsui-1.0.so > lib/libgnomecupsui-1.0.so.1 > +lib/libgnomecupsui-1.0.so.1.0.0 > libdata/bonobo/servers/Gnome_CupsManager.server > libdata/pkgconfig/libgnomecupsui-1.0.pc > sbin/gnome-cups-switch > @@ -68,7 +68,6 @@ share/pixmaps/gnome-cups-manager/printer > share/pixmaps/gnome-cups-manager/printer-tray-stopped.png > @dirrm share/pixmaps/gnome-cups-manager > @dirrm %%DATADIR%% > -@unexec rmdir %D/sbin 2>/dev/null || /usr/bin/true > @dirrmtry include/libgnomecups-1/libgnomecups > @dirrmtry include/libgnomecups-1 > @dirrmtry share/locale/xh/LC_MESSAGES --NklN7DEeGtkPCoo3 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJTvGhMAAoJEPXPYrMgexuhd2wIAIm+xP1psHu0m8PtbXt3f6Ql 0y7jghtNhvBBrbHY0R1LoFacBty/A7WWRXVe3POoZJORgwie4vt70XV7EEyUiCjP OqwNlHqAgM3Ro2W/6SYN7CVn4oVkT49u/53FQ9g1NneYrt7z0538BoQEMPbNJjy4 8fV0Xgr1xEzq5mZSI0oOoU8IN+5dYINPctGEhQF2bNwv9YCxLAZtniq3UaaTxe4l miWp9LCBHBd12u0R5d7H54+ydics0fkZowLskHfri93hVgOBAkf52DvHnuEiF/aI jQkfD8xrVCmJTubVNM2QbuBpRAKfyCBqAOVp6dDZVGHNobftC31mDY6Gcp0TEG8= =HtZw -----END PGP SIGNATURE----- --NklN7DEeGtkPCoo3--