ports/92095: Update port: graphics/glew fix SONAME

Igor Pokrovsky ip at doom.homeunix.org
Sat Jan 21 11:20:07 UTC 2006


>Number:         92095
>Category:       ports
>Synopsis:       Update port: graphics/glew fix SONAME
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 21 11:20:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD doom.homeunix.org 4.11-STABLE FreeBSD 4.11-STABLE #0: Thu Dec 15 07:51:52 MSK 2005 root at doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL-p3 i386


	
>Description:
Fix SONAME.
	
>How-To-Repeat:
	
>Fix:

	

--- glew.diff begins here ---
Index: glew/files/patch-config_Makefile.freebsd
===================================================================
RCS file: /home/ncvs/ports/graphics/glew/files/patch-config_Makefile.freebsd,v
retrieving revision 1.1
diff -u -r1.1 patch-config_Makefile.freebsd
--- glew/files/patch-config_Makefile.freebsd	6 Mar 2005 22:42:41 -0000	1.1
+++ glew/files/patch-config_Makefile.freebsd	21 Jan 2006 10:49:27 -0000
@@ -3,7 +3,7 @@
 
 --- config/Makefile.freebsd.orig
 +++ config/Makefile.freebsd
-@@ -1,15 +1,15 @@
+@@ -1,20 +1,20 @@
  NAME = $(GLEW_NAME)
 -CC = cc
 -LD = ld
@@ -23,3 +23,10 @@
  NAME = GLEW
  WARN = -Wall -W
  POPT = -O2
+ BIN.SUFFIX =
+-LIB.SONAME = lib$(NAME).so.$(SO_MAJOR)
++LIB.SONAME = lib$(NAME).so.$(GLEW_MAJOR)
+ LIB.DEVLNK = lib$(NAME).so
+-LIB.SHARED = lib$(NAME).so.$(SO_VERSION)
++LIB.SHARED = lib$(NAME).so.$(GLEW_VERSION)
+ LIB.STATIC = lib$(NAME).a
--- glew.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list