[31355] trunk/dports/net/yafc

ram at macports.org ram at macports.org
Tue Nov 20 19:26:18 PST 2007


Revision: 31355
          http://trac.macosforge.org/projects/macports/changeset/31355
Author:   ram at macports.org
Date:     2007-11-20 19:26:17 -0800 (Tue, 20 Nov 2007)

Log Message:
-----------
bump to 1.1.1

Modified Paths:
--------------
    trunk/dports/net/yafc/Portfile

Added Paths:
-----------
    trunk/dports/net/yafc/files/patch-src__input.c.diff

Modified: trunk/dports/net/yafc/Portfile
===================================================================
--- trunk/dports/net/yafc/Portfile	2007-11-21 03:21:51 UTC (rev 31354)
+++ trunk/dports/net/yafc/Portfile	2007-11-21 03:26:17 UTC (rev 31355)
@@ -3,8 +3,7 @@
 PortSystem         1.0
 
 name               yafc
-version            1.1
-revision           1
+version            1.1.1
 categories         net
 platforms          darwin
 maintainers        ram openmaintainer
@@ -24,7 +23,9 @@
 master_sites       sourceforge:yafc
 use_bzip2          yes
 
-checksums          md5 877c21d9b70d89474d1a6478a21c1e51
+checksums          md5 832d074183a36ee15b47553ed5962fce \
+                   sha1 d88132e1b389d74533f9eaa94f1a6d02787c03c8 \
+                   rmd160 1a1af7f618e9fada90b23390e64ec0ee4c8ed370
 
 patchfiles         patch-src__syshdr.h.diff
 
@@ -40,5 +41,6 @@
 }
 
 platform darwin 9 {
-  patchfiles-append patch-lib__gssapi.c-darwin9.diff
+  patchfiles-append patch-lib__gssapi.c-darwin9.diff \
+                    patch-src__input.c.diff
 }

Added: trunk/dports/net/yafc/files/patch-src__input.c.diff
===================================================================
--- trunk/dports/net/yafc/files/patch-src__input.c.diff	                        (rev 0)
+++ trunk/dports/net/yafc/files/patch-src__input.c.diff	2007-11-21 03:26:17 UTC (rev 31355)
@@ -0,0 +1,29 @@
+--- src/input.c	2003-10-15 17:37:31.000000000 -0400
++++ src/input.c	2007-11-15 21:47:48.000000000 -0500
+@@ -56,7 +56,7 @@
+ #if 1
+ char *getpass_hook(const char *prompt)
+ {
+-#ifdef KERBEROS
++#ifdef HAVE_KERBEROS
+ 	char tmp[80];
+ 	des_read_pw_string(tmp, sizeof(tmp), (char *)prompt, 0);
+ 	tmp[79] = 0;
+@@ -72,13 +72,15 @@
+  * probably a good idea, but I just don't have the time.
+  */
+ 
++#ifdef HAVE_KERBEROS
+ # include <fcntl.h> 
+ # include <sys/ioctl.h> 
+-# include <termio.h> 
++/*# include <termio.h>*/
++#endif
+ 
+ char *getpass_hook(const char *prompt)
+ {
+-#ifdef KERBEROS
++#ifdef HAVE_KERBEROS
+ 	char tmp[80];
+ 	des_read_pw_string(tmp, sizeof(tmp), (char *)prompt,
+ 					   0);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071120/b89b615b/attachment.html


More information about the macports-changes mailing list