Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2001 18:43:25 -0400 (EDT)
From:      Patrick Li <pat@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ume@freebsd.org
Subject:   ports/29831: Fix port sysutils/gkrellm
Message-ID:  <200108172243.f7HMhPM43366@cc92687-a.wlgrv1.pa.home.com>

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

>Number:         29831
>Category:       ports
>Synopsis:       Fix port sysutils/gkrellm
>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:   Fri Aug 17 15:50:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 13 19:08:19 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
Hrmm fix some linker warnings.
Use libcipher
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/sysutils/gkrellm/files/patch-ad gkrellm/files/patch-ad
--- /usr/ports/sysutils/gkrellm/files/patch-ad	Mon Jul 10 08:11:52 2000
+++ gkrellm/files/patch-ad	Fri Aug 17 15:27:16 2001
@@ -1,8 +1,6 @@
-Index: Makefile.top
-diff -u Makefile.top.orig Makefile.top
---- Makefile.top.orig	Sun Jul  9 04:03:15 2000
-+++ Makefile.top	Mon Jul 10 20:01:27 2000
-@@ -24,7 +24,7 @@
+--- Makefile.top.orig	Sun Jun 17 12:28:19 2001
++++ Makefile.top	Fri Aug 17 15:26:59 2001
+@@ -30,7 +30,7 @@
  #
  # Default
  #--------
@@ -11,7 +9,7 @@
  BINMODE = 755
  
  # FreeBSD 2.X
-@@ -71,12 +71,12 @@
+@@ -117,13 +117,13 @@
  
  freebsd2:
  	(cd locale && ${MAKE} all)
@@ -22,7 +20,9 @@
  freebsd3 freebsd4 freebsd5 freebsd:
  	(cd locale && ${MAKE} all)
 -	(cd src && ${MAKE} GTK_CONFIG=gtk12-config GTOP_LIBS= GTOP_INCLUDE= \
+-		SYS_LIBS="-lkvm -ldevstat" gkrellm )
 +	(cd src && ${MAKE} GTK_CONFIG=$(GTK_CONFIG) GTOP_LIBS= GTOP_INCLUDE= \
- 		SYS_LIBS="-lkvm -ldevstat" gkrellm )
++		SYS_LIBS="-lkvm -ldevstat -lcipher" gkrellm )
  
- gtop:
+ netbsd:
+ 	(cd locale && ${MAKE} all)
>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?200108172243.f7HMhPM43366>