Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2001 21:00:02 -0700 (PDT)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/30394: Maintainer update: sysutils/fileutils (4.1)
Message-ID:  <200109130400.f8D402V54176@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/30394; it has been noted by GNATS.

From: Cyrille Lefevre <clefevre@citeweb.net>
To: freebsd-gnats-submit@FreeBSD.org, knu@iDaemons.org,
	dwcjr@inethouston.net
Cc:  
Subject: Re: ports/30394: Maintainer update: sysutils/fileutils (4.1)
Date: Thu, 13 Sep 2001 05:54:16 +0200 (CEST)

 --ELM1000353256-64680-0_
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain; charset=US-ASCII
 
 Hi,
 
 in attachment, you'll find the original patch set w/ a reduced diff.
 IMHO, @dirrm should not complain on non empty directories and using
 @unexec rmdir 2> /dev/null || : is something we shouldn't use.
 
 see you.
 
 Cyrille.
 -- 
 Cyrille Lefevre                 mailto:clefevre@citeweb.net
 
 --ELM1000353256-64680-0_
 Content-Transfer-Encoding: 7bit
 Content-Type: text/x-patch
 Content-Disposition: attachment; filename=fileutils-4.1-1.patch
 Content-Description: fileutils-4.1-1.patch
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/sysutils/fileutils/Makefile,v
 retrieving revision 1.5
 diff -u -r1.5 Makefile
 --- Makefile	2001/06/16 13:58:38	1.5
 +++ Makefile	2001/09/06 14:46:38
 @@ -6,31 +6,30 @@
  #
  
  PORTNAME=	fileutils
 -PORTVERSION=	4.0
 +PORTVERSION=	4.1
  CATEGORIES=	sysutils
  MASTER_SITES=   ${MASTER_SITE_GNU}
  MASTER_SITE_SUBDIR=	fileutils
  
 -MAINTAINER=	clefevre@redirect.to
 +MAINTAINER=	clefevre@citeweb.net
  
 -#
  # Global variables
  #
 +
 +LIB_DEPEND=	intl.1:${PORTSDIR}/devel/gettext
  
 -GNU_CONFIGURE=	yes
 -CONFIGURE_ARGS=	--program-prefix=g
 +USE_PERL5=	yes
 +USE_LIBTOOL=	yes
 +USE_GMAKE=	yes
 +# --program-prefix=g is broken
 +CONFIGURE_ARGS=	--program-transform-name=s,^,g,
 +CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
 +		LDFLAGS=-L${LOCALBASE}/lib
 +# PREFIX isn't honored. force it w/ prefix.
 +MAKE_ARGS=	prefix=${PREFIX}
  
  MAN1=		gchgrp.1 gchmod.1 gchown.1 gcp.1 gdd.1 gdf.1 gdir.1 \
  		gdircolors.1 gdu.1 ginstall.1 gln.1 gls.1 gmkdir.1 gmkfifo.1 \
 -		gmknod.1 gmv.1 grm.1 grmdir.1 gsync.1 gtouch.1 gvdir.1
 -
 -#
 -# Local variables
 -#
 -
 -INSTALL_INFO?=	install-info
 -
 -post-install:
 -	@${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
 +		gmknod.1 gmv.1 grm.1 grmdir.1 gshred.1 gsync.1 gtouch.1 gvdir.1
  
  .include <bsd.port.mk>
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/sysutils/fileutils/distinfo,v
 retrieving revision 1.1.1.1
 diff -u -r1.1.1.1 distinfo
 --- distinfo	2000/07/15 18:46:53	1.1.1.1
 +++ distinfo	2001/08/22 04:02:18
 @@ -1 +1 @@
 -MD5 (fileutils-4.0.tar.gz) = 082ab37b7f37c00e768b04e37bc736be
 +MD5 (fileutils-4.1.tar.gz) = 2fa04ceee87e962ddf72f32a2d6b906d
 Index: pkg-descr
 ===================================================================
 RCS file: /home/ncvs/ports/sysutils/fileutils/pkg-descr,v
 retrieving revision 1.2
 diff -u -r1.2 pkg-descr
 --- pkg-descr	2001/02/26 04:26:57	1.2
 +++ pkg-descr	2001/08/22 05:41:58
 @@ -1,7 +1,7 @@
  The Free Software Foundation's "file" utilities, including "chgrp",
  "chmod", "chown", "cp", "dd", "df", "dir", "dircolors", "du",
  "install", "ln", "ls", "mkdir", "mkfifo", "mknod", "mv", "rm",
 -"rmdir", "sync", "touch", "vdir".
 +"rmdir", "shred", "sync", "touch", "vdir".
  
  These utilities exist in the FreeBSD base collection, but the GNU
  versions have added functionality that is sometimes useful.
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/sysutils/fileutils/pkg-plist,v
 retrieving revision 1.1.1.1
 diff -u -r1.1.1.1 pkg-plist
 --- pkg-plist	2000/07/15 18:46:53	1.1.1.1
 +++ pkg-plist	2001/09/13 03:48:40
 @@ -1,3 +1,4 @@
 +@comment $FreeBSD$
  bin/gchgrp
  bin/gchmod
  bin/gchown
 @@ -16,6 +17,7 @@
  bin/gmv
  bin/grm
  bin/grmdir
 +bin/gshred
  bin/gsync
  bin/gtouch
  bin/gvdir
 @@ -23,21 +25,49 @@
  info/fileutils.info
  @exec install-info %D/info/fileutils.info %D/info/dir
  share/locale/cs/LC_MESSAGES/fileutils.mo
 +share/locale/cs/LC_TIME
 +share/locale/da/LC_MESSAGES/fileutils.mo
 +share/locale/da/LC_TIME
  share/locale/de/LC_MESSAGES/fileutils.mo
 +share/locale/de/LC_TIME
  share/locale/el/LC_MESSAGES/fileutils.mo
 +share/locale/el/LC_TIME
  share/locale/es/LC_MESSAGES/fileutils.mo
 +share/locale/es/LC_TIME
  share/locale/fr/LC_MESSAGES/fileutils.mo
 +share/locale/fr/LC_TIME
 +share/locale/gl/LC_MESSAGES/fileutils.mo
 +share/locale/gl/LC_TIME
 +share/locale/it/LC_MESSAGES/fileutils.mo
 +share/locale/it/LC_TIME
 +share/locale/ja/LC_MESSAGES/fileutils.mo
 +share/locale/ja/LC_TIME
  share/locale/ko/LC_MESSAGES/fileutils.mo
 +share/locale/ko/LC_TIME
  share/locale/nl/LC_MESSAGES/fileutils.mo
 +share/locale/nl/LC_TIME
  share/locale/no/LC_MESSAGES/fileutils.mo
 +share/locale/no/LC_TIME
  share/locale/pl/LC_MESSAGES/fileutils.mo
 +share/locale/pl/LC_TIME
  share/locale/pt/LC_MESSAGES/fileutils.mo
 +share/locale/pt/LC_TIME
 +share/locale/pt_BR/LC_MESSAGES/fileutils.mo
 +share/locale/pt_BR/LC_TIME
  share/locale/ru/LC_MESSAGES/fileutils.mo
 +share/locale/ru/LC_TIME
  share/locale/sk/LC_MESSAGES/fileutils.mo
 +share/locale/sk/LC_TIME
  share/locale/sl/LC_MESSAGES/fileutils.mo
 +share/locale/sl/LC_TIME
  share/locale/sv/LC_MESSAGES/fileutils.mo
 +share/locale/sv/LC_TIME
 +share/locale/zh/LC_MESSAGES/fileutils.mo
 +share/locale/zh/LC_TIME
  @unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true
  @unexec rmdir %D/share/locale/cs 2>/dev/null || true
 +@unexec rmdir %D/share/locale/da/LC_MESSAGES 2>/dev/null || true
 +@unexec rmdir %D/share/locale/da 2>/dev/null || true
  @unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
  @unexec rmdir %D/share/locale/de 2>/dev/null || true
  @unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true
 @@ -46,6 +76,12 @@
  @unexec rmdir %D/share/locale/es 2>/dev/null || true
  @unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
  @unexec rmdir %D/share/locale/fr 2>/dev/null || true
 +@unexec rmdir %D/share/locale/gl/LC_MESSAGES 2>/dev/null || true
 +@unexec rmdir %D/share/locale/gl 2>/dev/null || true
 +@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
 +@unexec rmdir %D/share/locale/it 2>/dev/null || true
 +@unexec rmdir %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true
 +@unexec rmdir %D/share/locale/ja 2>/dev/null || true
  @unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true
  @unexec rmdir %D/share/locale/ko 2>/dev/null || true
  @unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true
 @@ -56,6 +92,8 @@
  @unexec rmdir %D/share/locale/pl 2>/dev/null || true
  @unexec rmdir %D/share/locale/pt/LC_MESSAGES 2>/dev/null || true
  @unexec rmdir %D/share/locale/pt 2>/dev/null || true
 +@unexec rmdir %D/share/locale/pt_BR/LC_MESSAGES 2>/dev/null || true
 +@unexec rmdir %D/share/locale/pt_BR 2>/dev/null || true
  @unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true
  @unexec rmdir %D/share/locale/ru 2>/dev/null || true
  @unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true
 @@ -64,4 +102,6 @@
  @unexec rmdir %D/share/locale/sl 2>/dev/null || true
  @unexec rmdir %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true
  @unexec rmdir %D/share/locale/sv 2>/dev/null || true
 +@unexec rmdir %D/share/locale/zh/LC_MESSAGES 2>/dev/null || true
 +@unexec rmdir %D/share/locale/zh 2>/dev/null || true
  @unexec rmdir %D/share/locale 2>/dev/null || true
 
 --ELM1000353256-64680-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?200109130400.f8D402V54176>