FreeBSD Bugzilla – Attachment 6110 Details for
Bug 14104
DISTFILES name clash between release/Makefile and bsd.port.mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.23 KB, created by
Don Croyle
on 1999-10-03 21:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Don Croyle
Created:
1999-10-03 21:10:01 UTC
Size:
1.23 KB
patch
obsolete
>*** release/Makefile.orig Sat Oct 2 04:28:50 1999 >--- release/Makefile Sun Oct 3 14:35:17 1999 >*************** >*** 55,61 **** > ALLLANG= yes > DOCPORTS= textproc/docproj > # Set this to wherever the distfiles required by ${DOCPORTS} live. >! DISTFILES?= ${.CURDIR}/../../ports/distfiles > > DIST_DOCS= ABOUT.TXT ERRATA.TXT LAYOUT.TXT README.TXT HARDWARE.TXT \ > INSTALL.TXT RELNOTES.TXT TROUBLE.TXT UPGRADE.TXT >--- 55,61 ---- > ALLLANG= yes > DOCPORTS= textproc/docproj > # Set this to wherever the distfiles required by ${DOCPORTS} live. >! DISTFILEDIR?= ${.CURDIR}/../../ports/distfiles > > DIST_DOCS= ABOUT.TXT ERRATA.TXT LAYOUT.TXT README.TXT HARDWARE.TXT \ > INSTALL.TXT RELNOTES.TXT TROUBLE.TXT UPGRADE.TXT >*************** >*** 188,195 **** > .endif > .if !defined(NODOC) > cd ${CHROOTDIR}/usr && rm -rf doc && cvs -R -d ${CVSROOT} co -P ${RELEASEDOCMODULE} >! if [ -d ${DISTFILES}/ ]; then \ >! cp -rp ${DISTFILES} ${CHROOTDIR}/usr/ports/distfiles; \ > fi > .endif > .endif >--- 188,195 ---- > .endif > .if !defined(NODOC) > cd ${CHROOTDIR}/usr && rm -rf doc && cvs -R -d ${CVSROOT} co -P ${RELEASEDOCMODULE} >! if [ -d ${DISTFILEDIR}/ ]; then \ >! cp -rp ${DISTFILEDIR} ${CHROOTDIR}/usr/ports/distfiles; \ > fi > .endif > .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 14104
: 6110