head	1.29;
access;
symbols
	RELEASE_8_3_0:1.27
	RELEASE_9_0_0:1.27
	RELEASE_7_4_0:1.23
	RELEASE_8_2_0:1.23
	RELEASE_6_EOL:1.23
	RELEASE_8_1_0:1.23
	RELEASE_7_3_0:1.21
	RELEASE_8_0_0:1.21
	RELEASE_7_2_0:1.21
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.29
date	2013.02.07.15.31.56;	author svnexp;	state Exp;
branches;
next	1.28;

1.28
date	2012.11.17.05.54.22;	author svnexp;	state Exp;
branches;
next	1.27;

1.27
date	2011.11.06.14.45.56;	author miwi;	state Exp;
branches;
next	1.26;

1.26
date	2011.08.26.03.25.01;	author miwi;	state Exp;
branches;
next	1.25;

1.25
date	2011.06.12.02.20.37;	author miwi;	state Exp;
branches;
next	1.24;

1.24
date	2011.02.26.06.30.29;	author miwi;	state Exp;
branches;
next	1.23;

1.23
date	2010.04.25.09.18.18;	author miwi;	state Exp;
branches;
next	1.22;

1.22
date	2010.03.14.10.30.28;	author miwi;	state Exp;
branches;
next	1.21;

1.21
date	2009.03.25.18.08.44;	author miwi;	state Exp;
branches;
next	1.20;

1.20
date	2009.01.18.11.08.51;	author lioux;	state Exp;
branches;
next	1.19;

1.19
date	2009.01.10.18.31.37;	author miwi;	state Exp;
branches;
next	1.18;

1.18
date	2008.12.22.22.56.14;	author miwi;	state Exp;
branches;
next	1.17;

1.17
date	2008.11.25.05.37.10;	author miwi;	state Exp;
branches;
next	1.16;

1.16
date	2008.09.23.13.52.27;	author amdmi3;	state Exp;
branches;
next	1.15;

1.15
date	2008.09.07.00.18.18;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2007.07.30.16.24.27;	author sat;	state Exp;
branches;
next	1.13;

1.13
date	2007.07.26.12.41.17;	author sat;	state Exp;
branches;
next	1.12;

1.12
date	2007.07.26.12.28.56;	author sat;	state Exp;
branches;
next	1.11;

1.11
date	2007.07.26.10.15.33;	author sat;	state Exp;
branches;
next	1.10;

1.10
date	2007.03.30.05.49.40;	author sat;	state Exp;
branches;
next	1.9;

1.9
date	2007.03.15.21.56.07;	author sat;	state Exp;
branches;
next	1.8;

1.8
date	2006.02.15.01.07.53;	author ijliao;	state Exp;
branches;
next	1.7;

1.7
date	2006.01.30.03.23.58;	author lawrance;	state Exp;
branches;
next	1.6;

1.6
date	2006.01.05.06.25.10;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2005.09.02.00.57.05;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.13.08.52.42;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.31.11.33.17;	author sem;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.10.16.34.01;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2004.12.07.02.31.16;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.29
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311833
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# ex:ts=8
# Ports collection makefile for:	pbzip2
# Date created:			Dec 7, 2004
# Whom:				ijliao
#
# $FreeBSD: head/archivers/pbzip2/Makefile 311833 2013-02-07 13:04:29Z gahr $
#

PORTNAME=	pbzip2
PORTVERSION=	1.1.6
CATEGORIES=	archivers
MASTER_SITES=	http://compression.ca/pbzip2/
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Parallel BZIP2

LICENSE=	BSD
LICENSE_FILE=	${WRKSRC}/COPYING

MAN1=		pbzip2.1
MLINKS=		pbzip2.1 pbunzip2.1

USE_GMAKE=	YES
MAKE_JOBS_SAFE=	yes

PLIST_FILES=	bin/pbzip2 bin/pbunzip2

post-patch:
	@@${REINPLACE_CMD} \
		-e 's,-O2,${CXXFLAGS},; \
		s,^CC,#CC,; \
		s,CC,CXX,' ${WRKSRC}/Makefile

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
	@@${LN} -sf ${PORTNAME} ${PREFIX}/bin/pbunzip2
	@@${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/

.include <bsd.port.mk>
@


1.28
log
@Switch exporter over
@
text
@d6 1
a6 1
# $FreeBSD: head/archivers/pbzip2/Makefile 300895 2012-07-14 12:56:14Z beat $
d31 1
a31 2
		-e 's,-pthread -lpthread,${PTHREAD_LIBS},g; \
		s,-O2,${CXXFLAGS},; \
@


1.27
log
@- Update to 1.1.6
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.26
log
@- Update to 1.1.5
@
text
@d10 1
a10 1
PORTVERSION=	1.1.5
@


1.25
log
@- Update to 1.1.4

PR:		157672
Submitted by:	Ryan Steinmetz <rpsfa@@rit.edu>
@
text
@d10 1
a10 1
PORTVERSION=	1.1.4
d18 2
a19 1
PLIST_FILES=	bin/pbzip2 bin/pbunzip2
d27 1
a27 2
LICENSE=	BSD
LICENSE_FILE=	${WRKSRC}/COPYING
@


1.24
log
@- Update to 1.1.2
@
text
@d10 1
a10 1
PORTVERSION=	1.1.2
d26 3
@


1.23
log
@- Update to 1.1.1
@
text
@d10 1
a10 1
PORTVERSION=	1.1.1
@


1.22
log
@- Update to 1.1.0
@
text
@d10 1
a10 1
PORTVERSION=	1.1.0
@


1.21
log
@- Mark MAKE_JOBS_SAFE for parallel building.
@
text
@d10 1
a10 1
PORTVERSION=	1.0.5
@


1.20
log
@Uphold CXXFLAGS

PR:		130681
Approved by:	maintainer
@
text
@d24 1
@


1.19
log
@- Update to 1.0.5
@
text
@d28 1
a28 1
		s,-O3,${CXXFLAGS},; \
@


1.18
log
@- Update to 1.0.4
- Take maintainership
@
text
@d10 1
a10 1
PORTVERSION=	1.0.4
@


1.17
log
@- Update to 1.0.3

PR:		129096
Submitted by:	"Beat Gtzi" <beat@@chruetertee.ch>
@
text
@d10 1
a10 1
PORTVERSION=	1.0.3
d12 1
a12 1
MASTER_SITES=	http://compression.ca/pbzip2/ CENKES
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.16
log
@- Remove bogus REINPLACE_CMD which was intended to fix build on 4.x, but has broken program output instead.
- While here, line up MAN and MLINKS lines

PR:		125260
Submitted by:	Geoff The <geoff2k at gmail dot com>
Patch by:	pav@@
@
text
@d10 1
a10 3
PORTVERSION=	1.0.2.0.2
DISTVERSION=	1.0.2
PORTREVISION=	1
d23 2
@


1.15
log
@Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d12 1
d15 1
a15 1
DIST_SUBDIR=	${PKGNAME}
d22 2
a23 2
MAN1=	pbzip2.1
MLINKS=	pbzip2.1 pbunzip2.1
a30 2
	@@${REINPLACE_CMD} -e 's,PRIu64 "Lu",PRIu64 Lu,;s,"PRIu64",#PRIu64,g' \
		${WRKSRC}/pbzip2.cpp
@


1.14
log
@- Another upstream in-place distfile update which updates
  some parts of pbzip2 reverted during the last reroll

Reported by:	pointyhat via kris, pav
@
text
@d16 1
a16 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.13
log
@- Distfile rerolled upstream (minor windows-version-related fix)
@
text
@d10 2
a11 1
PORTVERSION=	1.0.2
d14 1
a14 1
DIST_SUBDIR=	rerolled
@


1.12
log
@- Clean up a tiny bit
- Put author in pkg-descr
- Take maintainership [1]

Tricked into by:	Jeff Gilchrist (author) [1]
@
text
@d13 1
@


1.11
log
@- Update to 1.0.2

Reported by:	Jeff Gilchrist (author)
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d24 6
a29 7
		-e "s,-pthread -lpthread,${PTHREAD_LIBS},g" \
		-e "s,-O3,${CXXFLAGS}," \
		-e "s,^CC,#CC," \
		-e "s,CC,CXX," ${WRKSRC}/Makefile
	@@${REINPLACE_CMD} \
		-e "s,PRIu64 \"Lu\",PRIu64 Lu," \
		-e "s,\"PRIu64\",#PRIu64,g" ${WRKSRC}/pbzip2.cpp
@


1.10
log
@- Gratuitous update to 1.0.1 (no changes affect FreeBSD version)
@
text
@d10 1
a10 1
PORTVERSION=	1.0.1
d17 1
a17 1
PLIST_FILES=	bin/pbzip2
d20 1
d34 1
@


1.9
log
@- Update to 1.0
- Add mirrors
@
text
@d10 1
a10 1
PORTVERSION=	1.0
@


1.8
log
@upgrade to 0.9.6
@
text
@d10 1
a10 1
PORTVERSION=	0.9.6
d12 1
a12 1
MASTER_SITES=	http://compression.ca/pbzip2/
d32 2
a33 2
	@@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	@@${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
@


1.7
log
@Retire USE_REINPLACE.
Fix build on 4.x by stringifying a #define instead of defining it with quotes.
@
text
@d10 1
a10 1
PORTVERSION=	0.9.5
d19 2
a29 1
	
d33 1
@


1.6
log
@Update to 0.9.5
@
text
@a16 2
USE_REINPLACE=	yes

d25 4
@


1.5
log
@upgrade to 0.9.4
@
text
@d10 1
a10 1
PORTVERSION=	0.9.4
d22 2
a23 1
	@@${REINPLACE_CMD} -e "s,-pthread -lpthread,${PTHREAD_LIBS},g" \
@


1.4
log
@upgrade to 0.9.2
@
text
@d10 1
a10 1
PORTVERSION=	0.9.2
@


1.3
log
@- Update to 0.9.1

PR:		ports/76882
Submitted by:	Gea-Suan Lin <gslin(at)netnews.NCTU.edu.tw>
@
text
@d10 1
a10 1
PORTVERSION=	0.9.1
@


1.2
log
@upgrade to 0.8.3
@
text
@d10 1
a10 1
PORTVERSION=	0.8.3
@


1.1
log
@add pbzip2 0.8.2
Parallel BZIP2
@
text
@d10 1
a10 1
PORTVERSION=	0.8.2
@

