summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-02Add libexec/cgi-bin directory to standard /usr/pkg hierarchy. Remove alljlam14-27/+20
the per-package code that attempt to remove this directory if it's empty.
2001-05-02Use a common distinfo file between ghostscript and ghostscript-nox11.jlam2-50/+2
2001-05-02Fix on powerpc. Patches provided by Andrew Cagney <cagney@tpgi.com.au>dmcmahill16-119/+577
in PR pkg/12803 and integrated by me. It also now compiles on alpha but segfaults there so change the broken message accordingly.
2001-05-02Fix typo in COMMENT, noted while reading the 'Changes in the NetBSDwiz1-2/+2
Packages Collection in April 2001'.
2001-05-02Enable gdevmjc. Noted working by MOCHIDA Shuji in pkg/12710.wiz2-3/+7
2001-05-02Share the distinfo file in freeciv-share. Remove unnecessary patchjlam7-54/+18
and remove build dependency on autoconf: we now install the locale files properly under ${PKGLOCALEDIR}.
2001-05-02Update freeciv-client-gtk to 1.11.4nb1. The only change is that thejlam2-6/+5
binary is now installed as "civclient-gtk" to avoid a namespace clash with the freeciv-client package.
2001-05-02Note CONFLICT with freeciv-client-gtk<=1.11.4. Newer versions ofjlam1-2/+2
freeciv-client-gtk install as "civclient-gtk" to avoid a namespace clash.
2001-05-02Patch configure instead of configure.in so we don't need autoconf as ajlam6-15/+131
build dependency. Also minimize diffs between giflib/Makefile and libungif/Makefile.
2001-05-02Use ${CFLAGS}. Noticed by Tomasz Luchowski.jtb1-2/+2
2001-05-02Disable ucd-snmp-current as ucd-snmp is newer.skrll1-2/+2
2001-05-02Change dependency from readline-* to readline>=2.2. Add a comment forjlam1-3/+3
why we need LIBS+=-ltermcap.
2001-05-02Add a MESABASE_DEFAULT.jtb1-5/+2
2001-05-02Determine MESABASE using EVAL_PREFIX so that it works correctly withjtb1-6/+12
xpkgwedge. Thanks to Johnny C. Lam for noticing the problem and Alistair G. Crooks for the suggested solution.
2001-05-02Install html documentation in share/doc/html instead of share/doc.wiz9-130/+200
By Dieter Baron.
2001-05-02do some extra checks. In particular, don't try to pkg_add a package ifdmcmahill1-3/+7
it doesn't exist (doh!).
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