Date: Thu, 3 Oct 2002 19:11:19 +0900 (JST) From: TERAMOTO Masahiro <markun@onohara.to> To: FreeBSD-gnats-submit@FreeBSD.org Cc: teramoto@comm.eng.osaka-u.ac.jp Subject: ports/43624: security/gpgme: configure script detects old Pth library Message-ID: <20021003101119.4EAD846F93@gate.onohara.to>
next in thread | raw e-mail | index | archive | help
>Number: 43624 >Category: ports >Synopsis: security/gpgme: configure script detects old Pth library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 03 03:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 4.6.2-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD gate.onohara.to 4.6.2-RELEASE-p2 FreeBSD 4.6.2-RELEASE-p2 #0: Sun Sep 15 04:37:59 JST 2002 root@gate.onohara.to:/usr/src/sys/compile/GATE i386 >Description: Now configure script of gpgme can detect GNU Pth thread library. But security/gpgme don't depends on devel/pth. Then configure detects OLD Pth liblary, and build failed. To avoid such build failuer, turn off Pth detection test or depends on devel/pth. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /export/repository/FreeBSD/ncvs/ports/security/gpgme/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 20 Sep 2002 05:33:01 -0000 1.7 +++ Makefile 3 Oct 2002 09:53:07 -0000 @@ -18,6 +18,7 @@ CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" USE_GMAKE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --with-pth=no pre-configure: @${RM} -r ${WRKSRC}/doc/gpgme.info* >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021003101119.4EAD846F93>