- fix plist - patch and unbreak on 5.x Port maintainer (jkim@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->jkim Over to maintainer (via the GNATS Auto Assign Tool)
Then it has to be removed by pkg-deinstall or by @exec in pkg-plist. -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> The number you dialed is imaginary. Please turn your phone by 90 degrees and try again.
On Tuesday 06 November 2007 08:50 pm, Pav Lucistnik wrote: > The following reply was made to PR ports/117826; it has been noted > by GNATS. > > From: Pav Lucistnik <pav@FreeBSD.org> > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: ports/117826: [PATCH] audio/oss: fix plist and unbreak > Date: Wed, 07 Nov 2007 02:14:11 +0100 > > Then it has to be removed by pkg-deinstall or by @exec in > pkg-plist. The file contains user configurable settings. I didn't want to remove it during upgrades: http://docs.freebsd.org/cgi/mid.cgi?200710121613.l9CGDEHi062480 Jung-uk Kim
Jung-uk Kim pí¹e v st 07. 11. 2007 v 11:46 -0500: > On Tuesday 06 November 2007 08:50 pm, Pav Lucistnik wrote: > > The following reply was made to PR ports/117826; it has been noted > > by GNATS. > > > > From: Pav Lucistnik <pav@FreeBSD.org> > > To: bug-followup@FreeBSD.org > > Cc: > > Subject: Re: ports/117826: [PATCH] audio/oss: fix plist and unbreak > > Date: Wed, 07 Nov 2007 02:14:11 +0100 > > > > Then it has to be removed by pkg-deinstall or by @exec in > > pkg-plist. > > The file contains user configurable settings. I didn't want to remove > it during upgrades: > > http://docs.freebsd.org/cgi/mid.cgi?200710121613.l9CGDEHi062480 You have to remove it, one way or another, otherwise the port is unacceptable. You could remove it if it's identical to the originally installed file (ie no user changes). Also, gets that file created when installed from package? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> And now something completely different.
jkim 2007-11-13 15:59:06 UTC FreeBSD ports repository Modified files: audio/oss Makefile pkg-plist audio/oss/files patch-kernel-OS-FreeBSD-os_freebsd.c Added files: audio/oss/files pkg-deinstall.in Log: - Unbreak build on 5.x.[1] - Remove userdefs if it is unchanged or empty. PR: ports/117826 Reported by: pointyhat Submitted by: Yen-Ming Lee (leeym at leeym dot com)[1] Approved by: portmgr (linimon) Revision Changes Path 1.15 +2 -5 ports/audio/oss/Makefile 1.2 +11 -3 ports/audio/oss/files/patch-kernel-OS-FreeBSD-os_freebsd.c 1.1 +17 -0 ports/audio/oss/files/pkg-deinstall.in (new) 1.7 +0 -1 ports/audio/oss/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Unbreak 5.x part is committed as is and userdefs is done from pkg-deinsall now. Thanks!