Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  4 Aug 2000 16:39:02 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/20414: Update port: audio/dagrab
Message-ID:  <20000804233902.C8A6E37B7F2@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         20414
>Category:       ports
>Synopsis:       Update port: audio/dagrab
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 04 16:40:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Support X11BASE properly

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/audio/dagrab/Makefile audio/dagrab/Makefile
--- /usr/ports/audio/dagrab/Makefile	Mon Apr 24 18:54:18 2000
+++ audio/dagrab/Makefile	Sat Aug  5 05:22:56 2000
@@ -16,7 +16,7 @@
 MAN1=		dagrab.1
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/dagrab ${PREFIX}/bin/dagrab
-	@${INSTALL_MAN} ${WRKSRC}/dagrab.1 ${MANPREFIX}/man/man1/dagrab.1
+	${INSTALL_PROGRAM} ${WRKSRC}/dagrab ${PREFIX}/bin/dagrab
+	${INSTALL_MAN} ${WRKSRC}/dagrab.1 ${MANPREFIX}/man/man1/dagrab.1
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/dagrab/patches/patch-aa audio/dagrab/patches/patch-aa
--- /usr/ports/audio/dagrab/patches/patch-aa	Mon Apr 24 18:54:18 2000
+++ audio/dagrab/patches/patch-aa	Sat Aug  5 05:24:50 2000
@@ -8,7 +8,7 @@
 -PREFIX=/usr/local
 -CFLAGS=-Wall -g ${UCD}
 +PREFIX?=/usr/local
-+CFLAGS+=-Wall -g ${UCD}
++CFLAGS+=${UCD} -DCDDB_PATH=\"${X11BASE}lib/X11/xmcd/cddb\"
  all:dagrab
  
  dagrab:dagrab.o
diff -urN /usr/ports/audio/dagrab/patches/patch-ab audio/dagrab/patches/patch-ab
--- /usr/ports/audio/dagrab/patches/patch-ab	Sun Apr 23 06:31:59 2000
+++ audio/dagrab/patches/patch-ab	Sat Aug  5 05:24:06 2000
@@ -36,7 +36,7 @@
  #define CDDB_MAX  65535
  #define CDDB_PORT 888
 -#define CDDB_PATH "/usr/lib/X11/xmcd/cddb"
-+#define CDDB_PATH "/usr/X11R6/lib/X11/xmcd/cddb"
+-//#define CDDB_PATH "/usr/lib/X11/xmcd/cddb"
  #define CDDB_HOST "freedb.freedb.org"
  //#define USE_CDDB (opt_save||opt_name)
  #define USE_CDDB opt_cddb


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000804233902.C8A6E37B7F2>