[111220] trunk/dports/security/logsurfer/Portfile
jmr at macports.org
jmr at macports.org
Mon Sep 16 19:08:22 PDT 2013
Revision: 111220
https://trac.macports.org/changeset/111220
Author: jmr at macports.org
Date: 2013-09-16 19:08:22 -0700 (Mon, 16 Sep 2013)
Log Message:
-----------
logsurfer: set license, use correct compiler and flags in post-build
Modified Paths:
--------------
trunk/dports/security/logsurfer/Portfile
Modified: trunk/dports/security/logsurfer/Portfile
===================================================================
--- trunk/dports/security/logsurfer/Portfile 2013-09-17 01:46:50 UTC (rev 111219)
+++ trunk/dports/security/logsurfer/Portfile 2013-09-17 02:08:22 UTC (rev 111220)
@@ -5,6 +5,7 @@
name logsurfer
version 1.6b
categories security
+license GPL-2+
platforms darwin
maintainers phpconsulting.com:mat jmpp openmaintainer
@@ -12,7 +13,7 @@
long_description similar to the well-known swatch program on which it is based, \
but offers a number of advanced features which swatch does not support. \
Logsurfer is capable of grouping related log entries together - for instance,\
- when a system boots it usually creates a high number of log messages.
+ when a system boots it usually creates a high number of log messages.
homepage http://www.crypt.gen.nz/logsurfer/
master_sites http://kerryt.orcon.net.nz/
@@ -24,7 +25,7 @@
configure.args --mandir=${prefix}/share/man --with-etcdir=${prefix}/etc
post-build {
- system "cd ${worksrcpath}/contrib/prtime && cc -o prtime prtime.c"
+ system -W ${worksrcpath}/contrib/prtime "${configure.cc} ${configure.cflags} [get_canonical_archflags cc] -o prtime prtime.c"
}
post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130916/e3c2ce27/attachment.html>
More information about the macports-changes
mailing list