From: pkgsrc fixup Date: Fri, 22 Jul 2011 17:07:09 +0000 (-0700) Subject: Fixup fromcvs/togit conversion X-Git-Url: https://gitweb.dragonflybsd.org/pkgsrcv2.git/commitdiff_plain/a69d7ad79f5acfc4858a392f6b270ada25d5399a Fixup fromcvs/togit conversion --- diff --git a/net/btpd/patches/patch-aa b/net/btpd/patches/patch-aa deleted file mode 100644 index 29f796db0e5..00000000000 --- a/net/btpd/patches/patch-aa +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD$ - ---- configure.orig 2009-05-05 20:54:59.000000000 -0700 -+++ configure 2009-05-05 20:55:22.000000000 -0700 -@@ -4780,7 +4780,7 @@ fi - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - { echo "$as_me:$LINENO: result: $clock_gettime" >&5 - echo "${ECHO_T}$clock_gettime" >&6; } --if test $clock_gettime == yes; then -+if test $clock_gettime = yes; then - old_LIBS=$LIBS - LIBS="" - { echo "$as_me:$LINENO: checking for library containing clock_gettime" >&5 -@@ -4876,7 +4876,7 @@ fi - _ACEOF - - fi --if test $clock_gettime == no; then -+if test $clock_gettime = no; then - - for ac_func in mach_absolute_time - do -@@ -5374,7 +5374,7 @@ echo "$as_me: error: $m is not a valid e - ;; - esac - done --if test x"$EVLOOP_METHOD" == x; then -+if test x"$EVLOOP_METHOD" = x; then - { { echo "$as_me:$LINENO: error: no suitable evloop method found - See \`config.log' for more details." >&5 - echo "$as_me: error: no suitable evloop method found -@@ -5388,7 +5388,7 @@ fi - - for i in 0 1 2 3 4 5 6 7; do - case $i in -- 0) if test x"$TD_CFLAGS$TD_LIBS" == x; then continue; fi;; -+ 0) if test x"$TD_CFLAGS$TD_LIBS" = x; then continue; fi;; - 1) TD_CFLAGS=-pthread;; - 2) TD_CFLAGS=-pthreads;; - 3) TD_CFLAGS=-kthread;;