update to an alpha version of findutils which can cope with 64-bit time_t,
previous version fails (at least on i386)
This commit is contained in:
parent
c7705df057
commit
99118ef258
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2013/03/11 11:23:57 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2013/08/13 11:46:15 sthen Exp $
|
||||
|
||||
COMMENT= finds and then operates on files
|
||||
|
||||
DISTNAME= findutils-4.4.2
|
||||
# XXX alpha-test version for now; switch back to stable when there's
|
||||
# a version which works with 64-bit time_t/ino_t.
|
||||
DISTNAME= findutils-4.5.11
|
||||
CATEGORIES= misc
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= http://www.gnu.org/software/findutils/
|
||||
|
||||
@ -13,7 +14,8 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c m
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
|
||||
#MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
|
||||
MASTER_SITES= http://alpha.gnu.org/gnu/findutils/
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (findutils-4.4.2.tar.gz) = NRzErbB9VId/oV91+3fTnw==
|
||||
RMD160 (findutils-4.4.2.tar.gz) = 0pVKMdWcojjhi1C+gvHsz3rWkFQ=
|
||||
SHA1 (findutils-4.4.2.tar.gz) = 6N2I+izFir/9C/we3auQICMbsCQ=
|
||||
SHA256 (findutils-4.4.2.tar.gz) = Q08y0XHLwKXnLPxTcsb8TLDmgfjc5Wag3ltvzNcCtio=
|
||||
SIZE (findutils-4.4.2.tar.gz) = 2149838
|
||||
SHA256 (findutils-4.5.11.tar.gz) = degjWS2RfxrIU6Nc9G1t7us7mEJAMxrRcj9g2hpyXSI=
|
||||
SIZE (findutils-4.5.11.tar.gz) = 3116431
|
||||
|
@ -1,17 +1,20 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2010/01/12 08:46:49 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2013/08/13 11:46:16 sthen Exp $
|
||||
@bin bin/gfind
|
||||
@bin bin/glocate
|
||||
@bin bin/goldfind
|
||||
bin/gupdatedb
|
||||
@bin bin/gxargs
|
||||
@info info/find-maint.info
|
||||
@info info/find.info
|
||||
info/find-maint.info
|
||||
info/find.info
|
||||
info/find.info-1
|
||||
info/find.info-2
|
||||
@comment lib/charset.alias
|
||||
@bin libexec/gbigram
|
||||
@bin libexec/gcode
|
||||
@bin libexec/gfrcode
|
||||
@man man/man1/gfind.1
|
||||
@man man/man1/glocate.1
|
||||
@man man/man1/goldfind.1
|
||||
@man man/man1/gupdatedb.1
|
||||
@man man/man1/gxargs.1
|
||||
@man man/man5/glocatedb.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user