Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Dec 2013 23:02:29 +0800
From:      Haowu Ge <ghw@7axu.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184410: [PATCH] security/netpgp: [SUMMARIZE CHANGES]
Message-ID:  <529b4f89.25bd440a.0c6e.ffffcac4@mx.google.com>
Resent-Message-ID: <201312011510.rB1FA16D045884@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?529b4f89.25bd440a.0c6e.ffffcac4>