[96187] trunk/dports/mail/uudeview
jmr at macports.org
jmr at macports.org
Thu Aug 2 10:32:11 PDT 2012
Revision: 96187
https://trac.macports.org/changeset/96187
Author: jmr at macports.org
Date: 2012-08-02 10:32:08 -0700 (Thu, 02 Aug 2012)
Log Message:
-----------
uudeview: fix function type signatures (#33586)
Modified Paths:
--------------
trunk/dports/mail/uudeview/Portfile
Added Paths:
-----------
trunk/dports/mail/uudeview/files/
trunk/dports/mail/uudeview/files/inews.c.patch
Modified: trunk/dports/mail/uudeview/Portfile
===================================================================
--- trunk/dports/mail/uudeview/Portfile 2012-08-02 17:06:53 UTC (rev 96186)
+++ trunk/dports/mail/uudeview/Portfile 2012-08-02 17:32:08 UTC (rev 96187)
@@ -25,6 +25,8 @@
master_sites ${homepage}/download/
checksums md5 0161abaec3658095044601eae82bbc5b
+patchfiles inews.c.patch
+
configure.args --mandir='\${prefix}/share/man' \
--disable-tcl
Added: trunk/dports/mail/uudeview/files/inews.c.patch
===================================================================
--- trunk/dports/mail/uudeview/files/inews.c.patch (rev 0)
+++ trunk/dports/mail/uudeview/files/inews.c.patch 2012-08-02 17:32:08 UTC (rev 96187)
@@ -0,0 +1,28 @@
+--- inews/inews.c.orig 2004-01-29 13:14:19.000000000 +1100
++++ inews/inews.c 2012-08-03 03:29:23.000000000 +1000
+@@ -47,6 +47,9 @@ extern FILE *ser_wr_fp;
+
+ char host_name[256];
+
++void gen_frompath();
++void append_signature();
++
+ main(argc, argv)
+ int argc;
+ char *argv[];
+@@ -181,6 +184,7 @@ char *argv[];
+ * The rn-style DOTDIR environmental variable is used if present.
+ */
+
++void
+ append_signature()
+ {
+ char line[256], sigfile[256];
+@@ -254,6 +258,7 @@ append_signature()
+ * a From: line in it.
+ */
+
++void
+ gen_frompath()
+ {
+ char *full_name;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120802/624ce228/attachment.html>
More information about the macports-changes
mailing list