summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-08-03Convert to USE_NEW_TEXINFO.seb4-29/+12
2003-08-03Note update of misc/git to version 4.3.17nb1 [documentation installationseb1-1/+2
directory fix]
2003-08-03Install documentation in a canonical pkgsrc directory.seb4-43/+63
Sort and clean PLIST. Bump PKGREVISION.
2003-08-03Convert to USE_NEW_TEXINFO.seb2-6/+5
Remove not so perfect call to ${MAKE} in pre-install target to handle the info/ subdir, tune ALL_TARGET instead.
2003-08-02Update checksum - previous was for a prerelease version of kdelibs.markd1-3/+3
2003-08-02Convert to USE_NEW_TEXINFO.seb2-6/+6
Fix info files generation by ensuring buildlink2 framework is used: use BUILD_DIRS/INSTALL_DIRS.
2003-08-02depkglint.seb1-3/+2
2003-08-02Use buildlink2 (for X11 benefit).seb1-1/+2
2003-08-02Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-08-02Convert to USE_NEW_TEXINFO.seb9-90/+27
Add patch file to add an Info directory entry to liboctave.texi. Remove now unnecessary patch files and trim one of its "info" bits.
2003-08-02Make this compile on NetBSD-1.6.1/shark.kristerw2-7/+15
The package is compiled with -Werror, but the sharks headers are not -Wtraditional safe, so the buld failed. Remove the silly -Wtraditional.
2003-08-02If we were to use gcc.buildlink2.mk on arm32 we might as well be reallyseb1-3/+7
using it for all arch. While here throw in a little bit more of buildlink2ness.
2003-08-02Make this compile on archs where size_t != unsigned int.kristerw2-1/+14
2003-08-02Split out some code into Makefile.common to be used by darcnes-svgalibwiz2-21/+32
in pkgsrc-wip. From Ben Collver.
2003-08-02Add a space in an error message.wiz1-2/+2
2003-08-02Convert to USE_NEW_TEXINFO.seb6-66/+5
Remove now unnecessary patch files.
2003-08-02build with GCC3.3.1mrg11-1/+152
2003-08-02Get the correct distfile for ${MACHINE_ARCH} == "arm".kristerw1-2/+2
2003-08-02Deal with "arm32" being called "arm" these days.kristerw1-1/+3
2003-08-02Override config.guess and config.sub to make the pkg recognize and buildkristerw1-1/+3
on more systems (e.g. NetBSD 1.6.1/shark).
2003-08-02Document devel/ftnchek hack for gcc 2.95.3/arm -O2 lossage.kristerw1-1/+9
2003-08-02gcc 2.95.3/arm gives "internal compiler error" when compiling this with -O2.kristerw1-1/+5
Use -O1 instead for arm.
2003-08-02Note revision bumps for exim and exim-user.jmmv1-1/+3
2003-08-02Convert exim and exim-user to the bsd.pkg.install.mk framework:jmmv12-74/+129
- Introduce EXIM_GROUP and EXIM_USER to tune the details of the group and user used by the daemon. - Honour PKG_SYSCONFDIR. - Install sample files under the examples directory. - Automatically install example files under sysconfdir using CONF_FILES. This simplifies exim's set up from admin's point of view. - Use RCD_SCRIPTS to handle the startup script. As a result, bump PKGREVISION of exim and exim-user.
2003-08-02quieten some gcc3.3 asm warningsmrg2-1/+49
2003-08-02use <iostream>mrg2-1/+16
2003-08-02Add and enable avidemux.jmmv1-1/+2
2003-08-02Note addition of avidemux, version 2.0.10.jmmv1-1/+2
2003-08-02Initial import of avidemux, version 2.0.10:jmmv12-0/+263
Avidemux is a graphical tool to edit video. It can open AVI, MPEG, Nuppelvideo and BMPs. Most common codecs are supported (M-JPEG, MPEG, DivX, Xvid, huffyuv, WMA, etc.) thanks to libavcodec. Video can be edited, cut, appended, filtered (resize/crop/denoise), and re-encoded to either AVI (DivX/Xvid) or MPEG 1/2. Note that this package does not support DivX.
2003-08-02apply same <iostream> patch for gcc3 as mozillamrg2-1/+14
2003-08-02USE_GNU_TOOLS=awkdrochner1-2/+2
2003-08-02remove a patch that is in the latest versionmrg2-18/+1
2003-08-02use <iostream> instead of <iostream.h>mrg2-1/+14
2003-08-02Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-08-02mention recent updates/additionsdrochner1-1/+7
2003-08-02Convert to USE_NEW_TEXINFO.seb4-10/+30
2003-08-02Move BUILD_DEFS check to pre-extract to avoid creating work directories inwiz1-3/+3
the fetch step.
2003-08-02Undo last. While it may make live easier, it's not good for binarywiz1-2/+2
packages.
2003-08-02when determining whether iconv is required, don't require gettext-libgrant1-2/+2
0.11.5nb1 or higher, 0.11.5 is good enough. fixes build with slightly older installation of gettext-lib.
2003-08-02fix one error with building with gcc3.3 (not complete)mrg2-1/+18
2003-08-02make this build with gcc3.3: include <assert.h> if you use it, avoid invalidmrg7-2/+70
C++ syntax and turn of -Werror for one subdir...
2003-08-02make this build with gcc3: don't use invalid <varargs.h> expressions, butmrg3-22/+25
use simple <stdarg.h> ones instead.
2003-08-02use new texinfo handling.grant2-8/+8
minor whitespace fix.
2003-08-02depend on the right version of grep.grant1-2/+2
2003-08-02comment: clarify and describe why USE_GNU_TOOLS+= must be used.grant1-4/+10
2003-08-02use USE_GNU_TOOLS+= so we can co-exist with a user's setting.grant2-4/+4
2003-08-02no longer needed.grant2-112/+0
2003-08-02USE_GNU_TOOLS=awkgrant1-1/+3
2003-08-02we get a working sed by default now, no need to explicitly dependgrant1-4/+1
on GNU sed.
2003-08-02USE_GNU_TOOLS=awkgrant1-4/+3