Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.35 2015/05/23 13:11:07 bsiegert Exp $
# $NetBSD: Makefile,v 1.39 2016/06/16 15:27:49 fhajny Exp $
DISTNAME= file-5.22
PKGREVISION= 1
DISTNAME= file-5.28
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.astron.com/pub/file/
@@ -29,12 +28,10 @@ BUILDLINK_TRANSFORM+= opt:-Wextra:-W
.endif
# gcc<3 does not know -Wunused-parameter
.if !empty(CC_VERSION:Mgcc-2*)
BUILDLINK_TRANSFORM+= rm:-Wunused-parameter
BUILDLINK_TRANSFORM+= rm:-Wunused-parameter
.endif
.if ${LOWER_OPSYS} == "aix"
CFLAGS+= -D_LINUX_SOURCE_COMPAT
.endif
CFLAGS.AIX+= -D_LINUX_SOURCE_COMPAT
.include "../../devel/zlib/buildlink3.mk"