diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2019-11-20 21:38:19 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2019-11-20 21:38:19 +0800 |
commit | 1ebd552017f89c5357c7e07dd74429834ceb69bb (patch) | |
tree | 127bc64b9dff291090eebf455c9f5738f070e91c | |
parent | 012235ddf2702003ddb3c7c70041fd2d9a99c96e (diff) | |
download | wspkg-data-1ebd552017f89c5357c7e07dd74429834ceb69bb.tar.gz wspkg-data-1ebd552017f89c5357c7e07dd74429834ceb69bb.tar.zst wspkg-data-1ebd552017f89c5357c7e07dd74429834ceb69bb.zip |
wsbsd: Keep unfetchable ports for now
-rw-r--r-- | wsbsd.files/patches/devel_psvn.patch | 13 | ||||
-rw-r--r-- | wsbsd.files/patches/lang_hugs.patch | 13 | ||||
-rw-r--r-- | wsbsd.files/patches/print_html2ps.patch | 13 | ||||
-rw-r--r-- | wsbsd.files/patches/sysutils_wmcpuload.patch | 13 | ||||
-rw-r--r-- | wsbsd.files/patches/x11_wdm.patch | 13 | ||||
-rw-r--r-- | wsbsd.files/patches/x11_xrestop.patch | 13 |
6 files changed, 78 insertions, 0 deletions
diff --git a/wsbsd.files/patches/devel_psvn.patch b/wsbsd.files/patches/devel_psvn.patch new file mode 100644 index 0000000..e71fc7f --- /dev/null +++ b/wsbsd.files/patches/devel_psvn.patch @@ -0,0 +1,13 @@ +Index: devel/psvn/Makefile +=================================================================== +--- devel/psvn/Makefile (revision 517746) ++++ devel/psvn/Makefile (working copy) +@@ -13,8 +13,6 @@ + MAINTAINER= yasu@utahime.org + COMMENT= Subversion interface for Emacs + +-BROKEN= unfetchable +- + LICENSE= GPLv2+ + + RUN_DEPENDS= svn:devel/subversion diff --git a/wsbsd.files/patches/lang_hugs.patch b/wsbsd.files/patches/lang_hugs.patch new file mode 100644 index 0000000..fa6220d --- /dev/null +++ b/wsbsd.files/patches/lang_hugs.patch @@ -0,0 +1,13 @@ +Index: lang/hugs/Makefile +=================================================================== +--- lang/hugs/Makefile (revision 517746) ++++ lang/hugs/Makefile (working copy) +@@ -11,8 +11,6 @@ + MAINTAINER= haskell@FreeBSD.org + COMMENT= Interpreter for the functional programming language Haskell 98 + +-BROKEN= unfetchable +- + BROKEN_armv6= fails to compile: cppinput.c: invalid preprocessing directive \#! + BROKEN_armv7= fails to compile: cppinput.c: invalid preprocessing directive \#! + diff --git a/wsbsd.files/patches/print_html2ps.patch b/wsbsd.files/patches/print_html2ps.patch new file mode 100644 index 0000000..ed5eedc --- /dev/null +++ b/wsbsd.files/patches/print_html2ps.patch @@ -0,0 +1,13 @@ +Index: print/html2ps/Makefile +=================================================================== +--- print/html2ps/Makefile (revision 517746) ++++ print/html2ps/Makefile (working copy) +@@ -12,8 +12,6 @@ + MAINTAINER= hrs@FreeBSD.org + COMMENT= HTML to PostScript converter + +-BROKEN= unfetchable +- + LICENSE= GPLv2 + LICENSE_FILE= ${WRKSRC}/COPYING + diff --git a/wsbsd.files/patches/sysutils_wmcpuload.patch b/wsbsd.files/patches/sysutils_wmcpuload.patch new file mode 100644 index 0000000..af2379d --- /dev/null +++ b/wsbsd.files/patches/sysutils_wmcpuload.patch @@ -0,0 +1,13 @@ +Index: sysutils/wmcpuload/Makefile +=================================================================== +--- sysutils/wmcpuload/Makefile (revision 517746) ++++ sysutils/wmcpuload/Makefile (working copy) +@@ -10,8 +10,6 @@ + MAINTAINER= xride@FreeBSD.org + COMMENT= "lcd" dockapp for windowmaker, which displays the current cpuload + +-BROKEN= unfetchable +- + USES= tar:bzip2 xorg + USE_XORG= xpm + GNU_CONFIGURE= yes diff --git a/wsbsd.files/patches/x11_wdm.patch b/wsbsd.files/patches/x11_wdm.patch new file mode 100644 index 0000000..7b1ef9b --- /dev/null +++ b/wsbsd.files/patches/x11_wdm.patch @@ -0,0 +1,13 @@ +Index: x11/wdm/Makefile +=================================================================== +--- x11/wdm/Makefile (revision 517746) ++++ x11/wdm/Makefile (working copy) +@@ -17,8 +17,6 @@ + MAINTAINER= xride@FreeBSD.org + COMMENT= WINGs Display Manager; an xdm replacement + +-BROKEN= unfetchable +- + LIB_DEPENDS= libWINGs.so:x11-wm/windowmaker + + NOT_FOR_ARCHS= sparc64 diff --git a/wsbsd.files/patches/x11_xrestop.patch b/wsbsd.files/patches/x11_xrestop.patch new file mode 100644 index 0000000..9445b5d --- /dev/null +++ b/wsbsd.files/patches/x11_xrestop.patch @@ -0,0 +1,13 @@ +Index: x11/xrestop/Makefile +=================================================================== +--- x11/xrestop/Makefile (revision 517746) ++++ x11/xrestop/Makefile (working copy) +@@ -10,8 +10,6 @@ + MAINTAINER= bland@FreeBSD.org + COMMENT= X11 server side resource usage statistics monitor + +-BROKEN= unfetchable +- + USES= gmake pkgconfig ncurses xorg + USE_XORG= x11 xext xrender xt xres xorgproto + GNU_CONFIGURE= yes |