From owner-cvs-all@FreeBSD.ORG Fri Aug 4 14:12:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 676EA16A4DD; Fri, 4 Aug 2006 14:12:47 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7020E43D67; Fri, 4 Aug 2006 14:12:42 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k74ECg1k094334; Fri, 4 Aug 2006 14:12:42 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k74ECgIf094330; Fri, 4 Aug 2006 14:12:42 GMT (envelope-from rafan) Message-Id: <200608041412.k74ECgIf094330@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 4 Aug 2006 14:12:42 +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/Sather Makefile distinfo pkg-descr pkg-plist ports/lang/Sather/files freebsd-CONFIG freebsd-Makefile freebsd-Platform.module freebsd-header.h patch-Boot::sacomp.code::Makefile patch-Boot_sacomp.code_cgenCGEN1354269066xxxxxxxxx.c patch-Boot_sacomp.code_stringsxx.c patch-Library::System::unix.sa ... 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, 04 Aug 2006 14:12:47 -0000 rafan 2006-08-04 14:12:42 UTC FreeBSD ports repository Modified files: lang/Sather Makefile distinfo pkg-descr Added files: lang/Sather/files patch-Boot_sacomp.code_cgenCGEN1354269066xxxxxxxxx.c patch-Boot_sacomp.code_stringsxx.c patch-System_Platforms_freebsd_header.h Removed files: lang/Sather pkg-plist lang/Sather/files freebsd-CONFIG freebsd-Makefile freebsd-Platform.module freebsd-header.h patch-Boot::sacomp.code::Makefile patch-Library::System::unix.sa patch-Makefile patch-System::Common::CONFIG.proto patch-System::Common::Makefile patch-System::Platforms::X::Platform.module patch-System::Platforms::tcltk::Make.target.inc patch-System::Platforms::unix::header.h patch-debian::bin-wrapper Log: - Update to 1.2.2 - Unbrake on all platforms - Use tk8.4 instead of tk8.3 - Fix bug with abort2 function - Fix installed files's permissions - Use PORTDOCS macro Some notes from maintainer: 1) Due to some GC/Sather bugs we need specific options to compile GC. To achive this i compile GC separately and link it statically. I've not include it in dependencies to not bother user with GC's OPTIONS. 2) Port can be build currently only against non-threaded Tk/Tcl library. Don't know currently how to investigate this since there are no way to find if Tk build with or without threads. Furthermore, tk and tk-threads are mutually exclusive. Linking agains static Tk is bogus... PR: ports/100964 Submitted by: Stanislav Sedov (maintainer) Revision Changes Path 1.37 +134 -43 ports/lang/Sather/Makefile 1.8 +3 -3 ports/lang/Sather/distinfo 1.2 +0 -1 ports/lang/Sather/files/freebsd-CONFIG (dead) 1.2 +0 -7 ports/lang/Sather/files/freebsd-Makefile (dead) 1.2 +0 -5 ports/lang/Sather/files/freebsd-Platform.module (dead) 1.2 +0 -14 ports/lang/Sather/files/freebsd-header.h (dead) 1.2 +0 -12 ports/lang/Sather/files/patch-Boot::sacomp.code::Makefile (dead) 1.1 +20 -0 ports/lang/Sather/files/patch-Boot_sacomp.code_cgenCGEN1354269066xxxxxxxxx.c (new) 1.1 +11 -0 ports/lang/Sather/files/patch-Boot_sacomp.code_stringsxx.c (new) 1.2 +0 -11 ports/lang/Sather/files/patch-Library::System::unix.sa (dead) 1.2 +0 -22 ports/lang/Sather/files/patch-Makefile (dead) 1.2 +0 -34 ports/lang/Sather/files/patch-System::Common::CONFIG.proto (dead) 1.2 +0 -11 ports/lang/Sather/files/patch-System::Common::Makefile (dead) 1.2 +0 -15 ports/lang/Sather/files/patch-System::Platforms::X::Platform.module (dead) 1.2 +0 -7 ports/lang/Sather/files/patch-System::Platforms::tcltk::Make.target.inc (dead) 1.2 +0 -14 ports/lang/Sather/files/patch-System::Platforms::unix::header.h (dead) 1.1 +10 -0 ports/lang/Sather/files/patch-System_Platforms_freebsd_header.h (new) 1.2 +0 -10 ports/lang/Sather/files/patch-debian::bin-wrapper (dead) 1.5 +3 -0 ports/lang/Sather/pkg-descr 1.7 +0 -474 ports/lang/Sather/pkg-plist (dead)