summaryrefslogtreecommitdiff
path: root/x11-wm/aewm
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-01-07 21:52:37 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-01-07 21:52:37 +0000
commit75e93a1ee437be584e0032a95a56d335b2260975 (patch)
tree9d4b96d98cbdb6fda0dcb41bddba33889038808b /x11-wm/aewm
parentUpdate to GCC 2.95.3 release candidate "test1" (diff)
Update to 1.1.1.
Diffstat (limited to 'x11-wm/aewm')
-rw-r--r--x11-wm/aewm/Makefile2
-rw-r--r--x11-wm/aewm/distinfo2
-rw-r--r--x11-wm/aewm/files/patch-Makefile22
3 files changed, 14 insertions, 12 deletions
diff --git a/x11-wm/aewm/Makefile b/x11-wm/aewm/Makefile
index bd35153d77b2..baa92218c2f5 100644
--- a/x11-wm/aewm/Makefile
+++ b/x11-wm/aewm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= aewm
-PORTVERSION= 0.9.19
+PORTVERSION= 1.1.1
CATEGORIES= x11-wm
MASTER_SITES= http://www.red-bean.com/~decklin/aewm/
diff --git a/x11-wm/aewm/distinfo b/x11-wm/aewm/distinfo
index 4b35b710b7f2..761ad1be23d8 100644
--- a/x11-wm/aewm/distinfo
+++ b/x11-wm/aewm/distinfo
@@ -1 +1 @@
-MD5 (aewm-0.9.19.tar.gz) = 071dc4f8e2d2d17787ed8dfd6047b11e
+MD5 (aewm-1.1.1.tar.gz) = ab97a7528a3e865b9022f572a7a3c5c8
diff --git a/x11-wm/aewm/files/patch-Makefile b/x11-wm/aewm/files/patch-Makefile
index eb9ba3af0366..acee185d3531 100644
--- a/x11-wm/aewm/files/patch-Makefile
+++ b/x11-wm/aewm/files/patch-Makefile
@@ -1,15 +1,17 @@
---- Makefile.orig Mon Nov 6 17:30:23 2000
-+++ Makefile Sat Dec 16 20:53:51 2000
-@@ -2,10 +2,9 @@
- # Copyright (c) 1998-2000 Decklin Foster <decklin@red-bean.com>
- # Free software! Please see README for details and license. --
+--- Makefile.orig Mon Jan 1 21:43:57 2001
++++ Makefile Sun Jan 7 13:40:03 2001
+@@ -25,12 +25,11 @@
+
+ # This should be set to the location of the X installation you want to
+ # compile against.
+-XROOT = /usr/X11R6
++XROOT = $(X11BASE)
+
+ # --------------------------------------------------------------------
-CC = gcc
-CFLAGS = -g -O2 -Wall
+CC ?= gcc
--XROOT = $(DESTDIR)/usr/X11R6
-+XROOT = $(X11BASE)
- INCLUDES = -I$(XROOT)/include
- LDPATH = -L$(XROOT)/lib
- LIBS = -lXext -lX11
+ BINDIR = $(DESTDIR)$(XROOT)/bin
+ MANDIR = $(DESTDIR)$(XROOT)/man/man1