ports/160666: [maintainer-update] p5-Sys-Filesystem default package builds on amd64 platform

Jim Pirzyk pirzyk at FreeBSD.org
Sun Sep 11 20:50:07 UTC 2011


>Number:         160666
>Category:       ports
>Synopsis:       [maintainer-update] p5-Sys-Filesystem default package builds on amd64 platform
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 11 20:50:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jim Pirzyk
>Release:        8.2-RELEASE
>Organization:
>Environment:
FreeBSD amigo.home.pirzyk.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Not sure why this was put in the Makefile, but p5-Sys-Filesystem builds on amd64 the same as all other platforms (i.e. i386, sparc, etc).  Removing the block to create the package on amd64.
>How-To-Repeat:
ftp ftp.freebsd.org and look for p5-Sys-Filesystem, the pre-built package does not exist.
>Fix:


Patch attached with submission follows:

--- Makefile.org	1969-12-31 19:00:00.000000000 -0500
+++ Makefile	2011-09-11 11:46:35.964605696 -0400
@@ -0,0 +1,36 @@
+# New ports collection makefile for:   p5-Sys-Filesystem
+# Date created:                        Thu May 25 21:12:53 CDT 2006
+# Whom:                                        Jim Pirzyk pirzyk at freebsd.org
+#
+# $FreeBSD: ports/sysutils/p5-Sys-Filesystem/Makefile,v 1.8 2010/12/08 19:29:44 linimon Exp $
+#
+
+PORTNAME=	Sys-Filesystem
+PORTVERSION=	1.30
+CATEGORIES=	sysutils perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	Sys
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	pirzyk at FreeBSD.org
+COMMENT=	Perl module to Retrieve list of filesystems and their properties
+
+RUN_DEPENDS=	p5-Params-Util>=1.0:${PORTSDIR}/devel/p5-Params-Util
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+PERL_MODBUILD=	yes
+
+MAN3=		Sys::Filesystem::Mswin32.3 \
+		Sys::Filesystem.3 \
+		Sys::Filesystem::Linux.3 \
+		Sys::Filesystem::Darwin.3 \
+		Sys::Filesystem::Cygwin.3 \
+		Sys::Filesystem::Aix.3 \
+		Sys::Filesystem::Unix.3 \
+		Sys::Filesystem::Dummy.3 \
+		Sys::Filesystem::Freebsd.3 \
+		Sys::Filesystem::Solaris.3 \
+		Sys::Filesystem::Hpux.3 \
+		Sys::Filesystem::Netbsd.3
+
+.include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list