Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 12:00:12 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512174 - head/net/socketapi
Message-ID:  <201909161200.x8GC0Can021006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Sep 16 12:00:12 2019
New Revision: 512174
URL: https://svnweb.freebsd.org/changeset/ports/512174

Log:
  net/socketapi: Fix build on big-endian architectures
  
  Big-endian architectures had a superfluous #error. Merge upstream commit to fix it.
  
  PR:		240470
  Approved by:	dreibh@iem.uni-due.de (maintainer), linimon (mentor)

Modified:
  head/net/socketapi/Makefile
  head/net/socketapi/distinfo

Modified: head/net/socketapi/Makefile
==============================================================================
--- head/net/socketapi/Makefile	Mon Sep 16 11:48:48 2019	(r512173)
+++ head/net/socketapi/Makefile	Mon Sep 16 12:00:12 2019	(r512174)
@@ -6,6 +6,9 @@ PORTVERSION=	2.2.16
 CATEGORIES=	net
 MASTER_SITES=	https://www.uni-due.de/~be0001/sctplib/download/
 
+PATCH_SITES=	https://github.com/dreibh/socketapi/commit/
+PATCHFILES=	afeb56202fa44daddff64500f03785b490e11c12.patch:-p1
+
 MAINTAINER=	dreibh@iem.uni-due.de
 COMMENT=	Socket API library for the SCTPLIB user-space SCTP implementation
 

Modified: head/net/socketapi/distinfo
==============================================================================
--- head/net/socketapi/distinfo	Mon Sep 16 11:48:48 2019	(r512173)
+++ head/net/socketapi/distinfo	Mon Sep 16 12:00:12 2019	(r512174)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1565784291
+TIMESTAMP = 1568116187
 SHA256 (socketapi-2.2.16.tar.gz) = f29d324e1b7b2743d80d4c493c56d56eebdd1166ae55426dca2829cc9381e4a8
 SIZE (socketapi-2.2.16.tar.gz) = 572446
+SHA256 (afeb56202fa44daddff64500f03785b490e11c12.patch) = a2c4bfd074fcf5bd3f0dfe2b8911901226383148f8d49635b4dfd6022083c510
+SIZE (afeb56202fa44daddff64500f03785b490e11c12.patch) = 667



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909161200.x8GC0Can021006>