summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-07-15Update to version 1.20.jtb4-30/+92
This version adds some new features. Embedded troff and pic commands are now interleaved more rationally with the generated pic commands. Grap is considerably more tolerant of using variable names that are the same as keywords or coordinate names. Details are in the CHANGES file.
2001-07-15Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-12/+29
2001-07-15Links libsocks4.* to libsocks.* since that's what the name of the SOCK4jlam1-1/+10
library is on many other systems.
2001-07-15Mark as USE_BUILDLINK_ONLY.jlam2-4/+6
2001-07-15Explode one big patch into several unidiff patches, honor CFLAGS passedjlam5-25/+37
in from enviroment during build, and mark as USE_BUILDLINK_ONLY.
2001-07-15Install locale files under ${PKGLOCALEDIR}, and mark as USE_BUILDLINK_ONLY.jlam7-74/+26
2001-07-15Pass -lgnumalloc through to build in LIBS, not LDFLAGS, and mark asjlam3-16/+9
USE_BUILDLINK_ONLY.
2001-07-15Honor CFLAGS passed in from environment during build and mark asjlam3-4/+19
USE_BUILDLINK_ONLY.
2001-07-15Add missing dependency on zlib and mark as USE_BUILDLINK_ONLY.jlam3-3/+25
2001-07-15Add bin/dcopserver to list of files linked into ${BUILDLINK_DIR} as somejlam1-1/+2
programs (qt2-designer-kde) test for that file to determine the presence of KDE2.
2001-07-15Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-8/+9
2001-07-15Update asapm to version 2.10. Update the homepage location for this package,jlam2-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-15Add a MASTER_SITE, and pass location of xpm.h header withinjlam1-1/+4
${BUILDLINK_DIR} to the configure process to ensure that the header search path is ordered correctly.
2001-07-15Install the referenced water.txt file.jlam2-2/+6
2001-07-15Regen.jlam1-1/+4
2001-07-15Fix several non-portable shell constructs:jlam1-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-15Fix several nonportable shell constructs:jlam1-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.jlam1-0/+13
2001-07-15Opps.gmcgarry1-36/+0
2001-07-15Import dl-ezkit:gmcgarry1-0/+36
SHARC EZ-KIT downloader version 0.8.1 (c) 1998 PinPoint Corp.
2001-07-15add a patch from Bill Cheng to fix the -exec command.dmcmahill3-2/+207
also add missing USE_X11 to make this link with the new buildlink stuff in place.
2001-07-14add libmm (hi chris)wiz1-4/+5
sort while I'm here, and add a comment why ruby14-readline is disabled
2001-07-14Import libmm, a portable shared memory abstraction library.cjones4-0/+40
Supposedly used in upcoming apache (2?), as well as mod_aolserver.
2001-07-14Fix libwraster linking problem in a more buildlink-friendly way.jlam2-12/+14
2001-07-14Locale files are installed under ${PKGLOCALEDIR}.jlam1-43/+43
2001-07-14Use gettext-lib/buildlink.mk instead of USE_LIBINTL and set localedirjlam1-3/+3
using PKGLOCALEDIR.
2001-07-14Update to exim-3.30. This is mainly a bugfix release. Changelogs can bead4-9/+51
found at http://www.exim.org/.
2001-07-14Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-07-14Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.sakamoto2-3/+53
2001-07-14Fix continuation line. Together with last commit, fixes pkg/13362.wiz1-2/+2
2001-07-14Move inclusion of buildlink.mk files to end of Makefile.jlam1-8/+6
2001-07-14Link all of the libraries, not just libSDL_ttf.*.jlam1-1/+2
2001-07-14XFree86-installed freetype2 has a different location for the ft2build.hjlam1-1/+2
header.
2001-07-14Missing closing "jlam1-2/+2
2001-07-14Reliably detect NAS headers when NAS is enabled, and remove references tojlam3-11/+27
/usr/pkg/{include,lib} from the configure script. SDL now really meets the criteria for USE_BUILDLINK_ONLY.
2001-07-14Add a buildlink.mk file to put OSS audio headers and libraries intojlam1-0/+46
${BUILDLINK_DIR} in Linuxish locations.
2001-07-14Use a shell loop instead of a make .for loop. This avoids using FILEjlam1-4/+4
as a make variable and might fix pkg/13362.
2001-07-14Replace dependency on guile with dependency on guile-slib, since thatwiz1-2/+2
is required, and depends on guile itself. Closes pkg/13372.
2001-07-14Bump dependency pattern for nas to >=1.4.2 as the shlib major wasjlam1-2/+2
incremented.
2001-07-14Inappropriate use of DEPENDS statement for xpm, apply USE_XPM insteadwulf1-3/+2
2001-07-14Update nas to the latest stable release 1.4.2. Changes from 1.4 includejlam6-42/+40
major bugfixes in the clients and bumping the major version of the library.
2001-07-14Didn't need to bump dependencies on SDL to >=1.2.1. >=1.2.0 is sufficientjlam1-2/+2
for all the apps in pkgsrc.
2001-07-14Make this compile and link with buildlinkagc2-6/+6
2001-07-14Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable optionjlam37-87/+87
on Solaris' xargs.
2001-07-14Mark as USE_BUILDLINK_ONLY.jlam1-4/+5
2001-07-14Make a statically-linked perl binary on shared-library-enabled platforms,jlam2-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-14Don't really need kernfs.jlam1-4/+3
2001-07-14Add message file describing preconditions for the use of psmisc.jlam1-0/+10
2001-07-14Move inclusion of buildlink.mk files to end of Makefile.jlam1-3/+2
2001-07-14Remove inclusion of gettext-lib/buildlink.mk as it's pulled in byjlam1-2/+1
rpm/buildlink.mk.