notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
lwp Userspace thread library
2.8 devel on this many watch lists=10 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.8Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2000-05-29 01:13:36
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: libiconv, tiff, unzip, zip, png
License: LGPL20
WWW:
http://www.coda.cs.cmu.edu/
Description:
The LWP userspace threads library. The LWP threads library is used by the Coda distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (remote procedure call library) Project contact information below. EMAIL: coda@cs.cmu.edu
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (15 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/lwp-2.8/catalog.mk
  3. /usr/local/share/licenses/lwp-2.8/LICENSE
  4. /usr/local/share/licenses/lwp-2.8/LGPL20
  5. include/lwp/lock.h
  6. include/lwp/lwp.h
  7. include/lwp/timer.h
  8. lib/liblwp.a
  9. lib/liblwp.so
  10. lib/liblwp.so.2
  11. lib/liblwp.so.2.0.11
  12. libdata/pkgconfig/lwp.pc
  13. @owner
  14. @group
  15. @mode
Collapse this list.
Dependency lines:
  • lwp>0:devel/lwp
To install the port:
cd /usr/ports/devel/lwp/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/lwp
  • pkg install lwp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: lwp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1489216399 SHA256 (lwp-2.8.tar.gz) = 2a10026a56a29d391e60c390eaab342faf12462791db1107e4684f9c2ae7e2d7 SIZE (lwp-2.8.tar.gz) = 401029

Packages (timestamps in pop-ups are UTC):
lwp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.82.82.82.82.8-2.8-
FreeBSD:13:quarterly2.82.82.82.82.82.82.82.8
FreeBSD:14:latest2.82.82.82.82.82.8-2.8
FreeBSD:14:quarterly2.82.8-2.82.82.82.82.8
FreeBSD:15:latest2.82.8n/a2.8n/a2.82.82.8
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
This port is required by:
for Libraries
  1. devel/rpc2
  2. devel/rvm

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. net/coda6_client*
  2. net/coda6_server*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_lwp
USES:
gmake libtool pathfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/
  2. ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/
  3. http://ftp.coda.cs.cmu.edu/pub/lwp/src/
  4. http://ftp.wu-wien.ac.at/pub/systems/coda/src/
Collapse this list.

Number of commits found: 46

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.8
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.8
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.8
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.8
11 Mar 2017 07:27:39
Revision:435882Original commit files touched by this commit
araujo search for other commits by this committer
Update to 2.8.

Submitted by:	John Hixson <jhixson@gmail.com> (via email at AsiaBSDCon)
2.6_1
27 Oct 2014 10:40:08
Revision:371546Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
2.6_1
23 Jul 2014 21:56:26
Revision:362736Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
- Strip libraries

Approved by:	portmgr blanket
2.6
17 Nov 2013 11:09:40
Revision:334075Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE
- Update MASTER_SITES:
  - Remove defunct ftp.planetmirror.com and ftp.nctu.edu.tw
  - Add http:// links
2.6
03 Oct 2013 12:55:00
Revision:329175Original commit files touched by this commit
bsam search for other commits by this committer
. support staging;
. remove the indefinite article from COMMENT;
. USE_GMAKE=yes -> USES=gmake;
. use USES=pathfix instead post-extract target.
2.6
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
2.6
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
2.6
01 Apr 2010 00:43:03
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 2.6
- Reset maintainer to ports@
2.5
21 Jan 2009 23:08:54
Original commit files touched by this commit
beech search for other commits by this committer
- Update to 2.5

PR:             ports/130743
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
2.4
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.4
15 Apr 2008 02:06:53
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 2.4
- submitter => maintainer

PR:             ports/122721
Submitted by:   maintainer (Wen heping)
2.3
15 Apr 2007 19:15:42
Original commit files touched by this commit
gabor search for other commits by this committer
- Remove FreeBSD 4.X support from unmaintained ports in categories starting with
  letter d-e
2.3
09 Oct 2006 06:05:55
Original commit files touched by this commit
vd search for other commits by this committer
Mark as BROKEN on 4.x:

In file included from lwp.private.h:50,
                 from iomgr.c:53:
lwp_ucontext.h:33: conflicting types for `mcontext_t'
/usr/include/machine/ucontext.h:63: previous declaration of `mcontext_t'
lwp_ucontext.h:39: conflicting types for `ucontext_t'
/usr/include/sys/ucontext.h:51: previous declaration of `ucontext_t'
gmake[2]: *** [liblwp_la-iomgr.lo] Error 1

Reported by:    kris
2.3
05 Oct 2006 17:09:55
Original commit files touched by this commit
vd search for other commits by this committer
Upgrade:

* net/coda6_server and net/coda6_client from 6.0.7 to 6.1.1 and thus
  un-DEPRECATE them
* devel/rvm from 1.10 to 1.13
* devel/lwp from 1.12 to 2.3
* devel/rpc2 from 1.28 to 2.2

These four are tightly related so I upgrade them in one.. well.. changeset
1.12_1
14 Aug 2006 22:55:18
Original commit files touched by this commit
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
1.12_1
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
1.12
24 Nov 2005 15:40:04
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
1.12
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
1.12
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
1.12
11 Apr 2005 08:04:41
Original commit files touched by this commit
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
1.12
18 Nov 2004 21:01:14
Original commit files touched by this commit
krion search for other commits by this committer
Update to 1.12

PR:             ports/74034
Submitted by:   Radim Kolar <hsn@netmag.cz>
1.11
10 Aug 2004 17:06:15
Original commit files touched by this commit
osa search for other commits by this committer
Update coda5*- and coda6*-affiliated software.
Fix build under fresh -CURRENT (gcc 3.4.2).

Bump or remove PORTREVISION where it needed.
1.10_1
09 Jul 2004 17:43:11
Original commit files touched by this commit
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
1.10_1
14 Mar 2004 06:17:56
Original commit files touched by this commit
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
1.10_1
06 Mar 2004 23:07:23
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on !i386 and !alpha: Does not compile
1.10_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
1.10
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
1.10
28 Mar 2003 05:06:01
Original commit files touched by this commit
kevlo search for other commits by this committer
Update to 1.10

PR: 50336
Submitted by: Tim Robbins <tim@robbins.dropbear.id.au>
1.9_1
20 Feb 2003 17:07:10
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.9_1
22 Dec 2002 17:46:50
Original commit files touched by this commit
ijliao search for other commits by this committer
- Do not install useless .la file

PR:             45928
Submitted by:   Ports Fury
1.9
07 Nov 2002 03:40:39
Original commit files touched by this commit
adamw search for other commits by this committer
Set MAINTAINER to ports@ for ports without one. "One" being "a maintainer"
in this case.

Approved by:    pat
16 Nov 2001 20:52:25
commit hash: fp1.20842@dev.null.freshports.orgcommit hash: fp1.20842@dev.null.freshports.orgcommit hash: fp1.20842@dev.null.freshports.orgcommit hash: fp1.20842@dev.null.freshports.org files touched by this commit
shafeeq search for other commits by this committer
Updated for Coda-5.3.15    
06 Jul 2001 08:27:45
commit hash: fp1.15855@dev.null.freshports.orgcommit hash: fp1.15855@dev.null.freshports.orgcommit hash: fp1.15855@dev.null.freshports.orgcommit hash: fp1.15855@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
add missing file    
14 Jun 2001 20:09:14
commit hash: fp1.15081@dev.null.freshports.orgcommit hash: fp1.15081@dev.null.freshports.orgcommit hash: fp1.15081@dev.null.freshports.orgcommit hash: fp1.15081@dev.null.freshports.org files touched by this commit
shafeeq search for other commits by this committer
Updated to Coda 5.3.15   Always using the provided configure script now    
23 Apr 2001 21:41:47
commit hash: fp1.12995@dev.null.freshports.orgcommit hash: fp1.12995@dev.null.freshports.orgcommit hash: fp1.12995@dev.null.freshports.orgcommit hash: fp1.12995@dev.null.freshports.org files touched by this commit
shafeeq search for other commits by this committer
Updated to Coda 5.3.14    
19 Jan 2001 21:57:53
commit hash: fp1.8617@dev.null.freshports.orgcommit hash: fp1.8617@dev.null.freshports.orgcommit hash: fp1.8617@dev.null.freshports.orgcommit hash: fp1.8617@dev.null.freshports.org files touched by this commit
shafeeq search for other commits by this committer
Updated for coda-5.3.12, skipping past 5.3.11    
03 Nov 2000 07:53:29
commit hash: fp1.5962@dev.null.freshports.orgcommit hash: fp1.5962@dev.null.freshports.orgcommit hash: fp1.5962@dev.null.freshports.orgcommit hash: fp1.5962@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Remove two files that don't exist (include/lwp/preempt.h and lib/liblwp.la).    
08 Oct 2000 02:10:04
commit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
05 Oct 2000 23:42:10
commit hash: fp1.4651@dev.null.freshports.orgcommit hash: fp1.4651@dev.null.freshports.orgcommit hash: fp1.4651@dev.null.freshports.orgcommit hash: fp1.4651@dev.null.freshports.org files touched by this commit
shafeeq search for other commits by this committer
Updated to latest versions needed by coda-5.3.9 release    
16 Jun 2000 22:52:41
commit hash: fp1.1027@dev.null.freshports.orgcommit hash: fp1.1027@dev.null.freshports.orgcommit hash: fp1.1027@dev.null.freshports.orgcommit hash: fp1.1027@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 09:48:25
commit hash: fp1.1006@dev.null.freshports.orgcommit hash: fp1.1006@dev.null.freshports.orgcommit hash: fp1.1006@dev.null.freshports.orgcommit hash: fp1.1006@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Fourth round of INSTALLS_SHLIBS conversion.    
29 May 2000 05:13:36
commit hash: fp1.284@dev.null.freshports.orgcommit hash: fp1.284@dev.null.freshports.orgcommit hash: fp1.284@dev.null.freshports.orgcommit hash: fp1.284@dev.null.freshports.org files touched by this commit
steve search for other commits by this committer
Adding lpw version 1.4.   A userspace thread library developed as part of the
CODA project.    

Number of commits found: 46