FreeBSD Bugzilla – Attachment 27729 Details for
Bug 46932
Update port: audio/ksmp3play
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.13 KB, created by
tkato
on 2003-01-10 15:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2003-01-10 15:10:01 UTC
Size:
2.13 KB
patch
obsolete
>diff -urN /usr/ports/audio/ksmp3play/Makefile audio/ksmp3play/Makefile >--- /usr/ports/audio/ksmp3play/Makefile Mon Jan 6 15:53:27 2003 >+++ audio/ksmp3play/Makefile Fri Jan 10 23:53:32 2003 >@@ -13,24 +13,26 @@ > > MAINTAINER= ports@FreeBSD.org > >-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ >- smpeg:${PORTSDIR}/graphics/smpeg \ >- gnugetopt:${PORTSDIR}/devel/libgnugetopt >+LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg > >-USE_REINPLACE= yes > SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config >+ >+USE_REINPLACE= yes > GNU_CONFIGURE= yes > CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} \ >- LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" >+ CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" >+ > MAN1= ksmp3play.1 > > post-patch: > @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure > >-.if !defined(NOPORTDOCS) > post-install: >+.if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >- ${CP} -R ${WRKSRC}/doc/ksmp3play* ${DOCSDIR} >+ ${TAR} -C ${WRKSRC}/doc --exclude "CVS" -cf - . | \ >+ ${TAR} -C ${DOCSDIR} --unlink -xf - >+ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > .endif > > .include <bsd.port.mk> >diff -urN /usr/ports/audio/ksmp3play/files/patch-ksmp3play.c audio/ksmp3play/files/patch-ksmp3play.c >--- /usr/ports/audio/ksmp3play/files/patch-ksmp3play.c Thu Jan 1 09:00:00 1970 >+++ audio/ksmp3play/files/patch-ksmp3play.c Sun Dec 29 12:45:50 2002 >@@ -0,0 +1,10 @@ >+--- ksmp3play.c.orig Mon Aug 20 04:43:37 2001 >++++ ksmp3play.c Sun Dec 29 11:01:56 2002 >+@@ -22,6 +22,7 @@ >+ #include "ksmp3play.h" >+ #include <smpeg/smpeg.h> >+ #include <curses.h> >++#include <sys/time.h> >+ #include <sys/resource.h> >+ #include <string.h> >+ #include <ctype.h> >diff -urN /usr/ports/audio/ksmp3play/files/patch-windows.c audio/ksmp3play/files/patch-windows.c >--- /usr/ports/audio/ksmp3play/files/patch-windows.c Thu Jan 1 09:00:00 1970 >+++ audio/ksmp3play/files/patch-windows.c Sun Dec 29 12:45:35 2002 >@@ -0,0 +1,11 @@ >+--- windows.c.orig Mon Aug 20 02:43:24 2001 >++++ windows.c Sun Dec 29 12:45:25 2002 >+@@ -22,7 +22,7 @@ >+ #include "ksmp3play.h" >+ >+ #include <sys/types.h> >+-#include <sys/dir.h> >++#include <dirent.h> >+ #include <sys/param.h> >+ #include <stdio.h> >+ #include <unistd.h>
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 46932
: 27729