aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-02-22 07:48:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-02-22 07:48:48 +0000
commitc44988a97b1280f99cb7c0dfd3cdd32bfe99f84f (patch)
tree6c6c92b0d5b8abefda4238c73b4eff0a9412452a /deskutils
parent6a2cd0402bb3d3444e512006a7f6fa721c4d7860 (diff)
downloadports-c44988a97b1280f99cb7c0dfd3cdd32bfe99f84f.tar.gz
ports-c44988a97b1280f99cb7c0dfd3cdd32bfe99f84f.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/fusenshi/Makefile31
-rw-r--r--deskutils/fusenshi/distinfo2
-rw-r--r--deskutils/fusenshi/files/patch-po-Makefile14
-rw-r--r--deskutils/fusenshi/files/patch-src-Makefile28
-rw-r--r--deskutils/fusenshi/files/patch-src-fio_filemanager.cpp20
-rw-r--r--deskutils/fusenshi/files/patch-src_net_fusenshisslclientsocket.cpp20
-rw-r--r--deskutils/fusenshi/files/patch-src_net_fusenshisslserversocket.cpp22
-rw-r--r--deskutils/fusenshi/files/patch-src_wnd_fusenshieditdialog.cpp16
-rw-r--r--deskutils/fusenshi/files/patch-src_wnd_propertydialog.cpp15
-rw-r--r--deskutils/fusenshi/pkg-descr4
-rw-r--r--deskutils/fusenshi/pkg-plist4
12 files changed, 0 insertions, 177 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index d28030b07396..fbca17aaacd9 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -52,7 +52,6 @@
SUBDIR += flameshot
SUBDIR += freemind
SUBDIR += freeplane
- SUBDIR += fusenshi
SUBDIR += ganttproject
SUBDIR += ganyremote
SUBDIR += gbirthday
diff --git a/deskutils/fusenshi/Makefile b/deskutils/fusenshi/Makefile
deleted file mode 100644
index d3acd79dd2a8..000000000000
--- a/deskutils/fusenshi/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Masanori OZAWA (ozawa@ongs.co.jp)
-# $FreeBSD$
-
-PORTNAME= fusenshi
-PORTVERSION= 0.9.0
-PORTREVISION= 18
-CATEGORIES= deskutils
-MASTER_SITES= http://www.ongs.co.jp/projects/fusenshi/
-
-MAINTAINER= ozawa@ongs.co.jp
-COMMENT= Post-it(R) like application with network support
-
-USES= compiler:c++11-lang gettext pkgconfig tar:tgz
-USE_CXXSTD= c++11
-USE_GNOME= gtkmm24 gtksourceview libxml2
-USE_XORG= x11
-MAKE_JOBS_UNSAFE= yes
-CXXFLAGS+= -D_WANT_SEMUN
-
-.ifdef WITHOUT_SSL
-MAKE_ARGS+= WITHOUT_SSL=yes
-.else
-LIB_DEPENDS+= libgnutls.so:security/gnutls
-.endif
-
-BROKEN_aarch64= Fails to compile: error: cast from pointer to smaller type loses information
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fusenshi
-
-.include <bsd.port.mk>
diff --git a/deskutils/fusenshi/distinfo b/deskutils/fusenshi/distinfo
deleted file mode 100644
index 7209960dbf18..000000000000
--- a/deskutils/fusenshi/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (fusenshi-0.9.0.tgz) = 96a15ab6ba8bb3350f842b802f5625042c2b1ac65351f26397e95ea041c073d8
-SIZE (fusenshi-0.9.0.tgz) = 103142
diff --git a/deskutils/fusenshi/files/patch-po-Makefile b/deskutils/fusenshi/files/patch-po-Makefile
deleted file mode 100644
index 83accc4e8556..000000000000
--- a/deskutils/fusenshi/files/patch-po-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- po/Makefile.orig 2014-07-05 00:12:52.864252821 +0800
-+++ po/Makefile 2014-07-05 00:13:07.164234705 +0800
-@@ -51,9 +51,9 @@ update-po: build-po
- msgmerge ${LANG}.po ${GETTEXT_PACKAGE}.pot -o ${LANG}.po
-
- install:
-- install -d -m 755 ${PACKAGE_LOCALE_DIR}/${LANG}/LC_MESSAGES
-+ install -d -m 755 $(DESTDIR)${PACKAGE_LOCALE_DIR}/${LANG}/LC_MESSAGES
- install -c -m 644 ${LANG}.gmo \
-- ${PACKAGE_LOCALE_DIR}/${LANG}/LC_MESSAGES/${GETTEXT_PACKAGE}.mo
-+ $(DESTDIR)${PACKAGE_LOCALE_DIR}/${LANG}/LC_MESSAGES/${GETTEXT_PACKAGE}.mo
-
- clean:
- rm -f ${LANG}.gmo
diff --git a/deskutils/fusenshi/files/patch-src-Makefile b/deskutils/fusenshi/files/patch-src-Makefile
deleted file mode 100644
index 8621cfaf4c58..000000000000
--- a/deskutils/fusenshi/files/patch-src-Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
---- src/Makefile.orig 2014-07-05 00:11:32.020240534 +0800
-+++ src/Makefile 2014-07-05 00:12:26.524236990 +0800
-@@ -34,7 +34,7 @@
- .include "../Makefile.inc"
-
- LIB_DEPS= gtkmm-2.4 gdkmm-2.4 atkmm-1.6 pangomm-1.4 gtksourceview-1.0 \
-- gthread-2.0 libxml-2.0
-+ gthread-2.0 libxml-2.0 x11
-
- #ifndef WITHOUT_SSL
- LIB_DEPS+= gnutls
-@@ -98,12 +98,12 @@
- ${CXX} ${CXXFLAGS} -o ${<:.cpp=.o} -c $<
-
- install:
-- install -c -m 755 ${TARGET} ${PREFIX}/bin/
-- install -d -m 755 ${PACKAGE_DATA_DIR}/${TARGET}/pixmaps
-+ install -c -m 755 ${TARGET} $(DESTDIR)${PREFIX}/bin/
-+ install -d -m 755 $(DESTDIR)${PACKAGE_DATA_DIR}/${TARGET}/pixmaps
- install -c -m 644 ../pixmaps/${TARGET}.xpm \
-- ${PACKAGE_DATA_DIR}/${TARGET}/pixmaps/
-+ $(DESTDIR)${PACKAGE_DATA_DIR}/${TARGET}/pixmaps/
- install -c -m 644 ../pixmaps/${TARGET}_small.xpm \
-- ${PACKAGE_DATA_DIR}/${TARGET}/pixmaps/
-+ $(DESTDIR)${PACKAGE_DATA_DIR}/${TARGET}/pixmaps/
-
- clean:
- rm -f ${OBJ}
diff --git a/deskutils/fusenshi/files/patch-src-fio_filemanager.cpp b/deskutils/fusenshi/files/patch-src-fio_filemanager.cpp
deleted file mode 100644
index 2a919e359520..000000000000
--- a/deskutils/fusenshi/files/patch-src-fio_filemanager.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/fio/filemanager.cpp.orig 2008-09-15 16:42:48.000000000 +0000
-+++ src/fio/filemanager.cpp 2008-09-15 16:46:08.000000000 +0000
-@@ -42,7 +42,7 @@
-
- static guint HashFunc(gconstpointer pKey)
- {
--#ifdef __amd64__
-+#if defined __amd64__ || defined __sparc64__ || defined __ia64__
- u_int64_t nKey = (u_int64_t)pKey;
- #else
- u_int32_t nKey = (u_int32_t)pKey;
-@@ -85,7 +85,7 @@
- LP_SEARCH_DATA lpData = (LP_SEARCH_DATA)data;
-
- if (strcmp(lpData->pFileName, (const gchar*)value) == 0) {
--#ifdef __amd64__
-+#if defined __amd64__ || defined __sparc64__ || defined __ia64__
- lpData->result = (u_int64_t)key;
- #else
- lpData->result = (u_int32_t)key;
diff --git a/deskutils/fusenshi/files/patch-src_net_fusenshisslclientsocket.cpp b/deskutils/fusenshi/files/patch-src_net_fusenshisslclientsocket.cpp
deleted file mode 100644
index bbfa80624d3a..000000000000
--- a/deskutils/fusenshi/files/patch-src_net_fusenshisslclientsocket.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/net/fusenshisslclientsocket.cpp.orig 2007-04-02 10:44:52 UTC
-+++ src/net/fusenshisslclientsocket.cpp
-@@ -52,9 +52,6 @@ bool FusenshiSSLClientSocket::connect(un
- {
- // 通信を暗号化しますが、ホストの証明は行いません。
- int ret;
-- const int cert_priority[] = {
-- GNUTLS_CRT_X509, 0
-- };
-
- if (NULL != m_session) close();
-
-@@ -64,7 +61,6 @@ bool FusenshiSSLClientSocket::connect(un
-
- gnutls_init(&m_session, GNUTLS_CLIENT);
- gnutls_set_default_priority(m_session);
-- gnutls_certificate_type_set_priority(m_session, cert_priority);
-
- gnutls_credentials_set(m_session, GNUTLS_CRD_CERTIFICATE, cert);
-
diff --git a/deskutils/fusenshi/files/patch-src_net_fusenshisslserversocket.cpp b/deskutils/fusenshi/files/patch-src_net_fusenshisslserversocket.cpp
deleted file mode 100644
index 0445869b673a..000000000000
--- a/deskutils/fusenshi/files/patch-src_net_fusenshisslserversocket.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/net/fusenshisslserversocket.cpp.orig 2007-04-02 10:44:52 UTC
-+++ src/net/fusenshisslserversocket.cpp
-@@ -56,9 +56,6 @@ public:
- bool sslAccept(int sock)
- {
- int ret;
-- const int cert_priority[] = {
-- GNUTLS_CRT_X509, 0
-- };
-
- m_socket = sock;
-
-@@ -69,8 +66,7 @@ public:
- if (!cert) return false;
-
- gnutls_init(&m_session, GNUTLS_SERVER);
-- gnutls_set_default_export_priority(m_session);
-- gnutls_certificate_type_set_priority(m_session, cert_priority);
-+ gnutls_set_default_priority(m_session);
-
- gnutls_credentials_set(m_session, GNUTLS_CRD_CERTIFICATE, cert);
- gnutls_certificate_server_set_request(m_session, GNUTLS_CERT_REQUIRE);
diff --git a/deskutils/fusenshi/files/patch-src_wnd_fusenshieditdialog.cpp b/deskutils/fusenshi/files/patch-src_wnd_fusenshieditdialog.cpp
deleted file mode 100644
index a8812353c682..000000000000
--- a/deskutils/fusenshi/files/patch-src_wnd_fusenshieditdialog.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/wnd/fusenshieditdialog.cpp.orig 2007-06-25 08:19:21.000000000 +0200
-+++ src/wnd/fusenshieditdialog.cpp 2010-04-07 17:50:35.000000000 +0200
-@@ -423,10 +423,10 @@ void FusenshiEditDialog::on_fontname_cli
- fontdlg.set_title(_("Font:"));
- fontdlg.set_transient_for(*this);
- fontdlg.get_apply_button()->hide();
--
-- fontdlg.get_font_selection()->set_font_name(m_cFontName.get_text());
-+
-+ fontdlg.set_font_name(m_cFontName.get_text());
-
- if (Gtk::RESPONSE_OK == fontdlg.run()) {
-- m_cFontName.set_text(fontdlg.get_font_selection()->get_font_name());
-+ m_cFontName.set_text(fontdlg.get_font_name());
- }
- }
diff --git a/deskutils/fusenshi/files/patch-src_wnd_propertydialog.cpp b/deskutils/fusenshi/files/patch-src_wnd_propertydialog.cpp
deleted file mode 100644
index 0cbe0cba901b..000000000000
--- a/deskutils/fusenshi/files/patch-src_wnd_propertydialog.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/wnd/propertydialog.cpp.orig 2010-04-07 17:27:39.000000000 +0200
-+++ src/wnd/propertydialog.cpp 2010-04-07 17:28:12.000000000 +0200
-@@ -471,10 +471,10 @@ void PropertyDialog::on_fontname_clicked
- fontdlg.set_transient_for(*this);
- fontdlg.get_apply_button()->hide();
-
-- fontdlg.get_font_selection()->set_font_name(m_cFontName.get_text());
-+ fontdlg.set_font_name(m_cFontName.get_text());
-
- if (Gtk::RESPONSE_OK == fontdlg.run()) {
-- m_cFontName.set_text(fontdlg.get_font_selection()->get_font_name());
-+ m_cFontName.set_text(fontdlg.get_font_name());
- }
- }
-
diff --git a/deskutils/fusenshi/pkg-descr b/deskutils/fusenshi/pkg-descr
deleted file mode 100644
index 3e51929919c6..000000000000
--- a/deskutils/fusenshi/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Fusenshi is a Post-it(R) like application. You can take notes on your
-desktop and send them to others with it.
-
-WWW: http://www.ongs.co.jp/projects/fusenshi/
diff --git a/deskutils/fusenshi/pkg-plist b/deskutils/fusenshi/pkg-plist
deleted file mode 100644
index 21cb36fdd024..000000000000
--- a/deskutils/fusenshi/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/fusenshi
-%%DATADIR%%/pixmaps/fusenshi.xpm
-%%DATADIR%%/pixmaps/fusenshi_small.xpm
-share/locale/ja/LC_MESSAGES/fusenshi.mo