From owner-freebsd-ports@FreeBSD.ORG Wed Nov 12 15:33:01 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4257BC for ; Wed, 12 Nov 2014 15:33:01 +0000 (UTC) Received: from danbala.ifoer.tuwien.ac.at (danbala.ifoer.tuwien.ac.at [128.130.168.64]) by mx1.freebsd.org (Postfix) with ESMTP id 33837FB1 for ; Wed, 12 Nov 2014 15:33:00 +0000 (UTC) Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id 2F258A443; Wed, 12 Nov 2014 16:27:51 +0100 (CET) Date: Wed, 12 Nov 2014 16:27:51 +0100 From: Thomas Klausner To: Guillem Jover Subject: Re: xfstt port Message-ID: <20141112152751.GA10584@danbala.tuwien.ac.at> Mail-Followup-To: Guillem Jover , pkgsrc-users@NetBSD.org, ports@FreeBSD.org References: <20141112132340.GA19075@gaara.hadrons.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <20141112132340.GA19075@gaara.hadrons.org> Cc: ports@FreeBSD.org, pkgsrc-users@NetBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 15:33:01 -0000 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Nov 12, 2014 at 02:23:41PM +0100, Guillem Jover wrote: > Due to the Berlios shutdown, I've relocated the project home to > . Just wanted to let you know, > because it seems to be a bit difficult to find currently, given that > freecode.com/freshmeat.net is one of the first web engine hits and > seems to be on its way out, and read-only. :/ > > Latest release is 1.9.1. Thanks, I've updated the package to 1.9.1. Btw, there is one patch in pkgsrc you might want to take back (I wonder why it's there because usually we don't patch out comments, but it's an old package...) and you might want to test this on Solaris, because judging from the pkgsrc Makefile, it seems this needs to link against -lsocket and -lnsl there (should be done as configure tests if still needed). Cheers, Thomas --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-ab $NetBSD: patch-ab,v 1.5 2012/06/13 08:15:14 mef Exp $ Remove unnecessary comment. --- doc/examples/font.properties.orig 2003-04-07 05:59:16.000000000 +0200 +++ doc/examples/font.properties 2004-01-01 20:46:52.000000000 +0100 @@ -1,5 +1,4 @@ # awt font properties for X11 with xfstt -# copy to $(JAVA_HOME)/lib/font.properties dialog.plain.0 = -*-arial-medium-r-normal--*-%d-*-*-p-*-iso8859-1 dialog.italic.0 = -*-arial-medium-i-normal--*-%d-*-*-p-*-iso8859-1 --X1bOJ3K7DJ5YkBrT--