Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-22 | HOMEPAGEs without a trailing slash are incorrect and also bad style. | martti | 1 | -2/+2 | |
2003-07-19 | Change address of maintainer per PR 22170. | wiz | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-12-24 | Replace collver@linuxfreemail.com with collver1@attbi.com. | wiz | 1 | -2/+2 | |
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps. | |||||
2002-10-08 | Unused. | jlam | 1 | -47/+0 | |
2002-09-23 | buildlink1 -> buildlink2, and use the BUILD_DIRS functionality instead of | jlam | 1 | -7/+8 | |
manually building in each directory in a custom do-build target. | |||||
2002-09-23 | Use BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> as standard names | jlam | 1 | -7/+9 | |
for the extra CPPFLAGS and LDFLAGS needed by packages that include these buildlink2.mk files. | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 15 | -14/+44 | |
buildlink2.mk files back into the main trunk. | |||||
2002-08-12 | Be more correct in the routine which acts as the accept(2) wrapper - | agc | 2 | -4/+4 | |
use socklen_t for the third argumen. From Ingolf Steinbach <ingolf.steinbach@jena-optronik.de>. | |||||
2002-08-07 | C++ seems to quite susceptible to using an "int *" as the third argument | agc | 2 | -3/+14 | |
to accept(2) - placate it by using an unsigned automatic value, and copying and casting as necessary. | |||||
2002-08-07 | Include <signal.h> when compiling wx_utils.cpp, so that kill(2) gets | agc | 2 | -5/+13 | |
prototyped. | |||||
2002-06-17 | initial import of wx1Motif-1.68e | dmcmahill | 15 | -0/+421 | |
A Motif-based implementation of the wxWindows cross-platform GUI library. wxWindows is a set of libraries that allows C++ applications to compile and run on several different types of computer, with minimal source code changes. There is one library per supported GUI. pkg provided in PR pkg/14737 by collver@linuxfreemail.com with some fixes for alpha by me. |