Bug 64478

Summary: Empty patch file in net-mgmt/net-snmp
Product: Ports & Packages Reporter: Ceri Davies <ceri>
Component: Individual Port(s)Assignee: Jun Kuriyama <kuriyama>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ceri Davies freebsd_committer freebsd_triage 2004-03-19 18:50:19 UTC
Revision 1.3 of ports/net-mgmt/net-snmp/files/patch-local:Makefile.in
removed all content from the file; this causes patch(1) to issue a
warning during "make patch", and the file should probably be cvs rm'd.

Fix: 

cvs rm ports/net-mgmt/net-snmp/files/patch-local:Makefile.in && cvs ci
How-To-Repeat: 
Assuming that "make extract" has already been run:

{root@shrike}-{ports/net-mgmt/net-snmp} # ll
files/patch-local:Makefile.in
-rw-r--r--  1 root  wheel  0 Mar 14 14:17 files/patch-local:Makefile.in
{root@shrike}-{ports/net-mgmt/net-snmp} # make patch
===>  Patching for net-snmp-5.1_4
===>  Applying extra patch
/usr/ports/net-mgmt/net-snmp/files/extra-patch-local:Makefile.in
===>  Applying FreeBSD patches for net-snmp-5.1_4
  I can't seem to find a patch in there anywhere.
{root@shrike}-{ports/net-mgmt/net-snmp} #
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2004-03-19 18:50:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Assign to maintainer.
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2004-03-20 07:02:59 UTC
State Changed
From-To: open->closed

Committed, thanks!