aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-29 06:31:28 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-29 06:31:28 +0000
commit42efc2a1690b1da15044266f12efd7fc10778c49 (patch)
treeec8211909eae95d5eb74bc128fb73c8a534d7e47
parent404cfae95a34b7a27c4bb06d751343a31afddcdf (diff)
downloadports-42efc2a1690b1da15044266f12efd7fc10778c49.tar.gz
ports-42efc2a1690b1da15044266f12efd7fc10778c49.zip
Notes
-rw-r--r--misc/icemc/Makefile7
-rw-r--r--misc/icemc/distinfo3
-rw-r--r--misc/icemc/files/patch-Makefile24
-rw-r--r--x11-wm/icemc/Makefile7
-rw-r--r--x11-wm/icemc/distinfo3
-rw-r--r--x11-wm/icemc/files/patch-Makefile24
6 files changed, 32 insertions, 36 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
diff --git a/x11-wm/icemc/Makefile b/x11-wm/icemc/Makefile
index fc26b4fe08c5..965665d2a43a 100644
--- a/x11-wm/icemc/Makefile
+++ b/x11-wm/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/x11-wm/icemc/distinfo b/x11-wm/icemc/distinfo
index d8ae6cc0b553..3fa283bfc57a 100644
--- a/x11-wm/icemc/distinfo
+++ b/x11-wm/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/x11-wm/icemc/files/patch-Makefile b/x11-wm/icemc/files/patch-Makefile
index d5ec86c30fd5..df04a5f1f515 100644
--- a/x11-wm/icemc/files/patch-Makefile
+++ b/x11-wm/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