Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 1997 23:01:32 -0800 (PST)
From:      asami@vader.cs.berkeley.edu (Satoshi Asami)
To:        obrien@freefall.freebsd.org
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit:  ports/archivers/uudeview/patches patch-ab patch-ac patch-ad patch-aa ports/archivers/uudeview Makefile ports/archivers/xdeview Makefile
Message-ID:  <199704020701.XAA01528@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199704011929.LAA23058@freefall.freebsd.org> (obrien@freefall.freebsd.org)

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Modified:    archivers/uudeview  Makefile
 *                archivers/uudeview/patches  patch-aa
 *                archivers/xdeview  Makefile
 *   Added:       archivers/uudeview/patches  patch-ab patch-ac patch-ad
 *   Log:
 *   - Link with shared libuu rather than static one.

Is it just me, or does it seem like xdeview is still using a static
libuu (it's building it itself!)?

Satoshi
-------
## make package
>> Checksum OK for uudeview-0.5.13.tar.gz.
===>  Extracting for xdeview-0.5.13
===>  xdeview-0.5.13 depends on shared library: uu\.1\. - found
===>  Patching for xdeview-0.5.13
===>  Applying FreeBSD patches for xdeview-0.5.13
===>  Configuring for xdeview-0.5.13
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 whether cross-compiling... no
checking if HP-UX ansi C compiler flags are needed... no
checking if the compiler supports function prototypes... yes
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking compiler flags... -O
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
   + found /usr/X11R6/include
   + found /usr/X11R6/lib
checking for extra include and lib directories...
   + found /usr/local/include
   + found /usr/local/lib
checking for tcl.h... yes
checking for tk.h... yes
checking tcl version... 7.5
checking tk version... 4.1
checking for sin... no
checking for connect... yes
checking for gethostbyname... yes
checking for -ldl... no
checking for -ldld... no
checking build of stub Tcl_AppInit... ok
checking for -ltcl7.5... no
checking for -ltcl75... yes
checking for -lX11... yes
checking for -ltk4.1... no
checking for -ltk41... yes
checking for Tk_CreatePhotoImageFormat... yes
checking whether Tk_Main accepts three parameters... yes
checking for sendmail... /usr/sbin/sendmail
checking for inews... /usr/local/bin/inews
checking directory separator... /
checking for ANSI C header files... yes
checking for size_t... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for memory.h... yes
checking for errno.h... yes
checking for direct.h... no
checking for io.h... no
checking for sys/time.h... yes
checking for getcwd... yes
checking for popen... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for tempnam... yes
checking for strerror... yes
checking for stdin... yes
checking version number... 0.5pl13
updating cache ./config.cache
creating ./config.status
creating Makefile
creating tcl/Makefile
creating unix/Makefile
creating uulib/Makefile
creating config.h
===>  Building for xdeview-0.5.13
(cd tcl; rm -f config.h ; ln -s ../config.h config.h)
(cd uulib; rm -f config.h ; ln -s ../config.h config.h)
(cd uulib; make CC='cc' CFLAGS='-O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H' LIBS='-L/usr/X11R6/lib -L/usr/local/lib -ltk41 -lX11 -ltcl75 -lm' )
cc -c -O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"13\" uulib.c
cc -c -O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"13\" uucheck.c
cc -c -O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"13\" uunconc.c
cc -c -O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"13\" uuutil.c
cc -c -O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"13\" uuencode.c
cc -c -O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"13\" uuscan.c
cc -c -O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"13\" uustring.c
cc -c -O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"13\" fptools.c
rm -f libuu.a
ar r libuu.a uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o
ar: creating archive libuu.a
ranlib libuu.a
(cd tcl;   make CC='cc' CFLAGS='-O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H' LIBS='-L/usr/X11R6/lib -L/usr/local/lib -ltk41 -lX11 -ltcl75 -lm' )
cc -c -O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -I../uulib  uuwish.c
cc -c -O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -I../uulib  uutcl.c
cc -c -O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -I../uulib  tkImgFmtGFP.c
cc -o uuwish uuwish.o uutcl.o tkImgFmtGFP.o -L../uulib -luu -L/usr/X11R6/lib -L/usr/local/lib -ltk41 -lX11 -ltcl75 -lm
rm -f xdeview
sed -e 's,@''bindir''@,/usr/X11R6/bin,g' < ./xdeview.head > xdeview
cat ./tk_MFSbox.tcl >> xdeview
if [ -r ./FrankGFP.tcl ] ; then  cat ./FrankGFP.tcl >> xdeview ;  fi
if [ -r ./COPYING.tcl ] ; then  cat ./COPYING.tcl >> xdeview ;  fi
cat ./xdeview.tail >> xdeview
chmod 755 xdeview
===>  Installing for xdeview-0.5.13
===>  xdeview-0.5.13 depends on shared library: uu\.1\. - found
(cd uulib; make CC='cc' CFLAGS='-O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H' LIBS='-L/usr/X11R6/lib -L/usr/local/lib -ltk41 -lX11 -ltcl75 -lm' )
(cd tcl;   make CC='cc' CFLAGS='-O -I. -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H' LIBS='-L/usr/X11R6/lib -L/usr/local/lib -ltk41 -lX11 -ltcl75 -lm' )
for d in xdeview uuwish ; do  ./install-sh -c tcl/$d /usr/X11R6/bin/$d ;  done
strip /usr/X11R6/bin/uuwish
===>  Copying documents to /usr/X11R6/share/doc/xdeview
install -c -o bin -g bin -m 444 /ccd/ports/archivers/xdeview/../../devel/uulib/files/porting.notes /ccd/ports/archivers/xdeview/work/uudeview-0.5.13/HOWTO /usr/X11R6/share/doc/xdeview
install -c -o bin -g bin -m 444 /ccd/ports/archivers/xdeview/work/uudeview-0.5.13/man/xdeview.1 /usr/X11R6/man/man1
===>   Compressing manual pages for xdeview-0.5.13
===>  Registering installation for xdeview-0.5.13
===>  Building package for xdeview-0.5.13
Creating package /usr/ports/packages/All/xdeview-0.5.13.tgz
Registering depends: uulib-0.5.13.
Creating gzip'd tar ball in '/usr/ports/packages/All/xdeview-0.5.13.tgz'
# 10 leia 22:55:51 /ccd/ports/archivers/xdeview #
## ldd /usr/X11R6/bin/uuwish 
/usr/X11R6/bin/uuwish:
        -ltk41.1 => /usr/local/lib/libtk41.so.1.0 (0x20036000)
        -lX11.6 => /usr/X11R6/lib/libX11.so.6.1 (0x200bc000)
        -ltcl75.1 => /usr/lib/libtcl75.so.1.1 (0x20151000)
        -lm.2 => /usr/lib/libm.so.2.0 (0x20189000)
        -lc.3 => /usr/lib/libc.so.3.0 (0x201a2000)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704020701.XAA01528>