diff options
author | naddy <naddy@FreeBSD.org> | 2003-04-28 01:30:07 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-04-28 01:30:07 +0800 |
commit | f6e12940c2710fa2fb1571e173770839445bff73 (patch) | |
tree | 32938bfad4d806e7c09178fbf86400f0148601b4 /misc/yaunc/files | |
parent | 0d23535dd998b5ad994379a72d36d090dd2c3470 (diff) | |
download | freebsd-ports-graphics-f6e12940c2710fa2fb1571e173770839445bff73.tar.gz freebsd-ports-graphics-f6e12940c2710fa2fb1571e173770839445bff73.tar.zst freebsd-ports-graphics-f6e12940c2710fa2fb1571e173770839445bff73.zip |
Update to 1.00. Inspired by
PR: 51448
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'misc/yaunc/files')
-rw-r--r-- | misc/yaunc/files/patch-Makefile | 24 | ||||
-rw-r--r-- | misc/yaunc/files/patch-ac | 14 | ||||
-rw-r--r-- | misc/yaunc/files/patch-ae | 36 | ||||
-rw-r--r-- | misc/yaunc/files/patch-yaunc.h (renamed from misc/yaunc/files/patch-my_hdrs.h) | 8 |
4 files changed, 35 insertions, 47 deletions
diff --git a/misc/yaunc/files/patch-Makefile b/misc/yaunc/files/patch-Makefile new file mode 100644 index 00000000000..2ac18238354 --- /dev/null +++ b/misc/yaunc/files/patch-Makefile @@ -0,0 +1,24 @@ + +$FreeBSD$ + +--- Makefile.orig Sun Apr 27 19:23:16 2003 ++++ Makefile Sun Apr 27 19:23:38 2003 +@@ -1,7 +1,7 @@ + # Compiler, flags, etc... +-CC = cc ++#CC = cc + #CFLAGS = -Wall -g -DDEBUG2 -DDEBUG1 +-CFLAGS=-Wall -O2 ++#CFLAGS=-Wall -O2 + + # program variables + FILENAME = yaunc +@@ -12,7 +12,7 @@ + + # platform dependant stuff has the appropriate suffix :) + OBJ1 = read_conf.o usage.o unp_error.o encode.o unp_sock_wrappers.o \ +- unp_inet_pton.o unp_inet_ntop.o unp_wraplib.o send_data.o \ ++ unp_wraplib.o send_data.o \ + resolv.o daemon_init.o sigfuncs.o inlines.o + OBJ_LIN = $(OBJ1) linux_funcs.o + OBJ_SUN = $(OBJ1) get_ut_proc.o diff --git a/misc/yaunc/files/patch-ac b/misc/yaunc/files/patch-ac index 95539380ef7..7176a089aa3 100644 --- a/misc/yaunc/files/patch-ac +++ b/misc/yaunc/files/patch-ac @@ -1,14 +1,14 @@ ---- usage.c.orig Wed Jul 26 09:38:02 2000 -+++ usage.c Mon Dec 25 20:10:10 2000 -@@ -10,9 +10,9 @@ + +$FreeBSD$ + +--- usage.c.orig Sun Apr 27 19:11:03 2003 ++++ usage.c Sun Apr 27 19:11:26 2003 +@@ -10,7 +10,7 @@ fprintf(stderr, "\n"); fprintf(stderr, "Options:\n"); fprintf(stderr, "\t-f <config file> - use the specified config file instead of \n"); - fprintf(stderr, "\t of /etc/yaunc.conf\n"); -+ fprintf(stderr, "\t " SYSCONFDIR "/yaunc.conf\n"); - fprintf(stderr, "\t-d <0/1> - turn daemon mode off/on\n"); -- fprintf(stderr, "\t-l <0/1> - specify logging off/on"); -+ fprintf(stderr, "\t-l <0/1> - specify logging off/on\n"); ++ fprintf(stderr, "\t of " CONFFILE "\n"); fprintf(stderr, "\t-h - display this help\n"); fprintf(stderr, "\n"); exit(0); diff --git a/misc/yaunc/files/patch-ae b/misc/yaunc/files/patch-ae deleted file mode 100644 index ea17e1f4202..00000000000 --- a/misc/yaunc/files/patch-ae +++ /dev/null @@ -1,36 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Sun Dec 24 02:37:08 2000 -+++ Makefile.in Sun Dec 22 16:34:26 2002 -@@ -71,7 +71,7 @@ - - bin_PROGRAMS = yaunc - --yaunc_SOURCES = daemon_init.c form_data.c inlines.c main.c misc.c read_conf.c resolv.c send_data.c sigfuncs.c unp_error.c unp_inet_ntop.c unp_inet_pton.c unp_sock_wrappers.c unp_wraplib.c usage.c os_specific.c my_hdrs.h yaunc.h -+yaunc_SOURCES = daemon_init.c form_data.c inlines.c main.c misc.c read_conf.c resolv.c send_data.c sigfuncs.c unp_error.c unp_sock_wrappers.c unp_wraplib.c usage.c os_specific.c my_hdrs.h yaunc.h - - - EXTRA_yaunc_SOURCES = get_ut_bsd.c get_ut_sun.c get_ut_linux.c -@@ -83,8 +83,8 @@ - # To tell automake that these should go in the tar - EXTRA_DIST = $(man_MANS) $(sysconf_DATA) TO-DO - --CFLAGS = @CFLAGS@ -Wall -Werror -DSYSCONFDIR=\"$(sysconfdir)\" --LDFLAGS = @LDFLAGS@ -Wall -Werror -+CFLAGS = @CFLAGS@ -DSYSCONFDIR=\"$(sysconfdir)\" -+LDFLAGS = @LDFLAGS@ - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = config.h -@@ -96,8 +96,8 @@ - CPPFLAGS = @CPPFLAGS@ - LIBS = @LIBS@ - yaunc_OBJECTS = daemon_init.o form_data.o inlines.o main.o misc.o \ --read_conf.o resolv.o send_data.o sigfuncs.o unp_error.o unp_inet_ntop.o \ --unp_inet_pton.o unp_sock_wrappers.o unp_wraplib.o usage.o os_specific.o -+read_conf.o resolv.o send_data.o sigfuncs.o unp_error.o \ -+unp_sock_wrappers.o unp_wraplib.o usage.o os_specific.o - yaunc_LDADD = $(LDADD) - yaunc_DEPENDENCIES = - yaunc_LDFLAGS = diff --git a/misc/yaunc/files/patch-my_hdrs.h b/misc/yaunc/files/patch-yaunc.h index 521ba734138..23832978b8e 100644 --- a/misc/yaunc/files/patch-my_hdrs.h +++ b/misc/yaunc/files/patch-yaunc.h @@ -1,10 +1,10 @@ $FreeBSD$ ---- my_hdrs.h.orig Thu Mar 23 03:32:02 2000 -+++ my_hdrs.h Sun Dec 22 16:33:44 2002 -@@ -34,8 +34,6 @@ - ssize_t Recvfrom(int, void *, size_t, int, struct sockaddr *, socklen_t *); +--- yaunc.h.orig Fri Mar 14 07:14:11 2003 ++++ yaunc.h Sun Apr 27 19:15:49 2003 +@@ -107,8 +107,6 @@ + int Socket(int, int, int ); /* other networking function */ -int inet_pton(int, const char *, void *); |