Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2009 22:08:09 +0100 (CET)
From:      Henrik Friedrichsen <hrkfdn@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140370: [MAINTAINER] update x11-wm/echinus to 0.3.8
Message-ID:  <200911072108.nA7L89kH064328@sun.univer.se>
Resent-Message-ID: <200911072140.nA7Le2nn069724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140370
>Category:       ports
>Synopsis:       [MAINTAINER] update x11-wm/echinus to 0.3.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 07 21:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Friedrichsen
>Release:        FreeBSD 8.0-RC2 i386
>Organization:
>Environment:
System: FreeBSD sun.univer.se 8.0-RC2 FreeBSD 8.0-RC2 #0: Sun Oct 25 17:21:02 CET 2009 root@sun.univer.se:/usr/obj/usr/src/sys/HYDROGEN i386

>Description:
This patch updates the echinus port to 0.3.8
>How-To-Repeat:
>Fix:

	

--- echinus-0.3.8-diff begins here ---
diff -Naur ./Makefile ../echinus/Makefile
--- ./Makefile	2009-11-07 21:56:33.000000000 +0100
+++ ../echinus/Makefile	2009-11-07 21:58:55.000000000 +0100
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	echinus
-PORTVERSION=	0.3.6
+PORTVERSION=	0.3.8
 CATEGORIES=	x11-wm
-MASTER_SITES=	http://rootshell.be/~polachok/code/
+MASTER_SITES=	http://www.rootshell.be/~polachok/code/
 
 MAINTAINER=	hrkfdn@gmail.com
 COMMENT=	A dynamic window manager for X11 based on dwm
diff -Naur ./distinfo ../echinus/distinfo
--- ./distinfo	2009-11-07 21:56:33.000000000 +0100
+++ ../echinus/distinfo	2009-11-07 21:58:58.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (echinus-0.3.6.tar.gz) = e12e3c3dc3a9e88b93602d14f8d118e0
-SHA256 (echinus-0.3.6.tar.gz) = 71c6b159d472f80765d0ab35908055d81559313200e0dbec9031a32f4048366e
-SIZE (echinus-0.3.6.tar.gz) = 29136
+MD5 (echinus-0.3.8.tar.gz) = f2e50090c051dba4cb7b708537be5165
+SHA256 (echinus-0.3.8.tar.gz) = 5d5b3c524ec05e3536a25436f549d49bf551f56b00e790281ff7e6547de2b546
+SIZE (echinus-0.3.8.tar.gz) = 28711
diff -Naur ./files/patch-Makefile ../echinus/files/patch-Makefile
--- ./files/patch-Makefile	2009-11-07 21:56:33.000000000 +0100
+++ ../echinus/files/patch-Makefile	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- Makefile.old	2008-08-19 16:57:30.000000000 -0300
-+++ Makefile	2008-08-31 17:46:50.000000000 -0300
-@@ -8,7 +8,7 @@
- FILES = draw.c parse.c ewmh.c config.h
- SRC = echinus.c
- OBJ = ${SRC:.c=.o}
--CONF = /share/examples/echinus
-+CONF = /usr/local/etc/echinus/
- 
- all: options echinus ${HEADERS}
- 
diff -Naur ./files/patch-config.mk ../echinus/files/patch-config.mk
--- ./files/patch-config.mk	2009-11-07 21:56:33.000000000 +0100
+++ ../echinus/files/patch-config.mk	2009-11-07 22:02:16.000000000 +0100
@@ -1,8 +1,12 @@
---- _config.mk	2008-08-04 14:08:03.000000000 +0200
-+++ config.mk	2008-08-04 14:07:48.000000000 +0200
-@@ -7,16 +7,16 @@
- PREFIX = ${HOME}
+diff -Naur ./config.mk ../echinus-0.3.8/config.mk
+--- ./config.mk	2009-11-07 22:00:00.000000000 +0100
++++ ../echinus-0.3.8/config.mk	2009-11-07 22:01:52.000000000 +0100
+@@ -6,10 +6,10 @@
+ # paths
+ PREFIX = /usr/local
  MANPREFIX = ${PREFIX}/share/man
+-CONF = /share/examples/echinus
++CONF = ${PREFIX}/etc/echinus/
  
 -X11INC = /usr/X11R6/include
 -X11LIB = /usr/X11R6/lib
@@ -11,19 +15,3 @@
  
  # includes and libs
  INCS = -I. -I/usr/include -I${X11INC} `pkg-config --cflags xft`
- LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 `pkg-config --libs xft`
- 
- # flags
--CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
--LDFLAGS = -s ${LIBS}
-+CFLAGS += -Os ${INCS} -DVERSION=\"${VERSION}\"
-+LDFLAGS += -s ${LIBS}
- #CFLAGS = -g3 -ggdb3 -std=c99 -pedantic -Wall -O0 ${INCS} -DVERSION=\"${VERSION}\" 
- #LDFLAGS = -g3 -ggdb3 ${LIBS}
- 
-@@ -26,4 +26,4 @@
- #CFLAGS += -xtarget=ultra
- 
- # compiler and linker
--CC = cc
-+CC? = cc
diff -Naur ./files/pkg-message.in ../echinus/files/pkg-message.in
--- ./files/pkg-message.in	2009-11-07 21:56:33.000000000 +0100
+++ ../echinus/files/pkg-message.in	2009-11-07 22:05:24.000000000 +0100
@@ -3,7 +3,7 @@
 Echinus has been installed.
 
 A standard config file with its pixmaps has been installed to:
- PREFIX/etc/echinus/
+ %%PREFIX%%/etc/echinus/
 Copy this folder to ~/.echinus/ and modify the echinusrc as you wish.
 
 ==============================================================================
diff -Naur ./pkg-descr ../echinus/pkg-descr
--- ./pkg-descr	2009-11-07 21:56:33.000000000 +0100
+++ ../echinus/pkg-descr	2009-11-07 21:58:36.000000000 +0100
@@ -6,4 +6,4 @@
 with external panels and pagers.
 It draws a border around windows and also an optional titlebar.
 
-WWW: http://rootshell.be/~polachok/code/
+WWW: http://www.rootshell.be/~polachok/code/
--- echinus-0.3.8-diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911072108.nA7L89kH064328>