[83469] trunk/dports/x11/tigervnc

ryandesign at macports.org ryandesign at macports.org
Thu Sep 1 19:16:40 PDT 2011


Revision: 83469
          http://trac.macports.org/changeset/83469
Author:   ryandesign at macports.org
Date:     2011-09-01 19:16:40 -0700 (Thu, 01 Sep 2011)
Log Message:
-----------
tigervnc: update to 1.1 (#31064); fix license; rewrite master_sites to avoid redirects; use MacPorts jpeg instead of included version

Modified Paths:
--------------
    trunk/dports/x11/tigervnc/Portfile

Added Paths:
-----------
    trunk/dports/x11/tigervnc/files/
    trunk/dports/x11/tigervnc/files/patch-configure.diff

Modified: trunk/dports/x11/tigervnc/Portfile
===================================================================
--- trunk/dports/x11/tigervnc/Portfile	2011-09-02 02:07:58 UTC (rev 83468)
+++ trunk/dports/x11/tigervnc/Portfile	2011-09-02 02:16:40 UTC (rev 83469)
@@ -5,11 +5,11 @@
 
 name                    tigervnc
 conflicts               vnc tightvnc
-version                 1.0.1
+version                 1.1.0
 categories              x11 vnc
 maintainers             nomaintainer
 platforms               darwin
-license                 GPL-2
+license                 GPL-2+
 
 description             Advanced VNC implementation.
 
@@ -20,15 +20,20 @@
                         TigerVNC supports the latest X.Org X server.
 
 homepage                http://www.tigervnc.com/
-master_sites            sourceforge
+master_sites            sourceforge:project/${name}/${name}/${version}
 
-checksums               sha1    0c3dd6a3540966fea979a06df08c3aa9bdd1dc67 \
-                        rmd160  7d1cfb00453482364acf002816454a5afefffd1f
+checksums               rmd160  692ce76f38c229485ae75acb87f39f8844575e35 \
+                        sha256  594b70825a2c24863afd7b8dd2a5bc1935807118c6726e1d98396dee44d060f4
 
 depends_build           port:gccmakedep
 
-depends_lib             port:xorg-libXaw \
+depends_lib             port:gnutls \
+                        port:jpeg \
+                        port:xorg-libXaw \
                         port:xorg-libX11 \
                         port:zlib
 
-worksrcdir              ${worksrcdir}/unix
+patchfiles              patch-configure.diff
+
+configure.args          --mandir=${prefix}/share/man \
+                        --with-system-jpeg

Added: trunk/dports/x11/tigervnc/files/patch-configure.diff
===================================================================
--- trunk/dports/x11/tigervnc/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/x11/tigervnc/files/patch-configure.diff	2011-09-02 02:16:40 UTC (rev 83469)
@@ -0,0 +1,18 @@
+--- configure.orig	2011-08-09 16:17:24.000000000 -0500
++++ configure	2011-09-01 20:25:48.000000000 -0500
+@@ -427,7 +427,6 @@
+ PACKAGE_STRING='tigervnc 1.1.0'
+ PACKAGE_BUGREPORT='http://www.tigervnc.org'
+ 
+-ac_subdirs_all="$ac_subdirs_all common/jpeg common/zlib"
+ # Factoring default headers for most tests.
+ ac_includes_default="\
+ #include <stdio.h>
+@@ -1988,7 +1987,6 @@
+ 
+ 
+ 
+-subdirs="$subdirs common/jpeg common/zlib"
+ 
+ 
+           ac_config_headers="$ac_config_headers config.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110901/6884ada6/attachment.html>


More information about the macports-changes mailing list