Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2001 01:41:24 +0100 (CET)
From:      Cyrille Lefevre <root@gits.dyndns.org>
To:        kevlo@FreeBSD.org
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/24111: Updated port: misc/sh-utils - 2.0
Message-ID:  <200101070041.f070fPf73866@gits.dyndns.org>
In-Reply-To: <200101061735.f06HZEo18228@freefall.freebsd.org> "from kevlo@FreeBSD.org at Jan 6, 2001 09:35:14 am"

next in thread | previous in thread | raw e-mail | index | archive | help

--ELM978828084-65110-0_
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII

kevlo@FreeBSD.org wrote:
> Synopsis: Updated port: misc/sh-utils - 2.0
> 
> State-Changed-From-To: open->closed
> State-Changed-By: kevlo
> State-Changed-When: Sat Jan 6 09:34:52 PST 2001
> State-Changed-Why: 
> Committed, thanks.
> BTW, I fixed pkg-plist.

oops! I didn't see that. sorry
in fact, USE_GMAKE seems to be needed.
grrr, I hate automake...

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

could you undone those changes using the attached patch, thanks.

Cyrille.
--
home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr

--ELM978828084-65110-0_
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=ISO-8859-1; name=sh-utils.patch
Content-Disposition: attachment; filename=sh-utils.patch
Content-Description: sh-utils.patch

diff -bBurN -x CVS -x work -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ sh-utils.old/Makefile sh-utils/Makefile
--- sh-utils.old/Makefile	Sun Jan  7 01:37:04 2001
+++ sh-utils/Makefile	Sun Jan  7 01:09:58 2001
@@ -19,6 +19,8 @@
 
 CONFIGURE_ARGS=	--program-prefix=g
 
+USE_GMAKE=	yes
+
 INSTALL_INFO?=	install-info
 
 MAN1=	gbasename.1 gchroot.1 gdate.1 gdirname.1 gecho.1 genv.1 \
diff -bBurN -x CVS -x work -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ sh-utils.old/pkg-plist sh-utils/pkg-plist
--- sh-utils.old/pkg-plist	Sun Jan  7 01:37:09 2001
+++ sh-utils/pkg-plist	Thu Oct 19 06:29:41 2000
@@ -29,6 +29,8 @@
 bin/ghostid
 bin/gnice
 bin/gstty
+bin/ggroups
+bin/gnohup
 bin/gsu
 @unexec install-info --delete %D/info/sh-utils.info %D/info/dir
 info/sh-utils.info

--ELM978828084-65110-0_--


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?200101070041.f070fPf73866>