Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2005 18:50:32 GMT
From:      Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/79167: [PATCH] x11-wm/windowlab: New version
Message-ID:  <200503231850.j2NIoWIm066849@www.freebsd.org>
Resent-Message-ID: <200503231900.j2NJ0HCA099634@freefall.freebsd.org>

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

>Number:         79167
>Category:       ports
>Synopsis:       [PATCH] x11-wm/windowlab: New version
>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:   Wed Mar 23 19:00:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Pierre-Paul Lavoie
>Release:        
>Organization:
>Environment:
>Description:
      New version 1.25 -> 1.26.
>How-To-Repeat:
      
>Fix:
diff -ru windowlab/Makefile windowlab.new/Makefile
--- windowlab/Makefile  Wed Mar 23 14:25:34 2005
+++ windowlab.new/Makefile  Wed Mar 23 14:45:08 2005
@@ -6,7 +6,7 @@
 #

 PORTNAME=  windowlab
-PORTVERSION=   1.25
+PORTVERSION=   1.26
 CATEGORIES=    x11-wm
 MASTER_SITES=  http://www.nickgravgaard.com/windowlab/
 EXTRACT_SUFX=  .tar
@@ -19,7 +19,7 @@
 USE_X_PREFIX=  yes
 USE_GMAKE= yes

-MAKE_ARGS+=    MENURC=${PREFIX}/etc/windowlab/menurc
+MAKE_ARGS+=    CFLAGS="" MENURC=${PREFIX}/etc/windowlab/menurc

 PLIST_FILES=   bin/windowlab etc/windowlab/menurc
 PLIST_DIRS=    etc/windowlab
diff -ru windowlab/distinfo windowlab.new/distinfo
--- windowlab/distinfo  Wed Mar 23 14:25:34 2005
+++ windowlab.new/distinfo  Wed Mar 23 14:41:53 2005
@@ -1,2 +1,2 @@
-MD5 (windowlab-1.25.tar) = c202051799de11a55d0a7f3e931a6c29
-SIZE (windowlab-1.25.tar) = 153600
+MD5 (windowlab-1.26.tar) = 556023aa40ac5aeac02102db28edc6c4
+SIZE (windowlab-1.26.tar) = 153600
diff -ru windowlab/files/patch-Makefile windowlab.new/files/patch-Makefile
--- windowlab/files/patch-Makefile  Wed Aug 13 10:43:49 2003
+++ windowlab.new/files/patch-Makefile  Wed Mar 23 14:46:10 2005
@@ -1,12 +1,10 @@
---- Makefile.orig       Wed Aug 13 07:53:54 2003
-+++ Makefile    Wed Aug 13 07:54:02 2003
-@@ -27,9 +27,6 @@
+--- Makefile.orig  Wed Mar 23 14:45:34 2005
++++ Makefile   Wed Mar 23 14:45:41 2005
+@@ -27,7 +27,6 @@

  # --------------------------------------------------------------------

 -CC = gcc
--CFLAGS = -g -O2 -Wall
--
- BINDIR = $(DESTDIR)$(XROOT)/bin
- MANDIR = $(DESTDIR)$(XROOT)/man/man1
- CFGDIR = $(DESTDIR)/etc/X11/windowlab
+ ifndef CFLAGS
+ CFLAGS = -g -O2 -Wall
+ endif

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



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