From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 13:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6888916A403 for ; Sun, 24 Feb 2008 13:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 28C7913C468 for ; Sun, 24 Feb 2008 13:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1ODA3N3025602 for ; Sun, 24 Feb 2008 13:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1ODA3HN025601; Sun, 24 Feb 2008 13:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2008 13:10:03 GMT Resent-Message-Id: <200802241310.m1ODA3HN025601@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sven Klose Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1146E16A400 for ; Sun, 24 Feb 2008 13:05:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id EF9BC13C442 for ; Sun, 24 Feb 2008 13:05:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1OD2YFw040160 for ; Sun, 24 Feb 2008 13:02:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1OD2Yp4040159; Sun, 24 Feb 2008 13:02:34 GMT (envelope-from nobody) Message-Id: <200802241302.m1OD2Yp4040159@www.freebsd.org> Date: Sun, 24 Feb 2008 13:02:34 GMT From: Sven Klose To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/121053: [patch] emulators/lib765: Add libdsk support (as well as disk image support to emulators/fuse) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 13:10:03 -0000 >Number: 121053 >Category: ports >Synopsis: [patch] emulators/lib765: Add libdsk support (as well as disk image support to emulators/fuse) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 13:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sven Klose >Release: 6.3-RELEASE >Organization: >Environment: >Description: This is required to compile emulators/fuse when libdsk should also be installed. Also enables emulators/fuse to handle disk images. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.old 2007-12-14 18:04:56.000000000 +0100 +++ Makefile 2008-02-24 13:17:34.000000000 +0100 @@ -22,4 +22,15 @@ cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${DOCSDIR} .endif -.include +OPTIONS= LIBDSK "With LIBDSK support (recommended)" on + +.include + +.if defined(WITH_LIBDSK) +CONFIGURE_ARGS+=--with-libdsk --with-libdsk-path=${LOCALBASE} +LIB_DEPENDS+=dsk.5:${PORTSDIR}/emulators/libdsk +.else +CONFIGURE_ARGS+=--without-libdsk +.endif + +.include >Release-Note: >Audit-Trail: >Unformatted: