Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Apr 1999 17:47:28 +1000 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10900: update port: wmitime-0.2 to 0.3
Message-ID:  <199904010747.RAA80214@corp.au.triax.com>

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

>Number:         10900
>Category:       ports
>Synopsis:       update port wmitime-0.2 to 0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 31 23:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jim Mock
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
>Environment:

	

>Description:

Patch updates the wmitime port from 0.2 to 0.3.

>How-To-Repeat:

	

>Fix:
	
Apply the following patch..

diff -ruN wmitime/Makefile wmitime-0.3/Makefile
--- wmitime/Makefile	Thu Apr  1 17:34:06 1999
+++ wmitime-0.3/Makefile	Thu Apr  1 17:37:04 1999
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	wmitime
-# Version required:	0.2
+# Version required:	0.3
 # Date created:		14 March 1999
 # Whom:			Jim Mock <jim@phrantic.phear.net>
 #
 # $Id: Makefile,v 1.1.1.1 1999/03/16 09:46:15 kris Exp $
 #
 
-DISTNAME=	wmitime-0.2
+DISTNAME=	wmitime-0.3
 CATEGORIES=	x11-clocks windowmaker afterstep
 MASTER_SITES=	http://www.neotokyo.org/illusion/
 
@@ -17,7 +17,7 @@
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
 
-WRKSRC=		${WRKDIR}/wmitime.app/wmitime
+WRKSRC=		${WRKDIR}/wmitime/wmitime
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/wmitime ${PREFIX}/bin
diff -ruN wmitime/files/md5 wmitime-0.3/files/md5
--- wmitime/files/md5	Thu Apr  1 17:34:05 1999
+++ wmitime-0.3/files/md5	Thu Apr  1 17:35:32 1999
@@ -1 +1 @@
-MD5 (wmitime-0.2.tar.gz) = 80de7b5fd8fb3eb19e01389d39063b8f
+MD5 (wmitime-0.3.tar.gz) = 7168e9d6b5930d510727530a309d812c
diff -ruN wmitime/patches/patch-aa wmitime-0.3/patches/patch-aa
--- wmitime/patches/patch-aa	Thu Apr  1 17:34:06 1999
+++ wmitime-0.3/patches/patch-aa	Thu Apr  1 17:41:29 1999
@@ -1,6 +1,7 @@
---- Makefile.orig	Sat Dec 12 13:11:45 1998
-+++ Makefile	Tue Mar 16 20:05:45 1999
-@@ -1,6 +1,10 @@
+--- Makefile.orig	Thu Apr  1 17:38:14 1999
++++ Makefile	Thu Apr  1 17:41:17 1999
+@@ -1,7 +1,10 @@
+-#LANG = fr
 +CC ?= gcc
 +CFLAGS ?= -O2
 +CFLAGS += -Wall
@@ -12,20 +13,20 @@
  OBJS =	wmitime.o \
  		../wmgeneral/wmgeneral.o \
  		../wmgeneral/misc.o \
-@@ -8,10 +12,10 @@
+@@ -9,10 +12,10 @@
  
  
  .c.o:
--	cc -I/usr/X11R6/share/include $(FLAGS) -c -Wall $< -o $*.o
+-	cc -I/usr/X11R6/share/include $(FLAGS) -D$(LANG) -c -Wall $< -o $*.o
 +	$(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
  
  wmtime: $(OBJS)
--	cc $(FLAGS) -o wmitime $^ -lXext $(LIBDIR) $(LIBS)
-+	$(CC) $(CFLAGS) $(SYSTEM) -o wmitime $^ $(INCDIR) $(LIBDIR) $(LIBS)
+-	cc $(FLAGS) -D$(LANG) -o wmitime $^ -lXext $(LIBDIR) $(LIBS)
++	 $(CC) $(CFLAGS) $(SYSTEM) -o wmitime $^ $(INCDIR) $(LIBDIR) $(LIBS)
  
  all:: wmtime
  
-@@ -23,11 +27,5 @@
+@@ -24,24 +27,5 @@
  	rm -f *~
  
  install:: wmitime
@@ -38,3 +39,16 @@
 -#	chmod 644 /etc/wminetrc
 +	install -s -m 0755 wmitime $(DESTDIR)/bin
  	@echo "wmitime Installation finished..."
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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