From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 4 17:10:15 2003 Return-Path: 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 2D21B37B401 for ; Wed, 4 Jun 2003 17:10:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1621D43FA3 for ; Wed, 4 Jun 2003 17:10:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h550ADUp059093 for ; Wed, 4 Jun 2003 17:10:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h550ADXd059092; Wed, 4 Jun 2003 17:10:13 -0700 (PDT) Resent-Date: Wed, 4 Jun 2003 17:10:13 -0700 (PDT) Resent-Message-Id: <200306050010.h550ADXd059092@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, bll@gentoo.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B4437B401 for ; Wed, 4 Jun 2003 17:08:01 -0700 (PDT) Received: from seer.gentoo.com (adsl-64-169-54-66.dsl.snfc21.pacbell.net [64.169.54.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C22C43F85 for ; Wed, 4 Jun 2003 17:08:00 -0700 (PDT) (envelope-from bll@gentoo.com) Received: from seer.gentoo.com (localhost [127.0.0.1]) by seer.gentoo.com (8.12.9/8.12.9) with ESMTP id h55080xv009222 for ; Wed, 4 Jun 2003 17:08:00 -0700 (PDT) Received: (from bll@localhost) by seer.gentoo.com (8.12.9/8.12.5/Submit) id h5507x7C009221 for FreeBSD-gnats-submit@freebsd.org; Wed, 4 Jun 2003 17:07:59 -0700 (PDT) Message-Id: <20030605000759.GA9206@seer.gentoo.com> Date: Wed, 4 Jun 2003 17:07:59 -0700 From: bll@gentoo.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52955: Update port: sysutils/di: di-3.9 - disk information utility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bll@gentoo.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2003 00:10:15 -0000 >Number: 52955 >Category: ports >Synopsis: Update port: sysutils/di: di-3.9 - disk information utility >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 04 17:10:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Brad Lanam >Release: FreeBSD 4.6-RELEASE i386 >Organization: Brad Lanam Walnut Creek, CA >Environment: >Description: Update port: sysutils/di: di-3.9 - disk information utility >How-To-Repeat: >Fix: > > Updated to version 3.9. > > Removed COMMENT macro from Makefile. > This should not be there. > The Porter's handbook should be updated. > > Updated Makefile w/changes from freebsd.org > I have not tested on FreeBSD 5.1, so the BROKEN macro is left in place. > > Rewrote Makefile to use iffe for build process. > Superior to dist. > > -- Brad > bll@gentoo.com #! /bin/sh # This is a shell archive. Remove anything before this line, then unpack # it by saving it into a file and typing "sh file". To overwrite existing # files, type "sh file -c". You can also feed this as standard input via # unshar, or by typing "sh 'Makefile' <<'END_OF_FILE' X# New ports collection makefile for: di X# Date created: 31 August 2002 X# Whom: Brad Lanam X# X# $FreeBSD$ X# X XPORTNAME= di XPORTVERSION= 3.9 XCATEGORIES= sysutils XMASTER_SITES= http://www.gentoo.com/di/ X XMAINTAINER= bll@gentoo.com X XHAS_CONFIGURE= no XMAN1= di.1 X X.include X X.if ${OSVERSION} >= 500113 XBROKEN= "Does not compile" X.endif X Xdo-configure: X (cd ${WRKSRC}; \ X CC="$(CC)" CFLAGS="$(CFLAGS)" \ X LDFLAGS="$(LDFLAGS)" prefix="$(PREFIX)" ./Build config.h) X Xdo-build: X (cd ${WRKSRC}; \ X CC="$(CC)" CFLAGS="$(CFLAGS)" \ X LDFLAGS="$(LDFLAGS)" prefix="$(PREFIX)" ./Build) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/di ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/mi ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/di.1 ${PREFIX}/man/man1 X X.include END_OF_FILE if test 804 -ne `wc -c <'Makefile'`; then echo shar: \"'Makefile'\" unpacked with wrong size! fi # end of 'Makefile' fi if test -f 'pkg-comment' -a "${1}" != "-c" ; then echo shar: Will not clobber existing file \"'pkg-comment'\" else echo shar: Extracting \"'pkg-comment'\" \(25 characters\) sed "s/^X//" >'pkg-comment' <<'END_OF_FILE' XDisk information utility END_OF_FILE if test 25 -ne `wc -c <'pkg-comment'`; then echo shar: \"'pkg-comment'\" unpacked with wrong size! fi # end of 'pkg-comment' fi if test -f 'pkg-descr' -a "${1}" != "-c" ; then echo shar: Will not clobber existing file \"'pkg-descr'\" else echo shar: Extracting \"'pkg-descr'\" \(327 characters\) sed "s/^X//" >'pkg-descr' <<'END_OF_FILE' X'di' is a disk information utility, displaying everything X(and more) that your 'df' command does. It features the Xability to display your disk usage in whatever format you Xdesire/prefer/are used to. It is designed to be portable Xacross many platforms. X XWWW: http://www.gentoo.com/di/ Xdi-bugs@gentoo.com X X-- Brad Xbll@gentoo.com END_OF_FILE if test 327 -ne `wc -c <'pkg-descr'`; then echo shar: \"'pkg-descr'\" unpacked with wrong size! fi # end of 'pkg-descr' fi if test -f 'pkg-plist' -a "${1}" != "-c" ; then echo shar: Will not clobber existing file \"'pkg-plist'\" else echo shar: Extracting \"'pkg-plist'\" \(14 characters\) sed "s/^X//" >'pkg-plist' <<'END_OF_FILE' Xbin/di Xbin/mi END_OF_FILE if test 14 -ne `wc -c <'pkg-plist'`; then echo shar: \"'pkg-plist'\" unpacked with wrong size! fi # end of 'pkg-plist' fi echo shar: End of shell archive. exit 0 >Release-Note: >Audit-Trail: >Unformatted: >System: FreeBSD freebsd.gentoo.com 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386