From owner-freebsd-ports@FreeBSD.ORG Fri Feb 9 19:39:19 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAFAE16A402 for ; Fri, 9 Feb 2007 19:39:19 +0000 (UTC) (envelope-from molnarcs@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 7419C13C46B for ; Fri, 9 Feb 2007 19:39:18 +0000 (UTC) (envelope-from molnarcs@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so77uge for ; Fri, 09 Feb 2007 11:39:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:reply-to:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-disposition:content-type:content-transfer-encoding:message-id; b=h1e/93sNUyh4siilwIlyGtGCMwSXTTppBCuey+0tJF/rXGM42xS6ey1WwAIo83FIxmDd40ehkRQOfPgHFlXYA6Fi/3kyxhQAGyWejHW+uBUlSYCn9rRvfJWdbBTCnCEk37ZZ6LTgKjndbEErly4E4MPMBGdtFMisOZ6mdzdRKaM= Received: by 10.82.155.10 with SMTP id c10mr4768367bue.1171049956681; Fri, 09 Feb 2007 11:39:16 -0800 (PST) Received: from mcsaba.ch.sh.unideb.hu ( [193.6.168.4]) by mx.google.com with ESMTP id k23sm17124173nfc.2007.02.09.11.39.15; Fri, 09 Feb 2007 11:39:16 -0800 (PST) From: Csaba Molnar To: "Scot Hetzel" Date: Fri, 9 Feb 2007 20:39:08 +0100 User-Agent: KMail/1.9.5 References: <200702091451.56124.molnarcs@gmail.com> <790a9fff0702090701kcadd613p49ca77875e9e449a@mail.gmail.com> In-Reply-To: <790a9fff0702090701kcadd613p49ca77875e9e449a@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200702092039.08578.molnarcs@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: learning about building ports - please help X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: molnarcs@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 19:39:19 -0000 > The CONFIGURE_ENV sets the CPPFLAGS and the LDFLAGS that are passed to > the configure script. The variable PTHREAD_LIBS has a value of > -pthread, which should solve your problem with libkdefx.la. > > Scot > -- > DISCLAIMER: > No electrons were mamed while sending this message. Only slightly bruised. Thanks, that seems to have solved the issue with libkdefx.la. Now I ran portlint, fixed whitespace issues, but there is one remaining issue: WARN: Makefile: Consider adding support for a WITHOUT_NLS knob to conditionally disable gettext support. So that's what gettext is for. I posted these questions because I'm curious: when I create a port like this (I mean only understanding part of what I do) - should I submit it (if it looks correct)? What if I can't maintain it because some changes in the future require understanding of the code? Aquamarine is probably not the best port to begin with, for I guess it would be better if it was maintained with the rest of beryl (which really requires someone with more knowledge) - but still, it was fun trying it :)))