Date: Sun, 6 Aug 2006 21:49:26 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101520: [PATCH] devel/devhelp: fix pkg-plist, misc Message-ID: <20060806174926.E4D2C12F48@fonon.realnet> Resent-Message-ID: <200608061820.k76IKpxO011150@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101520 >Category: ports >Synopsis: [PATCH] devel/devhelp: fix pkg-plist, misc >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 06 18:20:50 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug 2 21:44:37 MSD >Description: - Doesn't deinstall certain files (isn't listed in /etc/mtree/BSD.x11-4.dist). Fix that. >How-To-Repeat: >Fix: --- devhelp-0.10_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/devhelp/Makefile /var/tmp/loctmp/devhelp/Makefile --- /usr/ports/devel/devhelp/Makefile Sat Apr 15 03:25:06 2006 +++ /var/tmp/loctmp/devhelp/Makefile Sun Aug 6 21:48:19 2006 @@ -31,11 +31,12 @@ USE_BZIP2= yes USE_X_PREFIX= yes +USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui USE_RC_SUBR= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GCONF_SCHEMAS= devhelp.schemas CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" diff -ruN --exclude=CVS /usr/ports/devel/devhelp/pkg-plist /var/tmp/loctmp/devhelp/pkg-plist --- /usr/ports/devel/devhelp/pkg-plist Sat Jun 18 16:23:25 2005 +++ /var/tmp/loctmp/devhelp/pkg-plist Sun Aug 6 20:27:29 2006 @@ -77,3 +77,5 @@ @dirrm share/gnome/devhelp @dirrm include/devhelp-1.0/devhelp @dirrm include/devhelp-1.0 +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw --- devhelp-0.10_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060806174926.E4D2C12F48>