Commit graph

45762 commits

Author SHA1 Message Date
jmc
0b009ce693 Typo in data directory made vs one actually used. 2003-08-03 07:39:58 +00:00
sjg
16d168ebbb Update bmake and mk-files.
Changes to mk-files:
	* install-mk: add ability to use cp -f when updating
	destination .mk files.  Also now possible to play games with
	FORCE_SYS_MK=ln etc on *BSD machines to link /usr/share/mk/sys.mk
	into dest - not recommended unless you seriously want to.
	* own.mk (IMPFLAGS): add support for COPTS.${IMPSRC:T} etc
	for semi-compatability with NetBSD.
Changes to bmake:
	* boot-strap: Allow setting configure args on command line.
	* configure.in: add --with-defshell to allow sh or ksh
	to be selected as default shell.
	* Merge with NetBSD make 20030731
	Pick up .SHELL spec for ksh and associate man page changes.
	Also compat mode now uses the same shell specs.
	* var.c (Var_Parse): ensure delim is initialized.
	* unit-tests/Makefile.in: use single quotes to avoid problems from
	some shells.
	* makefile.boot.in:
	Run the unit-tests as part of the bootstrap procedure.
	* unit-tests/Makefile.in: always force complaints from
	${TEST_MAKE} to be from 'make'.
	* configure.in: add check for 'diff -u'
	also fix some old autoconf'isms
	* Makefile.in (BMAKE_VERSION): bump version to 20030728.
	if using GCC add -Wno-cast-qual to CFLAGS for var.o
	* Merge with NetBSD make 20030728
	Pick up fix for :ts parsing error in some cases.
	Pick unit-tests.
2003-08-03 05:50:02 +00:00
gehenna
60c212e50c Note cvsync 0.24.3 2003-08-03 05:16:28 +00:00
gehenna
1f36c46053 CVSync 0.24.3
Changes:
  * Fix a bug to fail to update a symlink status. (client)

  * New keyword: nordiff (server)
    On updating a regular file, a server send a whole file instead of
    using rdiff algorithm. It is efficient to update tarballs or similar.

  * Improve a rdiff performance slightly. (server)
2003-08-03 05:14:07 +00:00
seb
8a54bb4fbc Note update of misc/pinfo to version 0.6.1nb2 [configuration file handling
fix and example file installation directory change]
2003-08-03 01:04:36 +00:00
seb
a5e87f43d9 Obey to PKG_SYSCONFDIR. Use bsd.pkg.install.mk framework to deal
with configuration file. Install example configuration file
in the canonical pkgsrc directory.

Bump PKGREVISION.
2003-08-03 01:01:32 +00:00
seb
ef35a4ae37 Convert to USE_NEW_TEXINFO. 2003-08-03 00:46:22 +00:00
seb
a15aa8e109 Convert to USE_NEW_TEXINFO.
And take care of an overlooked info file.
2003-08-03 00:41:32 +00:00
seb
38cd119b43 Convert to USE_NEW_TEXINFO. 2003-08-03 00:30:43 +00:00
seb
f435fce1a6 Note update of misc/git to version 4.3.17nb1 [documentation installation
directory fix]
2003-08-03 00:14:18 +00:00
seb
4d2ebccdcb Install documentation in a canonical pkgsrc directory.
Sort and clean PLIST.
Bump PKGREVISION.
2003-08-03 00:12:30 +00:00
seb
58460f543e Convert to USE_NEW_TEXINFO.
Remove not so perfect call to ${MAKE} in pre-install target to
handle the info/ subdir, tune ALL_TARGET instead.
2003-08-03 00:02:44 +00:00
markd
c987cd3163 Update checksum - previous was for a prerelease version of kdelibs. 2003-08-02 22:14:54 +00:00
seb
4285450dc6 Convert to USE_NEW_TEXINFO.
Fix info files generation by ensuring buildlink2 framework is used:
use BUILD_DIRS/INSTALL_DIRS.
2003-08-02 22:09:36 +00:00
seb
bd00d6d3a3 depkglint. 2003-08-02 21:45:39 +00:00
seb
ee3c310df9 Use buildlink2 (for X11 benefit). 2003-08-02 21:43:24 +00:00
seb
d419761fe5 Convert to USE_NEW_TEXINFO. 2003-08-02 21:38:11 +00:00
seb
3985abc7af Convert to USE_NEW_TEXINFO.
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-02 21:18:04 +00:00
kristerw
1b29fdd8d1 Make this compile on NetBSD-1.6.1/shark.
The package is compiled with -Werror, but the sharks headers are not
-Wtraditional safe, so the buld failed.  Remove the silly -Wtraditional.
2003-08-02 20:38:56 +00:00
seb
17e1183c73 If we were to use gcc.buildlink2.mk on arm32 we might as well be really
using it for all arch. While here throw in a little bit more
of buildlink2ness.
2003-08-02 20:25:27 +00:00
kristerw
f5e3330861 Make this compile on archs where size_t != unsigned int. 2003-08-02 20:24:59 +00:00
wiz
079667a86b Split out some code into Makefile.common to be used by darcnes-svgalib
in pkgsrc-wip. From Ben Collver.
2003-08-02 19:52:12 +00:00
wiz
35cdf1cc65 Add a space in an error message. 2003-08-02 19:51:45 +00:00
seb
75ffb0f31d Convert to USE_NEW_TEXINFO.
Remove now unnecessary patch files.
2003-08-02 19:39:08 +00:00
mrg
5cc4f5c8aa build with GCC3.3.1 2003-08-02 19:33:18 +00:00
kristerw
3088d0a587 Get the correct distfile for ${MACHINE_ARCH} == "arm". 2003-08-02 19:26:29 +00:00
kristerw
0fba0bd0e3 Deal with "arm32" being called "arm" these days. 2003-08-02 18:55:22 +00:00
kristerw
7bf2bd33bd Override config.guess and config.sub to make the pkg recognize and build
on more systems (e.g. NetBSD 1.6.1/shark).
2003-08-02 18:17:44 +00:00
kristerw
19ee3342c0 Document devel/ftnchek hack for gcc 2.95.3/arm -O2 lossage. 2003-08-02 17:52:14 +00:00
kristerw
785cebd938 gcc 2.95.3/arm gives "internal compiler error" when compiling this with -O2.
Use -O1 instead for arm.
2003-08-02 17:49:37 +00:00
jmmv
f0fb29ce5c Note revision bumps for exim and exim-user. 2003-08-02 17:01:27 +00:00
jmmv
31f2747385 Convert exim and exim-user to the bsd.pkg.install.mk framework:
- 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-02 17:00:06 +00:00
mrg
511e8c6c51 quieten some gcc3.3 asm warnings 2003-08-02 16:42:44 +00:00
mrg
6e806328c3 use <iostream> 2003-08-02 16:21:16 +00:00
jmmv
9dbea2b733 Add and enable avidemux. 2003-08-02 16:02:15 +00:00
jmmv
b33c020641 Note addition of avidemux, version 2.0.10. 2003-08-02 15:52:56 +00:00
jmmv
51efb6f9d8 Initial import of avidemux, version 2.0.10:
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-02 15:51:41 +00:00
mrg
fd378689b1 apply same <iostream> patch for gcc3 as mozilla 2003-08-02 15:25:27 +00:00
drochner
ee3a6dc4ba USE_GNU_TOOLS=awk 2003-08-02 13:45:22 +00:00
mrg
3be295a6f9 remove a patch that is in the latest version 2003-08-02 13:43:16 +00:00
mrg
b66fdb6899 use <iostream> instead of <iostream.h> 2003-08-02 13:40:16 +00:00
seb
e3f790001d Convert to USE_NEW_TEXINFO. 2003-08-02 13:27:27 +00:00
drochner
6bb7ace641 mention recent updates/additions 2003-08-02 13:23:26 +00:00
seb
28900cf2c5 Convert to USE_NEW_TEXINFO. 2003-08-02 13:20:15 +00:00
wiz
febdd5a814 Move BUILD_DEFS check to pre-extract to avoid creating work directories in
the fetch step.
2003-08-02 13:17:05 +00:00
wiz
b6a06da843 Undo last. While it may make live easier, it's not good for binary
packages.
2003-08-02 09:25:44 +00:00
grant
924e3daff6 when determining whether iconv is required, don't require gettext-lib
0.11.5nb1 or higher, 0.11.5 is good enough.

fixes build with slightly older installation of gettext-lib.
2003-08-02 05:59:20 +00:00
mrg
b9aa48b9a3 fix one error with building with gcc3.3 (not complete) 2003-08-02 05:28:27 +00:00
mrg
68655f41c2 make this build with gcc3.3: include <assert.h> if you use it, avoid invalid
C++ syntax and turn of -Werror for one subdir...
2003-08-02 05:22:57 +00:00
mrg
740b6dff01 make this build with gcc3: don't use invalid <varargs.h> expressions, but
use simple <stdarg.h> ones instead.
2003-08-02 05:20:37 +00:00