Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2001 14:56:11 -0400 (EDT)
From:      Patrick Li <pat@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30597: Update port: graphics/gkrellkam
Message-ID:  <200109151856.f8FIuBm61867@cc92687-a.wlgrv1.pa.home.com>

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

>Number:         30597
>Category:       ports
>Synopsis:       Update port: graphics/gkrellkam
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 15 12:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-RC i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.4-RC FreeBSD 4.4-RC #0: Sat Sep 8 19:47:38 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
update to 0.2.4
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/graphics/gkrellkam/Makefile gkrellkam/Makefile
--- /usr/ports/graphics/gkrellkam/Makefile	Wed Aug 29 12:16:56 2001
+++ gkrellkam/Makefile	Sat Sep 15 14:46:06 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gkrellkam
-PORTVERSION=	0.2.3b
+PORTVERSION=	0.2.4
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN /usr/ports/graphics/gkrellkam/distinfo gkrellkam/distinfo
--- /usr/ports/graphics/gkrellkam/distinfo	Wed Aug 29 12:16:56 2001
+++ gkrellkam/distinfo	Sat Sep 15 14:46:15 2001
@@ -1 +1 @@
-MD5 (gkrellkam_0.2.3b.tar.gz) = c003dca178c14f13250663deb389d0de
+MD5 (gkrellkam_0.2.4.tar.gz) = 008239d978a6de0d3501ece78a2d7827
diff -ruN /usr/ports/graphics/gkrellkam/files/patch-Makefile gkrellkam/files/patch-Makefile
--- /usr/ports/graphics/gkrellkam/files/patch-Makefile	Wed Aug 29 12:16:56 2001
+++ gkrellkam/files/patch-Makefile	Sat Sep 15 14:52:48 2001
@@ -1,16 +1,25 @@
---- Makefile.orig	Tue Jul 31 19:27:40 2001
-+++ Makefile	Wed Aug 29 13:13:18 2001
-@@ -9,10 +9,9 @@
- # To facilitate packaging- leave blank for normal installation
- DESTDIR =
+--- Makefile.orig	Sat Sep 15 14:52:10 2001
++++ Makefile	Sat Sep 15 14:52:45 2001
+@@ -12,10 +12,9 @@
+ # This should point to the GKrellM headers
+ GKRELLM_HDRS = /usr/include/gkrellm
  
 -CC := gcc
 -GTKFLAGS := $(shell gtk-config --cflags)
 -IMLIBFLAGS := $(shell imlib-config --cflags-gdk)
--CFLAGS := $(CFLAGS) -fPIC -Wall $(GTKFLAGS) $(IMLIBFLAGS)
+-CFLAGS := $(CFLAGS) -fPIC -Wall $(GTKFLAGS) $(IMLIBFLAGS) -I$(GKRELLM_HDRS)
 +GTKFLAGS = `${GTK_CONFIG} --cflags`
 +IMLIBFLAGS = `${IMLIB_CONFIG} --cflags-gdk`
-+CFLAGS += -fPIC -Wall $(GTKFLAGS) $(IMLIBFLAGS)
++CFLAGS += -fPIC -Wall $(GTKFLAGS) $(IMLIBFLAGS) -I${X11BASE}/include/gkrellm
  LDFLAGS := -shared -Wl
  INST_DIR := $(DESTDIR)/usr/lib/gkrellm/plugins
  USER_INST_DIR := $(DESTDIR)$(HOME)/.gkrellm/plugins
+@@ -27,7 +26,7 @@
+ all: $(TARGET).so
+ 
+ %.so: %.o
+-	$(CC) $(LDFLAGS) -o $@ $<
++	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
+ 
+ clean:
+ 	-rm -f $(TARGET).so $(TARGET).o
>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?200109151856.f8FIuBm61867>