summaryrefslogtreecommitdiff
path: root/x11/wx1Motif
AgeCommit message (Collapse)AuthorFilesLines
2003-07-22HOMEPAGEs without a trailing slash are incorrect and also bad style.martti1-2/+2
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-12-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz1-2/+2
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-10-08Unused.jlam1-47/+0
2002-09-23buildlink1 -> buildlink2, and use the BUILD_DIRS functionality instead ofjlam1-7/+8
manually building in each directory in a custom do-build target.
2002-09-23Use BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> as standard namesjlam1-7/+9
for the extra CPPFLAGS and LDFLAGS needed by packages that include these buildlink2.mk files.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam15-14/+44
buildlink2.mk files back into the main trunk.
2002-08-12Be more correct in the routine which acts as the accept(2) wrapper -agc2-4/+4
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 argumentagc2-3/+14
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) getsagc2-5/+13
prototyped.
2002-06-17initial import of wx1Motif-1.68edmcmahill15-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.