[65630] trunk/dports/x11/awesome/files

milosh at macports.org milosh at macports.org
Mon Mar 29 01:25:04 PDT 2010


Revision: 65630
          http://trac.macports.org/changeset/65630
Author:   milosh at macports.org
Date:     2010-03-29 01:25:04 -0700 (Mon, 29 Mar 2010)
Log Message:
-----------
Remove unneeded patchfiles

Removed Paths:
-------------
    trunk/dports/x11/awesome/files/patch-Makefile.diff
    trunk/dports/x11/awesome/files/patch-config.mk.diff

Deleted: trunk/dports/x11/awesome/files/patch-Makefile.diff
===================================================================
--- trunk/dports/x11/awesome/files/patch-Makefile.diff	2010-03-29 08:21:17 UTC (rev 65629)
+++ trunk/dports/x11/awesome/files/patch-Makefile.diff	2010-03-29 08:25:04 UTC (rev 65630)
@@ -1,16 +0,0 @@
---- Makefile.orig	2007-12-11 16:42:11.000000000 +0100
-+++ Makefile	2007-12-11 16:42:39.000000000 +0100
-@@ -64,10 +64,12 @@
- 
- install: strip install-unstrip
- 
--install-unstrip: awesome awesome-client man
-+install-unstrip: awesome awesome-client
- 	@echo installing executable file to ${DESTDIR}${PREFIX}/bin
- 	@install -d ${DESTDIR}${PREFIX}/bin
- 	@install -m 755 awesome awesome-client ${DESTDIR}${PREFIX}/bin
-+
-+install-man: man
- 	@echo installing manual page to ${DESTDIR}${MANPREFIX}/man1
- 	@install -d ${DESTDIR}${MANPREFIX}/man1
- 	@install -m 644 ${DOCS:.txt=} ${DESTDIR}${MANPREFIX}/man1

Deleted: trunk/dports/x11/awesome/files/patch-config.mk.diff
===================================================================
--- trunk/dports/x11/awesome/files/patch-config.mk.diff	2010-03-29 08:21:17 UTC (rev 65629)
+++ trunk/dports/x11/awesome/files/patch-config.mk.diff	2010-03-29 08:25:04 UTC (rev 65630)
@@ -1,27 +0,0 @@
---- config.mk.orig	2007-12-02 20:20:56.000000000 +0100
-+++ config.mk	2007-12-02 20:26:25.000000000 +0100
-@@ -8,18 +8,18 @@
- LAYOUTS = layouts/tile.c layouts/floating.c layouts/max.c
- 
- # paths
--PREFIX = /usr/local
-+PREFIX = /opt/local
- MANPREFIX = ${PREFIX}/share/man
- 
--X11INC = /usr/include/X11
--X11LIB = /usr/lib/X11
-+X11INC = /opt/local/include/X11
-+X11LIB = /opt/local/lib
- 
- # includes and libs
--INCS = -I. -I/usr/include -I${X11INC} `pkg-config --cflags libconfuse xft cairo`
--LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 `pkg-config --libs libconfuse xft cairo` -lXext -lXrandr -lXinerama
-+INCS = -I. -I/opt/local/include -I${X11INC} `pkg-config --cflags libconfuse xft cairo`
-+LIBS = -L/opt/local/lib -lc -L${X11LIB} -lX11 `pkg-config --libs libconfuse xft cairo` -lXext -lXrandr -lXinerama
- 
- # flags
--CFLAGS = -fgnu89-inline -std=gnu99 -ggdb3 -pipe -Wall -Wextra -W -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wuninitialized -Winit-self -Wpointer-arith -Wredundant-decls -Wno-format-zero-length -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-noreturn -O3 ${INCS} -DVERSION=\"${VERSION}\" -DRELEASE=\"${RELEASE}\"
-+CFLAGS = -std=gnu99 -ggdb3 -pipe -Wall -Wextra -W -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wuninitialized -Winit-self -Wpointer-arith -Wredundant-decls -Wno-format-zero-length -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-noreturn -O3 ${INCS} -DVERSION=\"${VERSION}\" -DRELEASE=\"${RELEASE}\"
- LDFLAGS = -ggdb3 ${LIBS}
- CLIENTLDFLAGS = -ggdb3
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100329/2971f303/attachment.html>


More information about the macports-changes mailing list