diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-23 08:59:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-23 08:59:35 +0000 |
commit | acb669235c2734bf5cc1ad1bdc6dda896f6b7a42 (patch) | |
tree | 39f81a9414760ae377a53edc7f5a7dcac05d6e48 /chinese | |
parent | 43f3a744211f3897d27998d0f62fda59fd05d331 (diff) | |
download | ports-acb669235c2734bf5cc1ad1bdc6dda896f6b7a42.tar.gz ports-acb669235c2734bf5cc1ad1bdc6dda896f6b7a42.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/xmms/Makefile | 14 | ||||
-rw-r--r-- | chinese/xmms/files/extra-patch-xmms-1.2.x-xfont | 35 |
3 files changed, 0 insertions, 50 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index c4e7dd2ff9b8..f47554252d5a 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -135,7 +135,6 @@ SUBDIR += wordpress-zh_CN SUBDIR += wordpress-zh_TW SUBDIR += xemacs21 - SUBDIR += xmms SUBDIR += xpdf SUBDIR += xsim SUBDIR += ydict diff --git a/chinese/xmms/Makefile b/chinese/xmms/Makefile deleted file mode 100644 index 02977fcb16a7..000000000000 --- a/chinese/xmms/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Created by: Espen Skoglund <esk@ira.uka.de> -# $FreeBSD$ - -CATEGORIES= chinese - -MAINTAINER= ports@FreeBSD.org - -EXPIRATION_DATE= 2014-03-23 - -CONFLICTS= ru-xmms-[0-9]* xmms-[0-9]* -EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-xmms-1.2.x-xfont -MASTERDIR= ${.CURDIR}/../../multimedia/xmms - -.include "${MASTERDIR}/Makefile" diff --git a/chinese/xmms/files/extra-patch-xmms-1.2.x-xfont b/chinese/xmms/files/extra-patch-xmms-1.2.x-xfont deleted file mode 100644 index 912f632e6df3..000000000000 --- a/chinese/xmms/files/extra-patch-xmms-1.2.x-xfont +++ /dev/null @@ -1,35 +0,0 @@ ---- xmms/main.c.orig Fri Dec 28 20:32:28 2001 -+++ xmms/main.c Tue Jan 22 16:43:25 2002 -@@ -331,8 +331,8 @@ - cfg.sticky = FALSE; - cfg.always_show_cb = TRUE; - cfg.convert_underscore = TRUE; -- cfg.convert_twenty = TRUE; -- cfg.show_numbers_in_pl = TRUE; -+ cfg.convert_twenty = FALSE; -+ cfg.show_numbers_in_pl = FALSE; - cfg.snap_windows = TRUE; - cfg.save_window_position = TRUE; - cfg.dim_titlebar = TRUE; -@@ -344,7 +344,8 @@ - cfg.no_playlist_advance = FALSE; - cfg.smooth_title_scroll = TRUE; - cfg.random_skin_on_play = FALSE; -- cfg.mainwin_use_xfont = FALSE; -+ cfg.mainwin_use_xfont = TRUE; -+ cfg.use_fontsets = TRUE; - cfg.use_pl_metadata = TRUE; - - cfg.playlist_x = 295; -@@ -492,9 +493,9 @@ - cfg.mainwin_font = NULL; - } - if (cfg.playlist_font == NULL) -- cfg.playlist_font = g_strdup("-adobe-helvetica-bold-r-*-*-10-*"); -+ cfg.playlist_font = g_strdup("-adobe-helvetica-bold-r-*-*-10-*,-*-bold-r-*-big5-0"); - if (cfg.mainwin_font == NULL) -- cfg.mainwin_font = g_strdup("-adobe-helvetica-medium-r-*-*-8-*"); -+ cfg.mainwin_font = g_strdup("-adobe-helvetica-medium-r-*-*-8-*,-*-medium-r-*-big5-0"); - if (cfg.gentitle_format == NULL) - cfg.gentitle_format = g_strdup("%p - %t"); - if (cfg.outputplugin == NULL) |