From root@cakebox.homeunix.net  Sat Sep 14 12:50:34 2013
Return-Path: <root@cakebox.homeunix.net>
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 ESMTP id C93DBBD2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Sep 2013 12:50:34 +0000 (UTC)
	(envelope-from root@cakebox.homeunix.net)
Received: from mo6-p05-ob.rzone.de (mo6-p05-ob.rzone.de [IPv6:2a01:238:20a:202:5305::1])
	(using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 5D1A0255B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Sep 2013 12:50:34 +0000 (UTC)
Received: from cakebox.homeunix.net
	(014-011-186-093.dialin.vsenet.de [93.186.11.14])
	by smtp.strato.de (RZmta 32.1 DYNA|AUTH)
	with (TLSv1.2:DHE-RSA-AES256-GCM-SHA384 encrypted) ESMTPSA id R01d5fp8EBITGV
	; Sat, 14 Sep 2013 14:50:13 +0200 (CEST)
Received: from cakebox.homeunix.net (localhost [127.0.0.1])
	by cakebox.homeunix.net (Postfix) with ESMTP id A4CDB2D5022;
	Sat, 14 Sep 2013 14:49:47 +0200 (CEST)
Received: by cakebox.homeunix.net (Postfix, from userid 0)
	id D831F2D5007; Sat, 14 Sep 2013 14:49:43 +0200 (CEST)
Message-Id: <20130914124943.D831F2D5007@cakebox.homeunix.net>
Date: Sat, 14 Sep 2013 14:49:43 +0200 (CEST)
From: freebsd@nagilum.org
To: FreeBSD-gnats-submit@freebsd.org
Cc: mav@FreeBSD.org
Subject: fix build on 10.0-CURRENT
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         182090
>Category:       ports
>Synopsis:       security/xca: fix build on 10.0-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 14 13:00:00 UTC 2013
>Closed-Date:    Mon Sep 16 17:39:11 UTC 2013
>Last-Modified:  Mon Sep 16 17:40:01 UTC 2013
>Originator:     freebsd@nagilum.org
>Release:        10.0-CURRENT head-amd64-default
>Organization:
>Environment:
System: 10.0-CURRENT FreeBSD


>Description:
	Attempt to fix build problem on CURRENT:
	http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s/logs/xca-0.9.3_1.log

>How-To-Repeat:
>Fix:

	Apply attached patch.

--- xca.patch begins here ---
diff -Naur xca.orig/Makefile xca/Makefile
--- xca.orig/Makefile	2012-11-17 07:01:22.000000000 +0100
+++ xca/Makefile	2013-09-14 12:17:14.000000000 +0200
@@ -52,6 +52,9 @@
 	@${REINPLACE_CMD} -e "/VPATH/{G;s/$$/TOPDIR_/;}" -e "s:\(TOPDIR\)_:\1=${WRKSRC}:" ${WRKSRC}/misc/Makefile
 	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/lib/import.cpp
 
+post-configure:
+	${REINPLACE_CMD} -e 's/-lQtGui/-lQtCore -lQtGui/' ${WRKSRC}/Local.mak
+
 post-install:
 	@-update-mime-database ${PREFIX}/share/mime
 
--- xca.patch ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Sat Sep 14 22:52:26 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182090 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Mon Sep 16 17:39:10 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182090 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182090: commit references a PR
Date: Mon, 16 Sep 2013 17:39:34 +0000 (UTC)

 Author: wg
 Date: Mon Sep 16 17:39:26 2013
 New Revision: 327427
 URL: http://svnweb.freebsd.org/changeset/ports/327427
 
 Log:
   security/xca: fix build on head
   
   - Fix build on head [1]
   - Trim Makefile header
   - USES gmake shared-mime-info
   
   PR:		ports/182090
   Submitted by:	freebsd _AT_ nagilum.org (maintainer)
 
 Modified:
   head/security/xca/Makefile
 
 Modified: head/security/xca/Makefile
 ==============================================================================
 --- head/security/xca/Makefile	Mon Sep 16 17:38:50 2013	(r327426)
 +++ head/security/xca/Makefile	Mon Sep 16 17:39:26 2013	(r327427)
 @@ -1,9 +1,5 @@
 -# New ports collection makefile for: xca
 -# Date created:		2002-12-23
 -# Whom:			Valentin Zahariev <curly@e-card.bg>
 -#
 +# Created by: Valentin Zahariev <curly@e-card.bg>
  # $FreeBSD$
 -#
  
  PORTNAME=	xca
  PORTVERSION=	0.9.3
 @@ -16,14 +12,10 @@ COMMENT=	Graphical certification authori
  
  LICENSE=	BSD
  
 -RUN_DEPENDS=	update-mime-database:${PORTSDIR}/misc/shared-mime-info
 -
 -USE_GMAKE=	yes
  USE_OPENSSL=	yes
  USE_QT4=	gui moc_build uic_build qmake_build rcc_build linguist_build
  USE_AUTOTOOLS=	libltdl
 -CC?=		gcc
 -CXX?=		g++
 +USES=		gmake shared-mime-info
  
  MAN1=		xca.1
  MANCOMPRESSED=	yes
 @@ -52,7 +44,7 @@ post-patch:
  	@${REINPLACE_CMD} -e "/VPATH/{G;s/$$/TOPDIR_/;}" -e "s:\(TOPDIR\)_:\1=${WRKSRC}:" ${WRKSRC}/misc/Makefile
  	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/lib/import.cpp
  
 -post-install:
 -	@-update-mime-database ${PREFIX}/share/mime
 +post-configure:
 +	${REINPLACE_CMD} -e 's/-lQtGui/-lQtCore -lQtGui/' ${WRKSRC}/Local.mak
  
  .include <bsd.port.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
