Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Mar 2015 17:21:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        xfce@FreeBSD.org
Subject:   [Bug 198132] [exp-run] Update Xfce to 4.12.0
Message-ID:  <bug-198132-28711-8RV0pxr2T4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198132-28711@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198132-28711@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198132

--- Comment #1 from Antoine Brodin <antoine@FreeBSD.org> ---
I believe this part of the patch doesn't work,  as USES are loaded around line
1508 of bsd.port.mk:

+++ Mk/bsd.port.mk
@@ -1906,7 +1906,7 @@
 .endif

 .if defined(USE_XFCE)
-.include "${PORTSDIR}/Mk/bsd.xfce.mk"
+USES+=    xfce
 .endif

 .if defined(USE_KDE4)


During patch,  those parts fail to apply:

Skipped missing target: 'sysutils/power-manager-common/Makefile'
Skipped missing target: 'sysutils/power-manager-common/pkg-plist'


Also,  why do you need bsd.port.pre.mk/bsd.port.post.mk in
sysutils/power-manager-common/Makefile ?  I believe it won't pull the
dependencies correctly

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198132-28711-8RV0pxr2T4>