summaryrefslogtreecommitdiff
path: root/x11/wx1Motif/patches
AgeCommit message (Collapse)AuthorFilesLines
2003-12-21Remove wx1Motif as it is obsolete and will not build with GCC3.ben10-218/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam10-10/+10
buildlink2.mk files back into the main trunk.
2002-08-12Be more correct in the routine which acts as the accept(2) wrapper -agc1-2/+2
use socklen_t for the third argumen. From Ingolf Steinbach <ingolf.steinbach@jena-optronik.de>.
2002-08-07C++ seems to quite susceptible to using an "int *" as the third argumentagc1-1/+12
to accept(2) - placate it by using an unsigned automatic value, and copying and casting as necessary.
2002-08-07Include <signal.h> when compiling wx_utils.cpp, so that kill(2) getsagc1-3/+11
prototyped.
2002-06-17initial import of wx1Motif-1.68edmcmahill10-0/+199
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.