[113741] trunk/dports/python/py25-gtkglext/Portfile

sean at macports.org sean at macports.org
Sat Nov 23 08:37:25 PST 2013


Revision: 113741
          https://trac.macports.org/changeset/113741
Author:   sean at macports.org
Date:     2013-11-23 08:37:25 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
py25-gtkglext: obsolete due to numpy update

Modified Paths:
--------------
    trunk/dports/python/py25-gtkglext/Portfile

Modified: trunk/dports/python/py25-gtkglext/Portfile
===================================================================
--- trunk/dports/python/py25-gtkglext/Portfile	2013-11-23 16:37:21 UTC (rev 113740)
+++ trunk/dports/python/py25-gtkglext/Portfile	2013-11-23 16:37:25 UTC (rev 113741)
@@ -3,9 +3,10 @@
 
 PortSystem 1.0
 
+
 name            py25-gtkglext
 version         1.1.0
-revision        1
+revision        2
 categories      python gnome
 license         LGPL-2.1+
 maintainers     nomaintainer
@@ -15,19 +16,8 @@
 homepage	http://sourceforge.net/projects/gtkglext/
 master_sites	sourceforge:gtkglext
 distname        pygtkglext-${version}
-checksums	md5 dfbe2ceb05db9265a7d94b209fa8ad97
-depends_build   port:pkgconfig
-depends_lib     port:gtkglext \
-                port:py25-pygtk \
-                port:py25-opengl
-configure.python ${prefix}/bin/python2.5
 
-platform darwin 9 {
-    configure.ldflags-append "-L/usr/X11/lib -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
-
-    post-extract {
-        reinplace "s| -export-symbols-regex.*||g" \
-            ${worksrcpath}/gtk/gdkgl/Makefile.in \
-            ${worksrcpath}/gtk/gtkgl/Makefile.in
-    }
+pre-configure {
+    ui_error "Unfortunately, this port is not installable anymore."
+    return -code error "obsolete port"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/532b5c22/attachment.html>


More information about the macports-changes mailing list