From owner-freebsd-hackers Wed Mar 14 23:39:23 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 9825C37B718 for ; Wed, 14 Mar 2001 23:39:18 -0800 (PST) (envelope-from DougB@FreeBSD.org) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA63033 for ; Wed, 14 Mar 2001 23:39:17 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3AB071A4.8C6D9511@FreeBSD.org> Date: Wed, 14 Mar 2001 23:39:16 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers@FreeBSD.org Subject: Needs some autoconf + pthread + etc. clue Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to reduce the number of patches in one of my ports, but neither I nor the author of the software knows the solution to this problem. The patch I'm trying to eliminate is: http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/xscreensaver/files/patch-ab?rev=1.7 that refers to -lXmu -lXt and -lcom_err. I inherited that patch, so I'm not sure it's strictly necessary, but I'm also not sure how to prove conclusively that it isn't since the patch is kerberos related. The other hack I'm trying to get rid of is in the Makefile: post-patch: @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched @ ${SED} -e 's#-lpthread#-pthread#g' \ ${WRKSRC}/configure.Patched > ${WRKSRC}/configure The author of xscreensaver is receptive to suggestions, and I'd hate for my lack of clue in this area to hold back the effort to make this product compile clean on freebsd. Thanks, Doug -- Perhaps the greatest damage the American system of education has done to its children is to teach them that their opinions are relevant simply because they are their opinions. Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message