Date: Mon, 7 Jan 2002 13:47:26 +0100 (CET) From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33646: [maintainer] fix mail/sylpheed-claws for bento build Message-ID: <200201071247.g07ClQn31741@elevation.zuhause.stoert.net>
next in thread | raw e-mail | index | archive | help
>Number: 33646 >Category: ports >Synopsis: [maintainer] fix mail/sylpheed-claws for bento build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jan 07 04:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD elevation.zuhause.stoert.net 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #5: Fri Dec 28 18:45:11 CET 2001 corecode@elevation.zuhause.stoert.net:/usr/obj/usr/src/sys/ELEVATION i386 >Description: inserted a mkdir to enable clean building of the port >How-To-Repeat: >Fix: diff -ur /usr/ports/mail/sylpheed-claws/Makefile ./Makefile --- /usr/ports/mail/sylpheed-claws/Makefile Fri Jan 4 06:30:16 2002 +++ ./Makefile Mon Jan 7 01:51:41 2002 @@ -23,6 +23,8 @@ CONFIGURE_ARGS= --program-suffix="-claws" --with-included-gettext \ --enable-ipv6 +CONFIGURE_ENV= CFLAGS="${CFLAGS}" + .if defined(WITH_PIXBUF) LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf CONFIGURE_ARGS+= --disable-imlib @@ -87,6 +89,7 @@ @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sylpheed-claws .endfor .endif + @${MKDIR} ${PREFIX}/share/pixmaps/ @${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${PREFIX}/share/pixmaps/sylpheed-claws.png .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted: 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?200201071247.g07ClQn31741>