FreeBSD Bugzilla – Attachment 10083 Details for
Bug 20355
Fix port: devel/sfio
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 967 bytes, created by
Dima Sivachenko
on 2000-08-02 07:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dima Sivachenko
Created:
2000-08-02 07:50:00 UTC
Size:
967 bytes
patch
obsolete
>diff -Nur sfio.old/Makefile sfio/Makefile >--- sfio.old/Makefile Sun May 14 23:59:42 2000 >+++ sfio/Makefile Wed Aug 2 10:39:32 2000 >@@ -46,7 +46,10 @@ > @cd ${WRKDIR}/src/lib/sfio && ${MAKE} all -f makefile > > do-install: >- ${INSTALL_DATA} ${WRKDIR}/include/* ${PREFIX}/include >+ ${INSTALL_DATA} ${WRKDIR}/include/a* ${PREFIX}/include >+ ${INSTALL_DATA} ${WRKDIR}/include/sf* ${PREFIX}/include >+ ${MKDIR} ${PREFIX}/include/sfio >+ ${INSTALL_DATA} ${WRKDIR}/include/stdio.h ${PREFIX}/include/sfio > ${INSTALL_DATA} ${WRKDIR}/lib/libsfio.a ${PREFIX}/lib > ${INSTALL_DATA} ${WRKDIR}/lib/libstdio.a ${PREFIX}/lib > ${INSTALL_MAN} ${WRKDIR}/man/man1/iffe.1 ${PREFIX}/man/man1 >diff -Nur sfio.old/pkg/PLIST sfio/pkg/PLIST >--- sfio.old/pkg/PLIST Sat Nov 7 21:04:14 1998 >+++ sfio/pkg/PLIST Wed Aug 2 10:39:52 2000 >@@ -1,6 +1,7 @@ > include/ast_common.h > include/sfio.h > include/sfio_t.h >-include/stdio.h >+include/sfio/stdio.h > lib/libsfio.a > lib/libstdio.a >+@dirrm include/sfio
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 20355
: 10083