Received: by mail.netbsd.org (Postfix, from userid 605) id 5FA2F84D09; Fri, 14 Apr 2023 15:42:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 918E384CD9 for ; Fri, 14 Apr 2023 15:42:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CQGEfJ_Jcov1 for ; Fri, 14 Apr 2023 15:42:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DEC3284CC8 for ; Fri, 14 Apr 2023 15:42:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D2770FA85; Fri, 14 Apr 2023 15:42:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168148696698580" MIME-Version: 1.0 Date: Fri, 14 Apr 2023 15:42:46 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/libreoffice To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230414154246.D2770FA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168148696698580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 14 15:42:46 UTC 2023 Modified Files: pkgsrc/misc/libreoffice: Makefile Log Message: libreoffice: comment out currently unused LO_DESKTOP_FILES Remove unused UNO_PATH. To generate a diff of this commit: cvs rdiff -u -r1.303 -r1.304 pkgsrc/misc/libreoffice/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168148696698580 Content-Disposition: inline Content-Length: 1135 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/libreoffice/Makefile diff -u pkgsrc/misc/libreoffice/Makefile:1.303 pkgsrc/misc/libreoffice/Makefile:1.304 --- pkgsrc/misc/libreoffice/Makefile:1.303 Fri Apr 14 15:33:03 2023 +++ pkgsrc/misc/libreoffice/Makefile Fri Apr 14 15:42:46 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.303 2023/04/14 15:33:03 wiz Exp $ +# $NetBSD: Makefile,v 1.304 2023/04/14 15:42:46 wiz Exp $ VERREL= 7.5.1 VERRC= 2 @@ -270,8 +270,8 @@ REPLACE_PERL+= sd/res/webview/webcast.pl LO_PROGRAMS= libreoffice lobase localc lodraw loffice LO_PROGRAMS+= lofromtemplate loimpress lomath loweb lowriter # Base depends on java, we don't install the icon -LO_DESKTOP_FILES= calc.desktop draw.desktop impress.desktop math.desktop \ - startcenter.desktop writer.desktop +#LO_DESKTOP_FILES= calc.desktop draw.desktop impress.desktop math.desktop \ +# startcenter.desktop writer.desktop #OBJDIR= pkgsrcbuild #CONFIGURE_DIRS= ${OBJDIR} @@ -329,9 +329,6 @@ do-install: ${MKDIR} ${d} .endfor -UNO_PATH= ${PREFIX}/${PKGNAME}/lib/libreoffice/program - -BUILD_DEFS+= UNO_PATH BUILD_DEFS+= PYTHONBIN post-install: --_----------=_168148696698580--