Mhmmm... in the first attempt this mail seemed to never reached the 
list, so sending this again now.

Hi,

please find below an update for tabbed to version 0.5.

Comments? OKs?

Regards,
Joerg


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/tabbed/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    17 Jul 2013 03:27:01 -0000      1.4
+++ Makefile    18 Oct 2013 17:15:24 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=               simple generic tabbed frontend
 
-DISTNAME=              tabbed-0.4.1
-REVISION =             0
+DISTNAME=              tabbed-0.5
 
 CATEGORIES=            x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/tabbed/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    30 Oct 2012 17:09:55 -0000      1.2
+++ distinfo    18 Oct 2013 17:15:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (tabbed-0.4.1.tar.gz) = JOFV5fYzXJC8mNYAZEp3EJN+3CF0UUHlwGksNsLBg9g=
-SIZE (tabbed-0.4.1.tar.gz) = 9911
+SHA256 (tabbed-0.5.tar.gz) = ISJlBnYZCfrevdX64P9RSbmjeINvpRXEXvvL5QQyH7k=
+SIZE (tabbed-0.5.tar.gz) = 11703
Index: patches/patch-config_def_h
===================================================================
RCS file: /cvs/ports/x11/tabbed/patches/patch-config_def_h,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-config_def_h
--- patches/patch-config_def_h  9 Jul 2012 08:42:53 -0000       1.1.1.1
+++ patches/patch-config_def_h  18 Oct 2013 17:15:24 -0000
@@ -1,20 +1,21 @@
 $OpenBSD: patch-config_def_h,v 1.1.1.1 2012/07/09 08:42:53 zinke Exp $
---- config.def.h.orig  Sat Jul  7 22:51:05 2012
-+++ config.def.h       Sun Jul  8 15:05:06 2012
-@@ -1,11 +1,11 @@
+--- config.def.h.orig  Fri Oct 18 18:58:44 2013
++++ config.def.h       Fri Oct 18 18:59:41 2013
+@@ -1,11 +1,12 @@
  /* See LICENSE file for copyright and license details. */
  
  /* appearance */
--static const char font[]        = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
+-static const char font[]        = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*";
 -static const char normbgcolor[] = "#222222";
--static const char normfgcolor[] = "#bbbbbb";
--static const char selbgcolor[]  = "#005577";
--static const char selfgcolor[]  = "#eeeeee";
+-static const char normfgcolor[] = "#cccccc";
+-static const char selbgcolor[]  = "#555555";
+-static const char selfgcolor[]  = "#ffffff";
 +static const char font[]        = "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*";
 +static const char normbgcolor[] = "#202020";
 +static const char normfgcolor[] = "#c0c0c0";
 +static const char selbgcolor[]  = "#404040";
 +static const char selfgcolor[]  = "#f0f0f0";
++
  static const char before[]      = "<";
  static const char after[]       = ">";
  static const int  tabwidth      = 200;
Index: patches/patch-config_mk
===================================================================
RCS file: /cvs/ports/x11/tabbed/patches/patch-config_mk,v
retrieving revision 1.2
diff -u -p -r1.2 patch-config_mk
--- patches/patch-config_mk     30 Oct 2012 17:09:55 -0000      1.2
+++ patches/patch-config_mk     18 Oct 2013 17:15:24 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-config_mk,v 1.2 2012/10/30 17:09:55 zinke Exp $
---- config.mk.orig     Mon Aug 20 09:15:07 2012
-+++ config.mk  Sun Oct 28 19:21:28 2012
-@@ -4,21 +4,24 @@ VERSION = 0.4.1
+--- config.mk.orig     Mon May  6 20:28:25 2013
++++ config.mk  Fri Oct 18 19:14:02 2013
+@@ -4,22 +4,25 @@ VERSION = 0.5
  # Customize below to fit your system
  
  # paths
@@ -20,11 +20,11 @@ $OpenBSD: patch-config_mk,v 1.2 2012/10/
 +LIBS = -L${X11LIB} -lX11
  
  # flags
--CPPFLAGS = -DVERSION=\"${VERSION}\"
--CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
--LDFLAGS = -s ${LIBS}
-+CPPFLAGS += -DVERSION=\"${VERSION}\"
-+CFLAGS += -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS}
+-CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
+-CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+-LDFLAGS = -g ${LIBS}
++CPPFLAGS += -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
++CFLAGS += -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
 +LDFLAGS += ${LIBS}
  
  # Solaris
@@ -34,3 +34,4 @@ $OpenBSD: patch-config_mk,v 1.2 2012/10/
  # compiler and linker
 -CC = cc
 +CC ?= cc
+ 

Reply via email to