Commit graph

31 commits

Author SHA1 Message Date
zafer
5f6a0fc20b remove dead mirror. 2009-05-01 15:33:43 +00:00
joerg
27a3488310 DESTDIR support. 2009-02-23 18:32:36 +00:00
joerg
2f4f05e454 Modular Xorg support. 2007-01-11 14:55:15 +00:00
minskim
399c3d7289 The configure script is a csh script. Add csh to USE_TOOLS and set
CONFIG_SHELL accordingly.  This fixes PR 33903.
2006-07-21 17:31:44 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
schwarz
4b57e7ac0e added patch for systems (such as IRIX 5) which do not define MAP_FAILED 2006-02-19 01:40:26 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
minskim
36f8a08e27 Make configure work when the output of uname -m contains a space. 2005-06-25 00:40:20 +00:00
wennmach
83088e5d97 Make xworld work with USE_X11=xorg
Patches provided by Antoine Reilles in PR pkg/30376
2005-06-20 10:58:16 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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-06-01 18:02:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
cjs
dcc871a074 Fix a couple of typos. 2004-05-29 08:27:43 +00:00
snj
5c33fcac3a Convert to buildlink3. 2004-04-13 21:33:06 +00:00
minskim
aa0d662ad2 Provide default values for variables used in configure.
Close PR pkg/24331.
2004-02-06 16:26:23 +00:00
wennmach
56f333d9e1 Fix: x11/xworld sets the owner and group of the command to "bin".
Patch submitted by Min Sik Kim in PR pkg/24325.
2004-02-05 22:19:45 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
pooka
f68601edb8 Add PREFIX to configure environment. The configure script needs it. 2001-11-26 14:47:06 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
wennmach
bfdd4f3994 Do not call free(), since XDestroyImage() already frees image & data.
Noted by Christian Weisgerber <naddy@mips.inka.de> in private e-mail.
2001-08-13 22:27:49 +00:00
abs
ec13ac2e64 Lose leading 'The ' on COMMENT 2001-05-17 08:32:13 +00:00
skrll
7c75053771 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:07:33 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
wennmach
45a94bc8f1 Some window managers don't honour our X size hint for a square window geometry.
Don't exit in this case, select min(width, height) as size.
2000-08-18 08:46:13 +00:00
fredb
06549ff5ee Make this work with 16-bit displays. Patch provided by Johan Danielsson
<joda@netbsd.org>, in response to PR pkg/10852.
2000-08-17 18:38:00 +00:00
fredb
f0c0728ee1 Make this work on ELF. Also, respect ${LDFLAGS} for xpkgwedge users. The
patch is actually redundant, but if accepted by the author, it should let
this software build out of the box on NetBSD/ELF systems.
2000-08-17 15:26:31 +00:00
hubertf
507575b27c sync with patch-ab 1999-08-18 00:17:40 +00:00
agc
02121cff47 The program will still run if it can't allocate the correct colours,
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-30 12:33:30 +00:00
hubertf
b54bce839d XWorld displays a pretty picture of our earth as it would look if viewd
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>
1999-07-28 17:21:48 +00:00