Bug 38877 - /usr/ports/www/slash/files is messed up
Summary: /usr/ports/www/slash/files is messed up
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: Ying-Chieh Liao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-04 01:50 UTC by David Marshall
Modified: 2002-06-12 19:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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