Looks ok to me, but I haven't tested it or anything.

On Fri, Aug 9, 2013 at 10:26 AM, Ian Darwin <[email protected]> wrote:
> Sharper cluestick from matthew@.
>
> OK now?
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/smtp-vilter/Makefile,v
> retrieving revision 1.53
> diff -u -p -r1.53 Makefile
> --- Makefile    9 May 2013 18:47:53 -0000       1.53
> +++ Makefile    9 Aug 2013 17:25:11 -0000
> @@ -3,7 +3,7 @@
>  COMMENT=       sendmail milter to scan messages for viruses and spam
>
>  DISTNAME=      smtp-vilter-1.3.8
> -REVISION=      0
> +REVISION=      1
>
>  CATEGORIES=            mail
>
> Index: patches/patch-backend_vilter-attachment_Makefile
> ===================================================================
> RCS file: patches/patch-backend_vilter-attachment_Makefile
> diff -N patches/patch-backend_vilter-attachment_Makefile
> --- /dev/null   1 Jan 1970 00:00:00 -0000
> +++ patches/patch-backend_vilter-attachment_Makefile    9 Aug 2013 17:25:11 
> -0000
> @@ -0,0 +1,12 @@
> +$OpenBSD$
> +--- backend/vilter-attachment/Makefile.orig    Sat May  4 07:07:11 2013
> ++++ backend/vilter-attachment/Makefile Fri Aug  9 12:19:15 2013
> +@@ -22,7 +22,7 @@ LIBDIR=              /usr/pkg/lib/smtp-vilter
> + CFLAGS+=      -I/usr/src/gnu/usr.sbin/sendmail/include
> + .endif
> +
> +-LDADD+=               -nostdlib
> ++LDADD+=               -nodefaultlibs
> +
> + beforeinstall:
> +       -mkdir -p ${DESTDIR}${LIBDIR}
> Index: patches/patch-backend_vilter-clamd_Makefile
> ===================================================================
> RCS file: patches/patch-backend_vilter-clamd_Makefile
> diff -N patches/patch-backend_vilter-clamd_Makefile
> --- /dev/null   1 Jan 1970 00:00:00 -0000
> +++ patches/patch-backend_vilter-clamd_Makefile 9 Aug 2013 17:25:11 -0000
> @@ -0,0 +1,12 @@
> +$OpenBSD$
> +--- backend/vilter-clamd/Makefile.orig Sat May  4 07:05:12 2013
> ++++ backend/vilter-clamd/Makefile      Fri Aug  9 12:19:18 2013
> +@@ -22,7 +22,7 @@ LIBDIR=              /usr/pkg/lib/smtp-vilter
> + CFLAGS+=      -I/usr/src/gnu/usr.sbin/sendmail/include
> + .endif
> +
> +-LDADD+=               -nostdlib
> ++LDADD+=               -nodefaultlibs
> +
> + beforeinstall:
> +       -mkdir -p ${DESTDIR}${LIBDIR}
> Index: patches/patch-backend_vilter-icap_Makefile
> ===================================================================
> RCS file: patches/patch-backend_vilter-icap_Makefile
> diff -N patches/patch-backend_vilter-icap_Makefile
> --- /dev/null   1 Jan 1970 00:00:00 -0000
> +++ patches/patch-backend_vilter-icap_Makefile  9 Aug 2013 17:25:11 -0000
> @@ -0,0 +1,12 @@
> +$OpenBSD$
> +--- backend/vilter-icap/Makefile.orig  Sat May  4 07:08:28 2013
> ++++ backend/vilter-icap/Makefile       Fri Aug  9 12:19:21 2013
> +@@ -22,7 +22,7 @@ LIBDIR=              /usr/pkg/lib/smtp-vilter
> + CFLAGS+=      -I/usr/src/gnu/usr.sbin/sendmail/include
> + .endif
> +
> +-LDADD+=               -nostdlib
> ++LDADD+=               -nodefaultlibs
> +
> + beforeinstall:
> +       -mkdir -p ${DESTDIR}${LIBDIR}
> Index: patches/patch-backend_vilter-regex_Makefile
> ===================================================================
> RCS file: patches/patch-backend_vilter-regex_Makefile
> diff -N patches/patch-backend_vilter-regex_Makefile
> --- /dev/null   1 Jan 1970 00:00:00 -0000
> +++ patches/patch-backend_vilter-regex_Makefile 9 Aug 2013 17:25:11 -0000
> @@ -0,0 +1,12 @@
> +$OpenBSD$
> +--- backend/vilter-regex/Makefile.orig Sat May  4 07:10:56 2013
> ++++ backend/vilter-regex/Makefile      Fri Aug  9 12:19:25 2013
> +@@ -22,7 +22,7 @@ LIBDIR=              /usr/pkg/lib/smtp-vilter
> + CFLAGS+=      -I/usr/src/gnu/usr.sbin/sendmail/include
> + .endif
> +
> +-LDADD+=               -nostdlib
> ++LDADD+=               -nodefaultlibs
> +
> + beforeinstall:
> +       -mkdir -p ${DESTDIR}${LIBDIR}
> Index: patches/patch-backend_vilter-spamd_Makefile
> ===================================================================
> RCS file: patches/patch-backend_vilter-spamd_Makefile
> diff -N patches/patch-backend_vilter-spamd_Makefile
> --- /dev/null   1 Jan 1970 00:00:00 -0000
> +++ patches/patch-backend_vilter-spamd_Makefile 9 Aug 2013 17:25:11 -0000
> @@ -0,0 +1,12 @@
> +$OpenBSD$
> +--- backend/vilter-spamd/Makefile.orig Sat May  4 07:11:57 2013
> ++++ backend/vilter-spamd/Makefile      Fri Aug  9 12:19:29 2013
> +@@ -22,7 +22,7 @@ LIBDIR=              /usr/pkg/lib/smtp-vilter
> + CFLAGS+=      -I/usr/src/gnu/usr.sbin/sendmail/include
> + .endif
> +
> +-LDADD+=               -nostdlib
> ++LDADD+=               -nodefaultlibs
> +
> + beforeinstall:
> +       -mkdir -p ${DESTDIR}${LIBDIR}
>

Reply via email to