diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /net-im/kmerlin/files/patch-src_Makefile.in | |
parent | Remove support for Qt3/kde in preparation for full Qt3/kde3 removal (diff) |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Diffstat (limited to 'net-im/kmerlin/files/patch-src_Makefile.in')
-rw-r--r-- | net-im/kmerlin/files/patch-src_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/kmerlin/files/patch-src_Makefile.in b/net-im/kmerlin/files/patch-src_Makefile.in deleted file mode 100644 index ef2e48cefb26..000000000000 --- a/net-im/kmerlin/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Tue Jun 22 19:41:52 2004 -+++ src/Makefile.in Tue Jun 22 19:42:18 2004 -@@ -251,7 +251,7 @@ - kmerlin_LDFLAGS = $(KDE_RPATH) $(all_libraries) - - # the libraries to link against. --kmerlin_LDADD = ./setting/libsetting.a ./chat/libchat.a $(LIB_KFILE) $(compat_lib) -+kmerlin_LDADD = ./setting/libsetting.a ./chat/libchat.a $(LIB_KFILE) $(compat_lib) $(LIBPTHREAD) - - # which sources should be compiled for kmerlin - #>- kmerlin_SOURCES = main.cpp kmerlin.cpp kmerlinview.cpp kmerliniface.skel kmcontact.cpp kmcontact.h kmservice.h kmservice.cpp kmchatservice.h kmchatservice.cpp qcategorywidget.cpp qcategorywidget.h kmgroup.h kmgroup.cpp connectwidget.ui kmerlinprofile.cpp kmerlinprofile.h kmtextreplace.cpp kmtextreplace.h kmemotionicon.cpp kmemotionicon.h imchatservice.cpp imchatservice.h imfilereceive.cpp imfilereceive.h kmcontactaction.cpp kmcontactaction.h kmerlinnotify.cpp kmerlinnotify.h kmerlindock.h kmerlindock.cpp xautolock.cpp xautolock.h CContactWidget.cpp CContactWidget.h login.ui authdlg.ui authdlg.ui.h login.ui.h groupdlg.ui groupdlg.ui.h |