From owner-cvs-all@FreeBSD.ORG Thu Nov 24 16:04:39 2005 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 AC82B16A41F; Thu, 24 Nov 2005 16:04:39 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E89CB43D6D; Thu, 24 Nov 2005 16:04:38 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAOG4caF000451; Thu, 24 Nov 2005 16:04:38 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAOG4c33000450; Thu, 24 Nov 2005 16:04:38 GMT (envelope-from roam) Message-Id: <200511241604.jAOG4c33000450@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 24 Nov 2005 16:04:38 +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/mail/vpopmail Makefile ports/mail/vpopmail/files patch-configure 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: Thu, 24 Nov 2005 16:04:39 -0000 roam 2005-11-24 16:04:38 UTC FreeBSD ports repository Modified files: mail/vpopmail Makefile mail/vpopmail/files patch-configure Log: Only use -fPIC on amd64 - none of the other arches seem to need it. Unfortunately, the only way to avoid adding -fPIC to the files that go into libvpopmail.a would be to actually make the vpopmail port build a real shared library, which might be a bit more difficult and should probably be coordinated with the upstream. Pointy hat to: roam (myself) Pointy hat handed by: kris Revision Changes Path 1.59 +5 -5 ports/mail/vpopmail/Makefile 1.12 +13 -2 ports/mail/vpopmail/files/patch-configure