From owner-svn-ports-head@FreeBSD.ORG Fri Apr 11 04:14:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C69FDAD; Fri, 11 Apr 2014 04:14:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5927E1D38; Fri, 11 Apr 2014 04:14:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3B4EJTN018987; Fri, 11 Apr 2014 04:14:19 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3B4EJAi018984; Fri, 11 Apr 2014 04:14:19 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201404110414.s3B4EJAi018984@svn.freebsd.org> From: Bryan Drewery Date: Fri, 11 Apr 2014 04:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350884 - head/misc/compat4x X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 04:14:19 -0000 Author: bdrewery Date: Fri Apr 11 04:14:18 2014 New Revision: 350884 URL: http://svnweb.freebsd.org/changeset/ports/350884 QAT: https://qat.redports.org/buildarchive/r350884/ Log: - Fix packaging on i386 Reported by: pkg-fallout Modified: head/misc/compat4x/Makefile head/misc/compat4x/pkg-plist.freebsd5 Modified: head/misc/compat4x/Makefile ============================================================================== --- head/misc/compat4x/Makefile Fri Apr 11 04:08:42 2014 (r350883) +++ head/misc/compat4x/Makefile Fri Apr 11 04:14:18 2014 (r350884) @@ -3,7 +3,7 @@ PORTNAME= compat4x PORTVERSION= ${COMPAT4X_PORTVERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc MASTER_SITES= ${COMPAT4X_MASTER_SITES} MASTER_SITE_SUBDIR= ${COMPAT4X_MASTER_SITE_SUBDIR} Modified: head/misc/compat4x/pkg-plist.freebsd5 ============================================================================== --- head/misc/compat4x/pkg-plist.freebsd5 Fri Apr 11 04:08:42 2014 (r350883) +++ head/misc/compat4x/pkg-plist.freebsd5 Fri Apr 11 04:14:18 2014 (r350884) @@ -40,4 +40,4 @@ %%AMD64_ONLY%%@exec %%LDCONFIG_LIB32%% -m %D/%%LIBDIR%%/compat @dirrmtry %%LIBDIR%%/compat @comment Hardcode lib32 since we should not remove lib. -@dirrmtry lib32 +%%AMD64_ONLY%%@dirrmtry lib32