| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/89449
Submitted by: maintainer
Notes:
svn path=/head/; revision=149170
|
|
|
|
|
|
|
| |
Approved by: Vasil Dimov <vd@datamax.bg> (maintainer)
Notes:
svn path=/head/; revision=148378
|
|
|
|
|
|
|
|
|
|
| |
Take MAINTAINER
PR: 88037
Submitted by: Vasil Dimov <vd@datamax.bg>
Notes:
svn path=/head/; revision=146434
|
|
|
|
| |
Notes:
svn path=/head/; revision=137649
|
|
|
|
| |
Notes:
svn path=/head/; revision=137507
|
|
|
|
|
|
|
|
|
| |
- Mute in-place patching and unmute script install
- Do not pass CFLAGS twice in !OPTIMIZED_CFLAGS case
- Utilize OPTIONS
Notes:
svn path=/head/; revision=135365
|
|
|
|
| |
Notes:
svn path=/head/; revision=135364
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
| |
sed-substitutions. Comas can occur within CFLAGS now.
Notes:
svn path=/head/; revision=124037
|
|
|
|
| |
Notes:
svn path=/head/; revision=123053
|
|
|
|
| |
Notes:
svn path=/head/; revision=121290
|
|
|
|
|
|
|
|
| |
PR: ports/66102
Submitted by: michael johnson <ahze@ahze.net>
Notes:
svn path=/head/; revision=108193
|
|
|
|
| |
Notes:
svn path=/head/; revision=106671
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
| |
Notes:
svn path=/head/; revision=94636
|
|
|
|
| |
Notes:
svn path=/head/; revision=75951
|
|
|
|
| |
Notes:
svn path=/head/; revision=75692
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
| |
PR: ports/37142
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes:
svn path=/head/; revision=58250
|
|
|
|
|
|
|
|
| |
PR: 36115
Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
Notes:
svn path=/head/; revision=56482
|
|
|
|
|
|
|
|
|
| |
apply everywhere.
Submitted by: Todd Punderson <todd@doonga.net>
Notes:
svn path=/head/; revision=51877
|
|
|
|
| |
Notes:
svn path=/head/; revision=51864
|
|
|
|
|
|
|
| |
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=49417
|
|
|
|
|
|
|
| |
${PREFIX}/lib/pth, to avoid conflict with FreeBSD pthread.
Notes:
svn path=/head/; revision=47674
|
|
|
|
| |
Notes:
svn path=/head/; revision=45627
|
|
|
|
|
|
|
| |
appears to be idle (see ports/25224)
Notes:
svn path=/head/; revision=43564
|
|
|
|
| |
Notes:
svn path=/head/; revision=40350
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
next version. In the meantime, apply with the port.
FYI, the bug is demonstrated by this program:
#include <stdio.h>
#include <stdlib.h>
#include <pth.h>
static int check_something(void *arg)
{
return (0);
}
static void *thread(void *arg)
{
printf("thread sleeping five seconds...\n");
pth_nap(pth_time(5, 0));
printf("thread is done sleeping\n"); /* bug: we never get here */
return (NULL);
}
int main(int ac, char **av)
{
pth_event_t ev;
pth_init();
pth_spawn(NULL, thread, NULL);
ev = pth_event(PTH_EVENT_FUNC, check_something, NULL, pth_time(2, 0));
while (1)
pth_wait(ev);
}
Notes:
svn path=/head/; revision=39905
|
|
|
|
| |
Notes:
svn path=/head/; revision=31106
|
|
|
|
| |
Notes:
svn path=/head/; revision=30043
|
|
|
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
Notes:
svn path=/head/; revision=29651
|
|
|
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
Notes:
svn path=/head/; revision=29628
|
|
|
|
| |
Notes:
svn path=/head/; revision=29615
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=29155
|
|
|
|
| |
Notes:
svn path=/head/; revision=27693
|
|
|
|
| |
Notes:
svn path=/head/; revision=27650
|
|
|
|
| |
Notes:
svn path=/head/; revision=27452
|
|
|
|
| |
Notes:
svn path=/head/; revision=26710
|
|
|
|
| |
Notes:
svn path=/head/; revision=26252
|
|
|
|
| |
Notes:
svn path=/head/; revision=26028
|
|
|
|
|
|
|
| |
the new release version in the now stable Pth 1.3 series.
Notes:
svn path=/head/; revision=26012
|
|
|
|
| |
Notes:
svn path=/head/; revision=24551
|
|
|
|
| |
Notes:
svn path=/head/; revision=23126
|
|
|
|
|
|
|
|
| |
and this way move this port to the new stable 1.2 series.
(The pth-devel port will later switch to Pth 1.3b1 if available...)
Notes:
svn path=/head/; revision=22737
|
|
|
|
| |
Notes:
svn path=/head/; revision=22042
|
|
|
|
| |
Notes:
svn path=/head/; revision=21196
|
|
|
|
| |
Notes:
svn path=/head/; revision=21132
|
|
|
|
| |
Notes:
svn path=/head/; revision=21084
|