Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2012 22:09:02 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dougb@FreeBSD.org
Subject:   ports/167255: [PATCH] dns/libbind: do not install cat* files anymore
Message-ID:  <201204232209.q3NM92U0064108@freefall.freebsd.org>
Resent-Message-ID: <201204232210.q3NMAB2u064153@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167255
>Category:       ports
>Synopsis:       [PATCH] dns/libbind: do not install cat* files anymore
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 23 22:10:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Baptiste Daroussin
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r233418M: Sat Mar 24 13:45:31 CET
>Description:
This patch removes installation of man/cat* files.

I'm about to commit this:
http://people.freebsd.org/~bapt/no-useless-magic-deletion-of-files.diff to
bsd.port.mk to remove ugly magic @unexec deletion and libbind is one of the two
ports still installing the cat files.
Another solution would be to directly track them in plist

Added file(s):
- files/patch-doc-Makefile.in

Port maintainer (dougb@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- libbind-6.0.patch begins here ---
Index: files/patch-doc-Makefile.in
===================================================================
RCS file: files/patch-doc-Makefile.in
diff -N files/patch-doc-Makefile.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-doc-Makefile.in	23 Apr 2012 22:07:11 -0000
@@ -0,0 +1,27 @@
+--- doc/Makefile.in.orig	2009-03-04 01:09:51.000000000 +0100
++++ doc/Makefile.in	2012-04-24 00:04:48.884815527 +0200
+@@ -175,24 +175,12 @@
+ 		${INSTALL_DATA} $${f}.${LIB_NETWORK_MAN_EXT} \
+ 		${MANDIR}/man${LIB_NETWORK_EXT}/$${f}.${LIB_NETWORK_EXT}; \
+ 	done
+-	@set -x; N=${LIB_NETWORK_EXT}; for f in ${LIB_NETWORK_BASE}; do \
+-		${INSTALL_DATA} $${f}.${LIB_NETWORK_CAT_EXT} \
+-		${MANDIR}/cat${LIB_NETWORK_EXT}/$${f}.${LIB_NETWORK_EXT}; \
+-	done
+ 	@set -x; N=${FORMAT_EXT}; for f in ${FORMAT_BASE}; do \
+ 		${INSTALL_DATA} $${f}.${FORMAT_MAN_EXT} \
+ 		${MANDIR}/man${FORMAT_EXT}/$${f}.${FORMAT_EXT}; \
+ 	done
+-	@set -x; N=${FORMAT_EXT}; for f in ${FORMAT_BASE}; do \
+-		${INSTALL_DATA} $${f}.${FORMAT_CAT_EXT} \
+-		${MANDIR}/cat${FORMAT_EXT}/$${f}.${FORMAT_EXT}; \
+-	done
+ 	@set -x; N=${DESC_EXT}; for f in ${DESC_BASE}; do \
+ 		${INSTALL_DATA} $${f}.${DESC_MAN_EXT} \
+ 		${MANDIR}/man${DESC_EXT}/$${f}.${DESC_EXT}; \
+ 	done
+-	@set -x; N=${DESC_EXT}; for f in ${DESC_BASE}; do \
+-		${INSTALL_DATA} $${f}.${DESC_CAT_EXT} \
+-		${MANDIR}/cat${DESC_EXT}/$${f}.${DESC_EXT}; \
+-	done
+ 
--- libbind-6.0.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?201204232209.q3NM92U0064108>