[95675] trunk/dports

jmr at macports.org jmr at macports.org
Wed Jul 18 19:42:15 PDT 2012


Revision: 95675
          https://trac.macports.org/changeset/95675
Author:   jmr at macports.org
Date:     2012-07-18 19:42:14 -0700 (Wed, 18 Jul 2012)
Log Message:
-----------
glew: update to 1.8.0, rev bump dependents

Modified Paths:
--------------
    trunk/dports/devel/gource/Portfile
    trunk/dports/games/widelands/Portfile
    trunk/dports/gnome/gst-plugins-gl/Portfile
    trunk/dports/graphics/enblend/Portfile
    trunk/dports/graphics/glew/Portfile
    trunk/dports/graphics/glew/files/config_Makefile.darwin.patch
    trunk/dports/graphics/glew/files/patch-Makefile.diff
    trunk/dports/graphics/hugin-app/Portfile
    trunk/dports/graphics/rt-volume-rendering/Portfile
    trunk/dports/multimedia/XBMC/Portfile
    trunk/dports/python/py-glewpy/Portfile
    trunk/dports/science/arb/Portfile
    trunk/dports/science/pymol/Portfile
    trunk/dports/science/pymol-devel/Portfile

Modified: trunk/dports/devel/gource/Portfile
===================================================================
--- trunk/dports/devel/gource/Portfile	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/devel/gource/Portfile	2012-07-19 02:42:14 UTC (rev 95675)
@@ -5,7 +5,7 @@
 
 name                gource
 version             0.38
-revision            1
+revision            2
 categories          devel
 platforms           darwin
 maintainers         phw openmaintainer

Modified: trunk/dports/games/widelands/Portfile
===================================================================
--- trunk/dports/games/widelands/Portfile	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/games/widelands/Portfile	2012-07-19 02:42:14 UTC (rev 95675)
@@ -6,6 +6,7 @@
 
 name                widelands
 version             build17
+revision            1
 categories          games
 platforms           darwin
 maintainers         nomaintainer

Modified: trunk/dports/gnome/gst-plugins-gl/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-gl/Portfile	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/gnome/gst-plugins-gl/Portfile	2012-07-19 02:42:14 UTC (rev 95675)
@@ -8,6 +8,7 @@
 
 name                gst-plugins-gl
 version             0.10.3
+revision            1
 description         This is gst-plugins, a set of plug-ins for GStreamer.
 long_description    The GStreamer OpenGL module provides helper libraries, base \
                     classes and elements for integrating with OpenGL and using \

Modified: trunk/dports/graphics/enblend/Portfile
===================================================================
--- trunk/dports/graphics/enblend/Portfile	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/graphics/enblend/Portfile	2012-07-19 02:42:14 UTC (rev 95675)
@@ -4,7 +4,7 @@
 
 name            enblend
 version         4.0
-revision        3
+revision        4
 categories      graphics
 maintainers     gmail.com:hvdwolf
 license         GPL-2+

Modified: trunk/dports/graphics/glew/Portfile
===================================================================
--- trunk/dports/graphics/glew/Portfile	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/graphics/glew/Portfile	2012-07-19 02:42:14 UTC (rev 95675)
@@ -4,11 +4,11 @@
 PortSystem 1.0
 
 name               glew
-version            1.7.0
-revision           1
+version            1.8.0
 categories         graphics devel
 platforms          darwin
-license            GPL-2+ BSD MIT
+# some build scripts are GPL-2+ but we don't install them
+license            BSD MIT
 maintainers        jmr openmaintainer
 description        OpenGL Extension Wrangler Library
 long_description   The OpenGL Extension Wrangler Library (GLEW) is a \
@@ -21,9 +21,9 @@
 homepage           http://glew.sourceforge.net/
 master_sites       sourceforge:project/${name}/${name}/${version}/
 extract.suffix     .tgz
-checksums          md5 fb7a8bb79187ac98a90b57f0f27a3e84 \
-                   sha1 9266f2360c1687a96f2ea06419671d370b2928d1 \
-                   rmd160 cb3869893afcbbc0348d768d115996c41dcfcaa0
+checksums          md5 07c47ad0253e5d9c291448f1216c8732 \
+                   sha1 641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4 \
+                   rmd160 b88a0c5999ff0bb2ddd8a5793feed5d54a3c0311
 
 patchfiles         config_Makefile.darwin.patch
 
@@ -33,7 +33,8 @@
 
 use_configure      no
 build.env          GLEW_DEST=${prefix}
-build.args         CC=${configure.cc} LD=${configure.cc}
+build.args         CC=${configure.cc} LD=${configure.cc} \
+                   STRIP=
 destroot.env       GLEW_DEST=${destroot}${prefix}
 destroot.target    install.all
 

Modified: trunk/dports/graphics/glew/files/config_Makefile.darwin.patch
===================================================================
--- trunk/dports/graphics/glew/files/config_Makefile.darwin.patch	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/graphics/glew/files/config_Makefile.darwin.patch	2012-07-19 02:42:14 UTC (rev 95675)
@@ -1,11 +1,12 @@
---- config/Makefile.darwin.orig	2011-04-28 02:16:34.000000000 +1000
-+++ config/Makefile.darwin	2011-05-01 01:21:45.000000000 +1000
-@@ -1,9 +1,9 @@
+--- config/Makefile.darwin.orig	2012-07-18 13:46:32.000000000 +1000
++++ config/Makefile.darwin	2012-07-19 12:09:47.000000000 +1000
+@@ -1,10 +1,10 @@
  NAME = $(GLEW_NAME)
  CC = cc
  LD = cc
--CFLAGS.EXTRA = -no-cpp-precomp -dynamic -fno-common
+-CFLAGS.EXTRA = -dynamic -fno-common
 +CFLAGS.EXTRA = -dynamic -fno-common $(CFLAGS.ARCH)
+ #CFLAGS.EXTRA += -no-cpp-precomp
  PICFLAG = -fPIC
 -LDFLAGS.EXTRA =
 +LDFLAGS.EXTRA = $(LDFLAGS.ARCH)

Modified: trunk/dports/graphics/glew/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/glew/files/patch-Makefile.diff	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/graphics/glew/files/patch-Makefile.diff	2012-07-19 02:42:14 UTC (rev 95675)
@@ -1,15 +1,15 @@
---- Makefile.orig	2011-04-28 02:16:35.000000000 +1000
-+++ Makefile	2011-05-01 01:51:22.000000000 +1000
-@@ -97,7 +97,7 @@
+--- Makefile.orig	2012-07-18 13:46:33.000000000 +1000
++++ Makefile	2012-07-19 12:16:09.000000000 +1000
+@@ -100,7 +100,7 @@
  	mkdir lib
  
  lib/$(LIB.STATIC): $(LIB.OBJS)
 -	$(AR) cr $@ $^
 +	$(AR) crs $@ $^
- 
- lib/$(LIB.SHARED): $(LIB.SOBJS)
- 	$(LD) $(LDFLAGS.SO) -o $@ $^ $(LIB.LDFLAGS) $(LIB.LIBS)
-@@ -129,7 +129,7 @@
+ ifneq ($(STRIP),)
+ 	$(STRIP) -x $@
+ endif
+@@ -139,7 +139,7 @@
  glew.lib.mx:  lib lib/$(LIB.SHARED.MX) lib/$(LIB.STATIC.MX) glewmx.pc
  
  lib/$(LIB.STATIC.MX): $(LIB.OBJS.MX)
@@ -18,19 +18,3 @@
  
  lib/$(LIB.SHARED.MX): $(LIB.SOBJS.MX)
  	$(LD) $(LDFLAGS.SO.MX) -o $@ $^ $(LIB.LDFLAGS) $(LIB.LIBS)
-@@ -195,7 +195,6 @@
- else
- 	$(LN) $(LIB.SHARED) $(LIBDIR)/$(LIB.DEVLNK)
- endif
--	$(STRIP) -x lib/$(LIB.STATIC)
- 	$(INSTALL) -m 0644 lib/$(LIB.STATIC) $(LIBDIR)/
- 
- install.lib.mx: glew.lib.mx
-@@ -216,7 +215,6 @@
- else
- 	$(LN) $(LIB.SHARED.MX) $(LIBDIR)/$(LIB.DEVLNK.MX)
- endif
--	$(STRIP) -x lib/$(LIB.STATIC.MX)
- 	$(INSTALL) -m 0644 lib/$(LIB.STATIC.MX) $(LIBDIR)/
- 
- install.bin: glew.bin

Modified: trunk/dports/graphics/hugin-app/Portfile
===================================================================
--- trunk/dports/graphics/hugin-app/Portfile	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/graphics/hugin-app/Portfile	2012-07-19 02:42:14 UTC (rev 95675)
@@ -5,7 +5,7 @@
 
 name			hugin-app
 version			2011.0.0
-revision		2
+revision		3
 categories		graphics
 maintainers		gmail.com:hvdwolf \
 			auckland.ac.nz:p.schmiedeskamp

Modified: trunk/dports/graphics/rt-volume-rendering/Portfile
===================================================================
--- trunk/dports/graphics/rt-volume-rendering/Portfile	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/graphics/rt-volume-rendering/Portfile	2012-07-19 02:42:14 UTC (rev 95675)
@@ -6,7 +6,7 @@
 
 name                rt-volume-rendering
 version             1.0.0
-revision            2
+revision            3
 categories          graphics
 platforms           darwin
 maintainers         gmail.com:bugcutt

Modified: trunk/dports/multimedia/XBMC/Portfile
===================================================================
--- trunk/dports/multimedia/XBMC/Portfile	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/multimedia/XBMC/Portfile	2012-07-19 02:42:14 UTC (rev 95675)
@@ -7,7 +7,7 @@
 
 name		XBMC
 version		8.10bf1
-revision	6
+revision	7
 categories	multimedia
 maintainers	jeremyhu
 platforms	darwin

Modified: trunk/dports/python/py-glewpy/Portfile
===================================================================
--- trunk/dports/python/py-glewpy/Portfile	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/python/py-glewpy/Portfile	2012-07-19 02:42:14 UTC (rev 95675)
@@ -5,7 +5,7 @@
 
 name                    py-glewpy
 version                 0.7.4
-revision                4
+revision                5
 maintainers             nomaintainer
 description             Python bindings for GLEW (OpenGL Extension Wrangler)
 long_description        GLEWpy aims to bring advanced OpenGL extensions to Python. \

Modified: trunk/dports/science/arb/Portfile
===================================================================
--- trunk/dports/science/arb/Portfile	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/science/arb/Portfile	2012-07-19 02:42:14 UTC (rev 95675)
@@ -6,7 +6,7 @@
 name                    arb
 epoch                   1
 version                 5.3
-revision                4
+revision                5
 categories              science
 maintainers             me.com:matt.cottrell 
 platforms               darwin

Modified: trunk/dports/science/pymol/Portfile
===================================================================
--- trunk/dports/science/pymol/Portfile	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/science/pymol/Portfile	2012-07-19 02:42:14 UTC (rev 95675)
@@ -6,7 +6,7 @@
 
 name                pymol
 version             1.5
-revision            1
+revision            2
 categories          science
 maintainers         bromo.med.uc.edu:howarth
 description         Molecular graphics system

Modified: trunk/dports/science/pymol-devel/Portfile
===================================================================
--- trunk/dports/science/pymol-devel/Portfile	2012-07-18 23:48:50 UTC (rev 95674)
+++ trunk/dports/science/pymol-devel/Portfile	2012-07-19 02:42:14 UTC (rev 95675)
@@ -8,7 +8,7 @@
 conflicts           pymol
 svn.revision        3964
 version             1.4.1.${svn.revision}
-revision            1
+revision            2
 categories          science
 maintainers         adfernandes openmaintainer
 description         Molecular graphics system
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120718/1fcbb316/attachment-0001.html>


More information about the macports-changes mailing list