]> git.pld-linux.org Git - packages/pdnsd.git/commitdiff
- up
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 8 Jan 2005 18:44:41 +0000 (18:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdnsd-ac_am.patch -> 1.3

pdnsd-ac_am.patch

index 1a4430d42c69b9ce3ccf22063a58fe4b25f84516..e892262bc8b8225b0e56de5d06b94ba17f67b3d4 100644 (file)
@@ -1,9 +1,9 @@
-diff -urN pdnsd-1.1.8b1.org/configure.in pdnsd-1.1.8b1/configure.in
---- pdnsd-1.1.8b1.org/configure.in     2003-12-12 18:29:58.081177325 +0100
-+++ pdnsd-1.1.8b1/configure.in 2003-12-12 18:31:14.825124282 +0100
-@@ -385,12 +385,5 @@
+diff -urN pdnsd-1.2.1.org/configure.in pdnsd-1.2.1/configure.in
+--- pdnsd-1.2.1.org/configure.in       2001-12-30 16:32:51.000000000 +0100
++++ pdnsd-1.2.1/configure.in   2005-01-08 20:28:02.797648207 +0100
+@@ -387,13 +387,5 @@
+ doc/pdnsd.conf
  src/Makefile
- src/conf-lex.l
  src/pdnsd-ctl/Makefile
 -src/rc/Makefile
 -src/rc/RedHat/Makefile
@@ -12,23 +12,22 @@ diff -urN pdnsd-1.1.8b1.org/configure.in pdnsd-1.1.8b1/configure.in
 -src/rc/SuSE/pdnsd
 -src/rc/Debian/Makefile
 -src/rc/Debian/pdnsd
+-src/rc/Slackware/rc.pdnsd
  src/test/Makefile
  ])
-diff -urN pdnsd-1.1.8b1.org/src/Makefile.am pdnsd-1.1.8b1/src/Makefile.am
---- pdnsd-1.1.8b1.org/src/Makefile.am  2003-12-12 18:29:58.086176280 +0100
-+++ pdnsd-1.1.8b1/src/Makefile.am      2003-12-12 18:31:14.827123863 +0100
-@@ -11,7 +11,7 @@
+diff -urN pdnsd-1.2.1.org/src/Makefile.am pdnsd-1.2.1/src/Makefile.am
+--- pdnsd-1.2.1.org/src/Makefile.am    2001-05-09 19:51:52.000000000 +0200
++++ pdnsd-1.2.1/src/Makefile.am        2005-01-08 20:28:13.437832302 +0100
+@@ -9,5 +9,5 @@
  
  ## Try to do this last
  
 -SUBDIRS = pdnsd-ctl rc test
 +SUBDIRS = pdnsd-ctl test
  
- conf-parse.c: conf-parse.y
-       $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && perl yyparse_local_decl.pl y.tab.c > $*.c
-diff -urN pdnsd-1.1.8b1.org/src/pdnsd-ctl/Makefile.am pdnsd-1.1.8b1/src/pdnsd-ctl/Makefile.am
---- pdnsd-1.1.8b1.org/src/pdnsd-ctl/Makefile.am        2003-12-12 18:29:58.139165195 +0100
-+++ pdnsd-1.1.8b1/src/pdnsd-ctl/Makefile.am    2003-12-12 18:35:04.338126659 +0100
+diff -urN pdnsd-1.2.1.org/src/pdnsd-ctl/Makefile.am pdnsd-1.2.1/src/pdnsd-ctl/Makefile.am
+--- pdnsd-1.2.1.org/src/pdnsd-ctl/Makefile.am  2001-02-25 01:10:55.000000000 +0100
++++ pdnsd-1.2.1/src/pdnsd-ctl/Makefile.am      2005-01-08 20:28:40.391699012 +0100
 @@ -2,9 +2,7 @@
  
  sbin_PROGRAMS = pdnsd-ctl
@@ -40,16 +39,16 @@ diff -urN pdnsd-1.1.8b1.org/src/pdnsd-ctl/Makefile.am pdnsd-1.1.8b1/src/pdnsd-ct
  
  # These are Symlinks we want to have in the package
  #EXTRA_DIST = rr_types.h
-diff -urN pdnsd-1.1.8b1.org/src/test/Makefile.am pdnsd-1.1.8b1/src/test/Makefile.am
---- pdnsd-1.1.8b1.org/src/test/Makefile.am     2003-12-12 18:29:58.162160385 +0100
-+++ pdnsd-1.1.8b1/src/test/Makefile.am 2003-12-12 18:39:40.666359767 +0100
+diff -urN pdnsd-1.2.1.org/src/test/Makefile.am pdnsd-1.2.1/src/test/Makefile.am
+--- pdnsd-1.2.1.org/src/test/Makefile.am       2000-11-15 18:27:12.000000000 +0100
++++ pdnsd-1.2.1/src/test/Makefile.am   2005-01-08 20:33:50.000000000 +0100
 @@ -6,27 +6,15 @@
  ## Dirty trick:  I demand that these objects be built; then, with the knowledge
  ## that the object files will end up here, I redefine the link chain. 
  
 -TESTADDSRC=
 -#TESTADDSRC= netdev.c error.c thread.c helpers.c icmp.c
--TESTDEPS = ../netdev.o ../error.o ../thread.o ../helpers.o ../icmp.o
+-TESTDEPS = netdev.o error.o thread.o helpers.o icmp.o
 -
 -TESTOBJS = netdev.o error.o thread.o helpers.o icmp.o
 +TESTADDSRC = $(top_srcdir)/src/netdev.c $(top_srcdir)/src/error.c $(top_srcdir)/src/thread.c $(top_srcdir)/src/helpers.c $(top_srcdir)/src/icmp.c
This page took 0.064878 seconds and 4 git commands to generate.