summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorminskim <minskim>2005-01-08 18:50:35 +0000
committerminskim <minskim>2005-01-08 18:50:35 +0000
commit184aac13803de06b2b142f43302c2e5203b46ab1 (patch)
tree22b54450ee78e37af1160d5de587b3a820656cbe /mbone
parent72e38e8e27ff997d4a39aba2889f09e4b6abf508 (diff)
downloadpkgsrc-184aac13803de06b2b142f43302c2e5203b46ab1.tar.gz
Split patch-ad so that each patch modifies only one file.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/nte/distinfo6
-rw-r--r--mbone/nte/patches/patch-ad54
-rw-r--r--mbone/nte/patches/patch-ah7
-rw-r--r--mbone/nte/patches/patch-ai7
4 files changed, 37 insertions, 37 deletions
diff --git a/mbone/nte/distinfo b/mbone/nte/distinfo
index 3816ad45c19..795822d92b5 100644
--- a/mbone/nte/distinfo
+++ b/mbone/nte/distinfo
@@ -1,11 +1,13 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 14:33:57 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/01/08 18:50:35 minskim Exp $
SHA1 (nt.1.5a23.tar.gz) = d3ffa9d1fcb08cc0daeaba145108125ad0521483
Size (nt.1.5a23.tar.gz) = 261956 bytes
SHA1 (patch-aa) = 30aa1e932d3000e0c9e52233519167b5e91989e0
SHA1 (patch-ab) = 5a1fb9da5fed272fa2e5fcb1b5abee14e92d4f87
SHA1 (patch-ac) = 614aeb5e6cde656c1e4471ef6a4bdb19331321f2
-SHA1 (patch-ad) = b508ab08dfa8ae46d92f7643e2d72a75e5ae5f2f
+SHA1 (patch-ad) = d21ed52b98d283e3d7cca202cf9a4b48672fbf8b
SHA1 (patch-ae) = 5105a58f2356ad0fb543718b38406af88371cc24
SHA1 (patch-af) = dddf6b44e9f5996ef481c674644d4ef3b79b3267
SHA1 (patch-ag) = bffb4805f2a1d039157cf70578f54bbbd2480d16
+SHA1 (patch-ah) = df6bf1d8c9e40e3f8dfd7a7d3d37059d656b13fe
+SHA1 (patch-ai) = 975c7a56b0a9c8ab9b3f8b074cfd293258edf2c9
diff --git a/mbone/nte/patches/patch-ad b/mbone/nte/patches/patch-ad
index eaf55ec0aec..2cb5a859d6c 100644
--- a/mbone/nte/patches/patch-ad
+++ b/mbone/nte/patches/patch-ad
@@ -1,36 +1,20 @@
-$NetBSD: patch-ad,v 1.7 2000/10/23 04:10:48 mycroft Exp $
+$NetBSD: patch-ad,v 1.8 2005/01/08 18:50:35 minskim Exp $
-*** /dev/null Thu Mar 5 20:41:40 1998
---- netbsd/Makefile.netbsd Thu Mar 5 18:23:50 1998
-***************
-*** 0 ****
---- 1,15 ----
-+ CC=cc
-+ INCLUDES=-I${LOCALBASE}/include -I${LOCALBASE}/include -I${X11BASE}/include -I${LOCALBASE}/include/tk/generic -I${LOCALBASE}/include/tk/unix -I${LOCALBASE}/include/tcl/generic -I${LOCALBASE}/include/tcl/unix
-+ LIB_DIR=${LOCALBASE}/lib
-+ LIBS=-Wl,-R${LIB_DIR} -L${LIB_DIR} -ltk83 -ltcl83 -lm -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lX11
-+ CFLAGS+=$(INCLUDES) -DFREEBSD -DPROTOTYPES -DHAVE_NO_VALUES_H -DHAVE_LIMITS_H -DHAVE_UNISTD_H -DMAXINT=INT_MAX -DDEFINED_ERRLIST
-+ # for search.h
-+ CFLAGS+=-I../src
-+
-+ OBJS+=hsearch.o
-+
-+ install: all
-+ install -c -s -m 755 -o bin -g bin nt ${PREFIX}/bin
-+
-+ clean:
-+ rm *.o *.tcl *.ehtml tcl2c
-*** /dev/null Thu Mar 5 20:41:40 1998
---- netbsd/configure Thu Mar 5 20:48:10 1998
-***************
-*** 0 ****
---- 1,2 ----
-+ #!/bin/sh
-+ cat ../src/Makefile.template Makefile.netbsd > Makefile
-*** /dev/null Thu Mar 5 20:51:51 1998
---- Makefile Thu Mar 5 20:54:21 1998
-***************
-*** 0 ****
---- 1,2 ----
-+ all install clean:
-+ cd netbsd && make $@
+--- netbsd/Makefile.netbsd.orig 2005-01-08 12:39:02.000000000 -0600
++++ netbsd/Makefile.netbsd
+@@ -0,0 +1,15 @@
++CC=cc
++INCLUDES=-I${LOCALBASE}/include -I${LOCALBASE}/include -I${X11BASE}/include -I${LOCALBASE}/include/tk/generic -I${LOCALBASE}/include/tk/unix -I${LOCALBASE}/include/tcl/generic -I${LOCALBASE}/include/tcl/unix
++LIB_DIR=${LOCALBASE}/lib
++LIBS=-Wl,-R${LIB_DIR} -L${LIB_DIR} -ltk83 -ltcl83 -lm -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lX11
++CFLAGS+=$(INCLUDES) -DFREEBSD -DPROTOTYPES -DHAVE_NO_VALUES_H -DHAVE_LIMITS_H -DHAVE_UNISTD_H -DMAXINT=INT_MAX -DDEFINED_ERRLIST
++# for search.h
++CFLAGS+=-I../src
++
++OBJS+=hsearch.o
++
++install: all
++ install -c -s -m 755 -o bin -g bin nt ${PREFIX}/bin
++
++clean:
++ rm *.o *.tcl *.ehtml tcl2c
diff --git a/mbone/nte/patches/patch-ah b/mbone/nte/patches/patch-ah
new file mode 100644
index 00000000000..5c0cfe0baa6
--- /dev/null
+++ b/mbone/nte/patches/patch-ah
@@ -0,0 +1,7 @@
+$NetBSD: patch-ah,v 1.1 2005/01/08 18:50:35 minskim Exp $
+
+--- netbsd/configure.orig 2005-01-08 12:39:02.000000000 -0600
++++ netbsd/configure
+@@ -0,0 +1,2 @@
++#!/bin/sh
++cat ../src/Makefile.template Makefile.netbsd > Makefile
diff --git a/mbone/nte/patches/patch-ai b/mbone/nte/patches/patch-ai
new file mode 100644
index 00000000000..f32d9758cf2
--- /dev/null
+++ b/mbone/nte/patches/patch-ai
@@ -0,0 +1,7 @@
+$NetBSD: patch-ai,v 1.1 2005/01/08 18:50:35 minskim Exp $
+
+--- Makefile.orig 2005-01-08 12:46:09.000000000 -0600
++++ Makefile
+@@ -0,0 +1,2 @@
++all install clean:
++ cd netbsd && make $@