ports/84937: 4.11 & hylafax port doesn't work

James Risner risner at stdio.com
Mon Aug 15 05:30:13 UTC 2005


>Number:         84937
>Category:       ports
>Synopsis:       4.11 & hylafax port doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 15 05:30:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     James Risner
>Release:        FreeBSD 4.11-RELEASE i386
>Organization:
OpenWorld, Inc
>Environment:
System: FreeBSD fantasia.stdio.com 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri Jan 21 17:21:22 GMT 2005 root at perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


>Description:
	Hylafax uses gmake for Makefile, but port tries with BSD make.
>How-To-Repeat:
	4.11 Stable; portupgrade comms/hylafax
>Fix:

I had an old version installed.  New install should be similar:

# Upgrade old version

cd /usr/ports/comms/hylafax; make clean
portupgrade -wW hylafax
cd /usr/ports/comms/hylafax/work/hylafax-4.2.1/
mv Makefile Makefile.gmake
cat > Makefile << EOF
all:
	/usr/bin/env SHELL=/bin/sh PORTOBJFORMAT=elf PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O -pipe " CXXFLAGS=" -O -pipe " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555" BSD_INSTALL_DATA="install -c -o root -g wheel -m 444" BSD_INSTALL_MAN="install -c -o root -g wheel -m 444" gmake -f Makefile.gmake dirs

install:
	gmake -f Makefile.gmake install
EOF
portupgrade -wW hylafax

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



More information about the freebsd-ports-bugs mailing list