mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Build cervisia on 5.x. The sys/wait.h breakage has been fixed before
5.0 RELEASE. Bump PORTREVISION. Submitted by: Francois Tigeot francois.tigeot at nic.fr
This commit is contained in:
parent
eb69ee3b49
commit
5e7dbbfbb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79595
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= kdesdk
|
||||
PORTVERSION= ${KDE_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
|
||||
@ -31,12 +32,6 @@ LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
|
||||
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Doesn't compile due to C++-unsafe header sys/wait.h.
|
||||
# XXX: Need to figure out when this actually happens.
|
||||
.if ${OSVERSION} > 500000
|
||||
WITHOUT_CERVISIA= yes
|
||||
.endif # ${OSVERSION} > 500000
|
||||
|
||||
.if defined(WITHOUT_CERVISIA)
|
||||
DO_NOT_COMPILE+=cervisia
|
||||
.else
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= kdesdk
|
||||
PORTVERSION= ${KDE_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
|
||||
@ -31,12 +32,6 @@ LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
|
||||
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Doesn't compile due to C++-unsafe header sys/wait.h.
|
||||
# XXX: Need to figure out when this actually happens.
|
||||
.if ${OSVERSION} > 500000
|
||||
WITHOUT_CERVISIA= yes
|
||||
.endif # ${OSVERSION} > 500000
|
||||
|
||||
.if defined(WITHOUT_CERVISIA)
|
||||
DO_NOT_COMPILE+=cervisia
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user