Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 22:30:32 +0000 (UTC)
From:      Ion-Mihai Tetcu <itetcu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308646 - head/comms/qfaxreader
Message-ID:  <201212102230.qBAMUWXg026777@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: itetcu
Date: Mon Dec 10 22:30:31 2012
New Revision: 308646
URL: http://svnweb.freebsd.org/changeset/ports/308646

Log:
  - Use OPTIONSng
  - DEPRECATE because there's no activity upstream since 2006 and it uses QT3
  - and set for removal in 6 months

Modified:
  head/comms/qfaxreader/Makefile   (contents, props changed)

Modified: head/comms/qfaxreader/Makefile
==============================================================================
--- head/comms/qfaxreader/Makefile	Mon Dec 10 22:25:53 2012	(r308645)
+++ head/comms/qfaxreader/Makefile	Mon Dec 10 22:30:31 2012	(r308646)
@@ -29,11 +29,17 @@ MAKE_JOBS_UNSAFE=	yes
 MAN1=		qfaxreader.1
 MANCOMPRESSED=	yes
 
-OPTIONS=	GDBM "For sender-id look-up (recomended)" on
+OPTIONS_DEFINE=	GDBM
+GDBM_DESC=	For sender-id look-up (recomended)
+OPTIONS_DEFAULT=GDBM
+
+DEPRECATED=	No activity upstream since 2006; uses QT3
+EXPIRATION_DATE=	2013-06-30
 
 .include <bsd.port.pre.mk>
 
-.if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h)
+#.if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h)
+.if ${PORT_OPTIONS:MGDBM) || exists(${LOCALBASE}/include/gdbm.h)
 LIB_DEPENDS+=	gdbm.4:${PORTSDIR}/databases/gdbm
 .endif
 



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