summaryrefslogtreecommitdiff
path: root/x11/xworld
AgeCommit message (Collapse)AuthorFilesLines
2005-06-25Make configure work when the output of `uname -m` contains a space.minskim2-1/+15
2005-06-20Make xworld work with USE_X11=xorgwennmach3-10/+18
Patches provided by Antoine Reilles in PR pkg/30376
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-05-29Fix a couple of typos.cjs1-2/+2
2004-04-13Convert to buildlink3.snj1-2/+2
2004-02-06Provide default values for variables used in configure.minskim1-1/+2
Close PR pkg/24331.
2004-02-05Fix: x11/xworld sets the owner and group of the command to "bin".wennmach1-12/+19
Patch submitted by Min Sik Kim in PR pkg/24325.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-7/+10
have been converted to USE_BUILDLINK2.
2001-11-26Add PREFIX to configure environment. The configure script needs it.pooka1-1/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-08-13Do not call free(), since XDestroyImage() already frees image & data.wennmach2-1/+17
Noted by Christian Weisgerber <naddy@mips.inka.de> in private e-mail.
2001-05-17Lose leading 'The ' on COMMENTabs1-2/+2
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-3/+2
2000-08-18Some window managers don't honour our X size hint for a square window geometry.wennmach2-1/+31
Don't exit in this case, select min(width, height) as size.
2000-08-17Make this work with 16-bit displays. Patch provided by Johan Danielssonfredb2-1/+120
<joda@netbsd.org>, in response to PR pkg/10852.
2000-08-17Make this work on ELF. Also, respect ${LDFLAGS} for xpkgwedge users. Thefredb3-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-18sync with patch-abhubertf1-2/+2
1999-07-30The program will still run if it can't allocate the correct colours,agc2-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-28XWorld displays a pretty picture of our earth as it would look if viewdhubertf7-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>