Commit graph

122268 commits

Author SHA1 Message Date
adam
e3d0110329 Changes 2.1.16:
Unfortunate bug introduced in 2.1.15 that broke generated firewall script
for iptables in case option "use iptables-restore" was on is fixed in this
release. Additional checks were added to the generated script for iptables
to improve error detection and make sure the GUI properly detects when it
terminates with error. Support for load balancing with PF was also added.
2008-01-28 20:34:54 +00:00
heinz
89e007c365 Initial buildlink3 fragment. 2008-01-28 20:15:57 +00:00
jnemeth
a8bdf87338 note update of fontforge to 20080109nb1 2008-01-28 19:39:50 +00:00
jnemeth
d633ab83df This package uses X11 headers, so include x11.buildlink3.mk so that it
builds with X11_TYPE=native.
2008-01-28 19:38:51 +00:00
markd
46d07ea1a5 Fix some issues with media:/ on NetBSD. From Sergey Svishchev in
KDE bug 143112.  Bump PKGREVISION.
2008-01-28 19:33:01 +00:00
reinoud
99e0a33322 Update math/maxima package to allow it to choose between clisp and sbcl. No
version has been bumped as its default has not changed and sbcl is only
working in pkgsrc-wip.
2008-01-28 12:08:49 +00:00
reinoud
d72c861a63 Add clisp and sbcl option descriptions 2008-01-28 11:25:49 +00:00
rillig
bfd5c7ebad Support the 64-bit ABI on Solaris. Patch from Gilles Dauphin via
PR 37886, with minor modifications from me.
2008-01-28 10:13:55 +00:00
rillig
98ae096a66 Added Thomas' explanation for the "PKGREVISION must only be in Makefile"
error message.
2008-01-28 09:25:52 +00:00
bjs
5c15d8301b - o nasm-2.01 2008-01-28 05:40:18 +00:00
bjs
c7cac2825a + Updated devel/nasm to 2.01 [bjs 2008-01-28] 2008-01-28 05:38:51 +00:00
bjs
128c05296a Update to version 2.01. There are far too many changes to include here;
please see the ChangeLog if interested.

All patches except Makefile patches are no longer necessary.

While here, add -Wno-signed-char to quiet these warnings.
Also change INSTALLATION_DIRS to AUTO_MKDIRS, quiet pkglint
by setting INFO_FILES=yes.
2008-01-28 05:38:20 +00:00
bjs
86b8843851 + Updated filesystems/fuse-wdfs to 1.4.2 [bjs 2008-01-28] 2008-01-28 02:57:26 +00:00
bjs
5be0cf5d57 Update to version 1.4.2. While here, support <stdbool.h> if it exists.
I'm not sure about FUSE_VERSION vs. FUSE_USE_VERSION in different
implementations, so define FUSE_USE_VERSION from FUSE_VERSION if it
does not exist and use that.


2007-04-17 CHANGES:

	 - fixed a stupid bug that avoids mounting the root of a server
	 - documented the optional port for mounting a webdav server
	 - improved attribute caching for some special cases
2008-01-28 02:56:46 +00:00
rillig
7e187aa86c pkglint can now automatically add the "used by" clauses to
Makefile.common when run with the --autofix option.
2008-01-28 01:18:13 +00:00
bjs
a7c1b4774c Remove leading underscore from OPENPAM_VERSION for BUILTIN_VERSION.openpam,
as openpam "Hydrangea" now defines OPENPAM_VERSION.  This caused the
version inquiry to fail.
2008-01-28 01:15:26 +00:00
rillig
9d8f67ca5b pkglint says:
ERROR: patches/patch-ad:30: This code must not be included in patches.
2008-01-28 00:54:50 +00:00
rillig
2692dd0290 When a file is included via .sinclude, it doesn't have to exist. 2008-01-28 00:53:21 +00:00
rillig
654940226e pkglint says:
ERROR: security/dsniff/Makefile.common:4:
	PKGREVISION must not be set outside the package Makefile.
2008-01-28 00:45:26 +00:00
rillig
fa0050ec62 Removed extra #. 2008-01-28 00:35:59 +00:00
taca
1b32bdf658 Note update of mail/ruby-tmail package to 1.2.1. 2008-01-27 16:47:39 +00:00
taca
306c4530b1 Update ruby-tmail package to 1.2.1.
pkgsrc change:

 * Use INSTALLATION_DIRS
 * Update HOMEPAGE.

Since changes are too many to write here, please refer pages linked from News
in http://tmail.rubyforge.org/.

Requested by minskim@ via private mail.
2008-01-27 16:46:46 +00:00
rillig
d22bebf3c8 Set PKG_SUPPORTED_OPTIONS to an empty list if we are not on i386. Fixes
PR 37883.
2008-01-27 16:10:25 +00:00
rillig
afd4678e11 Only for gcc, and even in that case there are lots of reasonable
compiler warnings.
2008-01-27 14:09:09 +00:00
joerg
e09da90e38 pbulk-0.27:
When running the start script in master mode, already accept incoming
connections. This makes the start script more useful when using more
clients than the default listen back log.
2008-01-27 14:01:23 +00:00
rillig
df583faa81 PKGREVISION++ for the previous change. 2008-01-27 12:35:35 +00:00
rillig
7d4b87ed73 Fixed a segmentation fault when calling "socat -hhh". 2008-01-27 12:35:16 +00:00
obache
7f02e7ad0e Updated net/libupnp to 1.6.4 2008-01-27 06:11:35 +00:00
obache
5967eefe6b Update libupnp to 1.6.4.
Changes:
*******************************************************************************
Version 1.6.4
*******************************************************************************

2008-01-23 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Workaround for a problem with the new automake AM_CONDITIONAL macro
	from autotools-1.10. Thanks to Ingo Hofmann for helping with debugging
	this one.

2008-01-22 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Added quoting to macros AC_CONFIG_AUX_DIR, AC_CONFIG_MACRO_DIR and
	AC_CONFIG_SRCDIR in configure.ac. Also changed the name of the
	auxiliary directory in AC_CONFIG_AUX_DIR to build-aux.

2008-01-22 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Fix for setsockopt() in Threadpool.c to allow more than one process
	to join the multicast-group on OSX. Thanks to Ingo Hofmann.

2008-01-22 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Using defined(__OSX__) || defined(__APPLE__) instead of just
	defined(__OSX__) in the code. Thanks to Ingo Hofmann and Chris
	Pickel.

2008-01-21 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Fix for isFileInVirtualDir. Thanks to Peter Hartley for the patch.

2008-01-07 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Putting back a "defined(__OSX__)" that has been removed in the
	previous *BSD patch. Thanks to Chris Pickel for pointing it out.

2008-01-07 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* SF Patches Tracker [ 1865812 ] typo in docs comment
	Submitted By: Hartmut Holzgraefe - hholzgra
	typo in docs comment ACCAPTED instead of ACCEPTED in
	@name UPNP_E_UNSUBSCRIBE_UNACCAPTED [-302]
	Also, the documentation file name was mispelled and was corrected in
	the Makefile.am.
2008-01-27 06:11:24 +00:00
heinz
5cd9e1d556 Show correct licencing information. 2008-01-27 05:13:01 +00:00
heinz
7f96515f98 Added
devel/SDL_Pango version 0.1.2
2008-01-27 04:34:00 +00:00
heinz
a678ff3eb8 Enabled SDL_Pango. 2008-01-27 04:32:12 +00:00
heinz
a809867fd0 Initial import of SDL_Pango.
Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the
engine to SDL (Simple DirectMedia Layer), a cross-platform multimedia library.
2008-01-27 04:30:19 +00:00
joerg
e076545b94 pbulk-0.26:
Add first pile of patches for cross-compiling support.
This still depends on the packages being pre-installed to
the normal prefix, but otherwise works. Cross-compiling
needs pkg_install-20080126. While here, simplify configuration
and allow using one pkg_install installation for everything.
As a side effect remove the pkgdb limitation for NetBSD builds.
Add a message that tells users to check the configuration file
on updates.
2008-01-26 23:44:08 +00:00
joerg
258724b565 pkg_install-20080126: Make pkg_add pass down -I and -m when recursively
adding packages.
2008-01-26 23:30:24 +00:00
wiz
6ffd0a34b8 + rxvt-unicode-9.0, xf86-video-nv-2.1.7. 2008-01-26 16:06:42 +00:00
rillig
521367f105 See also: PLIST_SUBST 2008-01-26 15:23:21 +00:00
adam
db7014d107 Updated fonts/fontforge to 20080109 2008-01-26 11:27:45 +00:00
adam
c17561de31 Changes 20080109:
* Bug fixes
* Improvements
2008-01-26 11:27:02 +00:00
xtraeme
0b4de4ed44 Updated devel/cvs2svn to 2.0.1 2008-01-26 09:42:08 +00:00
xtraeme
fe9fb8cb3f Version 2.0.1 (04 October 2007)
-------------------------------

 Bugs fixed:
 * Fix problem with keyword expansion when using --use-internal-co.

Version 2.0.0 (15 August 2007)
------------------------------

 New features:
 * Add --use-internal-co to speed conversions, and make it the default.
 * Add --retain-conflicting-attic-files option.
 * Add --no-cross-branch-commits option.
 * Add --default-eol option and deprecate --no-default-eol.
 * RevisionRecorder hook allows file text/deltas to be recorded in pass 1.
 * RevisionReader hook allow file text to be retrieved from RevisionRecorder.
 * Slightly changed the order that properties are set, for more flexibility.
 * Don't set svn:keywords on files for which svn:eol-style is not set.
 * Implement issue #53: Allow --trunk='' for --trunk-only conversions.

 Bugs fixed:
 * Fix issue #97: Follow symlinks within CVS repository.
 * Fix issue #99: cvs2svn tries to create a file twice.
 * Fix issue #100: cvs2svn doesn't retrieve the right version.
 * Fix issue #105: Conflict between directory and Attic file causes crash.
 * Fix issue #106: SVNRepositoryMirrorParentMissingError.
 * Fix missing command-line handling of --fallback-encoding option.
 * Fix issue #85: Disable symbol sanity checks with in --trunk-only mode.

 Improvements and output changes:
 * Analyze CVS revision dependency graph, giving a more robust conversion.
 * Improve choice of symbol parents when CVS history is ambiguous.
 * In the case of clock skew to the past, resync forwards, not backwards.
 * Treat timestamps that lie in the future as bogus, and adjust backwards.
 * Gracefully handle tags that refer to nonexistent revisions.
 * Check and fail if revision header appears multiple times.
 * Gracefully handle multiple deltatext blocks for same revision.
 * Be more careful about only processing reasonable *,v files.
 * Improve checks for illegal filenames.
 * Check if a directory name conflicts with a filename.
 * When file is imported, omit the empty revision 1.1.
 * If a non-trunk default branch is excluded, graft its contents to trunk.
 * Omit the initial 'dead' revision when a file is added on a branch.
 * Require --symbol-transform pattern to match entire symbol name.
 * Treat files as binary by default instead of as text, because it is safer.
 * Treat auto-props case-insensitively; deprecate --auto-props-ignore-case.

 Miscellaneous:
 * Add a simple (nonportable) script to log cvs2svn memory usage.
 * Allow contrib/shrink_test_case.py script to try deleting tags and branches.
 * Add --skip-initial-test option to contrib/shrink_test_case.py script.
2008-01-26 09:40:56 +00:00
rillig
95ce0db1bf When updating a package, the "(perhaps the packing list is incorrectly
specified?)" warning isn't correct, so don't print this assumption at
all.
2008-01-26 09:23:31 +00:00
joerg
d8d13db647 Explain unprivileged_user. 2008-01-26 03:14:18 +00:00
joerg
0b42d8a129 pbulk-0.25: Allow rebuilding of individual packages. 2008-01-26 02:00:48 +00:00
joerg
e562ac2e2f pbulk-0.25:
Add bulkbuild-rebuild which can be used to build packages individually.
It assumes that all dependencies are built and the results of the scan
phase exists. That means it can be used after a bulk build to try to
rebuild a failing package. Fixes PR 37407.
2008-01-26 01:57:00 +00:00
joerg
d60f156302 pbulk-0.24: Avoid TIME_WAIT on master. 2008-01-26 00:37:00 +00:00
joerg
d84d1ca637 pbulk-0.24:
When all jobs are processed in master mode, close the listen socket
and shutdown(2) all peers. Give them a second to close(2) the
connection themselve, so that the port remains usable on the master.
This is the standard compliant fix for PR 37002.
2008-01-26 00:34:57 +00:00
wiz
374f5208af + ORBit2-2.14.11, dirac-0.9.0, findutils-4.2.32, glabels-2.2.1,
gnumeric-1.8.1, gtkmm-2.12.4, libprelude-0.9.16.2, mimedefang-2.64,
  ploticus-2.40, skipstone-0.9.8, skype-2.0.0.27, smokeping-2.3.0,
  spamdyke-3.1.5, tcpreplay-3.2.5, wwwoffle-2.9d.
2008-01-26 00:12:01 +00:00
joerg
e46d695e87 Packages set EMUL_PLATFORMS, not EMUL_PLATFORM. Unbreaks build on
NetBSD.
2008-01-25 23:44:14 +00:00
adrianp
db1253a6cb Updated chat/inspircd to 1.1.16 2008-01-25 22:00:43 +00:00