ports/52580: Update port: x11-wm/icemc to 0.2.4

KATO Tsuguru tkato at prontomail.com
Thu May 22 15:20:19 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list