[127920] trunk/dports/graphics

devans at macports.org devans at macports.org
Fri Nov 7 05:17:19 PST 2014


Revision: 127920
          https://trac.macports.org/changeset/127920
Author:   devans at macports.org
Date:     2014-11-07 05:17:18 -0800 (Fri, 07 Nov 2014)
Log Message:
-----------
libepoxy: new port, a library for handling OpenGL function pointer management.

Added Paths:
-----------
    trunk/dports/graphics/libepoxy/
    trunk/dports/graphics/libepoxy/Portfile
    trunk/dports/graphics/libepoxy/files/
    trunk/dports/graphics/libepoxy/files/patch-configure.ac.diff

Added: trunk/dports/graphics/libepoxy/Portfile
===================================================================
--- trunk/dports/graphics/libepoxy/Portfile	                        (rev 0)
+++ trunk/dports/graphics/libepoxy/Portfile	2014-11-07 13:17:18 UTC (rev 127920)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        anholt libepoxy 1.2 v
+license             MIT permissive
+categories          graphics
+maintainers         devans openmaintainer
+platforms           darwin
+
+description         Epoxy is a library for handling OpenGL function \
+                    pointer management for you
+
+long_description    ${description}
+
+checksums           rmd160  ffe7d6d6c85af31dca7a0fea7a3c9bf7af103807 \
+                    sha256  3364f09ef5cf0c53f8879b6b6165d4d7bd82756ee44f019075fad679346be6d8
+
+depends_build       port:pkgconfig \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool \
+                    port:xorg-util-macros \
+                    port:python34
+
+depends_lib         port:mesa \
+                    port:xorg-libX11
+
+patchfiles          patch-configure.ac.diff
+
+configure.cmd       ./autogen.sh
+
+configure.python    ${prefix}/bin/python3.4
+
+configure.args      --disable-silent-rules


Property changes on: trunk/dports/graphics/libepoxy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/graphics/libepoxy/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/graphics/libepoxy/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/graphics/libepoxy/files/patch-configure.ac.diff	2014-11-07 13:17:18 UTC (rev 127920)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2014-11-07 04:56:03.000000000 -0800
++++ configure.ac	2014-11-07 04:56:27.000000000 -0800
+@@ -40,7 +40,7 @@
+ XORG_MACROS_VERSION(1.8)
+ XORG_DEFAULT_OPTIONS
+ 
+-AC_CHECK_PROGS([PYTHON], [python3 python2 python])
++AC_CHECK_PROGS([PYTHON], [$(PYTHON) python3 python2 python])
+ 
+ # Initialize libtool
+ AC_DISABLE_STATIC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141107/a3fa3c2a/attachment.html>


More information about the macports-changes mailing list