Date: Mon, 29 Nov 2004 13:02:36 +0100 (CET) From: Johan van Selst <johans@stack.nl> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sergei@FreeBSD.org Subject: ports/74510: [maintainer] fix ia64 configure error Message-ID: <20041129120236.6648F3E62@mailhost.gletsjer.net> Resent-Message-ID: <200411291210.iATCAP7P028573@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041129120236.6648F3E62>