Date: Sat, 13 Aug 2005 14:59:42 -0400 (EDT) From: James Risner <risner@stdio.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84937: 4.11 & hylafax port doesn't work Message-ID: <200508131859.j7DIxgFg047652@fantasia.stdio.com> Resent-Message-ID: <200508150530.j7F5UChR062644@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508131859.j7DIxgFg047652>