diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-25 20:26:56 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-25 20:26:56 +0000 |
commit | 61740c49665193ed1c87044b76f7d27c064d3d9d (patch) | |
tree | 49c8efae07bd251ae3c390173975eb7e6d098e3a /net-im/licq-qt-gui | |
parent | 9ca15eff34895e2ba3156fcf09db9e8038974cb7 (diff) | |
download | FreeBSD-ports-61740c49665193ed1c87044b76f7d27c064d3d9d.zip FreeBSD-ports-61740c49665193ed1c87044b76f7d27c064d3d9d.tar.gz |
- Update for 1.0.4
licq
licq-console (no changes)
licq-qt-gui
Protocol changed on Server.
licq-1.0.3 does not work corectlly, messages are lost.
problems fixed:
- program_transform_name installed the binaray as:
/usr/local/bin/i386--freebsd4.4-licq
- configure seeks now a qt-mt itself,
but the options for "ac_qt_libraries" are not processed
- use ob BZIP2 as compressor.
Diffstat (limited to 'net-im/licq-qt-gui')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 9 | ||||
-rw-r--r-- | net-im/licq-qt-gui/files/patch-acinclude.m4 | 12 |
2 files changed, 15 insertions, 6 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index ff8d23a..7b88e3d 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -18,12 +18,9 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" post-patch: - @${PERL5} -pi -e 's|0777|0755|g;' \ - -e 's|-lqt|-lqt2-mt|g' ${WRKSRC}/share/Makefile.am - @${PERL5} -pi -e 's|libqt.so.2|libqt2-mt.so.4|g;' \ - -e 's|libqt.so|libqt2-mt.so|g;' ${WRKSRC}/acinclude.m4 - @${PERL5} -pi -e 's|-lqt|-lqt2|g;' ${WRKSRC}/src/Makefile.am \ - ${WRKSRC}/src/Makefile.in + @${PERL5} -pi -e 's|libqt-mt.so.2|libqt2-mt.so.4|g;' \ + -e 's|-lqt-mt|-lqt2-mt|g;' -e 's|libqt.so|libqt2.so|g;' \ + -e 's|-lqt$$|-lqt2|g;' ${WRKSRC}/acinclude.m4 pre-configure: @(cd ${WRKSRC} && ${ACLOCAL}) diff --git a/net-im/licq-qt-gui/files/patch-acinclude.m4 b/net-im/licq-qt-gui/files/patch-acinclude.m4 new file mode 100644 index 0000000..bf62ccb --- /dev/null +++ b/net-im/licq-qt-gui/files/patch-acinclude.m4 @@ -0,0 +1,12 @@ +--- acinclude.m4.orig Tue Jan 1 09:39:27 2002 ++++ acinclude.m4 Tue Jan 1 09:50:18 2002 +@@ -68,6 +68,9 @@ + fi + done + fi ++ else ++ ac_qt_libname=-lqt2-mt ++ ac_qt_libdir=$ac_qt_libraries + fi + + ac_cv_lib_qtlib="ac_qt_libname=$ac_qt_libname ac_qt_libdir=$ac_qt_libdir" |