[53479] trunk/dports/irc/eggdrop
snc at macports.org
snc at macports.org
Mon Jul 6 11:01:25 PDT 2009
Revision: 53479
http://trac.macports.org/changeset/53479
Author: snc at macports.org
Date: 2009-07-06 11:01:25 -0700 (Mon, 06 Jul 2009)
Log Message:
-----------
updated eggdrop, #20198
Modified Paths:
--------------
trunk/dports/irc/eggdrop/Portfile
Added Paths:
-----------
trunk/dports/irc/eggdrop/files/
trunk/dports/irc/eggdrop/files/patch-Makefile.in.diff
Modified: trunk/dports/irc/eggdrop/Portfile
===================================================================
--- trunk/dports/irc/eggdrop/Portfile 2009-07-06 18:00:29 UTC (rev 53478)
+++ trunk/dports/irc/eggdrop/Portfile 2009-07-06 18:01:25 UTC (rev 53479)
@@ -1,21 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
+
name eggdrop
-version 1.6.18
+version 1.6.19
categories irc
maintainers mac.com:dre
-description Eggdrop is the World's most popular Internet Relay Chat (IRC) bot.
-long_description ${description}
+description Eggdrop is the world's most popular Internet Relay Chat (IRC) bot.
+long_description ${description} This version includes the 'ctcpfix' patch.
homepage http://www.eggheads.org
platforms darwin
master_sites ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/
-checksums md5 0cfc13dcc84cd4e9d4a23d23d9429ee7
-distname ${name}${version}
+checksums md5 775d77294784a2e6b0e3d4ea89eb08e2
+distname ${name}${version}+ctcpfix
+worksrcdir ${name}${version}
use_bzip2 yes
post-configure { system "cd ${worksrcpath} && make config" }
destroot.destdir DEST=${destroot}${prefix}/share/eggdrop
-post-destroot { system "cd ${destroot}${prefix}/bin/ && rm ../share/eggdrop/eggdrop && ln -s ../share/eggdrop/eggdrop-${version} eggdrop && mv ../share/eggdrop/eggdrop.conf ../share/eggdrop/eggdrop.conf.sample && mv ../share/eggdrop/doc/man1/eggdrop.1 ../share/man/man1"
+post-destroot { system "cd ${destroot}${prefix}/bin/ && rm ../share/eggdrop/eggdrop && ln -s ../share/eggdrop/eggdrop-${version} eggdrop && mv ../share/eggdrop/eggdrop.conf ../share/eggdrop/eggdrop.conf.sample && mv ../share/eggdrop/doc/man1/eggdrop.1 ../share/man/man1"
}
platform darwin 7 {
configure.cflags-append "-DBIND_8_COMPAT"
@@ -24,3 +27,7 @@
platform darwin 8 {
configure.cflags-append "-DBIND_8_COMPAT"
}
+
+platform darwin 10 {
+ patchfiles patch-Makefile.in.diff
+}
Added: trunk/dports/irc/eggdrop/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/irc/eggdrop/files/patch-Makefile.in.diff (rev 0)
+++ trunk/dports/irc/eggdrop/files/patch-Makefile.in.diff 2009-07-06 18:01:25 UTC (rev 53479)
@@ -0,0 +1,12 @@
+--- Makefile.in.orig 2009-07-05 00:59:36.000000000 -0700
++++ Makefile.in 2009-07-05 00:58:47.000000000 -0700
+@@ -63,7 +63,7 @@
+ # Extra libraries
+ # XLIBS will be linked with everything; MODULE_XLIBS will only be linked with
+ # the actual module objects.
+-XLIBS = @TCL_LIBS@ @LIBS@
++XLIBS = @TCL_LIBS@ @LIBS@ -framework CoreFoundation -lresolv
+ MODULE_XLIBS = @MODULE_XLIBS@
+
+ # Shouldn't need to touch anything below here.
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090706/46be8c10/attachment.html>
More information about the macports-changes
mailing list