aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2002-11-29 14:31:28 +0800
committeradamw <adamw@FreeBSD.org>2002-11-29 14:31:28 +0800
commit8376b26362db8514ec93b6399377b7f9455769e7 (patch)
tree4d2960bbb057ae406f4d801f26c596e9077045ef /misc
parentff1a40b533b767cf2e242103d2c69597b9eb072c (diff)
downloadfreebsd-ports-gnome-8376b26362db8514ec93b6399377b7f9455769e7.tar.gz
freebsd-ports-gnome-8376b26362db8514ec93b6399377b7f9455769e7.tar.zst
freebsd-ports-gnome-8376b26362db8514ec93b6399377b7f9455769e7.zip
Update icemc 0.2.2 -> 0.2.3. Although the port now officially uses QT3
instead of QT2, this release is primarily a bugfix to prevent the program from dumping core and truncating the menu file when saving. This fix was based upon knowledge gleamed from: PR: 44318 Submitted by: brian K. White <brian@aljex.ocm> Approved by: pat, kris
Diffstat (limited to 'misc')
-rw-r--r--misc/icemc/Makefile7
-rw-r--r--misc/icemc/distinfo3
-rw-r--r--misc/icemc/files/patch-Makefile24
3 files changed, 16 insertions, 18 deletions
diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile
index fc26b4fe08c5..965665d2a43a 100644
--- a/misc/icemc/Makefile
+++ b/misc/icemc/Makefile
@@ -6,15 +6,10 @@
#
PORTNAME= icemc
-PORTVERSION= 0.2.2
-PORTREVISION= 2
+PORTVERSION= 0.2.3
CATEGORIES= x11-wm
MASTER_SITES= http://www.algorithm.at/comp/icemc/
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= icemc-0.2.2.patch.tar.gz
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= adamw@FreeBSD.org
USE_X_PREFIX= yes
diff --git a/misc/icemc/distinfo b/misc/icemc/distinfo
index d8ae6cc0b553..3fa283bfc57a 100644
--- a/misc/icemc/distinfo
+++ b/misc/icemc/distinfo
@@ -1,2 +1 @@
-MD5 (icemc-0.2.2.tar.gz) = 6ba3d647139f7574fa83aaa1b36b5e56
-MD5 (icemc-0.2.2.patch.tar.gz) = ff938b1156a11960ccceb73d49f10a04
+MD5 (icemc-0.2.3.tar.gz) = 6b0d403bfd2f1680e769c432d6670b33
diff --git a/misc/icemc/files/patch-Makefile b/misc/icemc/files/patch-Makefile
index d5ec86c30fd5..df04a5f1f515 100644
--- a/misc/icemc/files/patch-Makefile
+++ b/misc/icemc/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig Tue Dec 4 12:49:24 2001
-+++ Makefile Tue Jan 1 23:26:16 2002
-@@ -13,21 +13,18 @@
+--- 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)
@@ -12,20 +12,24 @@
-CC = gcc
-CXX = g++
-CFLAGS = -pipe -DNO_DEBUG
--CXXFLAGS= -pipe -DNO_DEBUG
+-CXXFLAGS= -pipe -DNO_DEBUG -Wall -ansi
-INCPATH = -I$(QTDIR)/include
-LINK = g++
-+CFLAGS += -DNO_DEBUG
-+CXXFLAGS+= -DNO_DEBUG
++#CC = gcc
++#CXX = g++
++CFLAGS += -pipe -DNO_DEBUG
++CXXFLAGS+= -pipe -DNO_DEBUG -Wall -ansi
+INCPATH = ${QTCPPFLAGS}
-+LINK = $(CXX)
++LINK = ${CXX}
LFLAGS =
- #LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm
-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
-+LIBS = ${QTCFGLIBS} ${LIBQT}
-+UIC = ${X11BASE}/uic
++#MOC = $(QTDIR)/bin/moc
++UIC = ${X11BASE}/bin/uic
TAR = tar -cf
GZIP = gzip -9f
holt2004-07-241-2/+2 * Fix kernel module build.matusita2004-06-251-2/+2 * Update to 4.5.2 build-8848.matusita2004-06-241-3/+3 * Kill Linux-guest specific bogus messages by vmware-guestd.matusita2004-03-213-0/+3 * Update to 4.5.1 build 7568, with lots of cleanup.matusita2004-03-166-94/+119 * Update for VMware Workstation 4.0.5 build-6030.matusita2003-10-111-2/+2 * Update to 4.0.2.matusita2003-09-061-2/+2 * Fix module pathname.matusita2003-08-021-1/+1 * Update VMware Tools for 4.0.1 build-5289, the latest version of VMwarematusita2003-07-249-27/+146 * Fix installation messages to users. No content changes, no bump.matusita2003-07-071-1/+1 * Fixup for package cluster building.matusita2003-05-041-3/+1 * I've too much asked that where to get files for install. Apparantly,matusita2003-04-221-1/+1 * Update VMware-related tools to the of VMware Workstation 4.0.0 build-4460matusita2003-04-191-3/+6 * De-pkg-comment.matusita2003-02-222-1/+1 * Correct ports that were abusing the FORBIDDEN variable and replace withseanc2003-02-071-1/+1 * Fix startup-scripts for -current /bin/sh issues.anders2002-08-142-2/+4 * Mark FORBIDDEN if PACKAGE_BUILDING. These ports cannot build withoutmatusita2002-05-111-0/+3