diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-12-06 08:41:07 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-12-06 08:41:07 +0000 |
commit | 7ecbdced63a35940510abede3eaa6745a443e0e7 (patch) | |
tree | 51964571daff37c607dc4277a64a95190235c5ea /deskutils/hot-babe | |
parent | cde6be69bdecfa92439c132e41050cf2bd9bafd6 (diff) | |
download | ports-7ecbdced63a35940510abede3eaa6745a443e0e7.tar.gz ports-7ecbdced63a35940510abede3eaa6745a443e0e7.zip |
Notes
Diffstat (limited to 'deskutils/hot-babe')
-rw-r--r-- | deskutils/hot-babe/Makefile | 9 | ||||
-rw-r--r-- | deskutils/hot-babe/distinfo | 4 | ||||
-rw-r--r-- | deskutils/hot-babe/files/patch-Makefile | 32 | ||||
-rw-r--r-- | deskutils/hot-babe/files/patch-hot-babe.c | 14 |
4 files changed, 18 insertions, 41 deletions
diff --git a/deskutils/hot-babe/Makefile b/deskutils/hot-babe/Makefile index c9e4fd1c17f4..0a50096a5bd1 100644 --- a/deskutils/hot-babe/Makefile +++ b/deskutils/hot-babe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hot-babe -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= deskutils MASTER_SITES= http://dindinx.net/hotbabe/downloads/ @@ -17,11 +17,10 @@ USE_BZIP2= yes USE_X_PREFIX= yes MAKE_ARGS+= PREFIX="${PREFIX}" CC="${CC}" USE_GNOME= gtk20 -USE_REINPLACE= yes MAN1= hot-babe.1 -PORTDOCS= ChangeLog NEWS TODO LICENSE CONTRIBUTORS copyright +PORTDOCS= ChangeLog NEWS TODO LICENSE CONTRIBUTORS copyright config.example pre-everything:: @${ECHO_MSG} @@ -29,10 +28,6 @@ pre-everything:: @${ECHO_MSG} "You might hit Ctrl-C to abort." @${ECHO_MSG} -post-patch: - @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g;s|gdk-pixbuf-config|${GDK_PIXBUF_CONFIG}|g' \ - ${WRKSRC}/Makefile - post-install: ${INSTALL_MAN} ${WRKSRC}/hot-babe.1 ${PREFIX}/man/man1 .ifndef (NOPORTDOCS) diff --git a/deskutils/hot-babe/distinfo b/deskutils/hot-babe/distinfo index e5d8ec6bd171..8977ff7357c0 100644 --- a/deskutils/hot-babe/distinfo +++ b/deskutils/hot-babe/distinfo @@ -1,2 +1,2 @@ -MD5 (hot-babe-0.2.0.tar.bz2) = e0de887b9ea75dad221830ccfcc3a6da -SIZE (hot-babe-0.2.0.tar.bz2) = 397541 +MD5 (hot-babe-0.2.1.tar.bz2) = 6b3a59762f3c699696b259b83e9d4307 +SIZE (hot-babe-0.2.1.tar.bz2) = 398540 diff --git a/deskutils/hot-babe/files/patch-Makefile b/deskutils/hot-babe/files/patch-Makefile index d2c2bb867805..6cd35d39878c 100644 --- a/deskutils/hot-babe/files/patch-Makefile +++ b/deskutils/hot-babe/files/patch-Makefile @@ -1,24 +1,20 @@ ---- Makefile.orig Sun Nov 14 16:12:47 2004 -+++ Makefile Sun Nov 21 13:39:35 2004 -@@ -3,11 +3,11 @@ - DESTDIR = ${PREFIX} +--- Makefile.orig Sun Dec 5 10:03:38 2004 ++++ Makefile Sun Dec 5 10:04:18 2004 +@@ -2,7 +2,7 @@ + PREFIX := /usr/local # optimization cflags --CFLAGS = -O2 -Wall -g `pkg-config gdk-2.0 gdk-pixbuf-2.0 --cflags` -DDESTDIR=\"$(DESTDIR)\" -+CFLAGS += `pkg-config --cflags gtk+-2.0` -DDESTDIR=\"$(DESTDIR)\" +-CFLAGS += -O2 -Wall -g `pkg-config gdk-2.0 gdk-pixbuf-2.0 --cflags` -DPREFIX=\"$(PREFIX)\" ++CFLAGS += -Wall `pkg-config gdk-2.0 gdk-pixbuf-2.0 --cflags` -DPREFIX=\"$(PREFIX)\" OBJS = hot-babe.o loader.o CC = gcc --LIBS = `pkg-config gdk-2.0 gdk-pixbuf-2.0 --libs` -+LIBS = `pkg-config --libs gtk+-2.0` - INSTALL = -m 755 +@@ -23,8 +23,6 @@ + install -m 0755 hot-babe $(DESTDIR)$(PREFIX)/bin + install -d $(DESTDIR)$(PREFIX)/share/hot-babe/hb01 + install -m 0644 hb01/* $(DESTDIR)$(PREFIX)/share/hot-babe/hb01 +- install -d $(DESTDIR)$(PREFIX)/share/doc/hot-babe +- install -m 0644 $(DOC) $(DESTDIR)$(PREFIX)/share/doc/hot-babe + install -d $(DESTDIR)$(PREFIX)/share/man/man1 + install -m 0644 hot-babe.1 $(DESTDIR)$(PREFIX)/share/man/man1 - DOC = ChangeLog NEWS TODO LICENSE CONTRIBUTORS copyright -@@ -26,7 +26,6 @@ - install -d $(DESTDIR)/share/hot-babe/hb01 - install $(INSTALL) hb01/* $(DESTDIR)/share/hot-babe/hb01 - install -d $(DESTDIR)/share/doc/hot-babe -- install $(INSTALL) $(DOC) $(DESTDIR)/share/doc/hot-babe - - uninstall: - rm -f $(DESTDIR)/bin/hot-babe diff --git a/deskutils/hot-babe/files/patch-hot-babe.c b/deskutils/hot-babe/files/patch-hot-babe.c deleted file mode 100644 index 4169150b1cd9..000000000000 --- a/deskutils/hot-babe/files/patch-hot-babe.c +++ /dev/null @@ -1,14 +0,0 @@ ---- hot-babe.c.orig Tue Nov 16 22:52:44 2004 -+++ hot-babe.c Wed Nov 24 12:15:34 2004 -@@ -20,9 +20,11 @@ - #include <stdlib.h> - #include <string.h> - #ifdef __FreeBSD__ -+#include <sys/time.h> - #include <sys/resource.h> - #include <sys/types.h> - #include <sys/sysctl.h> -+#include <sys/dkstat.h> - #endif - - /* x11 includes */ |