diff options
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 7 | ||||
-rw-r--r-- | net-im/licq-qt-gui/pkg-message | 6 | ||||
-rw-r--r-- | net/licq-qt-gui/Makefile | 7 | ||||
-rw-r--r-- | net/licq-qt-gui/pkg-message | 6 |
4 files changed, 18 insertions, 8 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 58781eeb5c26..1791cd8932f4 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -17,10 +17,6 @@ USE_QT_VER= 2 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" -.if exists(${X11BASE}/bin/XFree86) -BROKEN= hangs on startup with XFree84 4.x.x -.endif - post-patch: @${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;' \ @@ -38,6 +34,9 @@ post-configure: post-install: ${RM} -rf ${PREFIX}/share/licq/qt-gui/locale +.if exists(${X11BASE}/bin/XFree86) + @${CAT} ${PKGMESSAGE} +.endif .include <bsd.port.pre.mk> .if defined(WITH_LICQ_DEVEL) diff --git a/net-im/licq-qt-gui/pkg-message b/net-im/licq-qt-gui/pkg-message new file mode 100644 index 000000000000..45f39d49e8ec --- /dev/null +++ b/net-im/licq-qt-gui/pkg-message @@ -0,0 +1,6 @@ +--------------------------------------------------- + +To run this licq with qt and Xfree86 4.x.x +you must start it with "licq -- -noxim" + +--------------------------------------------------- diff --git a/net/licq-qt-gui/Makefile b/net/licq-qt-gui/Makefile index 58781eeb5c26..1791cd8932f4 100644 --- a/net/licq-qt-gui/Makefile +++ b/net/licq-qt-gui/Makefile @@ -17,10 +17,6 @@ USE_QT_VER= 2 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" -.if exists(${X11BASE}/bin/XFree86) -BROKEN= hangs on startup with XFree84 4.x.x -.endif - post-patch: @${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;' \ @@ -38,6 +34,9 @@ post-configure: post-install: ${RM} -rf ${PREFIX}/share/licq/qt-gui/locale +.if exists(${X11BASE}/bin/XFree86) + @${CAT} ${PKGMESSAGE} +.endif .include <bsd.port.pre.mk> .if defined(WITH_LICQ_DEVEL) diff --git a/net/licq-qt-gui/pkg-message b/net/licq-qt-gui/pkg-message new file mode 100644 index 000000000000..45f39d49e8ec --- /dev/null +++ b/net/licq-qt-gui/pkg-message @@ -0,0 +1,6 @@ +--------------------------------------------------- + +To run this licq with qt and Xfree86 4.x.x +you must start it with "licq -- -noxim" + +--------------------------------------------------- |