ports/117658: Update port: xca
Mark D. Foster
mark at foster.cc
Tue Oct 30 06:20:06 UTC 2007
>Number: 117658
>Category: ports
>Synopsis: Update port: xca
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Oct 30 06:20:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: Mark Foster
>Release: FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD nico.foster.dmz 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri
Jan 12 10:40:27 UTC 2007
root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Add QT_COMPONENTS to Makefile to ensure proper build environment
>How-To-Repeat:
Apply patch shown below
>Fix:
--- xca-0.6.3_2.patch begins here ---
diff -ur xca.orig/Makefile xca/Makefile
--- xca.orig/Makefile Wed Aug 15 06:06:08 2007
+++ xca/Makefile Mon Oct 29 21:53:59 2007
@@ -1,12 +1,9 @@
-# New ports collection makefile for: xca
-# Date created: 2002-12-23
-# Whom: Valentin Zahariev <curly at e-card.bg>
-#
# $FreeBSD: ports/security/xca/Makefile,v 1.10 2007/07/23 13:54:06 pav
Exp $
#
PORTNAME= xca
PORTVERSION= 0.6.3
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,6 +14,7 @@
USE_GMAKE= yes
USE_OPENSSL= yes
USE_QT_VER= 4
+QT_COMPONENTS= gui moc uic qmake rcc linguist
CC?= gcc
CXX?= g++
@@ -30,7 +28,7 @@
.endif
post-patch:
- @echo "CPPFLAGS=-I. -I.. -I${WRKSRC}/ui -I/usr/X11R6/include
-I${QT_PREFIX}/include/Qt" > ${WRKSRC}/Local.mak
+ @echo "CPPFLAGS=-I. -I.. -I${WRKSRC}/ui -I${X11BASE}/include
-I${QT_PREFIX}/include/Qt" > ${WRKSRC}/Local.mak
@echo "CFLAGS= ${CFLAGS} -Wall -ggdb" >> ${WRKSRC}/Local.mak
@echo "LDFLAGS= ${LDFLAGS} -L${LOCALBASE}/lib" >> ${WRKSRC}/Local.mak
@echo "LIBS= -lQtGui -lc_r -lcrypto" >> ${WRKSRC}/Local.mak
--- xca-0.6.3_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list