I think the following should be pretty self-evident. I rexx was previously installed (lang/oorexx): oorexx-3.0.0 $ sudo make install clean => RxSock-1.4.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/rxsock/. RxSock-1.4.tar.gz 100% of 121 kB 327 kBps ===> Extracting for rexx-sock-1.4 => MD5 Checksum OK for RxSock-1.4.tar.gz. => SHA256 Checksum OK for RxSock-1.4.tar.gz. ===> Patching for rexx-sock-1.4 ===> rexx-sock-1.4 depends on executable in : rexx - found ===> rexx-sock-1.4 depends on executable in : gmake - found ===> Configuring for rexx-sock-1.4 creating cache ./config.cache checking for one of the following C compilers: gcc acc cc c89... using cc specified in CC env variable checking for gcc... (cached) cc checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe -pthread) works... yes checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe -pthread) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for POSIXized ISC... no checking host system type... i386-portbld-freebsd6.1 checking target system type... i386-portbld-freebsd6.1 checking build system type... i386-portbld-freebsd6.1 checking how to run the C preprocessor... cc -E checking whether cc needs -traditional... no checking for ranlib... ranlib checking for regina-config... no checking for library containing dlopen... none required checking for library containing crypt... -lcrypt checking for flex... flex checking for yywrap in -lfl... yes checking for location of Rexx header file: rexxsaa.h... configure: error: Cannot find Rexx header file: rexxsaa.h; cannot configure ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/net/rexx-sock/work/RxSock-1.4/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 [...]
itetcu 2007-01-19 21:03:20 UTC FreeBSD ports repository Modified files: net/rexx-sock Makefile Log: - RUN_DEPENDS explicitly on lang/rexx-regina, as it's the only rexx flavour we know it builds with and it's supported by author. PR: ports/107664 (prompted by) Submitted by: Colin Brace Revision Changes Path 1.7 +2 -2 ports/net/rexx-sock/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed I changed the port to depend explicitly on lang/rexx-regina, as it's the only rexx flavour we have we know it builds with and it's supported by author. Since the port is unmaintained, if you wish it fixed to work with other rexx'es you probably will have to send patches. Maybe you're interested in maintaining it ?