ports/182370: Update devel/lightning from 2.0.0 to 2.0.1
Vitaly Magerya
vmagerya at gmail.com
Wed Sep 25 10:50:00 UTC 2013
>Number: 182370
>Category: ports
>Synopsis: Update devel/lightning from 2.0.0 to 2.0.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 25 10:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Vitaly Magerya
>Release:
>Organization:
>Environment:
>Description:
Update devel/lightning to 2.0.1. This fixes some bugs, and incorporates patches we applied locally. The announcement is at [1], reports logs are at [2].
[1] https://lists.gnu.org/archive/html/lightning/2013-09/msg00006.html
[2] https://redports.org/buildarchive/20130925101800-5120/
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN lightning.orig/Makefile lightning/Makefile
--- lightning.orig/Makefile 2013-09-20 20:13:42.000000000 +0300
+++ lightning/Makefile 2013-09-25 13:08:35.000000000 +0300
@@ -2,7 +2,7 @@
# $FreeBSD: devel/lightning/Makefile 327724 2013-09-20 17:13:42Z bapt $
PORTNAME= lightning
-PORTVERSION= 2.0.0
+PORTVERSION= 2.0.1
CATEGORIES= devel
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}
diff -ruN lightning.orig/distinfo lightning/distinfo
--- lightning.orig/distinfo 2013-09-02 20:17:28.000000000 +0300
+++ lightning/distinfo 2013-09-25 13:09:04.000000000 +0300
@@ -1,2 +1,2 @@
-SHA256 (lightning-2.0.0.tar.gz) = e41736c5c6c40eeb194e3f9fec3209e86f07f9471d0aacc5d35c1c8e55621054
-SIZE (lightning-2.0.0.tar.gz) = 852571
+SHA256 (lightning-2.0.1.tar.gz) = 6513a793937db5b1df62a8cf75ad2195143107efdab914d69f77e3fc6e4e81b1
+SIZE (lightning-2.0.1.tar.gz) = 861965
diff -ruN lightning.orig/files/patch-configure lightning/files/patch-configure
--- lightning.orig/files/patch-configure 2013-09-02 20:17:28.000000000 +0300
+++ lightning/files/patch-configure 1970-01-01 03:00:00.000000000 +0300
@@ -1,19 +0,0 @@
---- configure.orig 2013-08-23 21:12:43.000000000 +0300
-+++ configure 2013-08-25 15:53:56.000000000 +0300
-@@ -11650,6 +11650,7 @@
- fi
-
- case "$host_os" in
-+ *freebsd*) SHLIB="" ;;
- *hpux*) SHLIB="-ldld" ;;
- *) SHLIB="-ldl" ;;
- esac
-@@ -11657,7 +11658,7 @@
-
- cpu=
- case "$target_cpu" in
-- i?86|x86_64) cpu=x86 ;;
-+ i?86|x86_64|amd64) cpu=x86 ;;
- *arm*) cpu=arm ;;
- *mips*) cpu=mips ;;
- *powerpc*) cpu=ppc ;;
diff -ruN lightning.orig/files/patch-include-lightning.h lightning/files/patch-include-lightning.h
--- lightning.orig/files/patch-include-lightning.h 2013-09-02 20:17:28.000000000 +0300
+++ lightning/files/patch-include-lightning.h 1970-01-01 03:00:00.000000000 +0300
@@ -1,11 +0,0 @@
---- include/lightning.h.orig 2013-09-02 13:38:10.000000000 +0300
-+++ include/lightning.h 2013-09-02 14:57:27.000000000 +0300
-@@ -38,7 +38,7 @@
- # define __WORDSIZE WORDSIZE
- # elif defined(__SIZEOF_POINTER__) /* ppc aix */
- # define __WORDSIZE (__SIZEOF_POINTER__ << 3)
--# elif defined(_ILP32) /* hppa hp-ux */
-+# elif defined(_ILP32) || defined(__i386__) /* hppa hp-ux, i386 gcc 4.2 */
- # define __WORDSIZE 32
- # elif defined(_LP64) /* ia64 hp-ux (with cc +DD64) */
- # define __WORDSIZE 64
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list