summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-05-09 15:33:38 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-05-09 15:33:38 +0000
commiteea4a6fe1a12f9c7ebb40c80fbca6c527efad3fe (patch)
treede337ddcf34266002bd6c7cf142be83682831681 /x11-wm
parentUpdate to 1.13.0 (diff)
- Update to 0.9.21
Approved by: miwi (mentor implicit)
Notes
Notes: svn path=/head/; revision=233532
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/musca/Makefile2
-rw-r--r--x11-wm/musca/distinfo6
-rw-r--r--x11-wm/musca/files/patch-Makefile12
3 files changed, 16 insertions, 4 deletions
diff --git a/x11-wm/musca/Makefile b/x11-wm/musca/Makefile
index 63f98c058c26..419c3849817f 100644
--- a/x11-wm/musca/Makefile
+++ b/x11-wm/musca/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= musca
-PORTVERSION= 0.9.20
+PORTVERSION= 0.9.21
CATEGORIES= x11-wm
MASTER_SITES= http://aerosuidae.net/ \
http://mirror.mcx2.org/
diff --git a/x11-wm/musca/distinfo b/x11-wm/musca/distinfo
index 2e8ca6802db5..ccf2a799ffa6 100644
--- a/x11-wm/musca/distinfo
+++ b/x11-wm/musca/distinfo
@@ -1,3 +1,3 @@
-MD5 (musca-0.9.20.tgz) = 8a45623b0d8df4f553671b87ea5a5912
-SHA256 (musca-0.9.20.tgz) = f4080c6e12144a63e90bf0c95ba876cb82288319d41288f5e5231a516921c961
-SIZE (musca-0.9.20.tgz) = 51148
+MD5 (musca-0.9.21.tgz) = 0eb338e06a7851399266a1627970ac7e
+SHA256 (musca-0.9.21.tgz) = 5eee236edf814e57a29110687d4585a5daf7899e6fdee742c33369389772ef0e
+SIZE (musca-0.9.21.tgz) = 51725
diff --git a/x11-wm/musca/files/patch-Makefile b/x11-wm/musca/files/patch-Makefile
new file mode 100644
index 000000000000..c541dacf3170
--- /dev/null
+++ b/x11-wm/musca/files/patch-Makefile
@@ -0,0 +1,12 @@
+--- Makefile.orig 2009-05-09 09:08:04.000000000 +0200
++++ Makefile 2009-04-29 06:31:39.000000000 +0200
+@@ -1,7 +1,8 @@
++PREFIX?=/usr/X11R6
+ CFLAGS?=-Wall -g
+
+ all:
+- $(CC) $(CFLAGS) -lc -lm -lX11 -o musca musca.c
++ $(CC) $(CFLAGS) -I$(PREFIX)/include -L$(PREFIX)/lib -lc -lm -lX11 -o musca musca.c
+
+ clean:
+ rm -f musca