[33061] trunk/dports/irc/silc-client

ryandesign at macports.org ryandesign at macports.org
Thu Jan 17 03:07:18 PST 2008


Revision: 33061
          http://trac.macosforge.org/projects/macports/changeset/33061
Author:   ryandesign at macports.org
Date:     2008-01-17 03:07:16 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------
silc-client: update to 1.1.3 and fix build errors; closes #13966

Modified Paths:
--------------
    trunk/dports/irc/silc-client/Portfile

Added Paths:
-----------
    trunk/dports/irc/silc-client/files/patch-module.h.diff

Modified: trunk/dports/irc/silc-client/Portfile
===================================================================
--- trunk/dports/irc/silc-client/Portfile	2008-01-17 10:51:34 UTC (rev 33060)
+++ trunk/dports/irc/silc-client/Portfile	2008-01-17 11:07:16 UTC (rev 33061)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		silc-client	
-version		1.0.3
+version		1.1.3
 categories	irc	
 description	client for the silc-network.
 long_description	silc-client is a client for the SILC (Secure Internet \
@@ -12,10 +12,13 @@
 platforms	darwin
 maintainers	nomaintainer
 master_sites	${homepage}download/client/sources/
-checksums	md5 6727a65fe71b90b018086afe8fc84cf9
+checksums	md5 e34d0af3c795ba0167d465904b9ba120 \
+		sha1 51b85181db643a2e457dddf3d4640e2a9fce09d3 \
+		rmd160 b404e33e80dfbe0267c6beafbc303a3ac6ba16f0
 use_bzip2	yes
 
-patchfiles	patch-perl-common.h.diff
+patchfiles	patch-perl-common.h.diff \
+		patch-module.h.diff
 
 depends_lib	lib:libglib.1:glib1
 depends_run	bin:perl:perl5.8
@@ -27,8 +30,9 @@
 		--with-logsdir=${prefix}/var/log/${name} \
 		--disable-asm
 
-platform darwin 7 { configure.compiler	gcc-3.3 }
-platform darwin 8 powerpc { configure.compiler	gcc-3.3 }
+post-destroot {
+    file delete ${destroot}${prefix}/lib/perl5/5.8.8/darwin-2level/perllocal.pod
+}
 
 livecheck.check		regex
 livecheck.url		${homepage}

Added: trunk/dports/irc/silc-client/files/patch-module.h.diff
===================================================================
--- trunk/dports/irc/silc-client/files/patch-module.h.diff	                        (rev 0)
+++ trunk/dports/irc/silc-client/files/patch-module.h.diff	2008-01-17 11:07:16 UTC (rev 33061)
@@ -0,0 +1,17 @@
+--- apps/irssi/src/perl/module.h	2002-02-10 07:58:06.000000000 -0600
++++ apps/irssi/src/perl/module.h	2008-01-17 04:32:05.000000000 -0600
+@@ -1,3 +1,5 @@
++#include "common.h"
++
+ #ifdef NEED_PERL_H
+ #  include <EXTERN.h>
+ #  ifndef _SEM_SEMUN_UNDEFINED
+@@ -16,8 +18,6 @@
+ extern PerlInterpreter *my_perl; /* must be called my_perl or some perl implementations won't work */
+ #endif
+ 
+-#include "common.h"
+-
+ #define MODULE_NAME "perl/core"
+ 
+ /* Change this every time when some API changes between irssi's perl module

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


More information about the macports-changes mailing list