Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 10:15:13 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324971 - head/net-im/naim
Message-ID:  <201308191015.r7JAFDp2010476@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Aug 19 10:15:12 2013
New Revision: 324971
URL: http://svnweb.freebsd.org/changeset/ports/324971

Log:
  - Fix targets' dependencies in an attempt to fix parallel (-jX) builds
  - While here: contract MASTER_SITES, restore original DETACH_DESC (pre-
    r324947; timeout from jgh@ since May 24), add DOCS to OPTIONS_DEFINE,
    define LICENSE (GPLv2)
  - In pkg-descr: kill EOL spaces and terminate URL with a slash as told
    by PH, section 3.2.1)
  
  Reported by:	marino
  Approved by:	miwi, bapt (portmgr, implicit)

Modified:
  head/net-im/naim/Makefile
  head/net-im/naim/pkg-descr

Modified: head/net-im/naim/Makefile
==============================================================================
--- head/net-im/naim/Makefile	Mon Aug 19 09:34:48 2013	(r324970)
+++ head/net-im/naim/Makefile	Mon Aug 19 10:15:12 2013	(r324971)
@@ -1,14 +1,16 @@
-# Created by: mharo@area51.fremont.ca.us
+# Created by: Michael Haro <mharo@area51.fremont.ca.us>
 # $FreeBSD$
 
 PORTNAME=	naim
 PORTVERSION=	0.11.8.3.2
 CATEGORIES=	net-im irc
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	j@scre.ws
 COMMENT=	Console ncurses-based AIM, ICQ, IRC, and Lily client
 
+LICENSE=	GPLv2
+
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 
@@ -16,11 +18,15 @@ MAN1=		naim.1
 MLINKS=		naim.1 nirc.1 naim.1 nicq.1 naim.1 nlily.1
 PORTDOCS=	FAQ README commands.txt keyboard.txt
 
-OPTIONS_DEFINE=	DETACH
-DETACH_DESC=	Activate 'detach' feature (requires misc/screen)
+OPTIONS_DEFINE=	DETACH DOCS
+DETACH_DESC=	Enable 'detach' feature (requires misc/screen)
 
 .include <bsd.port.options.mk>
 
+# Fix parallel (-jX) builds: events.c #include's generated "conio_cmds.h"
+post-patch:
+	@${ECHO_CMD} 'events.o: conio_cmds.h' >> ${WRKSRC}/src/Makefile.in
+
 .if ${PORT_OPTIONS:MDOCS}
 CONFIGURE_ARGS+=	--with-pkgdocdir=${DOCSDIR}
 .else

Modified: head/net-im/naim/pkg-descr
==============================================================================
--- head/net-im/naim/pkg-descr	Mon Aug 19 09:34:48 2013	(r324970)
+++ head/net-im/naim/pkg-descr	Mon Aug 19 10:15:12 2013	(r324971)
@@ -1,16 +1,16 @@
-naim is a console client for AOL Instant Messenger (AIM), AOL I Seek You 
+naim is a console client for AOL Instant Messenger (AIM), AOL I Seek You
 (ICQ), Internet Relay Chat (IRC), and The lily CMC.
 
-It includes unique features like zero-configuration peer to peer encryption, 
-automatic message queueing, and incoming message modification (to correct 
+It includes unique features like zero-configuration peer to peer encryption,
+automatic message queueing, and incoming message modification (to correct
 common spelling mistakes and expand common abbreviations; see /help filter).
 
-It also includes powerful dynamic module support, allowing developers to 
+It also includes powerful dynamic module support, allowing developers to
 modify all major aspects of naim's behavior.
 
-When combined with GNU Screen, naim is great to use as a chat client as 
-well as an answering machine. Individual users can detach, log out, pack 
-up and go home, then log back in from anywhere on the Internet to resume 
+When combined with GNU Screen, naim is great to use as a chat client as
+well as an answering machine. Individual users can detach, log out, pack
+up and go home, then log back in from anywhere on the Internet to resume
 their naim session.
 
-WWW: http://naim.n.ml.org
+WWW: http://naim.n.ml.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308191015.r7JAFDp2010476>