Date: Thu, 31 Jul 2003 21:33:13 +0300 (EEST) From: Esa Karkkainen <ejk@iki.fi> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Esa Karkkainen <ejk@iki.fi> Subject: ports/55127: Port misc/xfce4-panel-themes dies with Message-ID: <200307311833.h6VIXDFf023876@corsair.my.domain> Resent-Message-ID: <200307311840.h6VIeBoQ000796@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55127 >Category: ports >Synopsis: Port misc/xfce4-panel-themes dies with >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 31 11:40:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Esa Karkkainen >Release: FreeBSD 4.8-STABLE i386 >Organization: Is in state of disintegration >Environment: System: FreeBSD 4.8-STABLE Sun Jul 27 16:17:04 EEST 2003 Ports: tree cvsupped Thu Jul 31 19:55:55 EEST 2003 x11/libxfce4util and x11-toolkits/libxfce4gui libraries already installed >Description: Incorrect dependecies to the x11/libxfce4util and x11-toolkits/libxfce4gui libraries >How-To-Repeat: Install x11/libxfce4util and x11-toolkits/libxfce4gui and then try to install misc/xfce4-panel-themes and the latter installation dies with # cd misc/xfce4-panel-themes && make install ===> Extracting for xfce4-panel-themes-3.99.2_1 >Fix: --- Makefile.orig Thu Jul 31 19:54:57 2003 +++ Makefile Thu Jul 31 21:28:36 2003 @@ -19,9 +19,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Icon themes for the XFce 4 panel -BUILD_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ - xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_X_PREFIX= yes GNU_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for xfce4/xfce4-themes-3.99.2.tar.gz. ===> Patching for xfce4-panel-themes-3.99.2_1 ===> xfce4-panel-themes-3.99.2_1 depends on executable: xfce4util.1 - not found ===> Verifying install for xfce4util.1 in /usr/ports/x11/libxfce4util ===> libxfce4util-3.99.2 depends on executable: pkg-config - found ===> libxfce4util-3.99.2 depends on shared library: X11.6 - found ===> libxfce4util-3.99.2 depends on shared library: glib-2.0.200 - found ===> Configuring for libxfce4util-3.99.2 [ snip ] ===> Checking if x11/libxfce4util already installed ===> libxfce4util-3.99.2 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of x11/libxfce4util without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/x11/libxfce4util. *** Error code 1 Stop in /usr/ports/misc/xfce4-panel-themes.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307311833.h6VIXDFf023876>