FreeBSD Bugzilla – Attachment 15925 Details for
Bug 29401
Clean up audio/napster
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.19 KB, created by
Pete Fritchman
on 2001-08-02 22:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pete Fritchman
Created:
2001-08-02 22:20:01 UTC
Size:
2.19 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/audio/napster/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- Makefile 2001/07/22 04:10:37 1.14 >+++ Makefile 2001/08/02 21:07:25 >@@ -17,9 +17,10 @@ > > post-install: > .if !defined(NOPORTDOCS) >- @${MKDIR} ${PREFIX}/share/doc/nap >- ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/nap >- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nap >+ @${MKDIR} ${DOCSDIR} >+.for file in NEWS README doc/napster.txt doc/userguide.html >+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} >+.endfor > .endif > > .include <bsd.port.mk> >Index: pkg-descr >=================================================================== >RCS file: /home/ncvs/ports/audio/napster/pkg-descr,v >retrieving revision 1.4 >diff -u -r1.4 pkg-descr >--- pkg-descr 2001/07/22 04:10:37 1.4 >+++ pkg-descr 2001/08/02 20:47:47 >@@ -4,7 +4,7 @@ > > For more information on OpenNAP, visit http://www.opennap.com/. > >-WWW: http://nap.sourceforge.net/ >+WWW: http://theory.stanford.edu/~selinger/nap/ > > - Pete > petef@databits.net >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/audio/napster/pkg-plist,v >retrieving revision 1.4 >diff -u -r1.4 pkg-plist >--- pkg-plist 2001/07/22 04:10:37 1.4 >+++ pkg-plist 2001/08/02 21:12:27 >@@ -1,4 +1,6 @@ > bin/nap > %%PORTDOCS%%share/doc/nap/NEWS > %%PORTDOCS%%share/doc/nap/README >+%%PORTDOCS%%share/doc/nap/napster.txt >+%%PORTDOCS%%share/doc/nap/userguide.html > %%PORTDOCS%%@dirrm share/doc/nap >Index: files/patch-event.c >=================================================================== >RCS file: /home/ncvs/ports/audio/napster/files/patch-event.c,v >retrieving revision 1.1 >diff -u -r1.1 patch-event.c >--- files/patch-event.c 2001/07/22 04:10:37 1.1 >+++ files/patch-event.c 2001/08/02 21:14:17 >@@ -1,5 +1,3 @@ >-Oops, forgot to include patch-event.c: >- > --- event.c.orig Tue Jul 3 00:46:38 2001 > +++ event.c Tue Jul 3 00:47:24 2001 > @@ -11,6 +11,7 @@ >@@ -10,8 +8,3 @@ > #include <sys/socket.h> > #include <stdlib.h> > #include <ctype.h> >- >--- >-Pete Fritchman <petef@databits.net> >-Databits Network Services, Inc. <http://databits.net> >-finger petef@databits.net for PGP key
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 29401
: 15925