diff options
author | pi <pi@FreeBSD.org> | 2017-10-09 01:11:42 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-10-09 01:11:42 +0800 |
commit | 05c5720564a8203e993cc2d70ff77bd8f495fa74 (patch) | |
tree | 7231bc55de3ac5a23f0528edbd7eb9f9230d8e28 /japanese | |
parent | ccbb55f1f18bb68a08d2a354ac5b7841b02dcf30 (diff) | |
download | freebsd-ports-gnome-05c5720564a8203e993cc2d70ff77bd8f495fa74.tar.gz freebsd-ports-gnome-05c5720564a8203e993cc2d70ff77bd8f495fa74.tar.zst freebsd-ports-gnome-05c5720564a8203e993cc2d70ff77bd8f495fa74.zip |
japanese/jd: remove port on request of maintainer
- port is marked BROKEN since april or so
- port is a browser for 2ch.net
- 2ch.net changed their API, so even if fixed, it would no longer work
PR: 218650
Submitted by: townwear@gmail.com (maintainer)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/jd/Makefile | 42 | ||||
-rw-r--r-- | japanese/jd/distinfo | 2 | ||||
-rw-r--r-- | japanese/jd/files/patch-configure.ac | 11 | ||||
-rw-r--r-- | japanese/jd/pkg-descr | 3 |
5 files changed, 0 insertions, 59 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 8a45fd5daa82..01484b984a4b 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -124,7 +124,6 @@ SUBDIR += japaneseAFM SUBDIR += jargon-fpw SUBDIR += jcode.pl - SUBDIR += jd SUBDIR += jed SUBDIR += jishyo SUBDIR += jls diff --git a/japanese/jd/Makefile b/japanese/jd/Makefile deleted file mode 100644 index 158c9bacd5ac..000000000000 --- a/japanese/jd/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Takashi Kato <townwear@gmail.com> -# $FreeBSD$ - -PORTNAME= jd -PORTVERSION= 2.8.9 -DISTVERSIONSUFFIX= -150226 -PORTREVISION= 1 -CATEGORIES= japanese www -MASTER_SITES= SFJP/jd4linux/62877 - -MAINTAINER= townwear@gmail.com -COMMENT= 2ch browser - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= fails to build - -LIB_DEPENDS= libgnutls.so:security/gnutls \ - libgcrypt.so:security/libgcrypt - -USES= autoreconf iconv:translit libtool tar:tgz -USE_GNOME= gtk20 gtkmm24 libgnomeui - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-sessionlib=gnomeui -LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} - -OPTIONS_DEFINE= ONIGURUMA PANGOLAYOUT -ONIGURUMA_DESC= Use oniguruma regular expressions library -PANGOLAYOUT_DESC= Use PANGOLayout instead of PangoGlyphString - -ONIGURUMA_CONFIGURE_WITH= oniguruma -ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma5 - -PANGOLAYOUT_CONFIGURE_WITH= pangolayout - -PLIST_FILES= bin/jd \ - share/applications/jd.desktop \ - share/pixmaps/jd.png - -.include <bsd.port.mk> diff --git a/japanese/jd/distinfo b/japanese/jd/distinfo deleted file mode 100644 index 011237de66b4..000000000000 --- a/japanese/jd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jd-2.8.9-150226.tgz) = f011665d3b2ed6c3b41e28ee3029e511ea248faad142b1a32a89faf1dd5eeb7d -SIZE (jd-2.8.9-150226.tgz) = 770110 diff --git a/japanese/jd/files/patch-configure.ac b/japanese/jd/files/patch-configure.ac deleted file mode 100644 index ba33e83222ef..000000000000 --- a/japanese/jd/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2013-02-10 11:38:45 UTC -+++ configure.ac -@@ -30,7 +30,7 @@ dnl - case "${host_os}" in - freebsd*) - echo "os = freebsd" -- AC_DEFINE(ICONV_CONST, const, "iconv_const") -+ AC_DEFINE(ICONV_CONST, , "iconv_const") - AC_DEFINE(USE_MKTIME, , "use mktime") - ;; - solaris*) diff --git a/japanese/jd/pkg-descr b/japanese/jd/pkg-descr deleted file mode 100644 index ae4a347a13c0..000000000000 --- a/japanese/jd/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -jd - a 2ch browser - -WWW: http://jd4linux.sourceforge.jp/ |