aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-04-11 01:14:02 +0800
committermiwi <miwi@FreeBSD.org>2007-04-11 01:14:02 +0800
commitb8864c83954e595934515b601f2940ae08da2a62 (patch)
tree2343bd2d5c88ad98707ca7290faf753c6e7945a3 /deskutils
parente7c84a5020758bade4ad8cc107ed3940a30e766e (diff)
downloadfreebsd-ports-gnome-b8864c83954e595934515b601f2940ae08da2a62.tar.gz
freebsd-ports-gnome-b8864c83954e595934515b601f2940ae08da2a62.tar.zst
freebsd-ports-gnome-b8864c83954e595934515b601f2940ae08da2a62.zip
2007-04-10 audio/x4x: Does not build
2007-04-10 audio/marlin: does not build with new nautilus-cd-burner 2007-04-10 chinese/tatter-tools: Incorrect pkg-plist 2007-04-10 chinese/vim-scdoc: Does not build 2007-04-10 databases/mergeant: does not build with new libgnomedb 2007-04-10 databases/pecl-paradox: Does not compile 2007-04-10 deskutils/yank: Incomplete pkg-plist
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/yank/Makefile40
-rw-r--r--deskutils/yank/distinfo3
-rw-r--r--deskutils/yank/files/patch-src__fileio.c15
-rw-r--r--deskutils/yank/files/patch-src__preferences.c79
-rw-r--r--deskutils/yank/files/patch-src__util.c12
-rw-r--r--deskutils/yank/files/patch-src__yank.schemas29
-rw-r--r--deskutils/yank/pkg-descr10
-rw-r--r--deskutils/yank/pkg-plist19
9 files changed, 0 insertions, 208 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index d0ffd4b0af37..4e2648a9a6a8 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -211,7 +211,6 @@
SUBDIR += xpostitPlus
SUBDIR += xrolo
SUBDIR += xwrits
- SUBDIR += yank
SUBDIR += zorro
.include <bsd.port.subdir.mk>
diff --git a/deskutils/yank/Makefile b/deskutils/yank/Makefile
deleted file mode 100644
index 9b0acec6928e..000000000000
--- a/deskutils/yank/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: yank
-# Date created: 28 November 1999
-# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= yank
-PORTVERSION= 0.2.1
-CATEGORIES= deskutils gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= yank
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A simple notekeeper and todo-list manager for GNOME
-
-BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
-RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
-
-BROKEN= Incomplete pkg-plist
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2007-04-10
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GNOME= gal gconf gnomehack gnomeprefix gnomeprint
-USE_GETTEXT= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_SUB= VERSION="${PORTVERSION}"
-
-GCONF_SCHEMAS= yank.schemas
-
-post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|_la_LDFLAGS =|& -avoid-version|g'
-
-.include <bsd.port.mk>
diff --git a/deskutils/yank/distinfo b/deskutils/yank/distinfo
deleted file mode 100644
index 696b51671b36..000000000000
--- a/deskutils/yank/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (yank-0.2.1.tar.bz2) = e490f4be72a6e3728d0eed8a03bd4c55
-SHA256 (yank-0.2.1.tar.bz2) = a7241ceba0adc9f0577b223604fb935d7e626f69bccc3be23d3c5771dcb0773a
-SIZE (yank-0.2.1.tar.bz2) = 316939
diff --git a/deskutils/yank/files/patch-src__fileio.c b/deskutils/yank/files/patch-src__fileio.c
deleted file mode 100644
index 799bae709d70..000000000000
--- a/deskutils/yank/files/patch-src__fileio.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/fileio.c.orig Wed Oct 10 15:01:40 2001
-+++ src/fileio.c Sat Apr 15 23:53:31 2006
-@@ -1414,6 +1414,12 @@
- gchar *txt;
- gint stat;
-
-+ if (filename != NULL)
-+ {
-+ return;
-+ /* notreached */
-+ }
-+
- files = recent_files_get_list();
- if (files == NULL)
- {
diff --git a/deskutils/yank/files/patch-src__preferences.c b/deskutils/yank/files/patch-src__preferences.c
deleted file mode 100644
index 43638ae53849..000000000000
--- a/deskutils/yank/files/patch-src__preferences.c
+++ /dev/null
@@ -1,79 +0,0 @@
---- src/preferences.c.orig Thu Jun 21 12:24:14 2001
-+++ src/preferences.c Sat Apr 15 23:53:31 2006
-@@ -631,10 +631,22 @@
- client, "/apps/yank/global/no_icons_in_tree", NULL);
- preferences.note_font = gconf_client_get_string(
- client, "/apps/yank/global/note_font", NULL);
-+ if (preferences.note_font == "0") {
-+ g_free(preferences.note_font);
-+ preferences.note_font = NULL;
-+ }
- preferences.note_tree_font = gconf_client_get_string(
- client, "/apps/yank/global/note_tree_font", NULL);
-+ if (preferences.note_tree_font == "0") {
-+ g_free(preferences.note_tree_font);
-+ preferences.note_tree_font = NULL;
-+ }
- preferences.todolist_font = gconf_client_get_string(
- client, "/apps/yank/global/todolist_font", NULL);
-+ if (preferences.todolist_font == "0") {
-+ g_free(preferences.todolist_font);
-+ preferences.todolist_font = NULL;
-+ }
- preferences.use_custom_font = gconf_client_get_int(
- client, "/apps/yank/global/use_custom_font", NULL);
- preferences.sorting_mode = gconf_client_get_int(
-@@ -1468,11 +1480,14 @@
- {
- gnome_font_picker_set_font_name(GNOME_FONT_PICKER(b_note_fontp),
- preferences.note_font);
-- }
-+ } else {
-+ gnome_font_picker_set_font_name(GNOME_FONT_PICKER(b_note_fontp),
-+ NULL);
-+ }
- gnome_font_picker_set_title(GNOME_FONT_PICKER(b_note_fontp),
- _("Note font"));
-- gnome_font_picker_set_mode(GNOME_FONT_PICKER(b_note_fontp),
-- GNOME_FONT_PICKER_MODE_FONT_INFO);
-+// gnome_font_picker_set_mode(GNOME_FONT_PICKER(b_note_fontp),
-+// GNOME_FONT_PICKER_MODE_FONT_INFO);
- gtk_box_pack_start(GTK_BOX(hbox2), b_note_fontp, FALSE, TRUE, 0);
-
- hbox2 = gtk_hbox_new(FALSE, 4);
-@@ -1486,11 +1501,14 @@
- {
- gnome_font_picker_set_font_name(GNOME_FONT_PICKER(b_note_tree_fontp),
- preferences.note_tree_font);
-- }
-+ } else {
-+ gnome_font_picker_set_font_name(GNOME_FONT_PICKER(b_note_tree_fontp),
-+ NULL);
-+ }
- gnome_font_picker_set_title(GNOME_FONT_PICKER(b_note_tree_fontp),
- _("NoteTree font"));
-- gnome_font_picker_set_mode(GNOME_FONT_PICKER(b_note_tree_fontp),
-- GNOME_FONT_PICKER_MODE_FONT_INFO);
-+// gnome_font_picker_set_mode(GNOME_FONT_PICKER(b_note_tree_fontp),
-+// GNOME_FONT_PICKER_MODE_FONT_INFO);
- gtk_box_pack_start(GTK_BOX(hbox2), b_note_tree_fontp, FALSE, TRUE, 0);
-
- hbox2 = gtk_hbox_new(FALSE, 4);
-@@ -1504,11 +1522,14 @@
- {
- gnome_font_picker_set_font_name(GNOME_FONT_PICKER(b_todolist_fontp),
- preferences.todolist_font);
-- }
-+ } else {
-+ gnome_font_picker_set_font_name(GNOME_FONT_PICKER(b_todolist_fontp),
-+ NULL);
-+ }
- gnome_font_picker_set_title(GNOME_FONT_PICKER(b_todolist_fontp),
- _("Todolist font"));
-- gnome_font_picker_set_mode(GNOME_FONT_PICKER(b_todolist_fontp),
-- GNOME_FONT_PICKER_MODE_FONT_INFO);
-+// gnome_font_picker_set_mode(GNOME_FONT_PICKER(b_todolist_fontp),
-+// GNOME_FONT_PICKER_MODE_FONT_INFO);
- gtk_box_pack_start(GTK_BOX(hbox2), b_todolist_fontp, FALSE, TRUE, 0);
-
- gtk_widget_show_all(vbox);
diff --git a/deskutils/yank/files/patch-src__util.c b/deskutils/yank/files/patch-src__util.c
deleted file mode 100644
index 8167b766666e..000000000000
--- a/deskutils/yank/files/patch-src__util.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/util.c.orig Sun May 27 00:04:25 2001
-+++ src/util.c Sat Apr 15 20:51:09 2006
-@@ -32,8 +32,8 @@
- #include <time.h>
-
- #include <sys/types.h>
--#include <netinet/in.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
- #include <netdb.h>
-
diff --git a/deskutils/yank/files/patch-src__yank.schemas b/deskutils/yank/files/patch-src__yank.schemas
deleted file mode 100644
index f9afedb65f18..000000000000
--- a/deskutils/yank/files/patch-src__yank.schemas
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/yank.schemas.orig Thu Jun 21 12:24:14 2001
-+++ src/yank.schemas Sat Apr 15 23:53:31 2006
-@@ -392,7 +392,7 @@
- <applyto>/apps/yank/global/note_font</applyto>
- <owner>yank</owner>
- <type>string</type>
-- <default>0</default>
-+ <default></default>
- <locale name="C">
- <short>Note font</short>
- <long>Font used for notes.</long>
-@@ -404,7 +404,7 @@
- <applyto>/apps/yank/global/note_tree_font</applyto>
- <owner>yank</owner>
- <type>string</type>
-- <default>0</default>
-+ <default></default>
- <locale name="C">
- <short>Note tree font</short>
- <long>Font used for tree.</long>
-@@ -416,7 +416,7 @@
- <applyto>/apps/yank/global/todolist_font</applyto>
- <owner>yank</owner>
- <type>string</type>
-- <default>0</default>
-+ <default></default>
- <locale name="C">
- <short>Todolist font</short>
- <long>Font used for the todolist.</long>
diff --git a/deskutils/yank/pkg-descr b/deskutils/yank/pkg-descr
deleted file mode 100644
index 3d85571d8c35..000000000000
--- a/deskutils/yank/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Yank is a simple notekeeper and todo-list manager for GNOME.
-
-Features include:
-
-* note organization in a tree structure
-* 3 different types of notes
-* sortable todolist
-* drag & drop support
-
-WWW: http://yank.sourceforge.net/
diff --git a/deskutils/yank/pkg-plist b/deskutils/yank/pkg-plist
deleted file mode 100644
index 70a8b2c35b8c..000000000000
--- a/deskutils/yank/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-bin/yank
-lib/yank/plugins/%%VERSION%%/libGpg.a
-lib/yank/plugins/%%VERSION%%/libGpg.la
-lib/yank/plugins/%%VERSION%%/libGpg.so
-lib/yank/plugins/%%VERSION%%/libGtkSpell.a
-lib/yank/plugins/%%VERSION%%/libGtkSpell.la
-lib/yank/plugins/%%VERSION%%/libGtkSpell.so
-lib/yank/plugins/%%VERSION%%/libPgp5.a
-lib/yank/plugins/%%VERSION%%/libPgp5.la
-lib/yank/plugins/%%VERSION%%/libPgp5.so
-share/gnome/apps/Applications/yank.desktop
-share/gnome/pixmaps/yank.png
-share/locale/de/LC_MESSAGES/yank.mo
-share/locale/ja/LC_MESSAGES/yank.mo
-share/locale/sv/LC_MESSAGES/yank.mo
-share/locale/uk/LC_MESSAGES/yank.mo
-@dirrm lib/yank/plugins/%%VERSION%%
-@dirrm lib/yank/plugins
-@dirrm lib/yank