Commit graph

111734 commits

Author SHA1 Message Date
hira
cb4b8baff3 Disable firefox-gtk1, seamonkey and seamonkey-gtk1 options until
these are really supported.
2007-03-30 13:34:53 +00:00
grant
3525ec4472 fix the largefile problem in a different way, since swapctl doesn't
work on Solaris when largefile support is enabled.
2007-03-30 05:52:37 +00:00
grant
a772b1bdb1 add required CPPFLAGS to enable largefile support on Solaris. 2007-03-30 02:37:11 +00:00
wiz
87231d9a9a + package suggestion: VirtualBox
+ nagios-3.0a2, nut-12.4.
2007-03-29 18:36:58 +00:00
dmcmahill
866fdbf14d Repair a broken build on solaris and possibly others. 2007-03-29 12:00:44 +00:00
tron
0ee7d1927a Make this build as non-root user. Patches provided by Aleksey Cheusov
in PR pkg/34987. This also fixes PR pkg/36096.
2007-03-29 12:00:13 +00:00
dmcmahill
5a5e89fefe fix the SCI variable directory name 2007-03-28 21:18:52 +00:00
bouyer
c3bd254ab9 Release maintenership; I will hopefully not have to use this software any more. 2007-03-28 20:55:58 +00:00
bouyer
caafb72968 Take maintenership. 2007-03-28 20:54:28 +00:00
bouyer
ee5b08b6db mail/sympa updated to 5.2.4. 2007-03-28 20:53:01 +00:00
bouyer
a45ad0c940 Update sympa to 5.2.4. Should fix pkg/36007 as a side effect.
Main changes since 4.1.2:
Full virtual robot support ; you can now create 2 lists with the same name in
   different virtual robots
Message topics : list messages can be tagged with topics. List owner defines
   a set of topics for the list.  List members can select topics and only
   receive related messages.
Sympa is now VERP enabled
new return_path_suffix parameter in sympa.conf
new 'digest_max_size' list parameter. If a digest exceeds this limit, then
   multiple messages are sent.
New set of web templates, CSS and XHTML compatible.
RSS channels are providing the following features :
   * latest messages in list archives
   * latest documents in web repository
   * latest created mailing lists
   * most active mailing lists

Also, lots of other small features, translations and bug fixes.
2007-03-28 20:51:09 +00:00
joerg
8427aec5f0 Fix NO_MTREE. 2007-03-28 13:30:11 +00:00
joerg
0c84b2e271 Needs msgfmt. 2007-03-28 13:28:38 +00:00
joerg
cf8a69eab6 Fix NO_MTREE. 2007-03-28 13:26:55 +00:00
joerg
8df09a602f Support NO_MTREE. 2007-03-28 13:25:53 +00:00
joerg
a3dec08cae Support NO_MTREE=yes. 2007-03-28 13:25:12 +00:00
joerg
1fbd832e05 Fix typo, make cat8 as well. 2007-03-28 13:24:23 +00:00
joerg
53b9f7a7a8 Precreate include as well. 2007-03-28 13:22:23 +00:00
joerg
c22dc6d534 NO_MTREE support. 2007-03-28 13:19:13 +00:00
dmcmahill
fd36cea135 Updated math/R to 2.4.1nb1 2007-03-28 11:09:18 +00:00
dmcmahill
8838f373c3 Wants at least version 4.7 of makeinfo to build the docs. Bump pkgrev. 2007-03-28 11:06:29 +00:00
wiz
8b86fd9d15 When setting DIST_SUBDIR, distinfo needs updating too. 2007-03-28 06:33:46 +00:00
wiz
1294af0e71 Fix build with gnome-doc-utils-0.10.1. 2007-03-27 22:31:16 +00:00
wiz
1cbe15276c Fix installation and PLIST after update to 0.12.2.
Install failed, so no PKGREVISION bump necessary.
2007-03-27 22:24:11 +00:00
wiz
aaa9ea223f Fix build with gnome-doc-utils-0.10.1. 2007-03-27 21:54:04 +00:00
wiz
fd2b9214c3 + abcmidi-20070318, cksfv-1.3.10, dia-0.96, gmime-2.2.5, liferea-1.2.9,
nas-1.8b, raptor-1.4.15.
2007-03-27 21:15:05 +00:00
wiz
7b5a301aaf Add missing files to PLIST. Bump PKGREVISION. 2007-03-27 21:14:39 +00:00
dmcmahill
c646576dd4 only pass a single directory name at a time to 'install -d' as this is more portable.
Fixes install problems on solaris.
2007-03-27 12:34:11 +00:00
tron
f67bb4925a Add "-ld" to "LDFLAGS" automatically. This should help fixing PR pkg/36086. 2007-03-27 06:32:06 +00:00
reed
d6c5898466 Revert PLIST.
Use different install target.

Bump PKGREVISION.

This is also for PR 36080.

(TODO: look at SYSCONFDIR which is /etc.)
2007-03-26 17:01:59 +00:00
reed
480487fae3 Add glob6 and sh6 and respective manpages to PLIST.
Not bumping PKGREVISION as my update was a few minutes ago.

This is for PR 36080.
2007-03-26 16:58:25 +00:00
reed
2a6757e603 Update osh to version 20070324. This is for PR 36080 from upstream
developer.

pkgsrc changes include:

Use BUILD_TARGET=oshall as request in PR.
And make it work with PKGMANDIR.

CHANGES file includes:

Changes that improve compatibility w/ the Sixth Edition Unix shell
are marked w/ a `C:' in the details below.

-------------------------------------------------------------------------------
[osh-20070324]:
osh.c:
	* In main(), changed when fdfree() is called so that it is in a more
	  ideal sequence with other operations according to how the shell is
	  invoked (e.g., interactive shell vs. non-interactive shell).

-------------------------------------------------------------------------------
[osh-20070321]:
	* Imported the project into a local subversion repository.

	* Changed the all of the code to "#include <stdbool.h>" and to use
	  the "bool" data-type macro where appropriate.

Makefile:
	* Added SYSCONFDIR and a new `man' target.

osh.c:
	* Defined _PATH_SYSTEM_LOGIN as `SYSCONFDIR/**/"/osh.login"' instead
	  of "/etc/osh.login" so that the user can use SYSCONFDIR (/etc by
	  default) at build-time to specify the directory where the shell
	  shall search for its system-wide initialization file.

	* Added a new special parameter, $v, which makes the version of the
	  osh package available as a read-only string.  The format is
	  `osh-YYYYMMDD' for official releases and `osh-current (YYYYMMDD)'
	  (interpreted as one word) for development snapshots.

	* Fixed a bug where interactive shells were no longer ignoring SIGTERM
	  when invoked, as they are supposed to.  Now, SIGTERM is being ignored
	  again upon invocation of all interactive shells.

	* Fixed the output from doing a `sigign' so that it matches its
	  documentation in osh.1: "..., a list is printed of those signals
	  which are ignored by sigign in the current shell."

	  Previously, the output from a `sigign' could be a little confusing.
	  Now, its output only indicates those cases where a given signal is
	  being ignored w/ the possibility that it can then be unignored
	  (reset) in the current shell context.

if.c:
	* Added 3 new primaries: -ef (equal files - same device, same inode),
	  -nt (newer than), -ot (older than).  See the if(1) manual page for
	  full details.

-------------------------------------------------------------------------------
[osh-20070131]:
osh.1:
	* Made a few minimal changes to synchronize the manual w/ the code.

osh.c	1.2 (jneitzel) 2007/01/14:
	* Changed the `chdir: No old directory' diagnostic to
	  `chdir: No previous directory' to match the manual.

-------------------------------------------------------------------------------
[osh-20061230]:
	The following files have been removed in this release:
		examples/*: These files are now available at:
			    http://jneitzel.sdf1.org/osh/initialization_files/
		   tests/*: ... until I have a chance to rewrite them ...

*.1:
	* Changed all instances of `UNIX' to `Unix' since the name
	  of the Unix operating system is not an acronym.

pexec.c:
	* Fixed a possible, but very unlikely, memory leak.

osh.c:
	C: Rewrote the shell!  It is now a combination of the ports of the
	   original source code from sh6.c and glob6.c (see CHANGES_sh-to-sh6)
	   w/ the prior enhancements which were found in osh-060124/osh*.[ch] .

fd2.c:
	* Removed the call to lseek(2) to end-of-file for errors.
	  The shell determines when this is necessary.

	* Changed the `: no shell' diagnostic to `: No shell!'
	  in the spirit of sh6(1).

goto.c:
	* Fixed a bug which interfered w/ finding a requested label when
	  its first character had the high-order bit set.  The value of the
	  first character is now passed to getlabel() as an unsigned char
	  converted to an int to allow correct comparison in such a case.

if.c:
	* Removed the call to lseek(2) to end-of-file for errors.
	  The shell determines when this is necessary.

	* Changed the method used to build the argument list for all commands
	  executed by this utility, and removed the `Too many args' diagnostic.
	  The maximum length of the argument list for a command is now limited
	  only by the maximum length that the invoker can pass and by any
	  system-imposed limit for execve(2) (see E2BIG in errno(2)).

	* Changed the `: no shell' diagnostic to `: No shell!'
	  in the spirit of sh6(1).

	* Changed the diagnostic used for `!', `-a', `-o', and `(' operator
	  errors from `: argument expected' to `: expression expected'.
2007-03-26 16:43:34 +00:00
tron
ecd5e19f04 Include "pkgsrc/devel/dlcompat/buildlink3.mk" when building this package
under Mac OS X. This should fix PR pkg/36086.
2007-03-26 11:44:18 +00:00
dsainty
ab9551e1d9 Add an explanatory comment why this package is only suitable for NetBSD. No effective change. 2007-03-26 09:31:10 +00:00
xtraeme
0b0dfcaaa8 Updated emulators/dosbox to 0.70 2007-03-26 06:32:54 +00:00
xtraeme
42a0c0e4af Update to 0.70:
- Improve register handling and support with XMS.
  - Fix some issues with deleting open files.(windows only issue)
  - Add dummpy LPT1 class. (windows only issue)
  - Improve some of the internal dos commands. (choice, copy and shift)
  - Improve ROM area. (for games that use it for random numbers or
    overwrite it as some sort of detection thing)
  - Improve compatibility of dynamic core by making it handle certain
    pagefaults earlier.
  - Move internal dos tables around so we have more umb memory.
  - Add some dos tables.
  - Dynamic core supports io exceptions.
  - Move some interrupt handlers to XT Bios locations.
  - Add a dynamic fpu on x86.
  - Improve fpu on non-x86.
  - Trapflag gets strickt priority over hardware IRQs.
  - Trapflag support for the dynamic core.
  - Add dummy TRx handling.
  - Fix a few rarely used character functions.
  - Improve auto cycle guessing code.
  - Improve and extend the joystick support.
  - Add autofire support.
  - Improve the mapper so you can map keys to the joystick and vice versa.
  - A few game specific video card fixes.
  - Fix some 64 bit cpu bugs.
  - Add support for certain cdrom detection schemes.
  - Improve HSG/Red Book support.
  - Improve MSCDEX.
  - Improve dynamic core support under intel macs.
  - Add basic support for clipper programs.
  - Add support for different keyboard layouts.
  - Add auto core guessing.
  - Fix a few flags bugs.
  - Fix a few small cpu bugs.
  - Improve soundblaster detection rate by various programs.
  - Improve EMS emulation. (allow mapping of non standard regions)
  - Improve keyboard input codes on various OS-es.
  - Fix problems with filenames having stackdata in them.
  - Changed a few basic operations in DOSBox so they take emulated time.
  - Improve dos ioctl functions.
  - Improve DOS functions when dealing with virtual drive.
  - Improve FAT drives.
  - Better handling of volume-labels in file functions.
  - Image disk cycling capability. (prompt)
  - Try to reduce the impact of using an analog joystick.
  - Several measures to avoid code invalidation on certain types
    of self modification in the dynamic core.
  - Add dynamic core memory function inlining.
  - A few small mouse improvements. (some games are using things they
    shouldn't)
  - Add nullmodem emulation.(h-a-l-9000)
  - Some small cga and hercules fixes.
  - Add more scalers (hq2x/hq3x/sai). (Kronuz)
  - Change configuration file loading support. It now supports
    multiple configuration files.
  - Make dynamic core capable of running some win32s programs.
  - Fix and add some rare soundblaster modes. (Srecko)
  - Better soundblaster mixer controls. (Srecko)
  - Make soundblaster installation under windows much easier.
  - Add device control channel handling.
  - GEMMIS support (ems under windows).
  - Support more colours in win 3. (vasyl)
  - Don't show unmounted drives in windows filemanager.
  - Fix some bugs in the int13 handler.
  - Simulate some side-effects of bios interrupt handlers on flags.
  - Add IPX functions needed by netbios.
  - Make ports take emulated time.
  - Tabcompletion is now aware of the CD command.
  - Add suppport for the dac pel mask.
  - Fixes to hercules emulation, better detection and bank switching.
  - Fixes to tandy emulation, 640x200x16 mode and different sizes bank.
  - EGA/VGA memory changes detection for faster rendering.
  - Gus 16 bit fixes.
  - Many timer improvements.
  - Some pcjr fixes.
  - Some booter fixes.
  - Many small fixes.
2007-03-26 06:31:55 +00:00
wiz
a0845ea96a Fix typo in RESTRICTED. 2007-03-26 06:15:27 +00:00
tron
b35c9560d5 Fix broken in variable assignment added by last commit. 2007-03-25 22:06:02 +00:00
wiz
676ebcd4bd Use mame-license. 2007-03-25 20:42:14 +00:00
wiz
cd66745c34 Add MAME license. 2007-03-25 20:42:07 +00:00
jmmv
cfd9959a36 Include bsd.prefs.mk early enough so that PKG_HOME.${MONOTONE_USER} and
friends get properly defined.  Hi jlam@!

Fixes PR pkg/35931 by riz@.
2007-03-25 18:52:10 +00:00
jmmv
02d7baa787 Extract using gtar to avoid problems with the distfile, as devel/scmgit does.
Reported by joerg@.
2007-03-25 18:41:26 +00:00
wiz
9d68c4c5e9 + libgda-2.99.6, libgnomedb-2.99.6, m4-1.4.9, mergeant-0.66,
p5-Apache-DBI-1.06, swfdec-0.4.3.
- file-4.20
2007-03-25 15:39:11 +00:00
tron
451a4c6c78 Use "suse100_vmware" package if the SuSE 10.0 package are used on
the system.
2007-03-25 14:45:19 +00:00
grant
94652ea812 note PKGREVISION bump of nagios-plugins (remove dependency on
nagios-base).
2007-03-25 12:50:08 +00:00
grant
711a0597ab remove unneeded dependency on nagios-base.
bump PKGREVISION.
2007-03-25 12:48:46 +00:00
adrianp
10a3f74289 Updated sysutils/file to 4.20 [adrianp 2007-03-25] 2007-03-25 11:30:03 +00:00
adrianp
c9520955ce Update to file 4.20:
New in this release is a BNF file that shows the syntax of magic
files.  Many more checks have been added to the magic parser and
badly formatted magic entries have been fixed. There is now a
"default" statement in the magic entires. Finally a exploitable
flaw in the print buffer management has been fixed.
2007-03-25 11:28:12 +00:00
wiz
e93d8da3b4 Convert to xorg. 2007-03-25 10:04:28 +00:00
wiz
557462a877 Convert to xorg. 2007-03-25 09:48:13 +00:00