Hi. Try this: http://marc.info/?l=openbsd-ports&m=123100538732186&w=2
You may come in some troubles, cause it was optimozed for -current. If so -
tell me, and I'll create you a package or change port for 4.4 compatibility.
Anyway you can see compilation options in Makefile.
On Fri, April 10, 2009 16:15, Phusion wrote:
> I am having an issue with configure detecting gmake in OpenBSD 4.4. I
> have the gmake package installed.
>
> # whereis gmake
> /usr/local/bin/gmake
> # cd apcupsd-3.14.5/
> # ./configure --enable-cgi --enable-usb
> checking for true... /usr/bin/true
> checking for false... /usr/bin/false
> checking build system type... amd64-unknown-openbsd4.4
> checking host system type... amd64-unknown-openbsd4.4
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking whether gcc and cc understand -c and -o together... yes
> checking for egrep... grep -E
> checking whether gcc needs -traditional... no
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking for library containing strerror... none required
> checking for shutdown... /sbin/shutdown
> checking for mail... /usr/bin/mail
> checking for wall... /usr/bin/wall
> checking for sh... /bin/sh
> checking for GNU make...
> configure: error: Could not find GNU make
> #
>
> I assume I need to change something with the configure option, but am
> not sure. Let me know. Thanks.
>
> Phusion
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> _______________________________________________
> Apcupsd-users mailing list
> Apcupsd-users@...
> https://lists.sourceforge.net/lists/listinfo/apcupsd-users
>
|