Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 6377063B853 for ; Sun, 17 Aug 2008 20:09:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 11DD963B19C; Sun, 17 Aug 2008 20:09:14 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 457A163B10B for ; Sun, 17 Aug 2008 20:09:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 136E3175D0; Sun, 17 Aug 2008 20:09:13 +0000 (UTC) From: "David A. Holland" Subject: CVS commit: pkgsrc/www/screws To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org Message-Id: <20080817200913.136E3175D0@cvs.netbsd.org> Date: Sun, 17 Aug 2008 20:09:13 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: dholland Date: Sun Aug 17 20:09:12 UTC 2008 Modified Files: pkgsrc/www/screws: Makefile PLIST distinfo pkgsrc/www/screws/patches: patch-ae patch-ag Added Files: pkgsrc/www/screws/patches: patch-aj patch-ak Log Message: Fix broken amd64 build: - use -fPIC in all the needed places. - add USE_TOOLS+=gmake; this requires gmake to build properly. - add missing dir to PLIST. Also fix some LP64 issues that warned but didn't break the build. Note however that the SSL code will not work in an LP64 environment; it relies heavily on being able to cast pointers to int without losing information. The ssl option should probably be blacklisted on LP64 platforms. PKGREVISION++. To generate a diff of this commit: cvs rdiff -r1.22 -r1.23 pkgsrc/www/screws/Makefile cvs rdiff -r1.7 -r1.8 pkgsrc/www/screws/PLIST cvs rdiff -r1.13 -r1.14 pkgsrc/www/screws/distinfo cvs rdiff -r1.3 -r1.4 pkgsrc/www/screws/patches/patch-ae cvs rdiff -r1.1 -r1.2 pkgsrc/www/screws/patches/patch-ag cvs rdiff -r0 -r1.1 pkgsrc/www/screws/patches/patch-aj \ pkgsrc/www/screws/patches/patch-ak Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.