From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 10 09:50:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4F6B16A420 for ; Thu, 10 Nov 2005 09:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1173443D49 for ; Thu, 10 Nov 2005 09:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAA9oEFC040307 for ; Thu, 10 Nov 2005 09:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAA9oEn7040306; Thu, 10 Nov 2005 09:50:14 GMT (envelope-from gnats) Resent-Date: Thu, 10 Nov 2005 09:50:14 GMT Resent-Message-Id: <200511100950.jAA9oEn7040306@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, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37B0D16A41F for ; Thu, 10 Nov 2005 09:45:44 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0FBC43D45 for ; Thu, 10 Nov 2005 09:45:43 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jAA9jhgi040167 for ; Thu, 10 Nov 2005 09:45:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id jAA9jhRT040163; Thu, 10 Nov 2005 09:45:43 GMT (envelope-from nobody) Message-Id: <200511100945.jAA9jhRT040163@www.freebsd.org> Date: Thu, 10 Nov 2005 09:45:43 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/88782: Update port: sysutils/megarc 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: Thu, 10 Nov 2005 09:50:16 -0000 >Number: 88782 >Category: ports >Synopsis: Update port: sysutils/megarc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 10 09:50:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.4-RELEASE-p7 >Organization: >Environment: FreeBSD asus.beine-computer.de 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #2: Sun Oct 2 13:06:59 CEST 2005 root@asus.beine-computer.de:/usr/src/sys/i386/compile/ASUS i386 >Description: Modifications to the port by Mikhail Teterin: The changes offer a direct download URL, allowing users to install the port without a browser, and they make sure the extracted Release History.txt has Unix-style end-of-line. Also, in addition to the i386, the program works (or should work) on amd64 and ia64, which can both run the 32-bit i386 executables. >How-To-Repeat: >Fix: diff -Nur /usr/ports/sysutils/megarc/Makefile megarc/Makefile --- /usr/ports/sysutils/megarc/Makefile Wed Jun 29 01:05:44 2005 +++ megarc/Makefile Thu Nov 10 10:43:22 2005 @@ -8,7 +8,7 @@ PORTNAME= megarc PORTVERSION= 1.51 CATEGORIES= sysutils -MASTER_SITES= +MASTER_SITES= http://www.lsilogic.com/files/support/rsa/beta/drivers/ DISTNAME= dr_freebsd_${PORTVERSION} MAINTAINER= tux@pinguru.net @@ -18,21 +18,14 @@ NO_BUILD= yes NO_WRKSUBDIR= yes -ONLY_FOR_ARCHS= i386 -RESTRICTED= "Restrictive license" -DOWNLOAD_URL= http://www.lsilogic.com/products/megaraid/ +ONLY_FOR_ARCHS= i386 amd64 ia64 +RESTRICTED= Must be downloaded directly from the manufacturer PLIST_FILES= sbin/megarc PORTDOCS= * -.include - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= can not be automatically fetched due to licensing restrictions. You must manually fetch the distribution files from ${DOWNLOAD_URL} (Support -> Downloads -> freebsd151), place it in ${DISTDIR} and run make again -.endif - post-extract: - @cd ${WRKSRC} && ${UNZIP_CMD} -qo 'MegaRC 1.04.zip' + @cd ${WRKSRC} && ${UNZIP_CMD} -aqo 'MegaRC 1.04.zip' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/megarc ${PREFIX}/sbin @@ -41,4 +34,4 @@ ${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${DOCSDIR} .endif -.include +.include >Release-Note: >Audit-Trail: >Unformatted: