head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


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

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

1.11
date	2011.11.11.02.52.02;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2010.10.15.15.08.13;	author bsam;	state Exp;
branches;
next	1.9;

1.9
date	2009.11.22.19.49.41;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.22.00.24.34;	author amdmi3;	state Exp;
branches;
next	1.7;

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

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

1.5
date	2005.09.12.17.37.18;	author jylefort;	state Exp;
branches;
next	1.4;

1.4
date	2005.02.20.00.03.02;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.04.05.21.43;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.01.16.39.19;	author pav;	state Exp;
branches;
next	1.1;

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


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312857
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# ex:ts=8
# Ports collection makefile for:	rexx-regina
# Date created:			Nov 11, 2003
# Whom:	      			ijliao
#
# $FreeBSD: head/lang/rexx-regina/Makefile 312857 2013-02-23 22:34:57Z pgj $
#

PORTNAME=	regina
PORTVERSION=	3.7
CATEGORIES=	lang
MASTER_SITES=	SF/${PORTNAME}-rexx/${PORTNAME}-rexx/${PORTVERSION}
PKGNAMEPREFIX=	rexx-
DISTNAME=	Regina-REXX-${PORTVERSION}

MAINTAINER=	g.gonter@@ieee.org
COMMENT=	A Rexx interpreter

CONFLICTS=	rexx-imc-* oorexx-[0-9]*

USE_OPENSSL=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_LDCONFIG=	yes
MAKE_JOBS_UNSAFE=	yes
USE_RC_SUBR=	rxstack

MAN1=	regina.1 regina-config.1 rxqueue.1 rxstack.1

post-patch:
	@@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure

post-configure:
	@@${REINPLACE_CMD} -e "s|-xchar=unsigned||g" ${WRKSRC}/Makefile

.include <bsd.port.pre.mk>

.if ${ARCH} == "powerpc"
BROKEN=		Does not link on powerpc
.endif

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


1.12
log
@Switch exporter over
@
text
@d6 1
a6 1
# $FreeBSD: head/lang/rexx-regina/Makefile 300896 2012-07-14 13:54:48Z beat $
d10 1
a10 1
PORTVERSION=	3.5
d28 1
a28 1
MAN1=	regina.1
@


1.11
log
@Mark as broken on powerpc: fails to link.

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


1.10
log
@. update to version 3.5;
. use USE_RC_SUBR.

PR:		ports/149880
Submitted by:	bsam (me)
Approved by:	maintainer timeout (7+ weeks)
@
text
@d36 7
a42 1
.include <bsd.port.mk>
@


1.9
log
@- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat
@
text
@d10 1
a10 2
PORTVERSION=	3.3
PORTREVISION=	1
a20 1
WRKSRC=		${WRKDIR}/Regina-${PORTVERSION}
d26 1
a35 3
post-install:
	@@${INSTALL_SCRIPT} ${FILESDIR}/rxstack.sh ${PREFIX}/etc/rc.d

@


1.8
log
@- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
@
text
@d27 1
@


1.7
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}-rexx
@


1.6
log
@Remove USE_REINPLACE from the categories starting with L
@
text
@d27 1
a27 1
INSTALLS_SHLIB=	yes
@


1.5
log
@Mark conflict with lang/oorexx.
@
text
@a23 1
USE_REINPLACE=	yes
@


1.4
log
@- Update to 3.3
- Take maintainership

PR:		ports/77738
Submitted by:	Gerhard Gonter <g.gonter@@ieee.org>
@
text
@d11 1
d21 1
a21 1
CONFLICTS=	rexx-imc-*
@


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

(Part 2)
@
text
@d10 1
a10 2
PORTVERSION=	3.2
PORTREVISION=	1
d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
d34 3
@


1.2
log
@- Add CONFLICTS between lang/rexx-imc and lang/rexx-regina

PR:		ports/62200
Submitted by:	parv <parv@@pair.com>
@
text
@d11 1
@


1.1
log
@add rexx-regina 3.2
A Rexx interpreter
@
text
@d20 2
@

