From 4390c6843fd2f4239e7fa0fb13b91b30dd04ada8 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Sat, 25 Apr 2009 01:29:28 +0000 Subject: - 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 --- net/easysoap/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'net') diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile index ddad2eb02198..5566e5e8bd7b 100644 --- a/net/easysoap/Makefile +++ b/net/easysoap/Makefile @@ -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 -.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: -- cgit v1.2.3