Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2001 11:45:34 +0200
From:      Tobias Reifenberger <treif@mayn.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26652: port update: gkrellmmailwatch
Message-ID:  <3ADC10BE.E8DB727F@mayn.de>

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

>Number:         26652
>Category:       ports
>Synopsis:       port update: gkrellmmailwatch
>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:   Tue Apr 17 13:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Reifenberger
>Release:        FreeBSD 4.3-RC i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

>Description:

	Update of the mail/gkrellmmailwatch port from 0.4 to 0.5.

>How-To-Repeat:

>Fix:
--------------496F6CB99E16F1D54D42F420
Content-Type: text/plain; charset=us-ascii;
 name="gkrellmmailwatch-port.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="gkrellmmailwatch-port.diff"

diff -u --exclude=CVS -rN gkrellmmailwatch.orig/Makefile gkrellmmailwatch/Makefile
--- gkrellmmailwatch.orig/Makefile	Mon Apr 16 21:16:37 2001
+++ gkrellmmailwatch/Makefile	Mon Apr 16 21:19:42 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gkrellmmailwatch
-PORTVERSION=	0.4
+PORTVERSION=	0.5
 CATEGORIES=	mail
 MASTER_SITES=	http://gkrellm.luon.net/files/
 DISTNAME=	mailwatch-${PORTVERSION}
diff -u --exclude=CVS -rN gkrellmmailwatch.orig/distinfo gkrellmmailwatch/distinfo
--- gkrellmmailwatch.orig/distinfo	Mon Apr 16 21:16:37 2001
+++ gkrellmmailwatch/distinfo	Mon Apr 16 21:22:05 2001
@@ -1 +1 @@
-MD5 (mailwatch-0.4.tar.gz) = b43dd6c887f993b460e77f6c02420944
+MD5 (mailwatch-0.5.tar.gz) = ee53dabf084120e113709a922916aadd
diff -u --exclude=CVS -rN gkrellmmailwatch.orig/files/patch-aa gkrellmmailwatch/files/patch-aa
--- gkrellmmailwatch.orig/files/patch-aa	Mon Apr 16 21:16:37 2001
+++ gkrellmmailwatch/files/patch-aa	Mon Apr 16 23:24:28 2001
@@ -1,5 +1,5 @@
---- Makefile.orig	Mon Sep 18 21:40:13 2000
-+++ Makefile	Tue Mar 13 00:18:02 2001
+--- Makefile.orig	Fri Apr 13 13:52:32 2001
++++ Makefile	Mon Apr 16 23:24:03 2001
 @@ -1,32 +1,30 @@
  # Makefile for the GKrellM mailwatch plugin
  
@@ -11,19 +11,21 @@
 -GKRELLM_INCLUDE= -I/usr/local/include
 +GKRELLM_INCLUDE= -I$(PREFIX)/include
  
- IMLIB_INCLUDE = `imlib-config --cflags-gdk`
- IMLIB_LIB = `imlib-config --libs-gdk`
+-IMLIB_INCLUDE = `imlib-config --cflags-gdk`
+-IMLIB_LIB = `imlib-config --libs-gdk`
++IMLIB_INCLUDE = `$(IMLIB_CONFIG) --cflags-gdk`
++IMLIB_LIB = `$(IMLIB_CONFIG) --libs-gdk`
  
  INSTALL=install -c -s -m 755
  
 -FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(GKRELLM_INCLUDE)
+-LIBS = $(GTK_LIB) $(IMLIB_LIB)
 +CFLAGS+= -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(GKRELLM_INCLUDE)
- LIBS = $(GTK_LIB) $(IMLIB_LIB)
--LFLAGS = -shared -lpthread
--
--CC = gcc $(CFLAGS) $(FLAGS)
-+LFLAGS = -shared -pthread
++LIBS = $(GTK_LIB) $(IMLIB_LIB) -lc_r
+ LFLAGS = -shared
  
+-CC = gcc $(CFLAGS) $(FLAGS)
+-
  OBJS = mailwatch.o
  
  all: mailwatch.so
diff -u --exclude=CVS -rN gkrellmmailwatch.orig/files/patch-mailwatch.c gkrellmmailwatch/files/patch-mailwatch.c
--- gkrellmmailwatch.orig/files/patch-mailwatch.c	Thu Jan  1 01:00:00 1970
+++ gkrellmmailwatch/files/patch-mailwatch.c	Mon Apr 16 23:07:07 2001
@@ -0,0 +1,10 @@
+--- mailwatch.c.orig	Mon Apr 16 23:00:40 2001
++++ mailwatch.c	Mon Apr 16 23:02:26 2001
+@@ -19,6 +19,7 @@
+ */
+ 
+ #include <dirent.h>
++#include <sys/types.h>
+ #include <utime.h>
+ #include <string.h>
+ #include "mailwatch.h"

--------------496F6CB99E16F1D54D42F420--


>Release-Note:
>Audit-Trail:
>Unformatted:
 This is a multi-part message in MIME format.
 --------------496F6CB99E16F1D54D42F420
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 

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?3ADC10BE.E8DB727F>