Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2002 17:42:27 -0700 (PDT)
From:      Adam Weinberger <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42016: patch: x11-wm/icemc - use QT3 libs, bump portrevision
Message-ID:  <200208260042.g7Q0gRvn077285@vectors.cx>

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

>Number:         42016
>Category:       ports
>Synopsis:       patch: x11-wm/icemc - use QT3 libs, bump portrevision
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 25 17:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Adam Weinberger
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #1: Sat Aug 24 14:06:30 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	this updates x11-wm/icemc to use qt3, and it bumps the portrevision.
	
>How-To-Repeat:
	
>Fix:

	

--- icemc.patch begins here ---
--- icemc/Makefile.orig	Sun Aug 25 17:31:49 2002
+++ icemc/Makefile	Sun Aug 25 17:32:25 2002
@@ -7,7 +7,7 @@
 
 PORTNAME=	icemc
 PORTVERSION=	0.2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.algorithm.at/comp/icemc/
 
@@ -18,10 +18,10 @@
 MAINTAINER=	adam@vectors.cx
 
 USE_X_PREFIX=	yes
-USE_QT_VER=	2
+USE_QT_VER=	3
 
-MAKE_ENV=	QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" \
-		MOC="${MOC}" LIBQT="-l${QTNAME}"
+MAKE_ENV=	QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \
+	QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" MOC="${MOC}" LIBQT="-lqt-mt"
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/icemc ${PREFIX}/bin
--- icemc.patch ends here ---


>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?200208260042.g7Q0gRvn077285>