ports/84323: linuxfdisk port builds, installs and works fine on amd64.

"Adam Gregoire" <Adam Gregoire ebola at psychoholics.org
Fri Jul 29 21:40:31 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list