Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-07-15 | Mark as USE_BUILDLINK_ONLY. | jlam | 2 | -4/+6 | |
2001-07-15 | Explode one big patch into several unidiff patches, honor CFLAGS passed | jlam | 5 | -25/+37 | |
in from enviroment during build, and mark as USE_BUILDLINK_ONLY. | |||||
2001-07-15 | Install locale files under ${PKGLOCALEDIR}, and mark as USE_BUILDLINK_ONLY. | jlam | 7 | -74/+26 | |
2001-07-15 | Pass -lgnumalloc through to build in LIBS, not LDFLAGS, and mark as | jlam | 3 | -16/+9 | |
USE_BUILDLINK_ONLY. | |||||
2001-07-15 | Honor CFLAGS passed in from environment during build and mark as | jlam | 3 | -4/+19 | |
USE_BUILDLINK_ONLY. | |||||
2001-07-15 | Add missing dependency on zlib and mark as USE_BUILDLINK_ONLY. | jlam | 3 | -3/+25 | |
2001-07-15 | Add bin/dcopserver to list of files linked into ${BUILDLINK_DIR} as some | jlam | 1 | -1/+2 | |
programs (qt2-designer-kde) test for that file to determine the presence of KDE2. | |||||
2001-07-15 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -8/+9 | |
2001-07-15 | Update asapm to version 2.10. Update the homepage location for this package, | jlam | 2 | -11/+9 | |
convert to use buildlink.mk files, and mark as USE_BUILDLINK_ONLY. Changes from version 2.9 fix a small error in how event timing was assumed to occur. | |||||
2001-07-15 | Add a MASTER_SITE, and pass location of xpm.h header within | jlam | 1 | -1/+4 | |
${BUILDLINK_DIR} to the configure process to ensure that the header search path is ordered correctly. | |||||
2001-07-15 | Install the referenced water.txt file. | jlam | 2 | -2/+6 | |
2001-07-15 | Regen. | jlam | 1 | -1/+4 | |
2001-07-15 | Fix several non-portable shell constructs: | jlam | 1 | -0/+119 | |
(1) [ doesn't understand ==; use = instead. (2) i=${!tmp} is apparently intended to do the equivalent of eval i=\$$tmp; so use the latter instead. I don't see how this script ever worked before. | |||||
2001-07-15 | Fix several nonportable shell constructs: | jlam | 1 | -0/+63 | |
(1) [ doesn't understand ==; use = instead. (2) (( ... )) isn't valid /bin/sh; use [ ... ] instead. (3) ${foo:0:4} to get the first 4 letters of ${foo} isn't valid /bin/sh, so use a loop to remove letters off the end until only 4 letters remain. | |||||
2001-07-15 | [ doesn't understand == as equality operator. | jlam | 1 | -0/+13 | |
2001-07-15 | Opps. | gmcgarry | 1 | -36/+0 | |
2001-07-15 | Import dl-ezkit: | gmcgarry | 1 | -0/+36 | |
SHARC EZ-KIT downloader version 0.8.1 (c) 1998 PinPoint Corp. | |||||
2001-07-15 | add a patch from Bill Cheng to fix the -exec command. | dmcmahill | 3 | -2/+207 | |
also add missing USE_X11 to make this link with the new buildlink stuff in place. | |||||
2001-07-14 | add libmm (hi chris) | wiz | 1 | -4/+5 | |
sort while I'm here, and add a comment why ruby14-readline is disabled | |||||
2001-07-14 | Import libmm, a portable shared memory abstraction library. | cjones | 4 | -0/+40 | |
Supposedly used in upcoming apache (2?), as well as mod_aolserver. | |||||
2001-07-14 | Fix libwraster linking problem in a more buildlink-friendly way. | jlam | 2 | -12/+14 | |
2001-07-14 | Locale files are installed under ${PKGLOCALEDIR}. | jlam | 1 | -43/+43 | |
2001-07-14 | Use gettext-lib/buildlink.mk instead of USE_LIBINTL and set localedir | jlam | 1 | -3/+3 | |
using PKGLOCALEDIR. | |||||
2001-07-14 | Update to exim-3.30. This is mainly a bugfix release. Changelogs can be | ad | 4 | -9/+51 | |
found at http://www.exim.org/. | |||||
2001-07-14 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+2 | |
2001-07-14 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | sakamoto | 2 | -3/+53 | |
2001-07-14 | Fix continuation line. Together with last commit, fixes pkg/13362. | wiz | 1 | -2/+2 | |
2001-07-14 | Move inclusion of buildlink.mk files to end of Makefile. | jlam | 1 | -8/+6 | |
2001-07-14 | Link all of the libraries, not just libSDL_ttf.*. | jlam | 1 | -1/+2 | |
2001-07-14 | XFree86-installed freetype2 has a different location for the ft2build.h | jlam | 1 | -1/+2 | |
header. | |||||
2001-07-14 | Missing closing " | jlam | 1 | -2/+2 | |
2001-07-14 | Reliably detect NAS headers when NAS is enabled, and remove references to | jlam | 3 | -11/+27 | |
/usr/pkg/{include,lib} from the configure script. SDL now really meets the criteria for USE_BUILDLINK_ONLY. | |||||
2001-07-14 | Add a buildlink.mk file to put OSS audio headers and libraries into | jlam | 1 | -0/+46 | |
${BUILDLINK_DIR} in Linuxish locations. | |||||
2001-07-14 | Use a shell loop instead of a make .for loop. This avoids using FILE | jlam | 1 | -4/+4 | |
as a make variable and might fix pkg/13362. | |||||
2001-07-14 | Replace dependency on guile with dependency on guile-slib, since that | wiz | 1 | -2/+2 | |
is required, and depends on guile itself. Closes pkg/13372. | |||||
2001-07-14 | Bump dependency pattern for nas to >=1.4.2 as the shlib major was | jlam | 1 | -2/+2 | |
incremented. | |||||
2001-07-14 | Inappropriate use of DEPENDS statement for xpm, apply USE_XPM instead | wulf | 1 | -3/+2 | |
2001-07-14 | Update nas to the latest stable release 1.4.2. Changes from 1.4 include | jlam | 6 | -42/+40 | |
major bugfixes in the clients and bumping the major version of the library. | |||||
2001-07-14 | Didn't need to bump dependencies on SDL to >=1.2.1. >=1.2.0 is sufficient | jlam | 1 | -2/+2 | |
for all the apps in pkgsrc. | |||||
2001-07-14 | Make this compile and link with buildlink | agc | 2 | -6/+6 | |
2001-07-14 | Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option | jlam | 37 | -87/+87 | |
on Solaris' xargs. | |||||
2001-07-14 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -4/+5 | |
2001-07-14 | Make a statically-linked perl binary on shared-library-enabled platforms, | jlam | 2 | -36/+22 | |
but do it correctly. The way this was done before, by simply statically linking all the objects into a perl binary without recompiling the objects without -fPIC, was wrong as pointed out in private email by Todd Vierling. We now simply reconfigure perl to link statically, and use the perl build process to generate a statically-linked perl. | |||||
2001-07-14 | Don't really need kernfs. | jlam | 1 | -4/+3 | |
2001-07-14 | Add message file describing preconditions for the use of psmisc. | jlam | 1 | -0/+10 | |
2001-07-14 | Move inclusion of buildlink.mk files to end of Makefile. | jlam | 1 | -3/+2 | |
2001-07-14 | Remove inclusion of gettext-lib/buildlink.mk as it's pulled in by | jlam | 1 | -2/+1 | |
rpm/buildlink.mk. | |||||
2001-07-14 | librpm needs libintl, so include gettext-lib/buildlink.mk in | jlam | 1 | -1/+3 | |
rpm/buildlink.mk. | |||||
2001-07-14 | Convert to use only buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 3 | -5/+39 | |
Add necessary dependency on zlib. | |||||
2001-07-14 | Move inclusion of buildlink.mk files to end of Makefile and remove | jlam | 1 | -9/+6 | |
commented-out USE_LIBINTL. |