aboutsummaryrefslogtreecommitdiff
path: root/devel/libcoro
Commit message (Collapse)AuthorAgeFilesLines
* Don't do CFLAGS ?= -O2 (this had no effect since a default CFLAGS isKris Kennaway2001-04-291-2/+1
| | | | | | | passed from <sys.mk> if it is not overridden by the user) Notes: svn path=/head/; revision=42046
* Change MASTER_SITE to ${MASTER_SITE_LOCAL} as the author's site has beenKelly Yancey2001-04-212-13/+12
| | | | | | | | down from some time now. Remove reference to author's site from the pkg-descr. Notes: svn path=/head/; revision=41770
* Remove extra blank line from PLIST.Maxim Sobolev2000-07-041-1/+0
| | | | | | | Submitted by: portlint Notes: svn path=/head/; revision=30174
* Build static library instead of shared library which doesn't work. Also do notMaxim Sobolev2000-07-043-23/+12
| | | | | | | | | | strip symbols when installing library. PR: 19681 Submitted by: maintainer Notes: svn path=/head/; revision=30173
* New port of libcoro - a C library that implements coroutines (I donno what I'veMaxim Sobolev2000-06-237-0/+104
just said :-O). PR: 19463 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=29805