[58008] trunk/dports/x11/kinput2/Portfile

takanori at macports.org takanori at macports.org
Sun Sep 20 10:28:50 PDT 2009


Revision: 58008
          http://trac.macports.org/changeset/58008
Author:   takanori at macports.org
Date:     2009-09-20 10:28:50 -0700 (Sun, 20 Sep 2009)
Log Message:
-----------
kinput2:
* Security enhancement: Stop listening on TCP port.
* Add dependency on imake.

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

Modified: trunk/dports/x11/kinput2/Portfile
===================================================================
--- trunk/dports/x11/kinput2/Portfile	2009-09-20 17:27:39 UTC (rev 58007)
+++ trunk/dports/x11/kinput2/Portfile	2009-09-20 17:28:50 UTC (rev 58008)
@@ -4,7 +4,7 @@
 
 name            kinput2
 version         3.1
-revision        3
+revision        4
 categories      x11 japanese
 maintainers     takanori openmaintainer
 description     Input server of Japanese text
@@ -21,6 +21,10 @@
                 sha1 48050f70e7c0cc67193ea260f8d7f6e822a02ca3 \
                 rmd160 c56684769859bbee5f8238cd1af061796ff931e8
 
+depends_build   port:imake
+depends_lib     port:xorg-libXaw \
+                port:xorg-libXp
+
 if {[variant_isset wnn]} {
 } elseif {[variant_isset canna]} {
 } elseif {[variant_isset sj3]} {
@@ -38,12 +42,10 @@
         puts ${fd} "CANNASRC = \$(CANNAINSTDIR)/include"
         puts ${fd} "CANNALIB = -lcanna16 -L\$(CANNAINSTDIR)/lib"
     }
-    puts ${fd} "TRANSPORTDEFS ="
+    puts ${fd} "TRANSPORTDEFS = -DNO_TCP_TRANSPORT"
     close ${fd}
 }
 
-depends_lib     port:xorg-libXaw \
-                port:xorg-libXp
 use_xmkmf       yes
 
 pre-build {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090920/991b2631/attachment.html>


More information about the macports-changes mailing list