[54388] trunk/dports/graphics/gliv

ryandesign at macports.org ryandesign at macports.org
Sun Jul 26 04:06:14 PDT 2009


Revision: 54388
          http://trac.macports.org/changeset/54388
Author:   ryandesign at macports.org
Date:     2009-07-26 04:06:14 -0700 (Sun, 26 Jul 2009)
Log Message:
-----------
gliv:

 * update to 1.9.6
 * fix mtree violation by manpages reported in #20398
 * remove unnecessary ldflags

Modified Paths:
--------------
    trunk/dports/graphics/gliv/Portfile

Added Paths:
-----------
    trunk/dports/graphics/gliv/files/
    trunk/dports/graphics/gliv/files/patch-getdelim.c.diff

Modified: trunk/dports/graphics/gliv/Portfile
===================================================================
--- trunk/dports/graphics/gliv/Portfile	2009-07-26 10:53:50 UTC (rev 54387)
+++ trunk/dports/graphics/gliv/Portfile	2009-07-26 11:06:14 UTC (rev 54388)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                    gliv
-version                 1.9.3
+version                 1.9.6
 maintainers             nomaintainer
 categories              graphics x11
 platforms               darwin
@@ -17,8 +17,12 @@
                         GTK+-2.4, rendering with OpenGL and the graphical \
                         user interface uses GTK+ with GtkGLExt. 
 
-checksums               md5 07bb026197128c6d86c2977a22e24ea2
+checksums               md5     5f16d48e493f2bbaf0c9135dc59247ae \
+                        sha1    52f49be04f4d33bfe1e14dd2468a6f10732f896b \
+                        rmd160  8636a8456112d45fff4a86ea87a353a1a5e05ac8
 
 depends_lib             port:gtkglext
 
-configure.ldflags       "-L/usr/X11R6/lib -lX11"
+patchfiles              patch-getdelim.c.diff
+
+configure.args          --mandir=${prefix}/share/man

Added: trunk/dports/graphics/gliv/files/patch-getdelim.c.diff
===================================================================
--- trunk/dports/graphics/gliv/files/patch-getdelim.c.diff	                        (rev 0)
+++ trunk/dports/graphics/gliv/files/patch-getdelim.c.diff	2009-07-26 11:06:14 UTC (rev 54388)
@@ -0,0 +1,10 @@
+--- lib/getdelim.c	2006-08-27 11:20:09.000000000 -0500
++++ lib/getdelim.c	2009-07-26 05:55:46.000000000 -0500
+@@ -7,6 +7,7 @@
+  * Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
+  */
+ 
++#include "./getdelim.h"
+ #include "stdio.h"
+ #include "stdlib.h"
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090726/1443a7a0/attachment.html>


More information about the macports-changes mailing list