Bug 54056 - port x11/zenity contains ignored patchfile
Summary: port x11/zenity contains ignored patchfile
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: Franz Klammer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-03 11:30 UTC by Oliver Eikemeier
Modified: 2003-07-03 15:31 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Eikemeier 2003-07-03 11:30:08 UTC
the file

ports/x11/zenity/files/patch-src_Makefile.in.orig

is accidentally commited, but ignored by ports/Mk/bsd.port.mk:

for i in ${PATCHDIR}/patch-*; do \
        case $$i in \
                *.orig|*.rej|*~|*,v) \
                        ${ECHO_MSG} "===>   Ignoring patchfile $$i" ; \
                        ;; \

Fix: 

Remove ports/x11/zenity/files/patch-src_Makefile.in.orig
How-To-Repeat: 
cd /usr/ports/x11/zenit
make patch
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2003-07-03 14:24:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->klammer@webonaut.com

Please approve this changes. 
Over to maintainer.
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2003-07-03 15:31:37 UTC
State Changed
From-To: open->closed

Committed, thanks!