Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-06 | Provide default values for variables used in configure. | minskim | 1 | -1/+2 | |
Close PR pkg/24331. | |||||
2004-02-05 | Fix: x11/xworld sets the owner and group of the command to "bin". | wennmach | 1 | -12/+19 | |
Patch submitted by Min Sik Kim in PR pkg/24325. | |||||
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 3 | -7/+10 | |
have been converted to USE_BUILDLINK2. | |||||
2001-11-26 | Add PREFIX to configure environment. The configure script needs it. | pooka | 1 | -1/+2 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-08-13 | Do not call free(), since XDestroyImage() already frees image & data. | wennmach | 2 | -1/+17 | |
Noted by Christian Weisgerber <naddy@mips.inka.de> in private e-mail. | |||||
2001-05-17 | Lose leading 'The ' on COMMENT | abs | 1 | -2/+2 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -10/+8 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -3/+2 | |
2000-08-18 | Some window managers don't honour our X size hint for a square window geometry. | wennmach | 2 | -1/+31 | |
Don't exit in this case, select min(width, height) as size. | |||||
2000-08-17 | Make this work with 16-bit displays. Patch provided by Johan Danielsson | fredb | 2 | -1/+120 | |
<joda@netbsd.org>, in response to PR pkg/10852. | |||||
2000-08-17 | Make this work on ELF. Also, respect ${LDFLAGS} for xpkgwedge users. The | fredb | 3 | -2/+16 | |
patch is actually redundant, but if accepted by the author, it should let this software build out of the box on NetBSD/ELF systems. | |||||
1999-08-18 | sync with patch-ab | hubertf | 1 | -2/+2 | |
1999-07-30 | The program will still run if it can't allocate the correct colours, | agc | 2 | -1/+19 | |
although the colours themselves may be a tad untraditional. Add a patch to print a warning, but not to exit, if you can't allocate colours. | |||||
1999-07-28 | XWorld displays a pretty picture of our earth as it would look if viewd | hubertf | 7 | -0/+34 | |
form the direction of the sun. The window is regularly updated. You can use xworld in lieu of a clock. Submitted in private mail by Dr. Lex Wennmacher <wennmach@geo.Uni-Koeln.DE> |