FreeBSD Bugzilla – Attachment 167392 Details for
Bug 207479
Makefile assumes existence of svn instead of using svnlite from base
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against /usr/ports/Makefile
svnlite-fix.diff (text/plain), 556 bytes, created by
Torsten Zühlsdorff
on 2016-02-25 10:44:03 UTC
(
hide
)
Description:
patch against /usr/ports/Makefile
Filename:
MIME Type:
Creator:
Torsten Zühlsdorff
Created:
2016-02-25 10:44:03 UTC
Size:
556 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 408622) >+++ Makefile (Arbeitskopie) >@@ -1,3 +1,4 @@ >+ > # $FreeBSD$ > # > >@@ -164,7 +165,7 @@ > @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\nE-deps:\t%s\nP-deps:\t%s\nF-deps:\t%s\nWWW:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$11, $$12, $$13, $$10); }' < ${INDEXDIR}/${INDEXFILE} > > GIT?= git >-SVN?= svn >+SVN?= svnlite > RSYNC?= rsync > PORTSNAP?= portsnap > PORTSNAP_FLAGS?= -p ${.CURDIR}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207479
: 167392