Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2008 15:02:48 +0200 (CEST)
From:      Martin Tournoij <carpetsmoker@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125829: [Maintainer] emulators/catapult Fix plist with NOPORTDOCS
Message-ID:  <20080721130249.2271C6D43D@mail.rwxrwxrwx.net>
Resent-Message-ID: <200807211300.m6LD0529045141@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125829
>Category:       ports
>Synopsis:       [Maintainer] emulators/catapult Fix plist with NOPORTDOCS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 21 13:00:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Martin Tournoij
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD phong.rwxrwxrwx.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Jun 5 22:13:23 CEST 2008 carpetsmoker@phong.rwxrwxrwx.net:/usr/obj/usr/src/sys/PHONG  i386


>Description:
o Fix plist with NOPORTDOCS
o Update my email address

>How-To-Repeat:

>Fix:

--- catapult.patch begins here ---
diff -urN --exclude CVS --exclude PBI /ports/emulators/catapult/Makefile emulators/catapult/Makefile
--- /ports/emulators/catapult/Makefile	2008-06-11 17:52:44.000000000 +0200
+++ emulators/catapult/Makefile	2008-07-21 14:54:29.000000000 +0200
@@ -2,19 +2,19 @@
 # Date created:				14 November 2007
 # Whom:					Martin Tournoij <carpetsmoker@xs4all.nl>
 #
-# $Carpetsmoker: ports/emulators/catapult/Makefile,v 1.1 2007/11/14 04:42:21 carpetsmoker Exp $
+# $Carpetsmoker: ports/emulators/catapult/Makefile,v 1.2 2008/07/21 12:54:29 carpetsmoker Exp $
 # $FreeBSD: ports/emulators/catapult/Makefile,v 1.3 2008/06/06 13:26:58 edwin Exp $
 #
 
 PORTNAME=	catapult
 PORTVERSION=	0.6.3R1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	openmsx
 DISTNAME=	openmsx-${PORTNAME}-${PORTVERSION:S/R1/-R1/}
 
-MAINTAINER=	carpetsmoker@xs4all.nl
+MAINTAINER=	carpetsmoker@rwxrwxrwx.net
 COMMENT=	GUI for openMSX
 
 BUILD_DEPENDS=	openmsx:${PORTSDIR}/emulators/openmsx
@@ -37,5 +37,8 @@
 	@${REINPLACE_CMD} 's|INSTALL_BASE|INSTALL_SHARE_DIR|' ${WRKSRC}/build/info2code.mk
 	@${REINPLACE_CMD} 's|wx-config|${WX_CONFIG}|g' \
 		${WRKSRC}/build/main.mk ${WRKSRC}/build/probe.mk
+.if defined(NOPORTDOCS)
+	@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/build-main.mk
+.endif
 
 .include <bsd.port.mk>
diff -urN --exclude CVS --exclude PBI /ports/emulators/catapult/files/build-main.mk emulators/catapult/files/build-main.mk
--- /ports/emulators/catapult/files/build-main.mk	1970-01-01 01:00:00.000000000 +0100
+++ emulators/catapult/files/build-main.mk	2008-07-21 14:44:24.000000000 +0200
@@ -0,0 +1,23 @@
+--- build/main.mk.orig	2008-07-21 14:43:22.000000000 +0200
++++ build/main.mk	2008-07-21 14:43:48.000000000 +0200
+@@ -371,13 +371,13 @@
+ 	@echo "  Data files..."
+ 	@mkdir -p $(INSTALL_SHARE_DIR)
+ 	@cp -rf $(RESOURCES_PATH) $(INSTALL_SHARE_DIR)/
+-	@echo "  Documentation..."
+-	@mkdir -p $(INSTALL_DOC_DIR)
+-	@cp -f README GPL AUTHORS $(INSTALL_DOC_DIR)
+-	@cp -f $(addprefix doc/,$(INSTALL_DOCS)) $(INSTALL_DOC_DIR)
+-	@mkdir -p $(INSTALL_DOC_DIR)/manual
+-	@cp -f $(addprefix doc/manual/,*.html *.css *.png) \
+-		$(INSTALL_DOC_DIR)/manual
++	@echo "  Skipping Documentation..."
++#	@mkdir -p $(INSTALL_DOC_DIR)
++#	@cp -f README GPL AUTHORS $(INSTALL_DOC_DIR)
++#	@cp -f $(addprefix doc/,$(INSTALL_DOCS)) $(INSTALL_DOC_DIR)
++#	@mkdir -p $(INSTALL_DOC_DIR)/manual
++#	@cp -f $(addprefix doc/manual/,*.html *.css *.png) \
++#		$(INSTALL_DOC_DIR)/manual
+ ifeq ($(CATAPULT_PREBUILT),false)
+ ifneq ($(CATAPULT_NO_DESKTOP_HOOKS),true)
+ 	@echo "  Desktop hooks..."
--- catapult.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:
 



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