ports/184410: [PATCH] security/netpgp: [SUMMARIZE CHANGES]

Haowu Ge ghw at 7axu.com
Sun Dec 1 15:10:01 UTC 2013


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


More information about the freebsd-ports-bugs mailing list