From owner-cvs-all@FreeBSD.ORG Fri Aug 15 00:34:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C053106567A; Fri, 15 Aug 2008 00:34:02 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 82C2E8FC16; Fri, 15 Aug 2008 00:34:02 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7F0Y27k071760; Fri, 15 Aug 2008 00:34:02 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7F0Y2aA071759; Fri, 15 Aug 2008 00:34:02 GMT (envelope-from edwin) Message-Id: <200808150034.m7F0Y2aA071759@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Aug 2008 00:34:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/maude Makefile distinfo pkg-plist ports/lang/maude/files patch-maude-data-dir.diff patch-src-Main-Makefile.am patch-src_Mixfix_main.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2008 00:34:02 -0000 edwin 2008-08-15 00:34:02 UTC FreeBSD ports repository Modified files: lang/maude Makefile distinfo pkg-plist Added files: lang/maude/files patch-maude-data-dir.diff patch-src-Main-Makefile.am Removed files: lang/maude/files patch-src_Mixfix_main.cc Log: Update port: lang/maude 2.2 -> 2.3 Maude 2.3 is compiles under 4.2 again, so port does not need to be marked as broken anymore. Quite a few hacks to get it installing properly: * Coder forgot to include the *.maude files into the Makefile.am while porting files into the MixFix directory to Main directory. Included again, which explains the current need of aclocal and automake to regenerate the Makefiles * Project requires MAUDE_LIB env to be set to the location of %%DATADIR%% which is quite cumbersome, introduced MAUDE_DATA_DIR into the code to get rid of the non handy environment variable. PR: ports/126438 Submitted by: Rick van der Zwet Revision Changes Path 1.7 +4 -5 ports/lang/maude/Makefile 1.2 +3 -3 ports/lang/maude/distinfo 1.1 +35 -0 ports/lang/maude/files/patch-maude-data-dir.diff (new) 1.1 +17 -0 ports/lang/maude/files/patch-src-Main-Makefile.am (new) 1.2 +0 -26 ports/lang/maude/files/patch-src_Mixfix_main.cc (dead) 1.2 +2 -0 ports/lang/maude/pkg-plist