1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Unbreak for amd64/6.X by adding GCC 4.2+ as build dep

- Use correct OSVERSION value for GCC version detection
- Take maintainership
- Minor stylistic cleanups
- Bump PORTREVISION

Reported by:	pointyhat
This commit is contained in:
Greg Larkin 2009-04-25 01:29:28 +00:00
parent 72a932922f
commit 4390c6843f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232700

View File

@ -7,13 +7,12 @@
PORTNAME= easysoap
PORTVERSION= 0.8.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= SF
DISTNAME= EasySoap++-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= glarkin@FreeBSD.org
COMMENT= C++ SOAP Library based on expat
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
@ -26,8 +25,8 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000 && ${ARCH} == "amd64"
BROKEN= does not compile on FreeBSD/amd64 6.X
.if ${OSVERSION} < 700042 && ${ARCH} == "amd64"
USE_GCC= 4.2+
.endif
post-patch: