Date: Wed, 4 Jun 2003 17:07:59 -0700 From: bll@gentoo.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52955: Update port: sysutils/di: di-3.9 - disk information utility Message-ID: <20030605000759.GA9206@seer.gentoo.com> Resent-Message-ID: <200306050010.h550ADXd059092@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <file", e.g.. If this archive is complete, you # will see the following message at the end: # "End of shell archive." # Contents: Makefile pkg-comment pkg-descr pkg-plist # Wrapped by bll@seer.gentoo.com on Wed Jun 4 16:59:57 2003 PATH=/bin:/usr/bin:/usr/ucb ; export PATH if test -f 'Makefile' -a "${1}" != "-c" ; then echo shar: Will not clobber existing file \"'Makefile'\" else echo shar: Extracting \"'Makefile'\" \(804 characters\) sed "s/^X//" >'Makefile' <<'END_OF_FILE' X# New ports collection makefile for: di X# Date created: 31 August 2002 X# Whom: Brad Lanam <bll@gentoo.com> 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 <bsd.port.pre.mk> 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 <bsd.port.post.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030605000759.GA9206>