From owner-freebsd-ports Wed Apr 29 13:20:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19848 for freebsd-ports-outgoing; Wed, 29 Apr 1998 13:20:10 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19775; Wed, 29 Apr 1998 13:20:01 -0700 (PDT) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18320; Wed, 29 Apr 1998 13:13:00 -0700 (PDT) (envelope-from nobody) Message-Id: <199804292013.NAA18320@hub.freebsd.org> Date: Wed, 29 Apr 1998 13:13:00 -0700 (PDT) From: giffunip@asme.org To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6459: Update to the Cim (simula compiler) port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6459 >Category: ports >Synopsis: Update to the Cim (simula compiler) port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 29 13:20:01 PDT 1998 >Last-Modified: >Originator: Pedro F. Giffuni >Organization: U. Nal de Colombia >Release: 2.2.5-R >Environment: >Description: New version of cim is available, it adds shared libraries. I updated the port, but I'll not maintain it anymore. >How-To-Repeat: Attached diff. note that the "patches" directory disappeared. >Fix: diff -ruN /cdrom/ports/lang/cim/Makefile cim/Makefile --- /cdrom/ports/lang/cim/Makefile Sun Jul 20 22:14:35 1997 +++ cim/Makefile Tue Apr 28 21:21:39 1998 @@ -1,31 +1,21 @@ # New ports collection makefile for: cim -# Version required: 1.92 +# Version required: 2.10 # Date created: 21 Sept 1996 -# Whom: Pedro +# Whom: giffunip # # $Id: Makefile,v 1.4 1997/07/21 03:14:35 obrien Exp $ # -DISTNAME= cim-1.92 +DISTNAME= cim-2.10 CATEGORIES= lang -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/ \ - ${MASTER_SITE_SUNSITE} \ - ftp://ftp.fenk.wau.nl/pub/lang/simula/compilers/cim/ +MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/ \ + ftp://ftp.fenk.wau.nl/pub/lang/simula/compilers/cim/ \ + ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= devel/lang/simula -MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co +MAINTAINER= ports@FreeBSD.org -STRIP= -GNU_CONFIGURE= yes -ALL_TARGET= all check -MAN1= cim.1 - -post-install: - @strip ${PREFIX}/bin/cim - @strip $(PREFIX/bin/cimetags -.if defined(NOPORTDOCS) - @${RM} ${PREFIX}/doc/cim.ps - @${RM} ${PREFIX}/doc/cim.info -.endif +GNU_CONFIGURE= yes +MAN1= cim.1 .include diff -ruN /cdrom/ports/lang/cim/files/md5 cim/files/md5 --- /cdrom/ports/lang/cim/files/md5 Sat Apr 26 19:50:44 1997 +++ cim/files/md5 Wed Apr 22 21:58:11 1998 @@ -1 +1 @@ -MD5 (cim-1.92.tar.gz) = adad620669f9cde81d44a1c27fa7109e +MD5 (cim-2.10.tar.gz) = 936c1dc1932f44af353285f3d2a407b6 diff -ruN /cdrom/ports/lang/cim/install.txt cim/install.txt --- /cdrom/ports/lang/cim/install.txt Wed Dec 31 19:00:00 1969 +++ cim/install.txt Tue Apr 28 21:02:44 1998 @@ -0,0 +1,44 @@ +>> Checksum OK for cim-2.10.tar.gz. +===> Installing for cim-2.10 +Making install in src +/bin/sh ../mkinstalldirs /usr/local/bin + ../libtool --mode=install install -c -s -o bin -g bin -m 555 cim /usr/local/bin/cim +install -c -o bin -g bin -m 555 -s cim /usr/local/bin/cim +Making install in util +/bin/sh ../mkinstalldirs /usr/local/bin + install -c -o bin -g bin -m 555 cim2latex /usr/local/bin/cim2latex + install -c -o bin -g bin -m 555 cim2ps /usr/local/bin/cim2ps + install -c -o bin -g bin -m 555 cimindent /usr/local/bin/cimindent +Making install in doc +/bin/sh ../mkinstalldirs /usr/local/info + install -c -o bin -g bin -m 444 ./cim.info /usr/local/info/cim.info + install-info --info-dir=/usr/local/info /usr/local/info/cim.info +Making install in man +true +/bin/sh ../mkinstalldirs /usr/local/man/man1 + install -c -o bin -g bin -m 444 ./cim.1 /usr/local/man/man1/cim.1 +Making install in lib +/bin/sh ../mkinstalldirs /usr/local/lib +list='libcim-atr.a'; for p in $list; do if test -f $p; then echo " install -c -o bin -g bin -m 444 $p /usr/local/lib/$p"; install -c -o bin -g bin -m 444 $p /usr/local/lib/$p; else :; fi; done + install -c -o bin -g bin -m 444 libcim-atr.a /usr/local/lib/libcim-atr.a + : /usr/local/lib/libcim-atr.a +/bin/sh ../mkinstalldirs /usr/local/lib +../libtool --mode=install install -c -s -o bin -g bin -m 555 libcim.la /usr/local/lib/libcim.la +install -c -o bin -g bin -m 555 .libs/libcim.so.1.0 /usr/local/lib/libcim.so.1.0 +libtool: install: warning: no library stripping program +rm -f /usr/local/lib/libcim.so +(cd /usr/local/lib && ln -s libcim.so.1.0 libcim.so) +install -c -o bin -g bin -m 555 libcim.la /usr/local/lib/libcim.la +install -c -o bin -g bin -m 555 .libs/libcim.a /usr/local/lib/libcim.a +libtool: install: warning: no static library stripping program +chmod 644 /usr/local/lib/libcim.a +ranlib /usr/local/lib/libcim.a +PATH=$PATH:/sbin ldconfig -m /usr/local/lib +To link against installed libraries in LIBDIR, users may have to: + - add LIBDIR to their `LD_LIBRARY_PATH' environment variable + - use the `-LLIBDIR' linker flag +/bin/sh ../mkinstalldirs /usr/local/include + install -c -o bin -g bin -m 444 ./cim.h /usr/local/include/cim.h +Making install in test +===> Compressing manual pages for cim-2.10 +===> Registering installation for cim-2.10 diff -ruN /cdrom/ports/lang/cim/patches/patch-01 cim/patches/patch-01 --- /cdrom/ports/lang/cim/patches/patch-01 Wed Dec 4 03:01:30 1996 +++ cim/patches/patch-01 Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Oct 6 03:46:08 1996 -+++ Makefile.in Tue Dec 3 21:36:05 1996 -@@ -45,7 +45,7 @@ - includedir = $(prefix)/include - - # Directory in which to install formated documentation. --docdir = $(prefix)/doc -+docdir = $(prefix)/share/doc/cim - - # Directory in which to install documentation info files. - infodir = $(prefix)/info diff -ruN /cdrom/ports/lang/cim/pkg/PLIST cim/pkg/PLIST --- /cdrom/ports/lang/cim/pkg/PLIST Wed Dec 4 03:04:24 1996 +++ cim/pkg/PLIST Tue Apr 28 20:40:46 1998 @@ -1,10 +1,12 @@ bin/cim bin/cim2latex bin/cim2ps -bin/cimetags -bin/simindent -lib/cim/libcim.a +bin/cimindent +lib/libcim-atr.a +lib/libcim.a +lib/libcim.la +lib/libcim.so +lib/libcim.so.1.0 include/cim.h man/man1/cim.1.gz info/cim.info -share/doc/cim/cim.ps >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message