head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.2
	v1_2b:1.1.1.1
	JOAO:1.1.1;
locks; strict;
comment	@# @;


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

1.12
date	2009.04.29.01.48.55;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2007.08.04.11.40.37;	author gabor;	state Exp;
branches;
next	1.10;

1.10
date	2006.08.12.13.06.26;	author erwin;	state Exp;
branches;
next	1.9;

1.9
date	2005.02.22.15.29.27;	author naddy;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.06.13.10.43;	author trevor;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.04.05.18.20;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.21.10.42.57;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2000.09.16.18.09.53;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2000.04.08.23.17.52;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	99.08.25.04.25.16;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	99.05.01.12.34.01;	author jseger;	state Exp;
branches;
next	1.1;

1.1
date	99.04.02.04.19.20;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.02.04.19.20;	author steve;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for: unace
# URL: http://members.aol.com/mlemke6413/ace.html
# Date created:         23 February 1999
# Whom:                 Joao Carlos Mendes Luis <jonny@@jonny.eng.br>
#
# $FreeBSD: head/archivers/unace/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	unace
PORTVERSION=	1.2b
PORTREVISION=	2
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	utils/compress

MAINTAINER=	jonny@@jonny.eng.br
COMMENT=	Extract, view & test ACE archives

MAKE_JOBS_UNSAFE=	yes

USE_GMAKE=	yes
ALL_TARGET=	clean unace
PLIST_FILES=	bin/unace

post-patch:
	@@${REINPLACE_CMD} -e "s|CFLAGS =|CFLAGS ?=|" \
			-e "s|CC =|CC ?=|" \
			-e 's|gcc $$(CFLAGS)|$${CC} $$(CFLAGS)|' \
			${WRKSRC}/Makefile
	@@${REINPLACE_CMD} 's|(CHAR \* s, thead \* head, INT nopath);|(CHAR \* s, thead \* head, INT nopath, unsigned int size);|' \
			${WRKSRC}/uac_crt.h

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin

.include <bsd.port.mk>
@


1.12
log
@- Mark MAKE_JOBS_UNSAFE=yes

Approved by:    linimon (via irc on #bsdports)
Tested on:      RideCharge TB, P6 TB
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.11
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d19 2
@


1.10
log
@- Respect DESTDIR
- Eliminate two patches and reinplace edit instead

PR:		101787
Submitted by:	gabor
Approved by:	maintainer
@
text
@d32 1
a32 1
	${INSTALL_PROGRAM} ${WRKSRC}/unace ${TARGETDIR}/bin
@


1.9
log
@Fix multiple security vulnerabilities:
- buffer overflows (CAN-2005-0160)
- directory traversal problem (CAN-2005-0161)

Obtained from:	Ulf Harnhammar <Ulf.Harnhammar.9485@@student.uu.se>
@
text
@d23 8
d32 1
a32 1
	${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin
@


1.8
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.7
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d21 1
@


1.6
log
@De-pkg-comment.
@
text
@d11 1
@


1.5
log
@Use MASTER_SITE_SUNSITE to MASTER_SITES
Support CC properly
Update WWW: line of pkg/DESCR

PR:		21134
Submitted by:	Ports Fury
@
text
@d6 1
a6 1
# $FreeBSD: ports/archivers/unace/Makefile,v 1.4 2000/04/08 23:17:52 mharo Exp $
d16 1
@


1.4
log
@update with the new PORTNAME/PORTVERSION variables
@
text
@d6 1
a6 1
# $FreeBSD: ports/archivers/unace/Makefile,v 1.3 1999/08/25 04:25:16 obrien Exp $
d12 2
a13 2
MASTER_SITES=	http://members.aol.com/mlemke6413/
DISTNAME=	unacepub
a16 3
FETCH_BEFORE_ARGS=	-t

USE_ZIP=	yes
d18 1
a18 3
ALL_TARGET=	unace
MAKEFILE=	unix/makefile
NO_WRKSUBDIR=	yes
@


1.3
log
@Change Id->FreeBSD.
@
text
@a2 1
# Version required:     1.2b
d6 1
a6 1
# $FreeBSD$
d9 2
a10 2
DISTNAME=	unacepub
PKGNAME=	unace-1.2b
d13 1
@


1.2
log
@Switch to using USE_ZIP along with minor cleanups to some ports.
@
text
@d7 1
a7 1
# $Id: Makefile,v 1.1.1.1 1999/04/02 04:19:20 steve Exp $
@


1.1
log
@Initial revision
@
text
@d7 1
a7 1
# $Id$
a13 1
EXTRACT_SUFX=	.zip
a16 2
BUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip

d19 1
d23 1
a23 6

do-extract:
	@@${RM} -rf ${WRKDIR}
	@@${MKDIR} ${WRKDIR}
	@@${MKDIR} ${WRKSRC}
	@@unzip -q -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -d ${WRKSRC}
@


1.1.1.1
log
@Import of unace version 1.2b.
Extract, view and test ACE archives.

PR:		10232
Submitted by:	Joao Carlos Mendes Luis <jonny@@jonny.eng.br>
@
text
@@
