head	1.30;
access;
symbols
	RELEASE_8_3_0:1.25
	RELEASE_9_0_0:1.23
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.30
date	2012.12.17.19.24.27;	author svnexp;	state Exp;
branches;
next	1.29;

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

1.28
date	2012.05.08.19.46.20;	author jgh;	state Exp;
branches;
next	1.27;

1.27
date	2012.04.30.21.16.41;	author pav;	state Exp;
branches;
next	1.26;

1.26
date	2012.04.19.13.57.23;	author pawel;	state Exp;
branches;
next	1.25;

1.25
date	2012.02.24.03.50.23;	author sunpoet;	state Exp;
branches;
next	1.24;

1.24
date	2011.12.14.03.47.21;	author zi;	state Exp;
branches;
next	1.23;

1.23
date	2011.10.04.21.05.26;	author pav;	state Exp;
branches;
next	1.22;

1.22
date	2011.09.24.10.16.23;	author dhn;	state Exp;
branches;
next	1.21;

1.21
date	2011.09.17.08.42.11;	author crees;	state Exp;
branches;
next	1.20;

1.20
date	2011.07.30.15.02.51;	author arved;	state Exp;
branches;
next	1.19;

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

1.18
date	2010.12.17.16.17.06;	author linimon;	state Exp;
branches;
next	1.17;

1.17
date	2010.12.17.04.04.39;	author linimon;	state Exp;
branches;
next	1.16;

1.16
date	2010.12.15.01.29.53;	author wen;	state Exp;
branches;
next	1.15;

1.15
date	2010.12.13.04.25.23;	author pgollucci;	state Exp;
branches;
next	1.14;

1.14
date	2010.11.29.10.22.38;	author pav;	state Exp;
branches;
next	1.13;

1.13
date	2010.11.27.20.09.31;	author sahil;	state Exp;
branches;
next	1.12;

1.12
date	2010.11.06.11.44.32;	author skv;	state Exp;
branches;
next	1.11;

1.11
date	2010.09.25.15.19.34;	author az;	state Exp;
branches;
next	1.10;

1.10
date	2010.07.08.16.22.11;	author skv;	state Exp;
branches;
next	1.9;

1.9
date	2010.01.12.15.58.31;	author skv;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.24.13.56.34;	author skv;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.03.14.42.57;	author skv;	state Exp;
branches;
next	1.6;

1.6
date	2009.02.23.14.56.54;	author skv;	state Exp;
branches;
next	1.5;

1.5
date	2008.11.26.11.30.38;	author skv;	state Exp;
branches;
next	1.4;

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

1.3
date	2008.04.10.08.55.01;	author skv;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.23.12.09.30;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.22.11.15.01;	author skv;	state Exp;
branches;
next	;


desc
@@


1.30
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309121
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309121 | pawel | 2012-12-17 19:20:56 +0000 (Mon, 17 Dec 2012) | 6 lines
## SVN ##
## SVN ## - Update to version 1.70.03 [1]
## SVN ## - Convert to OptionsNG
## SVN ##
## SVN ## PR:		ports/174486 [1]
## SVN ## Submitted by:	Aldis Berjoza <graudeejs@@gmail.com> (maintainer)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Sergey Skvortsov <skv@@protey.ru>
# $FreeBSD: head/lang/fasm/Makefile 309121 2012-12-17 19:20:56Z pawel $

PORTNAME=	fasm
PORTVERSION=	1.70.03
CATEGORIES=	lang devel
MASTER_SITES=	http://flatassembler.net/

MAINTAINER=	graudeejs@@gmail.com
COMMENT=	Flat, multiple-pass assembler for IA-32 & x86-64 architectures

LICENSE=	BSD
LICENSE_FILE=	${WRKSRC}/license.txt

ONLY_FOR_ARCHS=	i386 amd64 ia64
IA32_BINARY_PORT=	yes

PLIST_FILES=	bin/fasm
PORTDOCS=	*
WRKSRC=		${WRKDIR}/${PORTNAME}

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
CFLAGS+=		-m32 -L/usr/lib32 -B/usr/lib32
.endif

do-build:
	cd ${WRKSRC} && ${CC} ${CFLAGS} fasm.o -o fasm

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/fasm ${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
	@@${ECHO_MSG} "===>   Installing documentation for ${PKGNAME}"
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
.endif

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


1.29
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	fasm
# Date created:	   22 February 2007
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/lang/fasm/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d5 1
a5 1
PORTVERSION=	1.70.01
d33 1
a33 1
.ifndef(NOPORTDOCS)
@


1.28
log
@- Update to 1.70.01 and unbreak
- while here move to portdocs and drop pkg-plist

PR:	ports/167623
Submitted by:	maintainer, graudeejs@@gmail.com
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.27
log
@- Mark BROKEN: size mismatch
  fetch: http://flatassembler.net/fasm-1.70.tar.gz: size mismatch: expected 245515, actual 245527

Reported by:	pointyhat
@
text
@d9 1
a9 1
PORTVERSION=	1.70.00
a11 1
DISTNAME=	${PORTNAME}-1.70
a15 2
BROKEN=		size mismatch

d22 2
d29 1
a29 1
CFLAGS=		-m32 -L/usr/lib32 -B/usr/lib32
@


1.26
log
@Update to version 1.70.00

PR:		ports/167070
Submitted by:	maintainer
@
text
@d17 2
@


1.25
log
@- Update to 1.69.39

Changes:
1.69.39:
- Fixed a bug in expression calculator that caused result of division by number
  larger than 32-bit be always the absolute value of actual result (the sign was
  dropped).

1.69.38:
- Fixed a small bug that made relative offsets get invalid symbol type in some
  cases.

1.69.37:
- Added "relativeto" testing operator.
- Couple of small bugfixes.

1.69.36:
- Added "assert" directive.
- Macroinstruction argument now can have default value, defined with "=" symbol
  followed by value after the argument name in definition.
- Fixed a bug which disallowed combining unary "+" with other unary operators.

PR:		ports/165395
Submitted by:	Aldis Berjoza <graudeejs@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.69.39
d12 1
@


1.24
log
@- Update to 1.96.35
- Add LICENSE

PR:		ports/163160
Submitted by:	Aldis Berjoza <graudeejs@@gmail.com> (maintainer)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.69.35
@


1.23
log
@- Mark BROKEN: unfetchable
  fetch: http://flatassembler.net/fasm-1.69.34.tar.gz: size mismatch: expected 230885, actual 230911

Reported by:	pointyhat
@
text
@d9 1
a9 1
PORTVERSION=	1.69.34
d16 2
a17 1
BROKEN=		unfetchable: size mismatch
@


1.22
log
@- Update to 1.69.34

PR:		ports/160958
Submitted by:	Aldis Berjoza <graudeejs@@gmail.com> (maintainer)
@
text
@d16 2
@


1.21
log
@Update email address for ports maintained by aldis@@bsdroot.lv --> graudeejs@@gmail.com
@
text
@d9 1
a9 1
PORTVERSION=	1.69.32
@


1.20
log
@Update to 1.69.32

PR:		159308
Submitted by:	maintainer
@
text
@d13 1
a13 1
MAINTAINER=	aldis@@bsdroot.lv
@


1.19
log
@- Update to 1.69.31

PR:		154572
Submitted by:	Aldis Berjoza <aldis@@bsdroot.lv> (maintainer)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.69.31
@


1.18
log
@Unbreak on amd64.

PR:		ports/153248
Submitted by:	maintainer
Point hat to:	linimon
@
text
@d9 1
a9 2
PORTVERSION=	1.69.29
PORTREVISION=	1
@


1.17
log
@Use the Makevar HAVE_COMPAT_IA32_LIBS instead of hard-coding the
equivalent test.

Hat:		portmgr
@
text
@d10 1
d18 1
a24 1
.if defined(HAVE_COMPAT_IA32_LIBS)
a25 3
.else
IGNORE=		requires 32-bit libraries installed under /usr/lib32
.endif
@


1.16
log
@- Update 1.69.29

PR:		ports/153127
Submitted by:	Aldis Berjoza <aldis@@bsdroot.lv> (maintainer)
@
text
@d23 1
a23 1
.if exists(/usr/lib32)
@


1.15
log
@- Update to 1.69.28

PR:             ports/152936
Submitted by:   Aldis Berjoza <aldis@@bsdroot.lv> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.69.28
@


1.14
log
@- Tarball rerolled with a bugfix

PR:		ports/152638
Submitted by:	Aldis Berjoza <aldis@@bsdroot.lv> (maintainer)
@
text
@d9 1
a9 2
PORTVERSION=	1.69.27
PORTREVISION=	1
@


1.13
log
@- Update to 1.69.27

PR:		ports/152614
Submitted by:	Aldis Berjoza <aldis@@bsdroot.lv> (maintainer)
@
text
@d10 1
@


1.12
log
@- Update to 1.69.25
- Pass maintainership
@
text
@d9 1
a9 1
PORTVERSION=	1.69.25
@


1.11
log
@Update to 1.69.20

PR:		ports/150339
Submitted by:	Aldis Berjoza <aldis@@bsdroot.lv>
Approved by:	skv (maintainer via timeout)
@
text
@d9 1
a9 1
PORTVERSION=	1.69.20
d13 1
a13 1
MAINTAINER=	skv@@FreeBSD.org
@


1.10
log
@Update to 1.69.14
@
text
@d9 1
a9 1
PORTVERSION=	1.69.14
@


1.9
log
@Update to 1.69.11
@
text
@d9 1
a9 1
PORTVERSION=	1.69.11
@


1.8
log
@Update to 1.69.01
@
text
@d9 1
a9 1
PORTVERSION=	1.69.01
@


1.7
log
@Update to 1.69

PR:		ports/135946
Submitted by:	bf1783 xx gmail.com
@
text
@d9 1
a9 1
PORTVERSION=	1.69.00
@


1.6
log
@Update to 1.67.34
@
text
@d9 1
a9 1
PORTVERSION=	1.67.34
@


1.5
log
@Update to 1.67.29
@
text
@d9 1
a9 1
PORTVERSION=	1.67.29
@


1.4
log
@Update to 1.67.27

PR:		ports/126744
Submitted by:	Joseph S. Atkinson <jsa xx wickedmachine.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.67.27
@


1.3
log
@Update to 1.67.26

PR:		ports/120690
Submitted by:	Felippe de Meirelles Motta <lippemail xx gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.67.26
@


1.2
log
@Update to 1.67.23

PR:		ports/115802
Submitted by:	bf <bf2006a xxx yahoo.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.67.23
@


1.1
log
@Add fasm 1.67.21, flat, multiple-pass assembler for IA-32 & x86-64
architectures.
@
text
@d9 1
a9 1
PORTVERSION=	1.67.21
a11 1
DISTNAME=	${PORTNAME}-1.67
d16 1
a16 1
ONLY_FOR_ARCHS=	i386 amd64
d20 10
d41 1
a41 1
.include <bsd.port.mk>
@

