Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5661 - Updated Ebuild: Licq 1.2.0
Summary: Updated Ebuild: Licq 1.2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
: 5919 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-07-27 19:44 UTC by Matt "gfunkmonk" Rinsch
Modified: 2002-08-13 09:57 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Updated LICQ 1.2.0 Ebuild (licq-1.2.0.ebuild,1.63 KB, text/plain)
2002-07-27 19:45 UTC, Matt "gfunkmonk" Rinsch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt "gfunkmonk" Rinsch 2002-07-27 19:44:46 UTC
New ebuild for new LICQ version.
Comment 1 Matt "gfunkmonk" Rinsch 2002-07-27 19:45:46 UTC
Created attachment 2635 [details]
Updated LICQ 1.2.0 Ebuild
Comment 2 Arcady Genkin (RETIRED) gentoo-dev 2002-07-29 12:00:34 UTC
Note that version 1.2.0a is out, which fixes some compile-time bug.  All you
need to do is to rename the ebuild into licq-1.2.0a.ebuild, and apply this:

--- licq-1.2.0.ebuild   Mon Jul 29 12:26:22 2002
+++ licq-1.2.0a.ebuild  Mon Jul 29 12:48:46 2002
@@ -45,7 +45,7 @@
            # note! watch the --prefix=/usr placement; licq itself installs into
/usr, but the
            # optional kde/qt interface (to which second_conf belogns) installs
its files in 
            # $KDE3DIR/{lib,share}/licq
-           cd plugins/qt-gui
+           cd plugins/qt-gui-1.2.0
            make -f Makefile.cvs || die
            ./configure --host=${CHOST} ${second_conf} --prefix=/usr || die
            emake || die
@@ -60,7 +60,7 @@
        make DESTDIR=${D} install || die
        if [ "`use qt`" ] 
        then
-         cd plugins/qt-gui
+         cd plugins/qt-gui-1.2.0
          make DESTDIR=${D} install || die      
        fi

FWIW, I tested this version and, so far, it works for me fine.
Comment 3 Bart Verwilst 2002-08-13 06:07:13 UTC
Please assign to somebody better suited.. i'm havinf gcc 3.x probs with this, can't seem to fint the right dir for vector.h..  checking for openssl/ssl.h... yes checking for DH_free in -lcrypto... yes checking for SSL_new in -lssl... yes checking if OpenSSL support can be enabled... yes checking for vector.h... no configure: error: You need to have the libstdc++ headers installed  !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line 25, Exitcode 1 !!! (no error message)  Also, minor note:  >>> md5 ;-) licq-1.2.0a.tar.bz2 kde kde /usr/sbin/ebuild.sh: [: : integer expression expected >>> Checking licq-1.2.0a.tar.bz2's mtime...  Haven't really found out where it came from :o) Thanks!  
Comment 4 Arcady Genkin (RETIRED) gentoo-dev 2002-08-13 09:04:30 UTC
I can take this bug.
Comment 5 Arcady Genkin (RETIRED) gentoo-dev 2002-08-13 09:46:12 UTC
The ebuild for 1.2.0 is in the portage tree now.
Thanks for the submission.
Comment 6 Arcady Genkin (RETIRED) gentoo-dev 2002-08-13 09:57:16 UTC
*** Bug 5919 has been marked as a duplicate of this bug. ***