FreeBSD Bugzilla – Attachment 11367 Details for
Bug 22403
"make readmes" hangs if category directory is missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.04 KB, created by
dann
on 2000-10-30 00:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dann
Created:
2000-10-30 00:20:01 UTC
Size:
2.04 KB
patch
obsolete
>--- Makefile Tue Sep 26 19:08:53 2000 >+++ Makefile.fixed Sun Oct 29 11:24:26 2000 >@@ -1,53 +1,59 @@ > # $FreeBSD: ports/Makefile,v 1.60 2000/09/27 02:08:53 asami Exp $ > # > >-SUBDIR += archivers >-SUBDIR += astro >-SUBDIR += audio >-SUBDIR += benchmarks >-SUBDIR += biology >-SUBDIR += cad >-SUBDIR += chinese >-SUBDIR += comms >-SUBDIR += converters >-SUBDIR += databases >-SUBDIR += deskutils >-SUBDIR += devel >-SUBDIR += editors >-SUBDIR += emulators >-SUBDIR += french >-SUBDIR += ftp >-SUBDIR += games >-SUBDIR += german >-SUBDIR += graphics >-SUBDIR += hebrew >-SUBDIR += irc >-SUBDIR += japanese >-SUBDIR += java >-SUBDIR += korean >-SUBDIR += lang >-SUBDIR += mail >-SUBDIR += math >-SUBDIR += mbone >-SUBDIR += misc >-SUBDIR += net >-SUBDIR += news >-SUBDIR += palm >-SUBDIR += print >-SUBDIR += russian >-SUBDIR += security >-SUBDIR += shells >-SUBDIR += sysutils >-SUBDIR += textproc >-SUBDIR += vietnamese >-SUBDIR += www >-SUBDIR += x11 >-SUBDIR += x11-clocks >-SUBDIR += x11-fm >-SUBDIR += x11-fonts >-SUBDIR += x11-servers >-SUBDIR += x11-toolkits >-SUBDIR += x11-wm >+XXTMPDIR += archivers >+XXTMPDIR += astro >+XXTMPDIR += audio >+XXTMPDIR += benchmarks >+XXTMPDIR += biology >+XXTMPDIR += cad >+XXTMPDIR += chinese >+XXTMPDIR += comms >+XXTMPDIR += converters >+XXTMPDIR += databases >+XXTMPDIR += deskutils >+XXTMPDIR += devel >+XXTMPDIR += editors >+XXTMPDIR += emulators >+XXTMPDIR += french >+XXTMPDIR += ftp >+XXTMPDIR += games >+XXTMPDIR += german >+XXTMPDIR += graphics >+XXTMPDIR += hebrew >+XXTMPDIR += irc >+XXTMPDIR += japanese >+XXTMPDIR += java >+XXTMPDIR += korean >+XXTMPDIR += lang >+XXTMPDIR += mail >+XXTMPDIR += math >+XXTMPDIR += mbone >+XXTMPDIR += misc >+XXTMPDIR += net >+XXTMPDIR += news >+XXTMPDIR += palm >+XXTMPDIR += print >+XXTMPDIR += russian >+XXTMPDIR += security >+XXTMPDIR += shells >+XXTMPDIR += sysutils >+XXTMPDIR += textproc >+XXTMPDIR += vietnamese >+XXTMPDIR += www >+XXTMPDIR += x11 >+XXTMPDIR += x11-clocks >+XXTMPDIR += x11-fm >+XXTMPDIR += x11-fonts >+XXTMPDIR += x11-servers >+XXTMPDIR += x11-toolkits >+XXTMPDIR += x11-wm >+ >+.for dir in ${XXTMPDIR} >+.if exists(${dir}) >+SUBDIR += ${dir} >+.endif >+.endfor > > PORTSTOP= yes
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 22403
: 11367