[117141] trunk/dports/textproc/glimpse/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Feb 17 07:45:46 PST 2014


Revision: 117141
          https://trac.macports.org/changeset/117141
Author:   ryandesign at macports.org
Date:     2014-02-17 07:45:46 -0800 (Mon, 17 Feb 2014)
Log Message:
-----------
glimpse: update to 4.18.6 (20081220014903); use newer checksum types; remove unnecessary LDFLAGS (this port does not link with any other libraries); disable universal variant because build system does not respect the *FLAGS variables; blacklist clang to fix build failure (#42544); disable parallel build to fix build failure; fix livecheck

Modified Paths:
--------------
    trunk/dports/textproc/glimpse/Portfile

Modified: trunk/dports/textproc/glimpse/Portfile
===================================================================
--- trunk/dports/textproc/glimpse/Portfile	2014-02-17 15:18:38 UTC (rev 117140)
+++ trunk/dports/textproc/glimpse/Portfile	2014-02-17 15:45:46 UTC (rev 117141)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -3,6 +4,7 @@
 
 name                    glimpse
-version                 4.18.5
-set distfile_date       20070118051535
+conflicts               tre
+version                 4.18.6
+set distfile_date       20081220014903
 dist_subdir             ${name}/${version}-${distfile_date}
 categories              textproc
@@ -13,11 +15,28 @@
 description             A text search engine.  Free for personal use.
 long_description        A text search engine.  Free for personal use. \
                         Required for use with Webglimpse.
-checksums               md5 10204ab813f3bbb558e22dedf19d1dfb
+
 homepage                http://webglimpse.net/
 master_sites            ${homepage}trial/
-build.args              LDFLAGS=-L${prefix}/lib
 
+checksums               rmd160  cd309a9b578b777fdb4336d89b01ab20f1771fc9 \
+                        sha256  0c21d27d6a3fe37dacdc66ef9194623f5a94b2f5d221dff8f187f69f629beade
+
+# error: non-void function should return a value
+# https://trac.macports.org/ticket/42544
+compiler.blacklist      *clang*
+#configure.cflags-append -Wno-return-type
+
+# Does not respect *FLAGS
+universal_variant       no
+
+# make: *** No rule to make target `lib/libagrep.a', needed by `notsglimpse'.  Stop.
+use_parallel_build      no
+
 destroot.destdir        bindir=${destroot}${prefix}/bin \
                         libdir=${destroot}${prefix}/lib \
                         mandir=${destroot}${prefix}/share/man/man1
+
+livecheck.type          regex
+livecheck.url           ${homepage}download.php
+livecheck.regex         {Glimpse ([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140217/9c661085/attachment-0001.html>


More information about the macports-changes mailing list