Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2006 21:02:33 +0200 (EET)
From:      Esa Karkkainen <ejk@iki.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Esa Karkkainen <ejk@iki.fi>
Subject:   ports/91717: Fix www/plugger-plugins-hubbe installation
Message-ID:  <200601121902.k0CJ2X2O095877@thunderbolt.my.domain>
Resent-Message-ID: <200601121910.k0CJA43R018349@freefall.freebsd.org>

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

>Number:         91717
>Category:       ports
>Synopsis:       Fix www/plugger-plugins-hubbe installation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 12 19:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Esa Karkkainen
>Release:        FreeBSD 6.0-RELEASE-p2 i386
>Organization:
Is in state of disintegration
>Environment:
System: FreeBSD 6.0-RELEASE-p2 Wed Jan 11 19:55:15 EET 2006
Ports tree cvsupped at Thu Jan 12 20:10 EET 2006

And www/plugger is already installed.

>Description:
www/plugger-plugins-hubbe fails to install because print/acroread has
multiple security bugs.
>How-To-Repeat:
# cd www/plugger-plugins-hubbe
# make install
===>  Extracting for plugger-plugins-hubbe-5.0_6
===>  Patching for plugger-plugins-hubbe-5.0_6
===>  Configuring for plugger-plugins-hubbe-5.0_6
===>  Installing for plugger-plugins-hubbe-5.0_6
===>   plugger-plugins-hubbe-5.0_6 depends on executable: sidplay - found
===>   plugger-plugins-hubbe-5.0_6 depends on executable: acroread5 - not found
===>    Verifying install for acroread5 in /usr/ports/print/acroread
===>  acroread-5.10_2,1 is forbidden: outdated and has multiple security bugs; use version 7 instead.
*** Error code 1

Stop in /usr/ports/print/acroread.
*** Error code 1

Stop in /usr/ports/www/plugger-plugins-hubbe.
#

And after you fix that one you'll get following error (assuming you have
www/plugger installed)

# make install
===>  Extracting for plugger-plugins-hubbe-5.0_6
===>  Patching for plugger-plugins-hubbe-5.0_6
===>  Configuring for plugger-plugins-hubbe-5.0_6
===>  Installing for plugger-plugins-hubbe-5.0_6
===>   plugger-plugins-hubbe-5.0_6 depends on executable: sidplay - found
===>   plugger-plugins-hubbe-5.0_6 depends on executable: acroread7 - found
===>   plugger-plugins-hubbe-5.0_6 depends on executable: mpg123 - found
===>   plugger-plugins-hubbe-5.0_6 depends on executable: mikmod - found
===>   plugger-plugins-hubbe-5.0_6 depends on executable: ogg123 - found
===>   plugger-plugins-hubbe-5.0_6 depends on executable: xanim - found
===>   plugger-plugins-hubbe-5.0_6 depends on file: /usr/local/share/eawpats/acbass.pat - found
===>   plugger-plugins-hubbe-5.0_6 depends on executable: alsaplayer - found
===>   plugger-plugins-hubbe-5.0_6 depends on executable: xpdf - found
===>   plugger-plugins-hubbe-5.0_6 depends on executable: gqview - found
===>   plugger-plugins-hubbe-5.0_6 depends on executable: plugger-5.0 - not found
===>    Verifying install for plugger-5.0 in /usr/ports/www/plugger
===>  Installing for plugger-5.1.3_1
===>   plugger-5.1.3_1 depends on shared library: X11.6 - found

Run ''make local-mozilla-install'' as user to locally
install plugger for Mozilla

Run ''make local-opera-install'' as user to locally
install plugger for Opera

NOTE:  For plugger-oohelper to work, [o|s]office must be
in the PATH.

===>   Generating temporary packing list
===>  Checking if www/plugger already installed
===>   plugger-5.1.3_1 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 www/plugger
      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/www/plugger.
*** Error code 1

Stop in /usr/ports/www/plugger-plugins-hubbe.
#

>Fix:

Use print/acroread7 instead of print/acrorea and use another binary,
which doesn't have version number in it's name, as dependecy for www/plugger.

--- Makefile.orig       Thu Jan 12 14:54:27 2006
+++ Makefile    Thu Jan 12 20:56:49 2006
@@ -17,7 +17,7 @@
 COMMENT=       Meta package installing all author-recommended Plugger plugins
 
 RUN_DEPENDS=   sidplay:${PORTSDIR}/audio/sidplay \
-               acroread5:${PORTSDIR}/print/acroread \
+               acroread7:${PORTSDIR}/print/acroread7 \
                mpg123:${PORTSDIR}/audio/mpg123 \
                mikmod:${PORTSDIR}/audio/mikmod \
                ogg123:${PORTSDIR}/audio/vorbis-tools \
@@ -26,7 +26,7 @@
                alsaplayer:${PORTSDIR}/audio/alsaplayer \
                xpdf:${PORTSDIR}/graphics/xpdf \
                gqview:${PORTSDIR}/graphics/gqview \
-               plugger-${PORTVERSION}:${PORTSDIR}/www/plugger \
+               plugger-controller:${PORTSDIR}/www/plugger \
                gv:${PORTSDIR}/print/gv \
                xmp:${PORTSDIR}/audio/xmp \
                ${X11BASE}/bin/xscreensaver-hacks/molecule:${PORTSDIR}/x11/xscreensaver-gnome \
>Release-Note:
>Audit-Trail:
>Unformatted:



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