Date: 12 Apr 2000 03:07:09 -0000 From: lioux@uol.com.br To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17941: New port devel/lwp needed for coda 5.3.6 Message-ID: <20000412030709.6362.qmail@Fedaykin.here>
next in thread | raw e-mail | index | archive | help
>Number: 17941 >Category: ports >Synopsis: New port devel/lwp needed for coda 5.3.6 >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: Tue Apr 11 20:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: Latest FBSD 4.0-STABLE >Description: This port is based on the original lwp FBSD port from ftp://ftp.coda.cs.cmu.edu/pub/lwp/ maintained by the coda group. That's why I kept the original maintainer found on the port file. However, I can be the maintainer if that is okay. I wouldn't mind. :) I did updated it to the latest bsd.port.mk specifications, i.e., PORTNAME and PORTVERSION. Besides, I did minimize the port directives and fixed the PLIST. >How-To-Repeat: Build the port. >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # lwp # lwp/Makefile # lwp/files # lwp/files/md5 # lwp/pkg # lwp/pkg/COMMENT # lwp/pkg/DESCR # lwp/pkg/PLIST # echo c - lwp mkdir -p lwp > /dev/null 2>&1 echo x - lwp/Makefile sed 's/^X//' >lwp/Makefile << 'END-of-lwp/Makefile' X# New ports collection makefile for: lwp X# Version required: 1.4 X# Date created: Tue Mar 21 17:51:25 EST 2000 X# Whom: jaharkes X# $FreeBSD$ X# X XPORTNAME= lwp XPORTVERSION= 1.4 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ X XMAINTAINER= coda@cs.cmu.edu X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_LIBTOOL= yes X Xpost-configure: X @${CP} ${PREFIX}/bin/${LIBTOOL} ${WRKSRC} X X.include <bsd.port.mk> END-of-lwp/Makefile echo c - lwp/files mkdir -p lwp/files > /dev/null 2>&1 echo x - lwp/files/md5 sed 's/^X//' >lwp/files/md5 << 'END-of-lwp/files/md5' XMD5 (lwp-1.4.tar.gz) = 1226a1ff4a18de165fa403b38e2cfc6e END-of-lwp/files/md5 echo c - lwp/pkg mkdir -p lwp/pkg > /dev/null 2>&1 echo x - lwp/pkg/COMMENT sed 's/^X//' >lwp/pkg/COMMENT << 'END-of-lwp/pkg/COMMENT' XLWP thread library END-of-lwp/pkg/COMMENT echo x - lwp/pkg/DESCR sed 's/^X//' >lwp/pkg/DESCR << 'END-of-lwp/pkg/DESCR' XThe LWP userspace threads library. The LWP threads library is used by the Coda Xdistributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (remote Xprocedure call library) END-of-lwp/pkg/DESCR echo x - lwp/pkg/PLIST sed 's/^X//' >lwp/pkg/PLIST << 'END-of-lwp/pkg/PLIST' Xinclude/lwp/lock.h Xinclude/lwp/lwp.h Xinclude/lwp/preempt.h Xinclude/lwp/timer.h Xlib/liblwp.a Xlib/liblwp.la Xlib/liblwp.so Xlib/liblwp.so.1 X@dirrm include/lwp X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R END-of-lwp/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000412030709.6362.qmail>