Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.96 2013/06/03 08:13:13 wiz Exp $
# $NetBSD: Makefile,v 1.106 2014/03/12 09:20:06 wiz Exp $
DISTNAME= cdrtools-3.01a15
DISTNAME= cdrtools-3.01a23
PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/}
CATEGORIES= sysutils
#MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \
@@ -27,6 +27,18 @@ USE_TOOLS+= gm4 gmake tbl
CFLAGS.NetBSD+= -DUSE_GETRAWPARTITION
LDFLAGS.NetBSD+= -lutil
# NetBSD 6.0 (and update releases) have incomplete implemenations of the
# "*at" system calls. Pretend that they aren't present at all to
# avoid build failures.
.if !empty(MACHINE_PLATFORM:MNetBSD-[5-6].*-*) && \
empty(MACHINE_PLATFORM:MNetBSD-6.99.*-*)
. for func in faccessat fchmodat fchownat fexecve fstatat linkat mkdirat \
mkfifoat mknodat openat readlinkat renameat symlinkat unlinkat \
utimensat
CONFIGURE_ENV+= ac_cv_func_${func}=no
. endfor
.endif
# avoid picking up a bad ${ARCH} during the build
MAKE_ENV+= ARCH=""
MAKE_ENV+= MAKEPROG="gmake"