svn commit: r414426 - head/mail/dspam/files

Jason Unovitch junovitch at FreeBSD.org
Sun May 1 21:07:08 UTC 2016


Author: junovitch
Date: Sun May  1 21:07:06 2016
New Revision: 414426
URL: https://svnweb.freebsd.org/changeset/ports/414426

Log:
  mail/dspam: fix build; remove duplicate patch hunks in to files
  
  PR:		209184
  Submitted by:	Danny Warren <danny at dannywarren.com> (maintainer)
  Pointy hat to:	junovitch

Modified:
  head/mail/dspam/files/patch-src__client.c
  head/mail/dspam/files/patch-src__daemon.c

Modified: head/mail/dspam/files/patch-src__client.c
==============================================================================
--- head/mail/dspam/files/patch-src__client.c	Sun May  1 20:54:57 2016	(r414425)
+++ head/mail/dspam/files/patch-src__client.c	Sun May  1 21:07:06 2016	(r414426)
@@ -9,14 +9,3 @@
    int domain = 0;
    int addr_len;
    char *host;
---- src/client.c.orig   2012-04-11 18:48:33 UTC
-+++ src/client.c
-@@ -304,7 +304,7 @@ int client_connect(AGENT_CTX *ATX, int f
-   struct sockaddr_un saun;
-   int sockfd;
-   int yes = 1;
--  int port = 24;
-+  int port = 2424;
-   int domain = 0;
-   int addr_len;
-   char *host;

Modified: head/mail/dspam/files/patch-src__daemon.c
==============================================================================
--- head/mail/dspam/files/patch-src__daemon.c	Sun May  1 20:54:57 2016	(r414425)
+++ head/mail/dspam/files/patch-src__daemon.c	Sun May  1 21:07:06 2016	(r414426)
@@ -9,14 +9,3 @@
  
    signal(SIGPIPE, SIG_IGN);
    signal(SIGINT,  process_signal);
---- src/daemon.c.orig   2012-04-11 18:48:33 UTC
-+++ src/daemon.c
-@@ -97,7 +97,7 @@ int daemon_listen(DRIVER_CTX *DTX) {
-   int domain = 0;		/* listening on domain socket? */
-   int listener;			/* listener fd */
-   int i;
--  int port = 24, queue = 32;	/* default port and queue size */
-+  int port = 2424, queue = 32;	/* default port and queue size */
- 
-   signal(SIGPIPE, SIG_IGN);
-   signal(SIGINT,  process_signal);


More information about the svn-ports-head mailing list