FreeBSD Bugzilla – Attachment 12422 Details for
Bug 24007
Fix of port: audio/fcplay
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.36 KB, created by
anders
on 2001-01-01 22:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
anders
Created:
2001-01-01 22:20:01 UTC
Size:
3.36 KB
patch
obsolete
>diff -Nur fcplay.old/Makefile fcplay/Makefile >--- fcplay.old/Makefile Mon Sep 18 00:00:23 2000 >+++ fcplay/Makefile Mon Jan 1 00:17:26 2001 >@@ -16,14 +16,18 @@ > > BUILD_DEPENDS= ${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay > >-CXXFLAGS+= -I${PREFIX}/include -DHAVE_FREEBSD -DHAVE_MACHINE_SOUNDCARD_H >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >+ >+USE_GMAKE= yes > GNU_CONFIGURE= yes >-WRKSRC= ${WRKDIR}/fcplay-${PORTVERSION} >+CXXFLAGS+= -I${LOCALBASE}/include > >-post-install: >- ${INSTALL} -d -m 555 ${PREFIX}/share/doc/fcplay >- @${INSTALL_DATA} ${WRKSRC}/ABOUT ${PREFIX}/share/doc/fcplay/ >- @${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/fcplay/ >- @${INSTALL_DATA} ${WRKSRC}/POINTER ${PREFIX}/share/doc/fcplay/ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/fcplay ${PREFIX}/bin >+.if !defined(NOPORTDOCS) >+ @${MKDIR} ${PREFIX}/share/doc/fcplay >+ ${INSTALL_DATA} ${WRKSRC}/ABOUT ${PREFIX}/share/doc/fcplay >+ ${INSTALL_DATA} ${WRKSRC}/POINTER ${PREFIX}/share/doc/fcplay >+.endif > > .include <bsd.port.mk> >diff -Nur fcplay.old/files/patch-ab fcplay/files/patch-ab >--- fcplay.old/files/patch-ab Thu Jan 1 01:00:00 1970 >+++ fcplay/files/patch-ab Mon Jan 1 00:17:28 2001 >@@ -0,0 +1,10 @@ >+--- AudioDriver.h.orig Tue Mar 4 06:47:00 1997 >++++ AudioDriver.h Tue Dec 12 02:46:01 2000 >+@@ -7,6 +7,7 @@ >+ #include <string.h> >+ #include <sys/ioctl.h> >+ #include <unistd.h> >++#include "Config.h" >+ >+ // These next includes were not required if libsidplay would not >+ // provide related HAVE_* definitions. >diff -Nur fcplay.old/files/patch-ac fcplay/files/patch-ac >--- fcplay.old/files/patch-ac Thu Jan 1 01:00:00 1970 >+++ fcplay/files/patch-ac Mon Jan 1 00:17:30 2001 >@@ -0,0 +1,49 @@ >+--- configure.orig Thu May 28 04:08:00 1998 >++++ configure Tue Dec 12 02:51:01 2000 >+@@ -1631,41 +1631,6 @@ >+ fi; >+ >+ >+-# Extract the first word of "makedepend", so it can be a program name with args. >+-set dummy makedepend; ac_word=$2 >+-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 >+-echo "configure:1638: checking for $ac_word" >&5 >+-if eval "test \"`echo '$''{'ac_cv_prog_MAKEDEP'+set}'`\" = set"; then >+- echo $ac_n "(cached) $ac_c" 1>&6 >+-else >+- if test -n "$MAKEDEP"; then >+- ac_cv_prog_MAKEDEP="$MAKEDEP" # Let the user override the test. >+-else >+- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" >+- ac_dummy="$PATH" >+- for ac_dir in $ac_dummy; do >+- test -z "$ac_dir" && ac_dir=. >+- if test -f $ac_dir/$ac_word; then >+- ac_cv_prog_MAKEDEP="makedepend" >+- break >+- fi >+- done >+- IFS="$ac_save_ifs" >+- test -z "$ac_cv_prog_MAKEDEP" && ac_cv_prog_MAKEDEP="nomakedep" >+-fi >+-fi >+-MAKEDEP="$ac_cv_prog_MAKEDEP" >+-if test -n "$MAKEDEP"; then >+- echo "$ac_t""$MAKEDEP" 1>&6 >+-else >+- echo "$ac_t""no" 1>&6 >+-fi >+- >+-if test "$MAKEDEP" = "nomakedep"; then >+- { echo "configure: error: No ``makedepend'' found." 1>&2; exit 1; } >+-fi; >+- >+- >+ # Extract the first word of "ranlib", so it can be a program name with args. >+ set dummy ranlib; ac_word=$2 >+ echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 >+@@ -2297,4 +2262,3 @@ >+ test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 >+ >+ >+-$MAKE depend >diff -Nur fcplay.old/pkg-plist fcplay/pkg-plist >--- fcplay.old/pkg-plist Mon Sep 18 00:00:27 2000 >+++ fcplay/pkg-plist Mon Jan 1 00:17:31 2001 >@@ -1,5 +1,4 @@ > bin/fcplay > share/doc/fcplay/ABOUT >-share/doc/fcplay/COPYING > share/doc/fcplay/POINTER > @dirrm share/doc/fcplay
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 24007
: 12422