Bug 38877

Summary: /usr/ports/www/slash/files is messed up
Product: Ports & Packages Reporter: David Marshall <marshall>
Component: Individual Port(s)Assignee: Ying-Chieh Liao <ijliao>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description David Marshall 2002-06-04 01:50:01 UTC
Patches in /usr/ports/www/slash/files are messed up.  patch-aa and patch-install-slashsite are identical files, and patch-slash tries to patch utils/slash rather than util/slash (or vice versa).  'make' in /usr/ports/www/slash fails.

Fix: 

Delete patch-Makefile, patch-install-slashsite, and patch-slash from /usr/ports/www/slash/files.

Replace patch-aa with the diff listing that is located at http://www.chezmarshall.com/slash.diff.txt.  I got this file by applying the above listed patches to a clean checkout of slashcode and then getting a fresh diff -c.  I was then able to make and install.
How-To-Repeat: cd /usr/ports/www/slash
make
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2002-06-04 02:42:29 UTC
Responsible Changed
From-To: freebsd-ports->ijliao

Since you committed the port in the broken state that it's in, could you 
take a look at this and fix it up?
Comment 2 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-06-12 19:05:15 UTC
State Changed
From-To: open->closed

fixed, thanks for your report