Commit graph

39 commits

Author SHA1 Message Date
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
rillig
b32b7657bb Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
2008-02-28 11:58:47 +00:00
rillig
3475ef7b4c Cleaned up the package. The only functional change is that the man/man3
directory is created, which means that all files are properly installed.
2007-12-01 12:49:05 +00:00
wiz
e93d8da3b4 Convert to xorg. 2007-03-25 10:04:28 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +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
is
e3d7396fee Fix SR optimizer bug: with -O, the char-integer-conversion was unsigned,
while it is signed without.
2005-04-05 15:58:05 +00:00
is
0153733865 optimize libraries. 2005-04-05 15:55:54 +00:00
is
e2ec1f8298 optimize libraries 2005-04-05 15:54:02 +00:00
is
c93488d7da sr-2.3.3nb4 --- Replace sr_ptrval() by code that:
- works per the specification and
- works on LP64 machines as well as ILP32 machines.
  Designed to work anywhere where sizeof(L) >= sizeof(P).
  Cannot use %p, as we want to feed back the patch to the SR people,
  who maintain SR also on some very old systems.
2005-03-12 10:22:08 +00:00
is
bce825a666 Add test case for pointer-string and string-pointer conversions. 2005-03-11 23:24:14 +00:00
is
ccdad65f64 Replace sr_ptrval() by code that:
- works per the specification and
- works on LP64 machines as well as ILP32 machines.
Add test case for pointer-string and string-pointer conversions.
2005-03-11 23:24:13 +00:00
is
be4e576920 Add test case for pointer-string and string-pointer conversions. 2005-03-11 23:24:12 +00:00
is
ce18f7d227 Add RMD160 of distfile. 2005-03-09 20:47:59 +00:00
is
58d6dbd743 Add regression test for pointer-string-pointer conversion. 2005-03-09 20:38:26 +00:00
is
2fa05f5cff sr-2.3.3nb2: create correct X11 linking instructions. 2005-03-08 13:49:49 +00:00
is
1c20be2599 Not all the world is a VAX. 2005-03-02 21:07:06 +00:00
is
b023f8f607 size_t -> socklen_t 2005-03-02 14:23:35 +00:00
is
ff21359f3f Not all the world is a VAX. 2005-03-02 14:11:27 +00:00
is
a006cd939b Not all world is a VAX. 2005-03-02 14:07:39 +00:00
is
4e48b9396c Be more careful when abusing libpthread internals. Should help SR on
RISC machines. Version bump to 2.3.3nb1.
2005-03-02 13:47:45 +00:00
is
e9a78737df All the world is not a VAX! 2005-03-02 13:45:22 +00:00
is
fe44dabbc7 vfork() needs unistd.h 2005-03-02 13:29:03 +00:00
is
3a99b11388 Be more careful when abusing libpthread internals. Should help SR on
RISC machines. Version bump to 2.3.3nb1.
2005-03-02 13:21:34 +00:00
is
2a0caba344 Be more careful when abusing libpthread internals. Should help (at least)
SR on RISC CPUs.
2005-03-02 13:21:33 +00:00
wiz
f5fa54d30d Avoid mentioning the version number of the package
in the DESCR. It was already incorrect.
2005-03-01 14:38:34 +00:00
is
546b2b16f7 Make this actually link for non-i386, as intended.
Problem reported by Klaus J. Klein, Method suggested bei Nick Hudson.
2005-03-01 12:55:01 +00:00
is
0485ffa22a Make this actually link for non-i386, as intended.
Problem reported by Klaus J. Klein and Alistair G. Crooks,
Method suggested bei Nick Hudson.
2005-03-01 12:55:00 +00:00
is
ae5ca8c619 More cleanup of patches. 2005-03-01 11:18:43 +00:00
is
219878fb6b clean up patches. 2005-03-01 10:50:46 +00:00
is
6564b7d261 Clean up patches. 2005-03-01 10:00:47 +00:00
wiz
0a8c25b73f Drop trailing whitespace. 2005-02-27 00:46:39 +00:00
is
a72e973216 Update to SR-2.3.3. 2005-02-26 22:28:38 +00:00
is
ceba6d13ec Add a test target. 2005-02-26 18:48:19 +00:00
is
c384715df0 Moved to the versioned distribution files. 2005-02-26 18:26:04 +00:00
is
b5c36df76f This is the SR, a language for concurrent programming from the
University of Arizona, version 2.3.2.

SR is described in "The SR Programming Language: Concurrency in Practice"
by Gregory R. Andrews and Ronald A. Olsson (Benjamin/Cummings, 1993, ISBN
0-8053-0088-0).
2005-02-25 15:54:58 +00:00