Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2005 17:36:44 -0400
From:      "\"Adam Gregoire\" <Adam Gregoire" <ebola@psychoholics.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/84323: linuxfdisk port builds, installs and works fine on amd64.
Message-ID:  <1122673004.0@S0106c0ffeec0ffee>
Resent-Message-ID: <200507292140.j6TLeUXk069808@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84323
>Category:       ports
>Synopsis:       linuxfdisk port builds, installs and works fine on amd64.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 29 21:40:29 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Adam Gregoire
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #5: Thu Jul 28 08:57:48 EDT 2005
    ebola@S0106c0ffeec0ffee:/usr/obj/usr/src/sys/OPTMZD



>Description:


The linuxfdisk port works fine on amd64, I tested by deleting and recreating a new NTFS partition after using ntfsresize.
I am attaching a patch for this and pasting below.

--- Makefile.orig       Mon Jun 30 00:45:20 2003
+++ Makefile    Fri Jul 29 17:27:18 2005
@@ -18,7 +18,7 @@
 WRKSRC=                ${WRKDIR}/util-linux-${PORTVERSION}/fdisk
 USE_BZIP2=     yes
 MAN8=          fdisk-linux.8 cfdisk-linux.8 sfdisk-linux.8
-ONLY_FOR_ARCHS=        i386
+ONLY_FOR_ARCHS=        i386 amd64

 pre-patch:
        @rm -f ${WRKSRC}/Makefile



>How-To-Repeat:





>Fix:


--- linuxfdisk-Makefile.diff begins here ---
--- Makefile.orig	Mon Jun 30 00:45:20 2003
+++ Makefile	Fri Jul 29 17:27:18 2005
@@ -18,7 +18,7 @@
 WRKSRC=		${WRKDIR}/util-linux-${PORTVERSION}/fdisk
 USE_BZIP2=	yes
 MAN8=		fdisk-linux.8 cfdisk-linux.8 sfdisk-linux.8
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 
 pre-patch:
 	@rm -f ${WRKSRC}/Makefile
--- linuxfdisk-Makefile.diff ends here ---



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1122673004.0>