From owner-cvs-ports Tue Apr 28 11:45:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29312 for cvs-ports-outgoing; Tue, 28 Apr 1998 11:45:11 -0700 (PDT) (envelope-from owner-cvs-ports) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29165; Tue, 28 Apr 1998 11:44:57 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca36-42.ix.netcom.com [207.93.42.234]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id LAA26074; Tue, 28 Apr 1998 11:44:53 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id LAA02249; Tue, 28 Apr 1998 11:44:49 -0700 (PDT) Date: Tue, 28 Apr 1998 11:44:49 -0700 (PDT) Message-Id: <199804281844.LAA02249@silvia.HIP.Berkeley.EDU> To: chuckr@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199804192322.QAA27892@freefall.freebsd.org> (message from Chuck Robey on Sun, 19 Apr 1998 16:22:31 -0700 (PDT)) Subject: Re: cvs commit: ports/math/gnuplot Makefile ports/math/gnuplot/files md5 ports/math/gnuplot/patches patch-ad patch-aa patch-ab From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Modified files: * math/gnuplot Makefile * math/gnuplot/files md5 * math/gnuplot/patches patch-aa patch-ab * Added files: * math/gnuplot/patches patch-ad * Log: * Modified to add gif terminal, and dependency on graphics/gd. * PR: ports/5993 Thanks, but it doesn't build here. Seems a -L is missing. Satoshi ------- ## make install >> Checksum OK for gnuplot-beta340.tar.gz. ===> Extracting for gnuplot-340 ===> gnuplot-340 depends on shared library: png\.2\. - found ===> Patching for gnuplot-340 ===> Applying FreeBSD patches for gnuplot-340 ===> Configuring for gnuplot-340 creating cache ./config.cache checking for gcc... cc checking whether we are using GNU C... yes checking how to run the C preprocessor... cc -E checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin checking for cc option to accept ANSI C... checking whether cross-compiling... no checking for function prototypes... yes checking for working const... yes checking for inline... inline checking if compiler handles warn and error directives correctly... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for MS-DOS/djgpp/libGRX... no checking for NeXT... no checking for ANSI C header files... yes checking for sys/bsdtypes.h... no checking for sys/select.h... yes checking for string.h... yes checking for stdlib.h... yes checking for sys/types.h... yes checking for float.h... yes checking for libc.h... no checking for limits.h... yes checking for values.h... no checking for locale.h... yes checking for errno.h... yes checking if errno variable is declared... yes checking for unistd.h... yes checking for sgtty.h... yes checking for termios.h... yes checking for tcgetattr... yes checking for size_t... yes checking return type of signal handlers... void checking for time.h... yes checking for erf... yes checking for lgamma... yes checking for gamma... yes checking for getcwd... yes checking for memcpy... yes checking for memset... yes checking for strchr... yes checking for setvbuf... yes checking for sleep... yes checking for strncasecmp... yes checking for strnicmp... no checking for strerror... yes checking for popen... yes checking for pclose... yes checking for atexit... yes checking for sys/systeminfo.h... no checking for -lsocket... no checking for -ltermcap... yes checking for -lreadline... yes checking for gdImageCreate in -lgd... no - see term/gif.trm for download details - see term/png.trm for download details moving docs/makefile out of the way moving docs/latextut/makefile out of the way updating cache ./config.cache creating ./config.status creating Makefile creating docs/Makefile creating docs/latextut/Makefile creating config.h ===> Building for gnuplot-340 cc -c -DHAVE_CONFIG_H -I/usr/X11R6/include -I. -I. -I/usr/local/include -O2 -pipe alloc.c : cc -c -DHAVE_CONFIG_H -I/usr/X11R6/include -I. -I. -I/usr/local/include -O2 -pipe util3d.c cc -c -DCONTACT=\"bug-gnuplot@dartmouth.edu\" -DHAVE_CONFIG_H -I/usr/X11R6/include -O2 -pipe version.c cc -o gnuplot alloc.o binary.o bitmap.o command.o contour.o datafile.o eval.o fit.o graphics.o graph3d.o help.o hidden3d.o internal.o interpol.o matrix.o misc.o parse.o plot.o plot2d.o plot3d.o readline.o scanner.o set.o show.o specfun.o standard.o term.o time.o util.o util3d.o version.o -lpng -lz -lm -lreadline -ltermcap ld: -lpng: no match *** Error code 1 Stop.