summaryrefslogtreecommitdiff
path: root/net/wizd/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/wizd/files')
-rw-r--r--net/wizd/files/patch-Makefile33
-rw-r--r--net/wizd/files/patch-nkfwrap-Makefile10
-rw-r--r--net/wizd/files/patch-nkfwrap__nkfwrap_test.c8
-rw-r--r--net/wizd/files/patch-wizd_http.c20
-rw-r--r--net/wizd/files/patch-wizd_menu.c20
-rw-r--r--net/wizd/files/wizd.in29
6 files changed, 0 insertions, 120 deletions
diff --git a/net/wizd/files/patch-Makefile b/net/wizd/files/patch-Makefile
deleted file mode 100644
index 175f9e75de69..000000000000
--- a/net/wizd/files/patch-Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
---- Makefile.orig 2013-11-12 12:35:19.000000000 +0100
-+++ Makefile 2013-11-12 15:41:42.000000000 +0100
-@@ -5,19 +5,12 @@
- ################################################################################
- .SUFFIXES: .c .o .obj
-
--CC = gcc
--CFLAGS = -pipe -O2 -Wall
--CFLAGS += -g # debug symbols
- CFLAGS += -D_FILE_OFFSET_BITS=64
- CFLAGS += -D_LARGEFILE_SOURCE
- ### -- If you dont want to use JPEG resize feature, comment it out.
- CFLAGS += -DRESIZE_JPEG
--CFLAGS += -I/usr/local/include
--LDFLAGS += -static -L/usr/local/lib -ljpeg -ldvdread
--
--# keep the following lines only if you have the w32api library
--LDFLAGS += -L/lib/w32api -lole32 -luuid
--CFLAGS += -DHAVE_W32API
-+CFLAGS += -I${LOCALBASE}/include
-+LDFLAGS += -L${LOCALBASE}/lib -ljpeg -ldvdread -lm -lcompat
-
- ### --
- LDFLAGS += -s # strip symbols
-@@ -215,7 +208,7 @@
- myavinfo.o wizd_aviread.o
-
- nkfwrap/nkfwrap.o:
-- cd nkfwrap; $(MAKE) all
-+ $(MAKE) -C nkfwrap all
-
- .c.o:
- $(CC) $(CFLAGS) -c $< -o $@
diff --git a/net/wizd/files/patch-nkfwrap-Makefile b/net/wizd/files/patch-nkfwrap-Makefile
deleted file mode 100644
index 05aeef975bce..000000000000
--- a/net/wizd/files/patch-nkfwrap-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- nkfwrap/Makefile.orig
-+++ nkfwrap/Makefile
-@@ -12,7 +12,6 @@
- $(CC) -shared -o libnkf2.so nkfwrap.o
-
- nkfwrap.o: nkf nkf/nkf.c nkf/utf8tbl.c nkf/config.h nkfwrap.c
-- $(CC) $(CFLAGS) -c nkfwrap.c
-
- nkfwrap_test: nkfwrap_test.o nkfwrap.o
- $(CC) $(CFLAGS) -o nkfwrap_test nkfwrap_test.o nkfwrap.o $(LDFLAGS)
diff --git a/net/wizd/files/patch-nkfwrap__nkfwrap_test.c b/net/wizd/files/patch-nkfwrap__nkfwrap_test.c
deleted file mode 100644
index 53e9628a8322..000000000000
--- a/net/wizd/files/patch-nkfwrap__nkfwrap_test.c
+++ /dev/null
@@ -1,8 +0,0 @@
---- nkfwrap/nkfwrap_test.c.orig 2008-07-02 12:30:10.000000000 +0900
-+++ nkfwrap/nkfwrap_test.c 2008-07-02 13:13:52.000000000 +0900
-@@ -1,4 +1,5 @@
- #include <stdio.h>
-+#include <string.h>
- #include "nkfwrap.h"
-
- int main()
diff --git a/net/wizd/files/patch-wizd_http.c b/net/wizd/files/patch-wizd_http.c
deleted file mode 100644
index 8904b52f868d..000000000000
--- a/net/wizd/files/patch-wizd_http.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- wizd_http.c.orig 2008-07-02 12:30:10.000000000 +0900
-+++ wizd_http.c 2008-07-02 13:12:25.000000000 +0900
-@@ -23,7 +23,9 @@
- #include <dirent.h>
- #include <fcntl.h>
- #include <libgen.h>
-+#ifdef __CYGWIN32__
- #include <sys/cygwin.h>
-+#endif
-
- #include "wizd.h"
- #include "wizd_skin.h"
-@@ -1072,7 +1074,6 @@
- {
- struct stat send_filestat;
- int result;
-- int len;
-
- unsigned char file_extension[16];
-
diff --git a/net/wizd/files/patch-wizd_menu.c b/net/wizd/files/patch-wizd_menu.c
deleted file mode 100644
index d195de9a9bec..000000000000
--- a/net/wizd/files/patch-wizd_menu.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- wizd_menu.c.orig 2008-07-02 12:30:10.000000000 +0900
-+++ wizd_menu.c 2008-07-02 13:14:51.000000000 +0900
-@@ -27,7 +27,9 @@
- #include <errno.h>
- #include <libgen.h>
- #include <regex.h>
-+#ifdef __CYGWIN32__
- #include <sys/cygwin.h>
-+#endif
-
- #include <dvdread/dvd_reader.h>
- #include <dvdread/ifo_types.h>
-@@ -3432,7 +3434,6 @@
- debug_log_output("ext = '%s'", file_info_p[count].ext);
- }
-
-- checkmime:
- if ((mime = lookup_mime_by_ext(file_info_p[count].ext)) == NULL) {
- # ifdef HAVE_W32API
- if (strcmp(file_info_p[count].ext, "lnk") == 0) {
diff --git a/net/wizd/files/wizd.in b/net/wizd/files/wizd.in
deleted file mode 100644
index 4239fec4ba22..000000000000
--- a/net/wizd/files/wizd.in
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: wizd
-# REQUIRE: LOGIN cleanvar
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf to enable wizd:
-# wizd_enable (bool): Set it to "YES" to enable wizd.
-# Default is "NO".
-# wizd_flags (str): Flags passed to widz on startup.
-# Default is "".
-#
-
-. /etc/rc.subr
-
-name="wizd"
-rcvar=wizd_enable
-
-command="%%PREFIX%%/bin/$name"
-command_args="-d"
-required_files="%%PREFIX%%/etc/$name.conf"
-
-load_rc_config $name
-
-: ${wizd_enable="NO"}
-
-run_rc_command "$1"