diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-11-27 12:27:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-11-27 12:27:26 +0000 |
commit | 584a4de6e2fd426c24bb3c88f0532d807bd04f5a (patch) | |
tree | 066a8d631a0cfea9fc3bc2495a23db30eae57281 /net-im/licq-osd | |
parent | 8d08ec5a5635f1fefaa2cf8e8739909be8df21c7 (diff) | |
download | freebsd-ports-584a4de6e2fd426c24bb3c88f0532d807bd04f5a.zip |
- update licq ports to 1.5.0
- use cmake framework
- add license
Diffstat (limited to 'net-im/licq-osd')
-rw-r--r-- | net-im/licq-osd/Makefile | 11 | ||||
-rw-r--r-- | net-im/licq-osd/files/patch-licq-osd.cpp | 11 | ||||
-rw-r--r-- | net-im/licq-osd/pkg-descr | 2 |
3 files changed, 8 insertions, 16 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index d77409c2d9c6..7bb8ac9662ea 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -21,15 +21,16 @@ RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net-im/licq-qt-gui # plugin (gtk+) and wish run osd with it. i've not tested with # plugins other than qt-gui -GNU_CONFIGURE= yes - -LICQ_PORT?= net-im/licq +USE_CMAKE= yes LOCALES= be de cs es fr pt pt_BR ro ru sv sk -PLIST_FILES= lib/licq/licq_osd.la \ - lib/licq/licq_osd.so \ +PLIST_FILES= lib/licq/licq_osd.so \ ${LOCALES:C+^.*$+share/locale/&/LC_MESSAGES/licq_osd_plugin.mo+} +LICQ_PORT?= net-im/licq + .include <bsd.port.pre.mk> + .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" + .include <bsd.port.post.mk> diff --git a/net-im/licq-osd/files/patch-licq-osd.cpp b/net-im/licq-osd/files/patch-licq-osd.cpp deleted file mode 100644 index b912e0ecf1f6..000000000000 --- a/net-im/licq-osd/files/patch-licq-osd.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/licq-osd.cpp.orig Tue Aug 17 20:02:35 2004 -+++ src/licq-osd.cpp Mon Mar 7 18:42:53 2005 -@@ -804,7 +804,7 @@ - - while ((fromsize>0) && (tosize>0)) - { -- if ((int)iconv(conv, (char **)&msgptr, &fromsize, &resptr, &tosize)==-1) -+ if ((int)iconv(conv, (const char**)(&msgptr), &fromsize, &resptr, &tosize)==-1) - { - // array is not enough - if (errno == E2BIG) diff --git a/net-im/licq-osd/pkg-descr b/net-im/licq-osd/pkg-descr index 6f191d00a924..62ac51717686 100644 --- a/net-im/licq-osd/pkg-descr +++ b/net-im/licq-osd/pkg-descr @@ -4,4 +4,6 @@ saw this feature in sim and wanted to have the same functionality in licq. Martin Maurer, martinmaurer@gmx.at +LICENSE: GPL2 or later with execption to link with OpenSSL + WWW: http://sourceforge.net/projects/licq-osd |