Date: Fri, 21 Jan 2000 12:16:35 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/16282: Update port: sysutils/bchunk Message-ID: <20000121201635.184CF14D20@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 16282 >Category: ports >Synopsis: Update port: sysutils/bchunk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 21 12:20:04 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Suppprt CC/CFLAGS properly Remove file: patches/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/bchunk/Makefile sysutils/bchunk/Makefile --- /usr/ports/sysutils/bchunk/Makefile Tue Aug 31 19:17:50 1999 +++ sysutils/bchunk/Makefile Fri Jan 21 12:00:00 2000 @@ -1,7 +1,7 @@ -# New ports collection makefile for: bchunk -# Version required: 1.0.0 -# Date created: 9 Jan 1999 -# Whom: bsdx +# New ports collection makefile for: bchunk +# Version required: 1.0.0 +# Date created: 9 Jan 1999 +# Whom: bsdx # # $FreeBSD: ports/sysutils/bchunk/Makefile,v 1.4 1999/08/31 06:50:39 mharo Exp $ # @@ -10,11 +10,12 @@ CATEGORIES= sysutils MASTER_SITES= http://hes.iki.fi/bchunk/ \ ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= utils/disk-management +MASTER_SITE_SUBDIR= utils/disk-management MAINTAINER= ports@FreeBSD.org -ALL_TARGET= +do-build: + cd ${WRKSRC}; ${CC} ${CFLAGS} bchunk.c -o bchunk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${PREFIX}/bin diff -urN /usr/ports/sysutils/bchunk/patches/patch-aa sysutils/bchunk/patches/patch-aa --- /usr/ports/sysutils/bchunk/patches/patch-aa Thu Jan 14 08:08:52 1999 +++ sysutils/bchunk/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile Sun Jan 10 00:13:16 1999 -+++ Makefile Sun Jan 10 00:19:40 1999 -@@ -3,7 +3,7 @@ - # For systems with GCC (Linux, and others with GCC installed): - CC = gcc - LD = gcc --CFLAGS = -Wall -Wstrict-prototypes -O2 -+CFLAGS ?= -Wall -Wstrict-prototypes -O - - # For systems with a legacy CC: - #CC = cc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000121201635.184CF14D20>