From owner-freebsd-ports Tue Apr 17 13:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C091437B42C for ; Tue, 17 Apr 2001 13:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HKU1e33647; Tue, 17 Apr 2001 13:30:01 -0700 (PDT) (envelope-from gnats) Received: from mail.mayn.de (mail.mayn.de [194.145.150.13]) by hub.freebsd.org (Postfix) with ESMTP id 2D72D37B43E for ; Tue, 17 Apr 2001 13:29:14 -0700 (PDT) (envelope-from treif@mayn.de) Received: from mayn.de (cottbus.mayn.de [194.145.150.15]) by mail.mayn.de (Postfix) with ESMTP id 0452C1424 for ; Tue, 17 Apr 2001 22:29:07 +0200 (CEST) Message-Id: <3ADC10BE.E8DB727F@mayn.de> Date: Tue, 17 Apr 2001 11:45:34 +0200 From: Tobias Reifenberger To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26652: port update: gkrellmmailwatch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: >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 ++#include + #include + #include + #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