svn commit: r512174 - head/net/socketapi

Piotr Kubaj pkubaj at FreeBSD.org
Mon Sep 16 12:00:13 UTC 2019


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 at 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 at 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


More information about the svn-ports-all mailing list