mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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:
parent
72a932922f
commit
4390c6843f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232700
1 changed files with 5 additions and 6 deletions
|
@ -7,13 +7,12 @@
|
||||||
|
|
||||||
PORTNAME= easysoap
|
PORTNAME= easysoap
|
||||||
PORTVERSION= 0.8.0
|
PORTVERSION= 0.8.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= SF
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
||||||
DISTNAME= EasySoap++-${PORTVERSION}
|
DISTNAME= EasySoap++-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= glarkin@FreeBSD.org
|
||||||
COMMENT= C++ SOAP Library based on expat
|
COMMENT= C++ SOAP Library based on expat
|
||||||
|
|
||||||
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
||||||
|
@ -26,8 +25,8 @@ USE_LDCONFIG= yes
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} < 700000 && ${ARCH} == "amd64"
|
.if ${OSVERSION} < 700042 && ${ARCH} == "amd64"
|
||||||
BROKEN= does not compile on FreeBSD/amd64 6.X
|
USE_GCC= 4.2+
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue