Date: Fri, 20 Sep 2013 16:11:12 -0700 (PDT) From: Craig Leres <leres@ee.lbl.gov> To: FreeBSD-gnats-submit@freebsd.org Cc: leres@ee.lbl.gov Subject: ports/182267: [PATCH] sysutils/lbl-hf: Update to 1.4 Message-ID: <201309202311.r8KNBCv0061944@fun.ee.lbl.gov> Resent-Message-ID: <201309202320.r8KNK0xD081393@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182267 >Category: ports >Synopsis: [PATCH] sysutils/lbl-hf: Update to 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 20 23:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: System: FreeBSD fun.ee.lbl.gov 9.1-RELEASE FreeBSD 9.1-RELEASE #5 r15: Sat Apr 20 20:56:40 PDT 2013 leres@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64 >Description: The current release of hf is 1.4; changes since 1.3 include: Switch to sigsetjump() from setjmp() since the latter doesn't save and restore the signal mask on linux. Prefer sigaction() over sigset() since the latter is just a macro on linux. Fix async lookup bug for IPv6; use ip6.arpa domain. Work around autoconf AC_TRY_LINK() brokenness in ns_initparse() and res_mkquery() checks. Fix mandir under FreeBSD. Also update MASTER_SITES. >How-To-Repeat: >Fix: Please see the attached patches. --- patch.txt begins here --- --- Makefile.orig 2012-11-17 13:03:39.000000000 -0800 +++ Makefile 2013-09-20 16:07:53.000000000 -0700 @@ -1,17 +1,11 @@ -# @(#) $Id: Makefile,v 1.3 2008/04/26 04:19:19 leres Exp $ (LBL) -# New ports collection makefile for: lbl-hf -# Date created: 24 Apr 2008 -# Whom: leres@ee.lbl.gov +# Created by: Craig Leres <leres@ee.lbl.gov> # $FreeBSD: head/sysutils/lbl-hf/Makefile 301106 2012-07-18 17:21:58Z rm $ -# PORTNAME= hf -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= sysutils MASTER_SITES= ftp://ee.lbl.gov/ \ - ftp://ftp.tux.org/sites/ftp.ee.lbl.gov/ \ - ftp://ftp.xemacs.org/sites/ftp.ee.lbl.gov/ \ - http://ftp.riken.go.jp/pub/net/lbl/ + ftp://ftp4.uk.freebsd.org/pub/FreeBSD/ PKGNAMEPREFIX= lbl- DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} --- distinfo.orig 2012-11-17 13:03:39.000000000 -0800 +++ distinfo 2013-09-20 15:51:47.000000000 -0700 @@ -1,4 +1,4 @@ -SHA256 (hf-1.3.tar.gz) = 6fe1cb6ddc08ed6e1632308adb5f20bfb638dcdc8c705453fd25779df7bf4d2b -SIZE (hf-1.3.tar.gz) = 96336 -SHA256 (hf-1.3.tar.gz.asc) = df9c44d242ca56461760910caaee96d64d7db878aa71b24ad739e9207178a9a6 -SIZE (hf-1.3.tar.gz.asc) = 196 +SHA256 (hf-1.4.tar.gz) = 535a32f4f5343fdfdca034769ac7e554d7d4a5ee5f9bc42d3cdcb648e9503aff +SIZE (hf-1.4.tar.gz) = 99077 +SHA256 (hf-1.4.tar.gz.asc) = 73cad7c1666e3cdd083a7d259590437b1a7960348ca10e6a9e15bffd192bbd73 +SIZE (hf-1.4.tar.gz.asc) = 196 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309202311.r8KNBCv0061944>