Bug 167255 - [PATCH] dns/libbind: do not install cat* files anymore
Summary: [PATCH] dns/libbind: do not install cat* files anymore
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-23 23:10 UTC by Baptiste Daroussin
Modified: 2012-05-07 17:52 UTC (History)
1 user (show)

See Also:


Attachments
libbind-6.0.patch (1.37 KB, patch)
2012-04-23 23:10 UTC, Baptiste Daroussin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste Daroussin freebsd_committer freebsd_triage 2012-04-23 23:10:11 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-23 23:10:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dougb

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-07 17:42:04 UTC
bapt        2012-05-07 16:41:50 UTC

  FreeBSD ports repository

  Modified files:
    dns/libbind          Makefile 
  Added files:
    dns/libbind/files    patch-doc-Makefile.in 
  Log:
  Stop installing catpages
  
  PR:             ports/167255
  Submitted by:   bapt
  Approved by:    maintainer timeout (14d)
  
  Revision  Changes    Path
  1.5       +1 -0      ports/dns/libbind/Makefile
  1.1       +27 -0     ports/dns/libbind/files/patch-doc-Makefile.in (new)
_______________________________________________
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"
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2012-05-07 17:52:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!