FreeBSD Bugzilla – Attachment 1367 Details for
Bug 4928
no 'update' target in /usr/ports/Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 958 bytes, created by
joes
on 1997-11-03 18:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
joes
Created:
1997-11-03 18:10:00 UTC
Size:
958 bytes
patch
obsolete
>--- /usr/ports/Makefile Sat Oct 4 08:54:31 1997 >+++ /home/./joes/Makefile Mon Nov 3 10:04:12 1997 >@@ -59,3 +59,23 @@ > .else > @grep -i ${key} ${.CURDIR}/INDEX | 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\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' > .endif >+ >+# >+# update >+# >+# Update the ports tree, by running sup and/or running cvs to update to the >+# latest copy. >+# >+update: >+.if defined(SUP_UPDATE) >+ @echo "--------------------------------------------------------------" >+ @echo "Running sup" >+ @echo "--------------------------------------------------------------" >+ @${SUP} ${SUPFLAGS} ${PORTSSUPFILE} >+.endif >+.if defined(CVS_UPDATE) >+ @echo "--------------------------------------------------------------" >+ @echo "Updating /usr/ports from cvs repository" ${CVSROOT} >+ @echo "--------------------------------------------------------------" >+ cd ${.CURDIR} && cvs -q update -P -d >+.endif
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 4928
: 1367