FreeBSD Bugzilla – Attachment 16740 Details for
Bug 30597
Update port: graphics/gkrellkam
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.01 KB, created by
pat
on 2001-09-15 20:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pat
Created:
2001-09-15 20:00:01 UTC
Size:
2.01 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30597
: 16740