pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/entropy nb2: Reenable setproctitle() usage.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bb80be35909
branches:  trunk
changeset: 482550:6bb80be35909
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Oct 29 17:38:20 2004 +0000

description:
nb2: Reenable setproctitle() usage.

diffstat:

 net/entropy/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 0fea9bd6688c -r 6bb80be35909 net/entropy/Makefile
--- a/net/entropy/Makefile      Fri Oct 29 17:30:38 2004 +0000
+++ b/net/entropy/Makefile      Fri Oct 29 17:38:20 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2004/10/29 05:59:24 jdolecek Exp $
+# $NetBSD: Makefile,v 1.10 2004/10/29 17:38:20 tv Exp $
 #
 
 DISTNAME=              entropy-${ENTROPY_VERSION}
 PKGNAME=               entropy-${ENTROPY_VERSION:S/-/./}
-PKGREVISION=           1
+PKGREVISION=           2
 WRKSRC=                        ${WRKDIR}/entropy-${ENTROPY_VERSION:C/-.*$//}
 CATEGORIES=            net www
 MASTER_SITES=          http://entropy.stop1984.com/files/
@@ -19,7 +19,7 @@
 
 ENTROPY_VERSION=       0.8.2-418
 
-CONFIGURE_ARGS+=       --enable-verbose --disable-posix-sem
+CONFIGURE_ARGS+=       --enable-setproctitle --enable-verbose --disable-posix-sem
 
 post-patch:
        ${SED} -e '/^# /!s/^#//' <${WRKSRC}/seed.txt-dist >${WRKSRC}/seed.txt



Home | Main Index | Thread Index | Old Index