Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 10:06:40 GMT
From:      "Dmitry S. Luhtionov" <mitya@cabletv.dp.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176988: [multimedia/xfce4-parole] Can not build xfce4-parole without devel/xfce4-dev-tools
Message-ID:  <201303151006.r2FA6eAW015533@red.freebsd.org>
Resent-Message-ID: <201303151010.r2FAA1Gg002734@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176988
>Category:       ports
>Synopsis:       [multimedia/xfce4-parole] Can not build xfce4-parole without devel/xfce4-dev-tools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 15 10:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry S. Luhtionov
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD m18.cabletv.dp.ua 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Mon Sep 17 10:40:32 EEST 2012     mitya@m18.cabletv.dp.ua:/usr/src/sys/i386/compile/m18  i386
>Description:
Making all in interfaces
gmake[3]: Entering directory `/usr/ports/multimedia/xfce4-parole/work/parole-0.4.0/data/interfaces'
xdt-csource --static --strip-comments --strip-content --name=playlist_ui playlist.ui > playlist_ui.h
xdt-csource: not found
gmake[3]: *** [playlist_ui.h] Error 127
gmake[3]: Leaving directory `/usr/ports/multimedia/xfce4-parole/work/parole-0.4.0/data/interfaces'
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Mk/bsd.xfce.mk.orig 2012-12-18 14:28:38.000000000 +0200
+++ Mk/bsd.xfce.mk      2013-03-15 11:51:53.000000000 +0200
@@ -46,6 +46,7 @@
 xfconf_BUILD_DEPENDS=          xfce4-conf>=4.10.0:${PORTSDIR}/x11/xfce4-conf
 xfconf_RUN_DEPENDS=            xfce4-conf>=4.10.0:${PORTSDIR}/x11/xfce4-conf
 
+xfdev_BUILD_DEPENDS=           xfce4-dev-tools:${PORTSDIR}/devel/xfce4-dev-tools
 xfdev_RUN_DEPENDS=             xfce4-dev-tools:${PORTSDIR}/devel/xfce4-dev-tools
 
 .endif
--- multimedia/xfce4-parole/Makefile.orig       2013-03-12 09:43:52.000000000 +0200
+++ multimedia/xfce4-parole/Makefile    2013-03-15 11:55:04.000000000 +0200
@@ -30,7 +30,7 @@
 CPPFLAGS+=     -I${LOCALBASE}/include
 LDFLAGS+=      -L${LOCALBASE}/lib
 USE_GNOME=     gnomehack gtk20 glib20 intltool intlhack desktopfileutils
-USE_XFCE=      configenv libmenu libutil
+USE_XFCE=      configenv libmenu libutil xfdev
 USE_XORG=      x11 sm
 USE_LDCONFIG=  yes
 USE_PKGCONFIG= build


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303151006.r2FA6eAW015533>