head	1.7;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4;
locks; strict;
comment	@# @;


1.7
date	2012.12.18.21.34.11;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.09.15.20.00.32;	author naddy;	state Exp;
branches;
next	1.4;

1.4
date	2010.05.31.01.57.16;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2010.04.19.20.23.00;	author naddy;	state Exp;
branches;
next	1.2;

1.2
date	2010.04.04.06.03.54;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2010.03.25.21.54.41;	author naddy;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309200
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309200 | naddy | 2012-12-18 21:29:04 +0000 (Tue, 18 Dec 2012) | 2 lines
## SVN ##
## SVN ## Convert to OptionsNG and trim Makefile headers.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $FreeBSD: head/archivers/gcpio/Makefile 309200 2012-12-18 21:29:04Z naddy $

PORTNAME=	cpio
PORTVERSION=	2.11
PORTREVISION=	1
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	${PORTNAME}
PKGNAMEPREFIX=	g

MAINTAINER=	naddy@@FreeBSD.org
COMMENT=	GNU cpio copies files to and from archives

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
MAKE_JOBS_SAFE=	yes
CONFIGURE_ARGS=	--program-prefix=g \
		--disable-silent-rules \
		--with-rmt=/etc/rmt

INFO=		cpio
MAN1=		gcpio.1

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT=	yes
PLIST_SUB+=	NLS=""
CONFIGURE_ARGS+=--with-libintl-prefix="${LOCALBASE}"
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+=	NLS="@@comment "
.endif

regression-test: build
	@@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check

.include <bsd.port.mk>
@


1.6
log
@Switch exporter over
@
text
@d1 1
a1 1
# $FreeBSD: head/archivers/gcpio/Makefile 304323 2012-09-15 20:00:32Z naddy $
d21 6
a26 1
.if !defined(WITHOUT_NLS)
a34 3
INFO=		cpio
MAN1=		gcpio.1

@


1.5
log
@SVN rev 304323 on 2012-09-15 20:00:32Z by naddy

Remove pointless header lines from ports I created once upon a time.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.4
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@a0 4
# New ports collection makefile for:	gcpio
# Date created:		2010-03-25
# Whom: 		Christian Weisgerber <naddy@@FreeBSD.org>
#
a1 1
#
@


1.3
log
@* Do not mark as broken on sparc64.

* Fix the build framework so it can successfully #define a wrapper for
  stat() on those systems where namei() behaves strangely--independent
  of architecture.
@
text
@d10 1
@


1.2
log
@Mark as broken on sparc64.

Hat:		portmgr
@
text
@d40 1
a40 7
.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=		Does not compile on sparc64: invalid use of stat macro
.endif

.include <bsd.port.post.mk>
@


1.1
log
@Initial import for GNU cpio 2.11.

GNU cpio copies files into or out of a cpio or tar archive.  The
archive can be another file on the disk, a magnetic tape, or a pipe.
@
text
@d40 7
a46 1
.include <bsd.port.mk>
@

