[150636] trunk/dports/x11/rxvt-unicode/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jul 25 11:13:18 PDT 2016


Revision: 150636
          https://trac.macports.org/changeset/150636
Author:   ryandesign at macports.org
Date:     2016-07-25 11:13:18 -0700 (Mon, 25 Jul 2016)
Log Message:
-----------
rxvt-unicode: add modeline and adjust whitespace (#51903)

Modified Paths:
--------------
    trunk/dports/x11/rxvt-unicode/Portfile

Modified: trunk/dports/x11/rxvt-unicode/Portfile
===================================================================
--- trunk/dports/x11/rxvt-unicode/Portfile	2016-07-25 18:09:46 UTC (rev 150635)
+++ trunk/dports/x11/rxvt-unicode/Portfile	2016-07-25 18:13:18 UTC (rev 150636)
@@ -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
@@ -26,13 +27,13 @@
 checksums       rmd160  333d281455b7641a59d424e253832035e95b572d \
                 sha256  75270ed72bc5895a64a1d7392bf45a622204192371c3965bd3dd978dc088956b
 depends_build \
-	port:pkgconfig
+        port:pkgconfig
 
 # urxvt also depends on xorg-libX11, xrender and fontconfig but all these ports are in the dependency tree of Xft2
 depends_lib \
-	port:Xft2 \
-	port:ncurses \
-	path:bin/perl:perl5
+        port:Xft2 \
+        port:ncurses \
+        path:bin/perl:perl5
 
 # clang++ 3.0 produces unstable urxvt binary which sometimes causes errors like:
 #        "terminate called throwing an exceptionAbort trap: 6"
@@ -46,8 +47,11 @@
     configure.ldflags-append -stdlib=${configure.cxx_stdlib}
 }
 
-configure.args  --enable-everything --enable-256-color --with-codesets=all \
-                --disable-utmp --disable-pixbuf \
+configure.args  --enable-everything \
+                --enable-256-color \
+                --with-codesets=all \
+                --disable-utmp \
+                --disable-pixbuf \
                 --mandir=${prefix}/share/man
 
 use_parallel_build  yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160725/a8d528a4/attachment.html>


More information about the macports-changes mailing list