Bug 79167 - [PATCH] x11-wm/windowlab: New version
Summary: [PATCH] x11-wm/windowlab: New version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-23 19:00 UTC by Pierre-Paul Lavoie
Modified: 2005-04-13 13:50 UTC (History)
0 users

See Also:


Attachments
file.diff (797 bytes, patch)
2005-03-23 19:00 UTC, Pierre-Paul Lavoie
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Paul Lavoie 2005-03-23 19:00:17 UTC
      New version 1.25 -> 1.26.

Fix: 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


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

 -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--sQ72ErLFK5q2JYuaeGNBZcpXKVLM8oeApRwY9KGnWSTO4mxN
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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 @@
 #
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-04-13 13:49:19 UTC
State Changed
From-To: open->closed

Committed with modifications, thanks! 
I solved the CFLAGS-issue a bit differently so that we don't need a patch.