head	1.22;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.19
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4;
locks; strict;
comment	@# @;


1.22
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2012.07.23.14.05.31;	author cs;	state Exp;
branches;
next	1.20;

1.20
date	2011.09.23.22.20.50;	author amdmi3;	state Exp;
branches;
next	1.19;

1.19
date	2010.09.06.08.24.06;	author decke;	state Exp;
branches;
next	1.18;

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

1.17
date	2009.09.29.00.34.45;	author avl;	state Exp;
branches;
next	1.16;

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

1.15
date	2008.11.09.16.36.08;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2008.10.23.14.59.01;	author gabor;	state Exp;
branches;
next	1.13;

1.13
date	2008.07.25.09.08.37;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2008.03.24.05.59.39;	author vs;	state Exp;
branches;
next	1.11;

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

1.10
date	2007.03.22.01.08.27;	author clsung;	state Exp;
branches;
next	1.9;

1.9
date	2007.02.18.15.59.50;	author alepulver;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.28.12.18.55;	author barner;	state Exp;
branches;
next	1.7;

1.7
date	2006.07.12.17.30.50;	author itetcu;	state Exp;
branches;
next	1.6;

1.6
date	2006.06.07.18.14.05;	author garga;	state Exp;
branches;
next	1.5;

1.5
date	2006.03.17.12.54.26;	author mnag;	state Exp;
branches;
next	1.4;

1.4
date	2005.11.07.15.22.49;	author skv;	state Exp;
branches;
next	1.3;

1.3
date	2005.10.11.21.57.40;	author mnag;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.05.10.18.32;	author vsevolod;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.23.19.58.44;	author mnag;	state Exp;
branches;
next	;


desc
@@


1.22
log
@Switch exporter over
@
text
@# New ports collection makefile for:    unrar
# Date created:				23 Sep 2005
# Whom:					samm@@os2.kiev.ua
#
# $FreeBSD: head/archivers/libunrar/Makefile 301396 2012-07-23 14:05:31Z cs $
#

PORTNAME=	libunrar
PORTVERSION=	3.9.10
PORTEPOCH=	1
CATEGORIES=	archivers
MASTER_SITES=	http://www.rarlab.com/rar/
DISTNAME=	unrarsrc-${PORTVERSION}

MAINTAINER=	samm@@os2.kiev.ua
COMMENT=	Library to work with RAR archives

WRKSRC=		${WRKDIR}/unrar

USE_GMAKE=	yes
MAKEFILE=	makefile.unix
ALL_TARGET=	lib
USE_LDCONFIG=	yes

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/libunrar.so.3 ${PREFIX}/lib/
	cd ${PREFIX}/lib && ${LN} -sf libunrar.so.3 libunrar.so
	${MKDIR} ${PREFIX}/include/libunrar3
	${INSTALL_DATA} ${WRKSRC}/dll.hpp ${PREFIX}/include/libunrar3/dll.hpp

.include <bsd.port.mk>
@


1.21
log
@SVN rev 301396 on 2012-07-23 14:05:31Z by cs

Fix typos in COMMENT
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.20
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d16 1
a16 1
COMMENT=	Library to work with RAR archivies
@


1.19
log
@- Update to 3.9.10

PR:		ports/150308
Submitted by:	Alex Samorukov <samm at os2 dot kiev dot ua> (maintainer)
Approved by:	beat (co-mentor, implicit)
@
text
@a21 1
MAKE_ENV=	LDFLAGS="${LDFLAGS}"
@


1.18
log
@- Update to 3.9.9

PR:		144081
Submitted by:	Alex Samorukov <samm@@os2.kiev.ua> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.9.9
@


1.17
log
@- Update to 3.9.6

PR:		ports/139223
Submitted by:	Alex Samorukov <samm at os2.kiev.ua> (maintainer)
Approved by:	tabthorpe, glarkin (mentors, implicit)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	3.9.6
@


1.16
log
@- Update to 3.9.5

PR:		136605
Submitted by:	Alex Samorukov <samm@@os2.kiev.ua> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.9.5
@


1.15
log
@- Update to 3.8.5

PR:		128624
Submitted by:	Alex Samorukov <samm@@os2.kiev.ua> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.8.5
@


1.14
log
@- Fix MASTER_SITE

Approved by:	Alex Samorukov <samm@@os2.kiev.ua> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.7.8
@


1.13
log
@- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
@
text
@d12 1
a12 1
MASTER_SITES=	RAR
@


1.12
log
@Update to 3.7.8

PR:		ports/118410
Submitted by:	Dima Panov
Approved by:	maintainer
@
text
@d22 1
a22 1
MAKE_ENV+=	CXX="${CXX}" LDFLAGS="${LDFLAGS}"
@


1.11
log
@- Add master_site_rar and use it in rar, unrar and libunrar ports

Approved by:	ache, gabor, Alex Samorukov <samm@@os2.kiev.ua> (maintainers)
@
text
@d9 1
a9 1
PORTVERSION=	3.7.4
@


1.10
log
@- Update to 3.7.4

PR:		ports/110605
Submitted by:	maintainer (Alex Samorukov)
@
text
@d12 1
a12 5
MASTER_SITES=	http://files2.rarlab.com/rar/ \
		http://files3.rarlab.com/rar/ \
		http://files4.rarlab.com/rar/ \
		http://files5.rarlab.com/rar/ \
		http://files6.rarlab.com/rar/
@


1.9
log
@- Update to version 3.7.3.

PR:		ports/108933
Submitted by:	Michael Neumann <mneuma2s@@smail.inf.fh-brs.de>
Approved by:	Alex Samorukov <samm@@os2.kiev.ua> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.7.3
@


1.8
log
@- Update to 3.6.8 [1]
- Use more sane PORTVERSION numbering (this requires a PORTEPOCH bump
  to 1, though :(
- Use USE_LDCONFIG

Submitted by:	"Alex Samorukov" <samm@@os2.kiev.ua> (maintainer) [1]
PR:		ports/103440
@
text
@d9 1
a9 1
PORTVERSION=	3.6.8
@


1.7
log
@- update archivers/libunrar port to 3.60.b6
- new added patch fix bug which can cause a crash on unpacking broken rar file
using RarOpenEX function (the problem also was reported to the vendor)

PR:		ports/100143
Submitted by:	maintainer
@
text
@d9 2
a10 1
PORTVERSION=	3.60.b6
d17 1
a17 1
DISTNAME=	unrarsrc-3.6.6
d28 1
a28 1
INSTALLS_SHLIB=	yes
@


1.6
log
@- Update to 3.60.b4

PR:		ports/98612
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	3.60.b4
d16 1
a16 1
DISTNAME=	unrarsrc-3.6.4
@


1.5
log
@- Fix 100% cpu load
- Bump PORTREVISION

PR:		94600
Submitted by:	maintainer
Thanks to:	McMCC
@
text
@d9 1
a9 2
PORTVERSION=	3.54
PORTREVISION=	1
d16 1
a16 1
DISTNAME=	unrarsrc-3.5.4
@


1.4
log
@Respect CXX/LDFLAGS

PR:		ports/88590
Submitted by:	skv
Approved by:	maintainer
@
text
@d10 1
@


1.3
log
@Update to 3.5.4
Remove unfetchable master site

PR:		87297
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
Approved by:	samm@@os2.kiev.ua (maintainer)
@
text
@d25 1
@


1.2
log
@Add missed patch to dll.hpp.

PR:		86932
Submitted by:	Alex Samorukov (maintainer)
Pointy hat to:	mnag
@
text
@d9 1
a9 2
PORTVERSION=	3.53
PORTREVISION=	1
d11 1
a11 2
MASTER_SITES=	http://files1.rarlab.com/rar/ \
		http://files2.rarlab.com/rar/ \
d16 1
a16 1
DISTNAME=	unrarsrc-3.5.3
@


1.1
log
@Remove devel/libunrar (wrong category)

Notified by:	dinoex

Add new port archivers/libunrar

"Library to work with RAR archivies"

PR:		ports/86508
Submitted by:	Alex Samorukov <samm@@os2.kiev.ua>
Approved by:	pav (mentor)
@
text
@d10 1
@

