Date: Wed, 5 May 1999 16:48:12 -0700 (PDT) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11526: Update: deskutils/gtimer Message-ID: <19990505234812.C42DC145D@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 11526 >Category: ports >Synopsis: Update: deskutils/gtimer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 5 16:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: I added this to PR # 11494 last night, but 1.1.3 got committed anyways, oops. patch-ab should be revived. >How-To-Repeat: >Fix: Index: gtimer/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/05/05 14:22:22 1.3 +++ Makefile 1999/05/05 23:41:55 @@ -1,12 +1,12 @@ # New ports collection makefile for: gtimer -# Version required: 1.1.3 +# Version required: 1.1.4 # Date created: 25 February 1999 # Whom: Chris Piazza <cpiazza@home.net> # # $Id: Makefile,v 1.3 1999/05/05 14:22:22 flathill Exp $ # -DISTNAME= gtimer-1.1.3 +DISTNAME= gtimer-1.1.4 CATEGORIES= deskutils MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/ @@ -14,7 +14,6 @@ LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 -WRKSRC= ${WRKDIR}/gtimer-1.1.4 GNU_CONFIGURE= YES CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" USE_GMAKE= YES Index: gtimer/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/05/05 14:22:24 1.2 +++ md5 1999/05/05 23:45:11 @@ -1 +1 @@ -MD5 (gtimer-1.1.3.tar.bz2) = 0c86a2c47075ee55d8b5388c90706aa3 +MD5 (gtimer-1.1.4.tar.bz2) = 0c86a2c47075ee55d8b5388c90706aa3 Index: gtimer/patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Wed May 5 16:45:26 1999 +++ patch-ab Wed May 5 16:44:44 1999 @@ -0,0 +1,10 @@ +--- task.c.orig Wed Apr 21 12:05:44 1999 ++++ task.c Wed Apr 21 12:05:51 1999 +@@ -42,7 +42,6 @@ + #include <unistd.h> + #include <dirent.h> + #include <errno.h> +-#include <malloc.h> + #include <string.h> + #include <ctype.h> + #include <sys/types.h> -Chris >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?19990505234812.C42DC145D>