Date: Tue, 8 Jul 2014 21:53:19 +0000 From: Steve Wills <swills@freebsd.org> To: Tijl Coosemans <tijl@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r361293 - in head/print/gnome-cups-manager: . files Message-ID: <20140708215316.GD35690@mouf.net> In-Reply-To: <201407082118.s68LIQld000799@svn.freebsd.org> References: <201407082118.s68LIQld000799@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140708215316.GD35690>