From nobody@FreeBSD.org  Sun Feb 24 13:05:15 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1146E16A400
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <pixel@hugbox.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] emulators/lib765: Add libdsk support (as well as disk image support to emulators/fuse)  
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 24 13:10:02 UTC 2008
>Closed-Date:    Mon Feb 25 03:01:37 UTC 2008
>Last-Modified:  Mon Feb 25 03:10:00 UTC 2008
>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 <bsd.port.mk>
+OPTIONS=        LIBDSK "With LIBDSK support (recommended)" on
+
+.include <bsd.port.pre.mk>
+
+.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 <bsd.port.post.mk>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sun Feb 24 14:09:08 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121053 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Mon Feb 25 03:01:36 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121053 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121053: commit references a PR
Date: Mon, 25 Feb 2008 03:01:36 +0000 (UTC)

 rafan       2008-02-25 03:01:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     emulators/lib765     Makefile 
   Log:
   - Add libdsk support (can be turned off)
   
   PR:             ports/121053
   Submitted by:   Sven Klose <pixel at hugbox.org>
   
   Revision  Changes    Path
   1.11      +13 -1     ports/emulators/lib765/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
