From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 12:10:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0893D16A4CE for ; Mon, 29 Nov 2004 12:10:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA20743D4C for ; Mon, 29 Nov 2004 12:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATCAPSr028574 for ; Mon, 29 Nov 2004 12:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATCAP7P028573; Mon, 29 Nov 2004 12:10:25 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 12:10:25 GMT Resent-Message-Id: <200411291210.iATCAP7P028573@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED8616A4D2; Mon, 29 Nov 2004 12:02:22 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F7143D39; Mon, 29 Nov 2004 12:02:21 +0000 (GMT) (envelope-from johans@stack.nl) Received: by mailhost.stack.nl (Postfix, from userid 65534) id B5DF01F2BC; Mon, 29 Nov 2004 13:02:20 +0100 (CET) Received: from mailhost.gletsjer.net (ntp.gletsjer.net [IPv6:2001:610:1108:5202::123]) by mailhost.stack.nl (Postfix) with ESMTP id 2EC461F2B8; Mon, 29 Nov 2004 13:02:20 +0100 (CET) Received: by mailhost.gletsjer.net (Postfix, from userid 801) id 6648F3E62; Mon, 29 Nov 2004 13:02:36 +0100 (CET) Message-Id: <20041129120236.6648F3E62@mailhost.gletsjer.net> Date: Mon, 29 Nov 2004 13:02:36 +0100 (CET) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sergei@FreeBSD.org Subject: ports/74510: [maintainer] fix ia64 configure error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:10:26 -0000 >Number: 74510 >Category: ports >Synopsis: [maintainer] fix ia64 configure error >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: Mon Nov 29 12:10:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD coyote.gletsjer.net 6.0-CURRENT FreeBSD 6.0-CURRENT #16: Sun Oct 31 21:50:25 CET 2004 root@coyote.gletsjer.net:/spare3/obj/spare3/src/sys/coyote i386 >Description: Fix ia64 configuration, similar to the amd64 case. NOTE: I also changed the behaviour of USE_GPG / SIG_* as suggested by Jason Harris. This way the PGP signature will also be distributed to distfile mirrors. >How-To-Repeat: >Fix: diff -ur sks/Makefile sks/Makefile --- sks/Makefile Thu Nov 25 14:08:36 2004 +++ sks/Makefile Mon Nov 29 12:48:53 2004 @@ -7,11 +7,13 @@ PORTNAME= sks PORTVERSION= 1.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR=sks EXTRACT_SUFX= .tgz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= johans@stack.nl COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver @@ -19,8 +21,8 @@ BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml-nox11 LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 -USE_GPG= yes -SIG_SUFFIX= .sig +USE_GPG?= yes +SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig USE_GMAKE= yes MAKE_ENV= BDBINCLUDE="-I${LOCALBASE}/include/db42" \ BDBLIB="-L${LOCALBASE}/lib" \ diff -ur sks/files/sks.numerix.patch sks/files/sks.numerix.patch --- sks/files/sks.numerix.patch Thu Nov 25 14:08:36 2004 +++ sks/files/sks.numerix.patch Mon Nov 29 12:38:31 2004 @@ -15,7 +15,7 @@ | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ - | mipstx39 | mipstx39el \ -+ | mipstx39 | mipstx39el | amd64 \ ++ | mipstx39 | mipstx39el | amd64 | ia64 \ | sparc | sparclet | sparclite | sparc64 | v850) basic_machine=$basic_machine-unknown ;; @@ -24,7 +24,7 @@ | sparc64-* | mips64-* | mipsel-* \ | mips64el-* | mips64orion-* | mips64orionel-* \ - | mipstx39-* | mipstx39el-* \ -+ | mipstx39-* | mipstx39el-* | amd64-* \ ++ | mipstx39-* | mipstx39el-* | amd64-* | ia64-* \ | f301-*) ;; # Recognize the various machine names and aliases which stand >Release-Note: >Audit-Trail: >Unformatted: