head	1.13;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8;
locks; strict;
comment	@# @;


1.13
date	2013.02.20.22.18.58;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2013.02.19.08.59.42;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.12.18.08.04.12;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.03.15.15.29.32;	author vanilla;	state Exp;
branches;
next	1.8;

1.8
date	2011.11.09.15.25.23;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2011.10.29.17.40.45;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.19.01.00.04;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	2011.07.19.13.11.30;	author vanilla;	state Exp;
branches;
next	1.4;

1.4
date	2011.07.16.05.18.48;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2011.05.21.15.09.34;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2011.04.07.08.41.17;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2011.04.04.10.21.01;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312676
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Vanilla I. Shu <vanilla@@FreeBSD.org>
# $FreeBSD: head/archivers/snappy/Makefile 312676 2013-02-20 21:15:12Z sunpoet $

PORTNAME=	snappy
PORTVERSION=	1.1.0
PORTREVISION=	0
CATEGORIES=	archivers
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	vanilla@@FreeBSD.org
COMMENT=	Fast compressor/decompressor library

OPTIONS_DEFINE=	DOCS

CONFIGURE_ARGS=	--disable-gtest
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.options.mk>

post-patch:
.if empty(PORT_OPTIONS:MDOCS)
	${REINPLACE_CMD} -e \
		'/^install-data-am:/ s|install-dist_docDATA||' \
		${WRKSRC}/Makefile.in
.endif

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=		Does not compile on sparc64
.endif

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


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312545
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/snappy/Makefile 312545 2013-02-19 08:17:14Z vanilla $
d13 3
d19 2
d22 1
a22 1
.if defined(NOPORTDOCS)
@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309150
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309150 | danfe | 2012-12-18 07:57:31 +0000 (Tue, 18 Dec 2012) | 4 lines
## SVN ##
## SVN ## For a number of ports in archives category, trim the header and drop leading
## SVN ## indefinite article from COMMENT line; also fix few noticed styles bugs while
## SVN ## I am here.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/snappy/Makefile 309150 2012-12-18 07:57:31Z danfe $
d5 1
a5 1
PORTVERSION=	1.0.5
@


1.10
log
@Switch exporter over
@
text
@d1 2
a2 7
# ex:ts=8
# Ports collection makefile for:	snappy
# Date created:				Apr 3 2011
# Whom:					vanilla@@
#
# $FreeBSD: head/archivers/snappy/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d8 1
a8 1
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
d11 1
a11 1
COMMENT=	A fast compressor/decompressor library
@


1.9
log
@Upgrade to 1.0.5.

Feature safe:	yes
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.8
log
@- Remove WITH_FBSD10_FIX, is no longer needed
@
text
@d10 1
a10 1
PORTVERSION=	1.0.4
@


1.7
log
@- Fix build on FreeBSD 10
@
text
@a19 1
WITH_FBSD10_FIX=yes
@


1.6
log
@Upgrade to 1.0.4.
@
text
@d20 1
@


1.5
log
@Upgrade to 1.0.3.
@
text
@d10 1
a10 1
PORTVERSION=	1.0.3
@


1.4
log
@Mark as broken on sparc64: does not compile.
@
text
@d10 1
a10 1
PORTVERSION=	1.0.2
@


1.3
log
@Upgrade to 1.0.2.
@
text
@d28 7
a34 1
.include <bsd.port.mk>
@


1.2
log
@fix pkg-plist.

Obtained from:	erwin@@
@
text
@d10 2
a11 2
PORTVERSION=	1.0.1
PORTREVISION= 	1
@


1.1
log
@Add snappy, google's compress/uncompress library.
@
text
@d11 1
d21 7
@

