Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  6 Feb 2003 21:44:27 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sobomax@FreeBSD.org
Subject:   ports/47996: [patch] graphics/svgalib shouldn't called ldconfig
Message-ID:  <20030206104427.5F99A6A712B@k7.mavetju>

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

>Number:         47996
>Category:       ports
>Synopsis:       [patch] graphics/svgalib shouldn't called ldconfig
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 06 02:50:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386


>Description:

	graphics/svgalib itself calls ldconfig.
	Later on the ports makefile does it again.
	I think its friendlier if the ports Makefile does it and
	not the Makefile in the tarball.

>How-To-Repeat:

	install graphics/svgalib

>Fix:

--- patch-ae    25 Aug 2000 09:08:01 -0000      1.1
+++ patch-ae    6 Feb 2003 10:43:16 -0000
@@ -1,5 +1,23 @@
---- Makefile.orig      Fri Aug 25 05:26:16 2000
-+++ Makefile   Fri Aug 25 05:26:20 2000
+--- Makefile.orig      Thu Jul  6 09:12:47 2000
++++ Makefile   Thu Feb  6 02:30:31 2003
+@@ -176,7 +176,7 @@
+               (cd $(sharedlibdir); \
+                ln -sf $$foo `echo $$foo | sed 's/\.so\..*/.so/'` ); \
+       done
+-      @ldconfig
++      #@ldconfig
+ 
+ ifdef INSTALLAOUTDIR
+ 
+@@ -192,7 +192,7 @@
+               (cd $(TOPDIR)/$(INSTALLAOUTDIR); \
+                ln -sf $$foo `echo $$foo | sed 's/\.so\..*/.so/'` ); \
+       done
+-      @ldconfig
++      #@ldconfig
+ 
+ else
+ 
 @@ -210,7 +210,7 @@
	 @$(INSTALL_DATA) staticlib/libvgagl.a $(libdir)/libvgagl.a
	 @chmod a+r $(libdir)/libvgagl.a

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030206104427.5F99A6A712B>