Commit graph

113250 commits

Author SHA1 Message Date
schmonz
1db7c81ad8 Replace hardcoded date with a token for sed to update. 2007-05-23 05:00:40 +00:00
schmonz
dd365e3802 Respect CFLAGS. Fixes Universal build on OS X. 2007-05-23 04:21:05 +00:00
schmonz
bef8568825 tnftp means to link with its own libedit, but on OS X the linker's
search order means that the system libedit gets found first. This
hasn't been much of a problem until now, but the system libedit
lacks support for Apple's 64-bit architectures, which breaks the
Universal build. Therefore, force linking with tnftp's internal
libedit by replacing "-ledit" in ${LIBS} with "../libedit/libedit.a".
Workaround suggested by tls.
2007-05-23 04:20:36 +00:00
minskim
9fc5d079a5 Note update of mathomatic. 2007-05-23 02:31:48 +00:00
minskim
b860b5e1b5 Update mathomatic to 12.7.1.
Changes:
- Remove GPL preamble in "primes/*.c", so everything is LGPL.
- Allow entering "e#" and "i#" as "e" and "i". Display "e", "i", and "pi" as
  "e#", "i#", and "pi#".
- Require a space between command and command line, so variables don't get
  confused with commands. This is a bug fix.
- Added a directory named "hard_stuff".
- Fixed error in "tests/finance.in".
2007-05-23 02:31:03 +00:00
minskim
59438073b0 Note update of rubygems. 2007-05-23 01:56:56 +00:00
minskim
a26a154c12 Update rubygems to 0.9.3.
This is a maintenance release of RubyGems that fixs a problem
with ZLib on Windows platforms.
2007-05-23 01:51:19 +00:00
minskim
195485c293 Note update of ruby-daemons. 2007-05-23 01:17:35 +00:00
minskim
b2e14dc057 Update ruby-daemons to 1.0.6.
Changes:
* New option to pass an ARGV-style array to run and run_proc
* Additional patches for '/var/log'
2007-05-23 01:16:59 +00:00
joerg
0a774d640d Restore _REDUCE_DEPENDS_CMD for now as it is still used by show-depends.
Noticed by rillig@
2007-05-23 00:23:24 +00:00
joerg
6333a48d03 GNU make strongly dislikes it when MAKE is already set to bmake.
So ensure that we don't pollute the environment at all and push down
the arguments for install-dependencies via the command line.
Thanks to seb@ for the problem report and test.
2007-05-22 21:27:59 +00:00
wiz
fa80034a34 + afterstep-2.2.6, drscheme-370, geany-0.11, gmpc-0.15.0,
libgnomekbd-2.18.2, opera-9.21, py-prewikka-0.9.11, xv-20070520.
2007-05-22 20:23:54 +00:00
wiz
11233a867b Note fromcvs PKGREVISION bump. 2007-05-22 19:14:54 +00:00
wiz
ac801fb21e Fix path to python interpreter in tohg.rb and depend on python.
Bump PKGREVISION.
2007-05-22 19:13:49 +00:00
joerg
5e13adf163 While investigating xtraeme's bug report about duplicate running of the
dependency installation, it occured to me that "make depends" doesn't
run the bootstrap-depends target correctly anymore. A deeper analysis
didn't show why it happened to work as it is only requested explicitly
by fetch. It wasn't an issue as all bootstrap dependencies were checked
again before, but fix this correctly by listening as dependency of
depends as well.
2007-05-22 19:04:24 +00:00
plunky
9a6f04678e update obexapp to version 1.4.7, which contains compiler warning fixes
and NetBSD compatibility in the source.

ok by xtraeme@
2007-05-22 18:53:55 +00:00
joerg
7f9ad57965 Remove an unused, just added internal target. 2007-05-22 18:08:33 +00:00
tnn
40a096eee2 Add a couple of success reports. 2007-05-22 18:06:39 +00:00
schmonz
1da550d9bb On OS X, build a double-clickable Mac package. 2007-05-22 17:48:32 +00:00
schmonz
f87da5554f Add Mac OS X PackageMaker project file for bootstrap tools. Created
with /Developer/Applications/Utilities/PackageMaker.app, then
converted from blob to the equivalent XML with:

$ plutil -convert xml1 macpkg.pmproj

mkbinarykit will run this file through a bit of sed, then use the
result to generate a double-clickable Mac package.
2007-05-22 17:43:33 +00:00
joerg
fcc23edafa Fix a small logic bug. When running install-dependencies for the first
time for bootstrap-dependencies, only really only look at the bootstrap
dependencies. Skip them in the second run.

Confusion reported by xtraeme@
2007-05-22 17:30:54 +00:00
lkundrak
7204da57da Eggdrop updated to 1.6.17nb1 due to security issue 2007-05-22 16:59:16 +00:00
lkundrak
05a0387fdb Fix for the following:
eggdrop<=1.6.18         arbitrary-code-execution        http://www.eggheads.org/bugzilla/show_bug.cgi?id=462
2007-05-22 16:47:04 +00:00
joerg
c466f410c0 Make depends-cookie a flavor indendepent target. Before it was used to
trace the dependency information. This is computed and stored in
.depends directly now before anything else is done. The output is locked
and the locking is supposed to work before the bootstrap-depends are
installed.

Add a new hook for flavors after all dependencies are added and before
the depends-cookie is created. Use this to compute which package is used
to fulfill each dependency and store it in .rdepends. Adjust
register-dependencies and some other places to use this information
directly instead of recomputing it all the time.

The code to list all dependencies and to recursively install missing
ones is moved to a separate shell script. This makes it easier to
understand what is going on and extend them later.

Change the calling of pkg_create to prepend the dependencies directly to
the passed-in PLIST and not via -P and -T. This is in preperation of
changing the way they are stored in the packages.

Discussed with, recieved minor disagreement about install-dependencies,
but otherwise OKed by jlam.
2007-05-22 16:17:15 +00:00
obache
7b9e91eb46 Update HOMEPAGE url. 2007-05-22 15:57:27 +00:00
reed
52f17df66c Also buildlink the include directory.
This is for PR 36352.
Alternatively, maybe this could have been done in the package that
needed it instead.
2007-05-22 14:04:33 +00:00
obache
14b4a1c802 Updated net/wide-dhcpv6 to 20070507. 2007-05-22 13:01:07 +00:00
obache
ed72aaec09 Update wide-dhcpv6 to 20070507.
pkgsrc changes:
  Fix hard-coded paths in manual pages.
  Pointed out in PR 36316 by Jonathan A. Kollasch.

Changes:
[Common to all programs]
- supports compilation on Solaris
- supports interface names other than {alphabet}{numeric} format.
- allows a user to specify the owner/group for the installed files.
- fixed a bug that IA-PD/IA-NA cannot coexist in one DHCP message when they
  have the same IA-ID.


[DHCPv6 Relay]
- supported script execution for dhcp6relay.
- accepts ULA
- changes the destination port of a relayed DHCP packet from 546 to 547, when
  it is supposed to be bound for a relay, instead of a client.


[DHCPv6 Server]
- implemented DHCPv6 Confirm message processing
- implemented DHCPv6 Decline message processing
- fixed a Solicitation message validation as stated in RFC3315 15.2.
- fixed a bug that Rebind does not work for IA-NA.
- supported an address pool that has only one entry.
- fixed an IA allocation failure from pool when it doubly requested by the same
  client
- recognizes "-P" option.
2007-05-22 12:53:01 +00:00
tron
4d66be729a Note update of "samba" package to version 3.0.24nb3. 2007-05-22 12:41:54 +00:00
tron
2e00a1547a Fix package list issue affecting Linux, "sbin/mount.cifs" and
"sbin/umount.cifs" were missing. Bump package revision.

This should fix PR pkg/36372 by Ondrej Tuma.
2007-05-22 12:41:04 +00:00
martti
b869c730a4 pkglint -Wall fix. 2007-05-22 12:28:55 +00:00
martti
8b869189b2 Remove trailing spaces. This will fix my problems with pkglint:
# pkglint -Wall
FATAL: ../../mk/fetch/sites.mk:56: Unknown line type.
2007-05-22 12:27:08 +00:00
tron
5056f65515 Note updates of "xchat", "xchat-perl" and "xchat-python" package. 2007-05-22 12:20:08 +00:00
tron
fb3f678be8 Update "xchat", "xchat-perl" and "xchat-python" package to version 2.8.2.
Changes since version 2.8.0:
- Updated translations (be, ca, cs, el, hu, sv, uk, zh_CN).
- Fixed the "Save As" function saving to the wrong folder in the
  URL Grabber.
- Fixed a bug in the "Copy Selected Link" URL right-click on
  non-ASCII chars.
- Fixed small bug: #100239 buffer overflow in setup dialog.
- Overhauled the Alerts section of the settings and added support for
  opening system-tray balloons (libnotify required).
- Implemented /TRAY -b command on unix.
- Nick serv authentication is now sent without the ":" when using the
  /NICKSERV or /NS method. #1655733.
- Added command line argument:
  --minimize=level  Begin minimized. Level 0=Normal 1=Iconified 2=Tray
- Plugin API:
  * Added "modes" to xchat_get_info(). Returns the current channel modes,
    if they are known.
  * Fixed "event_event name" for xchat_get_info() to match the docs
    exactly, but 2.8.0 (mis)behaviour works too.
- Perl
  * Execute the shutdown callback before removing the hooks so commands
    created by the script can be used in the callback.
2007-05-22 12:18:58 +00:00
spz
cc5da952bb new version, a lot less bugs 2007-05-22 12:18:23 +00:00
spz
bac508cecb new version, new patches: upstream adopted a bunch of ours, but gcc found
new things to bitch about
2007-05-22 12:17:30 +00:00
martti
f128964b02 I can adopt this as I'm using clamsmtp on several production servers. 2007-05-22 11:26:13 +00:00
taca
83ff4e8e6d Note update of mail/squirrelmail package to 1.4.10anb2. 2007-05-22 11:14:11 +00:00
taca
d09ffd7af3 A patch file for squirrelmail-lite option has updated to fix its
minor problem.

Bump PKGREVISION.
2007-05-22 11:13:27 +00:00
xtraeme
5372a8855c I'm not maintaining these packages anymore. 2007-05-22 11:03:49 +00:00
xtraeme
9ac67a4418 I don't have time to maintain packages that might be affected by
security vulnerabilities.
2007-05-22 10:53:20 +00:00
xtraeme
3b7dd9b1d3 I'm not maintaining these packages anymore. 2007-05-22 10:50:59 +00:00
xtraeme
b01ff82dd1 I'm not maintaining anymore this package.
salo feel free to update it and fix the security vulnerabilities.
2007-05-22 10:47:37 +00:00
taca
988791e590 Add SHA1/RMD160 of squirrelmail-1.4.10a-lite-20070511-patch. 2007-05-22 01:47:53 +00:00
wiz
00cb019610 Remove some outdated mirror sites. From Zafer Aydogan. 2007-05-21 22:42:22 +00:00
wiz
09ea3fd2db + lbdb-0.35, prelude-lml-0.9.10. 2007-05-21 22:34:21 +00:00
wiz
3b2143c63d gnucash-current updated to 2.1.2. 2007-05-21 22:34:00 +00:00
wiz
2c388e4c30 Update to 2.1.2:
Attention: if you're using Scheduled Transactions, this version is not
compatible with 2.0.x, so you won't be able to open them with 2.0.x
after using them with 2.1.x.

 2.1.2 - 19 May 2007
 	 o Welcome to GnuCash 2.1.2 aka "Financially secure yet?"the third of
	 several unstable releases of the GnuCash Open Source Accounting
	 Software which will eventually lead to the stable version 2.2.0.
	 With this new release series, GnuCash is available on Microsoft
	 Windows for the first time, and it also runs on GNU/Linux, *BSD,
	 Solaris and Mac OSX.
	 This release is intended for developers and testers who want to help
	 tracking down bugs.
	 o WARNING: Make sure you make backups of any files used in testing
	 versions of GnuCash in the 2.1.x series. Although the developers go
	 to great lengths to ensure that no data will be lost we cannot
	 guarantee that your data will not be affected if for some reason
	 GnuCash crashes in testing these releases.
	 o Please test any and all features important to you. Then post any
	 bugs you find to bugzilla
	 http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
	 o Compared to the 2.0.x series, there are only very few user-visible
	 new features, except for the completed port to the Microsoft Windows
	 operating system. Minor new features compared to the 2.0.x series
	 are;
	 o The Scheduled Transaction Editor and Management dialogs have been
	 integrated into the overall GnuCash User Interface to give the user a
	 more consistent experience in creating scheduled transactions.
	 o Internally, the programming language wrappers are no longer being
	 generated by the not-so-well-maintained package "g-wrap" but instead
	 by the well-established wrapper generator "SWIG". In effect, gnucash
	 does no longer depend on g-wrap anymore but uses SWIG now.
	 o New printing formats for check printing
	 o Bugfixes and improvements since the last version 2.1.0 include:
	 o Internal GObject integration is much more advanced by now
	 o Crash on OFX import crashing has been fixed
	 o Windows timezone problems fixed
	 o Some memory leaks have been fixed
2007-05-21 22:33:36 +00:00
reed
29df66949c Add sparse. 2007-05-21 20:48:41 +00:00
reed
fc02787c53 Import sparse.
Sparse, the semantic parser, provides a compiler frontend capable
of parsing most of ANSI C as well as many GCC extensions, and a
collection of sample compiler backends, including a static analyzer
also called "sparse". Sparse provides a set of annotations designed
to convey semantic information about types, such as what address
space pointers point to, or what locks a function acquires or
releases.

Linus Torvalds started writing Sparse in 2003, initially targeting
issues such as mixing pointers to user address space and pointers
to kernel address space.
2007-05-21 20:46:43 +00:00