summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-02USE_GMAKE to fix installing under 1.4.xrh1-1/+2
2001-05-02Update HOMEPAGE (Helix Code changed its name to Ximian)zuntum1-2/+2
2001-05-02o we don't want it to depend on X, so disable X support -> don't built niftyzuntum2-3/+4
Fixes bulk build problem.
2001-05-02Make this package depend on gtk, should fix bulk buildzuntum1-1/+2
2001-05-02o ${MKDIR} -> ${INSTALL_DATA_DIR}zuntum1-10/+7
o simplify docs installation o simplify WRKSRC -- it's now WRKDIR/PKGNAME
2001-05-02* Rearrange MySQL build structure by providing a Makefile.common that isjlam17-201/+295
included by both mysql-server/Makefile and mysql-client/Makefile. * Remove some unnecessary patches from mysql-client. * Remove build dependency on autoconf as we don't really need to use it. * Improve detection of native readline library. * Provide INSTALL/DEINSTALL scripts to perform initial database setup and to remind the package administrator to remove unnecessary directories upon package removal. * Use complete path to chown in various installed scripts. Fixes pkg/12725. * Install server manpages with the server package. Fixes pkg/12724.
2001-05-02Fix a typo: a = sign should actually be !=. The CHECK_FREETYPE2 stuffjlam1-2/+2
should actually work now on non-XFree86-4.0.x systems.
2001-05-02Add audio support (ossaudio + a work-around for PR lib/12796).fredb4-7/+73
Don't bother trying to compile for debugging in the pkgsrc Makefile. "-fomit-frame-pointer" makes it impossible to debug on i386 anyway, and it's easy enough to modify the package makefiles before building.
2001-05-01Add PLPLOT_PREFIX_DEFAULT=${LOCALBASE} so that EVAL_PREFIX returns thejtb1-1/+2
correct prefix when plplot isn't already installed.
2001-05-01Use --with-opengl=${X11BASE} in CONFIGURE_ENV.jtb1-3/+2
2001-05-01Use ${CC} rather than cc.jtb1-2/+2
2001-05-01Fix typo (with no actual effect)wiz1-2/+2
2001-05-01o remove whitespace from Makefilewennmach3-4/+6
o add $NetBSD$ RCS tag to patch-ab o regen distinfo
2001-05-01php4-mcrypt - PHP4 extension for the mcrypt crypto algorithms library.jlam2-0/+17
Package provided by Stephen Borrill <sborrill@precedence.co.uk> in pkg/12722.
2001-05-01Add support for building the mcrypt module as a separate package.jlam3-3/+50
2001-05-01Document PHP_PKG_VERS variable.jlam1-1/+5
2001-05-01Remove unneeded distinfo files. PHP4 module packages now use the distinfojlam4-40/+0
file from www/php4.
2001-05-01Use a common distinfo file amongst the various php4 module packages.jlam1-1/+2
2001-05-01Honor CFLAGS passed in from environment during build.jlam6-21/+40
2001-05-01Don't use the tcl or tk stub libraries. Thanks to Nick Hudson for pointingjtb5-23/+107
out the problem.
2001-05-01provide 2 examples of cdpack usage in the bulk->cdpack section. Suggesteddmcmahill1-1/+33
by Hubert.
2001-05-01Update pkglint to 2.49abs2-5/+12
lintpkgsrc now handles '/1' suffix in make S:x:y: expressions
2001-05-01Link against libiconv. Closes PR 12681 by Bob Bernsteinrh1-2/+3
<poobah@ruptured-duck.com>
2001-05-01Pull in security fixes for kdesu from KDE-2.1.2.skrll7-6/+182
Bump version of kdelibs to 2.1nb1 and update dependencies to the new version.
2001-05-01+ Now that editors/sam installs header files and libraries, use aagc9-250/+259
conventional DEPENDS mechanism. + Avoid hardcoded "/usr/X11R6" in Makefiles + Split patch-ab into multiple patches. Should fix bulk-build problems, as well as getting rid of one more "eccentric" package.
2001-05-01Install header files, as they are needed by x11/9termagc6-161/+156
Install some libraries, as they are needed by x11/9term Move DEPENDS line in Makefile to shut up pkglint Bump version number to 4.3nb1
2001-05-01Check for /usr/include/readline/readline.h, too, in deciding on whether tojlam1-7/+8
include dependency on readline package, and miscellaneous whitespace fixes.
2001-05-01Add missing checksum and size for LZW compression kit.tron1-1/+3
2001-05-01Honor CFLAGS passed in from environment during build.jlam1-1/+3
2001-05-01Honor CFLAGS passed in from the environment during the build. Also convertjlam2-42/+28
from a context diff to a unidiff as per pkgsrc standards.
2001-05-01Build and install the PIC and profiled version libraries.jtb2-3/+3
2001-05-01Make it build by providing the source to tcl and tk at build time.jtb2-8/+31
Similar to what Nick Hudson did for tcl-tclX.
2001-05-01be consistent about obeying PKG_FC. (don't hardcode f77). Fixes problemsdmcmahill2-16/+11
when f2c-f77 is used.
2001-05-01recovered original DESCR statement which got lost during merge.kei1-0/+7
2001-05-01As per request of itojun and hubertf, rename w3m-m17n as w3m. It reduces ourkei16-482/+94
maintenance cost. Approved by agc.
2001-04-30removed unused variable EMULSUBDIR and EMULDIR. They are handled bykei1-3/+1
linuxppc_lib package.
2001-04-30Added LibXm (OpenMotif) requiered by the JDK (PR pkg/12764), also addedmanu2-15/+21
sandpoint in the list of supported platforms
2001-04-30Make 'missing' executable, in the hope that it helps (see bulk build).wiz1-1/+2
2001-04-30Set FILESDIR to lang/gcc/files as this package needs the location of thejlam1-1/+2
template gcc.mk file.
2001-04-30Regenerate patch checksums. This package uses the lang/gcc patches, sojlam1-5/+8
when lang/gcc/patches/patch* are updated, this files also needs to be regenerated.
2001-04-30USE_X11BASE since felt installs an app-defaults file.jtb4-9/+20
2001-04-30Fix --tag errors associated with building with the latest libtool.jlam3-35/+36
2001-04-30Make sam use ${X11BASE}. That way the app-defaults file can be accountedjtb2-3/+4
for and the package will work correctly with xpkgwedge. Suggested by Johnny C. Lam.
2001-04-30Make gcc/Makefile and pgcc/Makefile look more similar.jlam1-9/+5
2001-04-30Remove libperl-current and fix one space -> tab.jlam1-3/+2
2001-04-30Remove libperl-current package. It's been superseded by the libperljlam3-44/+0
package, and besides, the perl5-current package was removed for the same reason.
2001-04-30Add 'P' to enumeration of possible letters for 'cvs update' in cvs.1.wiz2-8/+11
(sync with -current)
2001-04-30This needs autoconf, says the bulk build.wiz1-1/+2
2001-04-30Refuse to build this package on XFree86 4.x systems.tron1-1/+13
2001-04-30Fix typo in last commit.tron1-2/+2