Date: Fri, 23 May 2003 00:08:39 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52580: Update port: x11-wm/icemc to 0.2.4 Message-ID: <20030523000839.15f250d5.tkato@prontomail.com> Resent-Message-ID: <200305221520.h4MFKBwU052731@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52580 >Category: ports >Synopsis: Update port: x11-wm/icemc to 0.2.4 >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: Thu May 22 08:20:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.2.4 Remove file: files/patch-Makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/icemc/Makefile x11-wm/icemc/Makefile --- /usr/ports/x11-wm/icemc/Makefile Sun May 18 22:41:24 2003 +++ x11-wm/icemc/Makefile Thu May 22 17:53:48 2003 @@ -6,26 +6,26 @@ # PORTNAME= icemc -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= x11-wm MASTER_SITES= http://www.algorithm.at/comp/icemc/ MAINTAINER= adamw@FreeBSD.org COMMENT= QT-based menu editor for IceWM -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif USE_X_PREFIX= yes USE_QT_VER= 3 -MAKE_ENV= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ - QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" MOC="${MOC}" LIBQT="-lqt-mt" +MAKE_ARGS= QTDIR="${X11BASE}" DESTDIR="${PREFIX}" \ + INCPATH="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ + LFLAGS="${QTCFGLIBS} ${PTHREAD_LIBS}" \ + CC="${CC}" CXX="${CXX}" \ + CFLAGS="${CFLAGS} -DNO_DEBUG" \ + CXXFLAGS="${CXXFLAGS} -DNO_DEBUG" \ + LINK="${CXX}" LIBS="-lqt-mt" MOC="${MOC}" do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/icemc ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/icemc ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -urN /usr/ports/x11-wm/icemc/distinfo x11-wm/icemc/distinfo --- /usr/ports/x11-wm/icemc/distinfo Fri Nov 29 19:10:17 2002 +++ x11-wm/icemc/distinfo Thu May 22 17:46:56 2003 @@ -1 +1 @@ -MD5 (icemc-0.2.3.tar.gz) = 6b0d403bfd2f1680e769c432d6670b33 +MD5 (icemc-0.2.4.tar.gz) = 1df8dd3c4e485db980a3f1b63d6f28bb diff -urN /usr/ports/x11-wm/icemc/files/patch-Makefile x11-wm/icemc/files/patch-Makefile --- /usr/ports/x11-wm/icemc/files/patch-Makefile Fri Nov 29 19:10:17 2002 +++ x11-wm/icemc/files/patch-Makefile Thu Jan 1 09:00:00 1970 @@ -1,35 +0,0 @@ ---- Makefile.orig Thu Nov 28 16:11:25 2002 -+++ Makefile Thu Nov 28 16:14:44 2002 -@@ -13,22 +13,22 @@ - # QTDIR = /usr/lib/qt - - # DESTDIR (location for installing) --DESTDIR = /usr/local -+DESTDIR = ${PREFIX}/bin - - ####### Compiler, tools and options - --CC = gcc --CXX = g++ --CFLAGS = -pipe -DNO_DEBUG --CXXFLAGS= -pipe -DNO_DEBUG -Wall -ansi --INCPATH = -I$(QTDIR)/include --LINK = g++ -+#CC = gcc -+#CXX = g++ -+CFLAGS += -pipe -DNO_DEBUG -+CXXFLAGS+= -pipe -DNO_DEBUG -Wall -ansi -+INCPATH = ${QTCPPFLAGS} -+LINK = ${CXX} - LFLAGS = --LIBS = $(SUBLIBS) -lqt -+LIBS = ${QTCFGLIBS} ${LIBQT} - # you might try this if icemc segfaults when starting up: - #LIBS = $(SUBLIBS) -lqt-mt --MOC = $(QTDIR)/bin/moc --UIC = $(QTDIR)/bin/uic -+#MOC = $(QTDIR)/bin/moc -+UIC = ${X11BASE}/bin/uic - - TAR = tar -cf - GZIP = gzip -9f >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030523000839.15f250d5.tkato>