From owner-freebsd-ports Sun Mar 11 8:10: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2CBD37B719 for ; Sun, 11 Mar 2001 08:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2BGA2b27246; Sun, 11 Mar 2001 08:10:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6BB237B718 for ; Sun, 11 Mar 2001 08:05:56 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2BG5uw26869; Sun, 11 Mar 2001 08:05:56 -0800 (PST) (envelope-from nobody) Message-Id: <200103111605.f2BG5uw26869@freefall.freebsd.org> Date: Sun, 11 Mar 2001 08:05:56 -0800 (PST) From: Kai_Allard_Liao@gmx.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25705: port changes sysutils/xcdroast Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25705 >Category: ports >Synopsis: port changes sysutils/xcdroast >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 11 08:10:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -ruN xcdroast.bak/Makefile xcdroast/Makefile --- xcdroast.bak/Makefile Tue Jan 16 18:15:40 2001 +++ xcdroast/Makefile Sun Mar 11 02:43:12 2001 @@ -19,5 +19,12 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GTK= yes +USE_IMLIB= yes + +post-install: + ${LN} -sf ${PREFIX}/bin/cdrecord ${X11BASE}/lib/xcdroast-0.98/bin/cdrecord + ${LN} -sf ${PREFIX}/bin/mkisofs ${X11BASE}/lib/xcdroast-0.98/bin/mkisofs + ${LN} -sf ${PREFIX}/bin/cdda2wav ${X11BASE}/lib/xcdroast-0.98/bin/cdda2wav + ${LN} -sf ${PREFIX}/bin/readcd ${X11BASE}/lib/xcdroast-0.98/bin/readcd .include diff -ruN xcdroast.bak/pkg-plist xcdroast/pkg-plist --- xcdroast.bak/pkg-plist Tue Jan 16 18:15:40 2001 +++ xcdroast/pkg-plist Sun Mar 11 02:43:12 2001 @@ -15,6 +15,10 @@ lib/xcdroast-0.98/bin/rmtool lib/xcdroast-0.98/bin/vrfytool lib/xcdroast-0.98/bin/wavplay +lib/xcdroast-0.98/bin/mkisofs +lib/xcdroast-0.98/bin/cdrecord +lib/xcdroast-0.98/bin/cdda2wav +lib/xcdroast-0.98/bin/readcd @dirrm lib/xcdroast-0.98/bin @dirrm lib/xcdroast-0.98/icons @dirrm lib/xcdroast-0.98/lang >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message