From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 1 15:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C9CB95E for ; Sun, 1 Dec 2013 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64B961934 for ; Sun, 1 Dec 2013 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB1FA14L045885 for ; Sun, 1 Dec 2013 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB1FA16D045884; Sun, 1 Dec 2013 15:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 1 Dec 2013 15:10:01 GMT Resent-Message-Id: <201312011510.rB1FA16D045884@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, Haowu Ge Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD546295 for ; Sun, 1 Dec 2013 15:02:40 +0000 (UTC) Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A38F518DC for ; Sun, 1 Dec 2013 15:02:40 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id uo5so17264519pbc.29 for ; Sun, 01 Dec 2013 07:02:34 -0800 (PST) Received: from 7axu.com ([124.90.144.252]) by mx.google.com with ESMTPSA id gf5sm115994295pbc.22.2013.12.01.07.02.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Dec 2013 07:02:33 -0800 (PST) Received: by 7axu.com (sSMTP sendmail emulation); Sun, 01 Dec 2013 23:02:29 +0800 Message-Id: <529b4f89.25bd440a.0c6e.ffffcac4@mx.google.com> Date: Sun, 01 Dec 2013 23:02:29 +0800 From: Haowu Ge To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184410: [PATCH] security/netpgp: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2013 15:10:01 -0000 >Number: 184410 >Category: ports >Synopsis: [PATCH] security/netpgp: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 01 15:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Haowu Ge >Release: FreeBSD 10.0-BETA3 amd64 >Organization: FreeBSDChina >Environment: System: FreeBSD 7axu.com 10.0-BETA3 FreeBSD 10.0-BETA3 #1 r258676: Thu Nov 28 20:45:15 CST >Description: [DESCRIBE CHANGES] Port maintainer (bapt@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: suffix) >How-To-Repeat: FreeBSD 10 compile failure === cc -DHAVE_CONFIG_H -I. -I../../include -I../libmj -Werror -Wall -Wpointer-arith -O2 -pipe -march=btver1 -DOPENSSL_NO_IDEA -Wno-error -fno-strict-aliasing -MT libnetpgp_la-reader.lo -MD -MP -MF .deps/libnetpgp_la-reader.Tpo -c reader.c -fPIC -DPIC -o .libs/libnetpgp_la-reader.o --- libnetpgp_la-signature.lo --- cc -DHAVE_CONFIG_H -I. -I../../include -I../libmj -Werror -Wall -Wpointer-arith -O2 -pipe -march=btver1 -DOPENSSL_NO_IDEA -Wno-error -fno-strict-aliasing -MT libnetpgp_la-signature.lo -MD -MP -MF .deps/libnetpgp_la-signature.Tpo -c signature.c -o libnetpgp_la-signature.o >/dev/null 2>&1 --- libnetpgp_la-reader.lo --- In file included from reader.c:92: /usr/include/openssl/idea.h:65:2: error: IDEA is disabled. #error IDEA is disabled. ^ 1 error generated. *** [libnetpgp_la-reader.lo] Error code 1 === >Fix: --- netpgp-20101107.patch begins here --- diff -ruN ../netpgp.orig/Makefile ./Makefile --- ../netpgp.orig/Makefile 2013-09-21 06:55:24.000000000 +0800 +++ ./Makefile 2013-11-30 13:59:01.963066883 +0800 @@ -14,7 +14,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes -CFLAGS+= -DOPENSSL_NO_IDEA -Wno-error +CFLAGS+= -Wno-error MAN1+= netpgp.1 \ netpgpkeys.1 \ --- netpgp-20101107.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: