Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 17:46:09 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365213 - in head/graphics/glew: . files
Message-ID:  <201408171746.s7HHk9eQ031132@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Aug 17 17:46:09 2014
New Revision: 365213
URL: http://svnweb.freebsd.org/changeset/ports/365213
QAT: https://qat.redports.org/buildarchive/r365213/

Log:
  - Fix tools linkage and unbreak installation
  
  Reported by:	many

Modified:
  head/graphics/glew/Makefile
  head/graphics/glew/files/patch-config__Makefile.freebsd

Modified: head/graphics/glew/Makefile
==============================================================================
--- head/graphics/glew/Makefile	Sun Aug 17 17:45:41 2014	(r365212)
+++ head/graphics/glew/Makefile	Sun Aug 17 17:46:09 2014	(r365213)
@@ -3,6 +3,7 @@
 
 PORTNAME=	glew
 PORTVERSION=	1.11.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 

Modified: head/graphics/glew/files/patch-config__Makefile.freebsd
==============================================================================
--- head/graphics/glew/files/patch-config__Makefile.freebsd	Sun Aug 17 17:45:41 2014	(r365212)
+++ head/graphics/glew/files/patch-config__Makefile.freebsd	Sun Aug 17 17:46:09 2014	(r365213)
@@ -1,6 +1,6 @@
---- ./config/Makefile.freebsd.orig	2014-08-16 08:35:01.000000000 +0200
-+++ ./config/Makefile.freebsd	2014-08-16 08:36:37.000000000 +0200
-@@ -1,11 +1,11 @@
+--- ./config/Makefile.freebsd.orig	2014-08-11 16:14:56.000000000 +0200
++++ ./config/Makefile.freebsd	2014-08-17 19:36:47.000000000 +0200
+@@ -1,22 +1,22 @@
  NAME = $(GLEW_NAME)
 -CC = cc
 -LD = ld
@@ -16,3 +16,18 @@
  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
+ LDFLAGS.SO    = -shared -soname $(LIB.SONAME)
+-LIB.SONAME.MX = lib$(NAME)mx.so.$(SO_MAJOR)
++LIB.SONAME.MX = lib$(NAME)mx.so.$(GLEW_MAJOR)
+ LIB.DEVLNK.MX = lib$(NAME)mx.so
+-LIB.SHARED.MX = lib$(NAME)mx.so.$(SO_VERSION)
++LIB.SHARED.MX = lib$(NAME)mx.so.$(GLEW_VERSION)
+ LIB.STATIC.MX = lib$(NAME)mx.a
+ LDFLAGS.SO.MX = -shared -soname $(LIB.SONAME.MX)



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