From owner-svn-ports-all@FreeBSD.ORG Wed Jul 10 04:54:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 978D7368; Wed, 10 Jul 2013 04:54:12 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7993F1296; Wed, 10 Jul 2013 04:54:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6A4sCvx088115; Wed, 10 Jul 2013 04:54:12 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6A4sB4p088112; Wed, 10 Jul 2013 04:54:11 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201307100454.r6A4sB4p088112@svn.freebsd.org> From: Greg Lewis Date: Wed, 10 Jul 2013 04:54:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322613 - in head: . games games/nethack34 games/nethack34-qt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 04:54:12 -0000 Author: glewis Date: Wed Jul 10 04:54:11 2013 New Revision: 322613 URL: http://svnweb.freebsd.org/changeset/ports/322613 Log: . Remove the nethack34-qt port which requires the expired QT3 port. . Convert Makefile header. . NOPORTDOCS -> PORT_OPTIONS:MDOCS. . Pet portlint by putting LICENSE_FILE line at the correct place. PR: 180275 Submitted by: rene@ (with some additions) Deleted: head/games/nethack34-qt/Makefile Modified: head/MOVED head/games/Makefile head/games/nethack34/Makefile (contents, props changed) Modified: head/MOVED ============================================================================== --- head/MOVED Wed Jul 10 04:14:31 2013 (r322612) +++ head/MOVED Wed Jul 10 04:54:11 2013 (r322613) @@ -4421,3 +4421,4 @@ games/gnomememoryblocks||2013-07-04|Has devel/py-reddit||2013-07-07|Has been removed from PyPI, Use www/py-praw games/speakinghangman||2013-07-07|Has expired: No more public distfiles security/pinentry-qt||2013-07-09|Removed: Qt3 ports have expired +games/nethack34-qt|games/nethack34-gnome|2013-07-09|Uses unsupported QT version Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Wed Jul 10 04:14:31 2013 (r322612) +++ head/games/Makefile Wed Jul 10 04:54:11 2013 (r322613) @@ -633,7 +633,6 @@ SUBDIR += nethack34 SUBDIR += nethack34-gnome SUBDIR += nethack34-nox11 - SUBDIR += nethack34-qt SUBDIR += netherearth SUBDIR += netpanzer SUBDIR += netrek-BRMH-bin Modified: head/games/nethack34/Makefile ============================================================================== --- head/games/nethack34/Makefile Wed Jul 10 04:14:31 2013 (r322612) +++ head/games/nethack34/Makefile Wed Jul 10 04:54:11 2013 (r322613) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nethack -# Date created: 27 March 1995 -# Whom: asami -# +# Created by: asami # $FreeBSD$ -# PORTNAME= nethack PORTVERSION= 3.4.3 @@ -18,8 +14,8 @@ COMMENT= A dungeon explorin', slashin', LICENSE= nethack LICENSE_NAME= NETHACK GENERAL PUBLIC LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_FILE= ${WRKSRC}/dat/license +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -75,12 +71,6 @@ PATCH_SITES+= http://www.netsonic.fi/~wa PATCH_DIST_STRIP= -p1 CFLAGS+= -DHPMON .endif -.elif ${PKGNAMESUFFIX} == "-qt" -USE_QT_VER= 3 -MAKE_ENV+= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ - QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" \ - MOC="${MOC}" LIBQT="-lqt-mt" -GRAPHICS= QT_GRAPHICS .endif .endif @@ -96,6 +86,8 @@ pre-everything:: ${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ; \ fi +.include + post-patch: .for f in include/config.h sys/unix/Makefile.src sys/unix/Makefile.top @${REINPLACE_CMD} -e 's|%%HACKNAME%%|${HACKNAME}|g;s|%%HACKDIR%%|${PREFIX}/${HACKDIR}|g' ${WRKSRC}/${f} @@ -113,7 +105,7 @@ pre-configure: post-install: @cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE} manpages -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${PREFIX}/${HACKDOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/${HACKDOCSDIR} .endif