From owner-freebsd-ports Tue Apr 11 20:30: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B0CC37B77E for ; Tue, 11 Apr 2000 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA78661; Tue, 11 Apr 2000 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from heidegger.uol.com.br (heidegger.uol.com.br [200.230.198.88]) by hub.freebsd.org (Postfix) with ESMTP id 35ECF37BB76 for ; Tue, 11 Apr 2000 20:21:05 -0700 (PDT) (envelope-from lioux-alias-ppp-FreeBSD-gnats-submit=freebsd.org@uol.com.br) Received: from 200-191-157-178-as.acessonet.com.br (200-191-157-178-as.acessonet.com.br [200.191.157.178]) by heidegger.uol.com.br (8.9.1/8.9.1) with ESMTP id AAA07203 for ; Wed, 12 Apr 2000 00:20:59 -0300 (BRT) Received: (qmail 6363 invoked by uid 1001); 12 Apr 2000 03:07:09 -0000 Message-Id: <20000412030709.6362.qmail@Fedaykin.here> Date: 12 Apr 2000 03:07:09 -0000 From: lioux@uol.com.br Reply-To: lioux@uol.com.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17941: New port devel/lwp needed for coda 5.3.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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