summaryrefslogtreecommitdiff
path: root/lang/sr
AgeCommit message (Collapse)AuthorFilesLines
2010-03-03De-warn-ify.is6-1/+96
2010-03-03DESTDIR support.is4-7/+36
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig1-2/+2
to shut up the pkglint warnings.
2007-12-01Cleaned up the package. The only functional change is that the man/man3rillig1-21/+11
directory is created, which means that all files are properly installed.
2007-03-25Convert to xorg.wiz1-3/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-2/+2
${PREFIX}.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+3
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-04-05Fix SR optimizer bug: with -O, the char-integer-conversion was unsigned,is3-3/+17
while it is signed without.
2005-04-05optimize libraries.is2-3/+4
2005-04-05optimize librariesis1-0/+14
2005-03-12sr-2.3.3nb4 --- Replace sr_ptrval() by code that:is3-2/+50
- 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-11Add test case for pointer-string and string-pointer conversions.is3-25/+33
2005-03-11Replace sr_ptrval() by code that:is1-4/+6
- 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-11Add test case for pointer-string and string-pointer conversions.is1-2/+2
2005-03-09Add RMD160 of distfile.is1-1/+2
2005-03-09Add regression test for pointer-string-pointer conversion.is4-1/+56
2005-03-08sr-2.3.3nb2: create correct X11 linking instructions.is3-14/+21
2005-03-02Not all the world is a VAX.is2-1/+15
2005-03-02size_t -> socklen_tis2-1/+15
2005-03-02Not all the world is a VAX.is1-1/+2
2005-03-02Not all world is a VAX.is1-0/+32
2005-03-02Be more careful when abusing libpthread internals. Should help SR onis1-1/+2
RISC machines. Version bump to 2.3.3nb1.
2005-03-02All the world is not a VAX!is2-1/+15
2005-03-02vfork() needs unistd.his5-1/+51
2005-03-02Be more careful when abusing libpthread internals. Should help SR onis1-16/+12
RISC machines. Version bump to 2.3.3nb1.
2005-03-02Be more careful when abusing libpthread internals. Should help (at least)is1-2/+2
SR on RISC CPUs.
2005-03-01Avoid mentioning the version number of the packagewiz1-1/+1
in the DESCR. It was already incorrect.
2005-03-01Make this actually link for non-i386, as intended.is1-14/+5
Problem reported by Klaus J. Klein, Method suggested bei Nick Hudson.
2005-03-01Make this actually link for non-i386, as intended.is1-2/+2
Problem reported by Klaus J. Klein and Alistair G. Crooks, Method suggested bei Nick Hudson.
2005-03-01More cleanup of patches.is2-5/+5
2005-03-01clean up patches.is1-13/+0
2005-03-01Clean up patches.is3-11/+9
2005-02-27Drop trailing whitespace.wiz1-1/+1
2005-02-26Update to SR-2.3.3.is15-558/+6
2005-02-26Add a test target.is3-5/+14
2005-02-26Moved to the versioned distribution files.is2-5/+5
2005-02-25This is the SR, a language for concurrent programming from theis25-0/+964
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).