diff options
author | pav <pav@FreeBSD.org> | 2011-10-09 21:53:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-10-09 21:53:06 +0800 |
commit | 9e56ca1abdba430b4170ee448f2172a07ad93804 (patch) | |
tree | 4f4b9df45ab961d11e2493e9a7f3944af1c0c613 /x11 | |
parent | 88bc3fa92f6538086fe10de66e266b831b01548a (diff) | |
download | freebsd-ports-gnome-9e56ca1abdba430b4170ee448f2172a07ad93804.tar.gz freebsd-ports-gnome-9e56ca1abdba430b4170ee448f2172a07ad93804.tar.zst freebsd-ports-gnome-9e56ca1abdba430b4170ee448f2172a07ad93804.zip |
- Mark BROKEN: does not compile after cups update
cups-util.c: In function 'cupsGetConf':
cups-util.c:73: warning: incompatible implicit declaration of built-in function 'snprintf'
cups-util.c:102: warning: incompatible implicit declaration of built-in function 'fprintf'
cups-util.c:102: error: 'stderr' undeclared (first use in this function)
Reported by: pointyhat
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 932240d5456c..36640411125e 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -37,6 +37,8 @@ RUN_DEPENDS= kdehier>0:${PORTSDIR}/misc/kdehier \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ iceauth:${PORTSDIR}/x11/iceauth +BROKEN= does not build + CONFLICTS_BUILD= openssl-1.* CONFLICTS+= kdeadmin-3.[0-3].* kdeadmin-3.4.[0-1]* kdeartwork-3.[2-3]* kdebase-3.[0-4]* kdepim-3.2* .if defined(WITHOUT_CUPS) || defined(KDE_WITHOUT_CUPS) |