Bug #37
bsd ports
100%
Description
fixed bsd ports make building and install
this is my first attempt at any such contribution to any project.
please find the attached patch for share/mk/zrouter.ports.mk.
ALSO - zrouter/ports/www/zhttpd/distinfo was deleted due to an invalid SHA256 sum.
Subtasks
History
#1
    
    Updated by Michael Vale over 13 years ago
    
    - File zrouter.ports.mk.masked.patch added
 
#2
    
    Updated by Michael Vale over 13 years ago
    
    - File deleted (
zrouter.ports.mk.masked.patch) 
#3
    
    Updated by Michael Vale over 13 years ago
    
    Sorry i forgot to add to the description that zrouter/tools/install.sh must be set to at least u+x or a+x.
#4
    
    Updated by Michael Vale over 13 years ago
    
    - File zrouter.ports.mk.patch added
 
first patch was missing a few things.
#5
    
    Updated by Michael Vale over 13 years ago
    
    - File deleted (
zrouter.ports.mk.masked.patch) 
#6
    
    Updated by Michael Vale about 13 years ago
    
    - File zrouter.ports.mk.diff added
 
you need to have xdev mips installed.
/usr/src# make xdev XDEV=mips XDEV_ARCH=mips.
you also need to add these two lines to bsd.ports.mk (I will submit this to the -current mailing list)
CONFIGURE_HOST?=        ${TARGET_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_HOST:=        ${CONFIGURE_HOST:S/^/--host=/}
between the CONFIGURE_TARGET:= ${CONFIGURE_TARGET:S/--build=//} and CONFIGURE_LOG lines.
I did make other changes to bsd.ports.mk but i don't believe they are required here. Let me know if it seems there is something missing.
#7
    
    Updated by Michael Vale about 13 years ago
    
    - File deleted (
zrouter.ports.mk.patch) 
#8
    
    Updated by Michael Vale about 13 years ago
    
    - File zrouter.ports.mk.diff added
 - Target version set to PATCHES
 
new diff, i forgot to delete one line.
#9
    
    Updated by Michael Vale about 13 years ago
    
    - File deleted (
zrouter.ports.mk.diff) 
#10
    
    Updated by Michael Vale about 13 years ago
    
    - File deleted (
zrouter.ports.mk.diff) 
#11
    
    Updated by Oleksandr Rybalko about 13 years ago
    
    - Status changed from New to Closed