ports/117361: [PATCH] sysutils/cdrdao: Fix build on 8-CURRENT

Robert C. Noland III rnoland at 2hip.net
Sat Oct 20 15:08:54 UTC 2007


Updated patch breaks 2.x support, but supports from now until forever.
(for some definition of forever)

robert.

-------------- next part --------------
? work
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/sysutils/cdrdao/files/patch-configure,v
retrieving revision 1.7
diff -u -r1.7 patch-configure
--- files/patch-configure	29 Nov 2005 21:21:23 -0000	1.7
+++ files/patch-configure	20 Oct 2007 14:48:35 -0000
@@ -1,5 +1,5 @@
---- configure.orig	Mon Oct  7 03:53:55 2002
-+++ configure	Sat Oct 12 18:06:18 2002
+--- configure.orig	2006-09-20 06:51:25.000000000 -0400
++++ configure	2007-10-20 10:46:39.000000000 -0400
 @@ -310,7 +310,7 @@
  # include <unistd.h>
  #endif"
@@ -586,7 +586,19 @@
  fi
  
  
-@@ -10612,146 +10526,200 @@
+@@ -10333,10 +10247,7 @@
+   scsilib_objs="ScsiIf-lib.o"
+ 
+   case "$host" in
+-    *-freebsd2*)
+-			       scsilib_libs="$scsilib_libs"
+-			       ;;
+-    *-freebsd[34567]*)
++    *-freebsd*)
+ 			       scsilib_libs="$scsilib_libs -lcam"
+ 			       ;;
+   esac
+@@ -10612,146 +10523,200 @@
  
  if test "$with_ogg_support" = yes; then
  
@@ -897,7 +909,7 @@
  	if test "$with_mp3_support" = no; then
  		echo "$as_me:$LINENO: checking for mad_stream_init in -lmad" >&5
  echo $ECHO_N "checking for mad_stream_init in -lmad... $ECHO_C" >&6
-@@ -10971,82 +10939,109 @@
+@@ -10971,82 +10936,109 @@
  	fi
  fi
  
@@ -1064,7 +1076,7 @@
  fi
  
  if test "$with_ogg_support" = yes; then
-@@ -11922,7 +11917,6 @@
+@@ -11922,7 +11914,6 @@
  s, at LAME_CFLAGS@,$LAME_CFLAGS,;t t
  s, at LAME_LIBS@,$LAME_LIBS,;t t
  s, at PKG_CONFIG@,$PKG_CONFIG,;t t


More information about the freebsd-ports-bugs mailing list