From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 13 01:10:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F1DB16A4CE for ; Thu, 13 Nov 2003 01:10:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5F143F3F for ; Thu, 13 Nov 2003 01:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAD9AFFY036708 for ; Thu, 13 Nov 2003 01:10:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAD9AFBS036707; Thu, 13 Nov 2003 01:10:15 -0800 (PST) (envelope-from gnats) Date: Thu, 13 Nov 2003 01:10:15 -0800 (PST) Message-Id: <200311130910.hAD9AFBS036707@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kay Lehmann Subject: Re: ports/59212: [MAINTAINER UPDATE] update sysutils/lineakd ->0.7.2, fix some probs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kay Lehmann List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2003 09:10:16 -0000 The following reply was made to PR ports/59212; it has been noted by GNATS. From: Kay Lehmann To: Oliver Eikemeier Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/59212: [MAINTAINER UPDATE] update sysutils/lineakd -> 0.7.2, fix some probs Date: Thu, 13 Nov 2003 10:08:32 +0100 This is a multi-part message in MIME format. --------------050303010201080005020800 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Oliver Eikemeier schrieb: > > I guess you decide. Normally, examples are not optional, but you might > want to ask ports@. > I think I want it to be installed by default, especially because there were some changes in conf-file, so people who upgrade should take a look at what's new. > > You might want to @dirrm %%EXAMPLESDIR%%, and review if INSTALL contains > any useful information for port users (I didn't read I, so I can't judge) You are right. Install is just the generic from kdevelop (I think) so it need not to be installed. dirrm added. This time I just send a diff from Makefile and pkg-plist against the new version, since these fixes are quite small. > > Regards > Oliver > Greeting, Kay --------------050303010201080005020800 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.diff" --- Makefile.orig Thu Nov 13 10:03:43 2003 +++ Makefile Thu Nov 13 10:05:01 2003 @@ -36,7 +36,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-lineakd__soundctrl_cpp-4 .endif -PORTDOCS= INSTALL README TODO AUTHORS +PORTDOCS= README TODO AUTHORS post-install: .if !defined(NOPORTDOCS) --------------050303010201080005020800 Content-Type: text/plain; name="pkg-plist.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pkg-plist.diff" --- pkg-plist.orig Thu Nov 13 10:03:43 2003 +++ pkg-plist Thu Nov 13 10:05:05 2003 @@ -1,3 +1,4 @@ bin/lineakd etc/lineakkb.def %%EXAMPLESDIR%%/lineakd.conf.example +@dirrm %%EXAMPLESDIR%% --------------050303010201080005020800--