Commit graph

6707 commits

Author SHA1 Message Date
adrianp
f3ea10cc7e Bump to nb1 for recent security issue:
http://sourceforge.net/mailarchive/forum.php?thread_id=6166881&forum_id=4978
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1287
2005-01-06 13:06:10 +00:00
drochner
9711cbfc62 tighten an inline asm constraint for amd64 2005-01-06 12:25:23 +00:00
agc
b217cc91ab Regenerate distinfo for modified patch-ag 2005-01-06 10:58:30 +00:00
adam
bb92e5804a Changes 1.4.0:
* In the HTML help output (.chm files) the index items with only one subitem
  are now collapsed into one item
* Some minor tweaks to the style sheet
* @relates can now not only be used for functions, but also for other members
* Static members do have have explicit "static" in the declaration part of
  the documentation
* typedefs and enumeration are no longer shown in the "referenced by" list as
  these are types
* Make configure script use solaris-g++ by default
  (Sun's own compiler generates faulty code for doxygen)
* Included language update for Serbian, German, and Korean
* For directories dependency graphs are now generated
* Added \cond and \endcond commands, which can be used to (conditionally)
  exclude a part of a file. See the manual for an example
* Added "-d ExtCmd" debug option, which when used shows what doxygen will
  execute when invoking an external command (such as dot)
* New option WARN_NO_PARAMDOC that warns about the absence of function
  parameter or return type documentation
* Nested classes are now listed in their containing class
* Extended the \f command to support different environments, i.e. \f{eqnarray*}
  for equation arrays. The end command is \f}
* Added support for group dependency graphs
* New option DOT_TRANSPARENT to enable dot graph with a transparent background
* New option FILE_VERSION_FILTER which allows an external tool to provide
  version information per file, which is then used in the file documentation
* id 162295: New option DOT_MULTI_TARGETS which when set to YES, will run dot
  with multiple output files if possible
* Bug fixes
2005-01-06 10:38:16 +00:00
itohy
ab1371bd4c ld.so (a.out) doesn't treat "symbol not found" as an error
and dlerror() returns NULL.
2005-01-06 09:07:06 +00:00
tv
049d18c583 Don't "cp -p" for *source* files. Builds are usually done as an unprivileged
user, so it's not nice to try to use an option that will try to chown if
the repository isn't owned by the builder.

(Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2005-01-06 05:32:29 +00:00
abs
26076885ae Update cpuflags to 0.80:
Add qemu to the list of PKG_EXCLUDE_INLINE_FUNCTIONS packages, at least as
of gcc-3.3 and qemu-0.6.1
2005-01-06 00:08:51 +00:00
darcy
6cff385968 These packages all work with the latest version of Python. 2005-01-05 20:50:07 +00:00
drochner
9adb72f535 update to 2.1.5
changes:
-many cameras added, misc driver enhancements and fixes
-support for multiple USB devices
2005-01-05 15:52:52 +00:00
wiz
4184fc7518 Update to 1.0a:
* Bug fixes for threaded applications. Thanks to Andrew Danforth.
2005-01-05 14:13:22 +00:00
adam
d6dceb738c Changes 2.0.7:
* Fixed memory corruption problems with some italic fonts
* Fixed glyph metrics for bold style fonts
* Fixed compilation with newer versions of FreeType
* Fixed crash when opening a font file that doesn't exist
2005-01-05 12:30:00 +00:00
adam
051c9b7300 Changes 2.0.13:
* changed include back to "SDL.h"
* compile fixes for OSX fink
* compile fixes for gcc3.4
* support vertical and horizontal flipping of axis in new
  rotozoomSurfaceXY function
* updated TestRotozoom program
2005-01-05 12:24:55 +00:00
adam
f94bbda334 Changes 1.2.8:
* Fixed compiling under newer versions of gcc
* Fixed floating point exception with Linux 2.6 joysticks
* Added 4/6 channel surround sound support on ALSA (not 3D audio)
* Fixed mouse coordinate inversion on MacOS X
* Added a CoreAudio sound driver for MacOS X
* Added MacOS X Xcode build environment support
* Updated QNX support for QNX6
* Improved Atari port, including OSMesa support
* Numerous other bug fixes and platform support improvements
2005-01-05 12:05:19 +00:00
epg
9109b739bd Version 1.1.2
(20 December 2004, from /branches/1.1.x)
http://svn.collab.net/repos/svn/tags/1.1.2

 User-visible-changes:
  - Client:
    * fixed: 'svn switch' interruption can break working copy (issue #1826)
    * fixed: 'svn switch' memleak over ra_dav (issue #2106)
    * fixed: 'svn blame' algorithm bug (r11527)
    * fixed: invoke external diff/diff3 with local-style paths (r11689)
    * fixed: 'svn status' handling of missing subdirs (r11936)
    * fixed: 'svn ls -v' encoding bug (r11740)
    * fixed: 'svn ls "file with space"' bug (r12273, r12393)
    * fixed: 'svn merge' should URI-encode copyfrom URLs (issue #1905)
    * fixed: 'svn merge' deletion output formatting (r12100, r12111, r12114)
    * fixed: 'svnversion --version .' crash (r11438)
    * fixed: UNC paths on Cygwin (issue #2108)
    * fixed: win98 iconv bug -- uninitialized variable (issue #2091)
    * improved 'svn status' performance:
        - do fewer check_path calls (r11592)
        - 'svn status file' shouldn't recursively lock tree (r11439, r11669)
    * translation updates for localized client messages.

  - Server:
    * fixed: 'svnadmin load' race condition (r12327)
    * fixed: fsfs memleak in commit finalization (r11706)
    * fixed: fsfs memleak in inefficient directory removal (r11701)
    * fixed: fsfs commits use insert-only perms on db/revs/ (r11665)
    * fixed: fsfs creates lockfile at creation time, not at 1st commit (r12172)
    * fixed: svndumpfilter mislabeling output as version 3 (issue #2142)
    * fixed: 'svnserve -h' encoding bug (part of issue #1997)
    * fixed: prevent cross-repository copies (r12003)
    * fixed: increase log-region max size in default DB_CONFIG (issue #2159)

  - Both:
    * fixed: 'svn switch' quietly corrupting working copy (issue #2124)
    * fixed: canonicalize paths sent by ra_svn/svnserve (issue #2119)
    * fixed: memleak into UTF8 translation routines (r11689)

 Developer-visible-changes:
 * add support for BerkeleyDB 4.3
 * add support for any apr/apr-util 1.X
 * disallow incompatible SWIG versions (r12450)
 * fixed: slight API/ABI incompatibility between 1.0.9 and 1.1.x (r12102)
 * fixed: perl bindings pool usage & object refcounts (r11451, r11630)
 * fixed: perl bindings pool usage and potential memleak (r12397)
 * fixed: javahl crash trying to fetch nonexistent property (r12184)
 * fixed: javahl build can fail due to missing dirs (issue #2032)
 * fixed: RPM build breakage (issue #2111)
 * fixed: i18n issues for windows installer (r11685)
 * allow build system to update single .po file (r11763)
2005-01-05 02:04:01 +00:00
darcy
55da4e106b Upgrade to version 2.2.
Major changes are:
 - Add casts to prevent compiler warnings.
 - Allow for more than 10 positional parameters.

This should fix the bulk builds for this package.
2005-01-04 13:29:54 +00:00
darcy
c37074d89f Update to version 2.2.
Major changes are:
 - Add casts to prevent compiler warnings.
 - Allow for more than 10 positional parameters.
2005-01-04 13:29:08 +00:00
wiz
815d74b4ac Remove KDE2 packages (and their dependencies) as proposed on tech-pkg. 2005-01-03 14:32:27 +00:00
minskim
211f77fec8 Add buildlink3.mk to be used by sysutils/xhfs. 2005-01-03 01:56:15 +00:00
minskim
5c98038c1e Use the buildlink3 framework. 2005-01-03 01:50:15 +00:00
markd
3b9456c038 Fix build with db4.3. 2005-01-02 21:59:23 +00:00
adrianp
42b0c5c425 +bugzilla-2.18rc3 2005-01-02 13:43:17 +00:00
adrianp
51333dbf55 Bugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect
Tracking Systems allow individual or groups of developers to keep track of
outstanding bugs in their product effectively. Most commercial defect-tracking
software vendors charge enormous licensing fees. Despite being "free", Bugzilla
has many features its expensive counterparts lack. Consequently, Bugzilla has
quickly become a favorite of hundreds of organizations across the globe.

What Does Bugzilla Do?

- Track bugs and code changes
- Communicate with teammates
- Submit and review patches
- Manage quality assurance (QA)

Bugzilla can help you get a handle on the software development process.
Successful projects often are the result of successful organization and
communication. Bugzilla is a powerful tool that will help your team get
organized and communicate effectively.
2005-01-02 13:39:52 +00:00
tv
7123b4bd72 Refer to patch-a[bd] rather than patch-a*. 2005-01-01 20:53:19 +00:00
jmmv
17658ba0e6 Update to 0.16, which includes mostly important bug fixes:
- 50+ new integration tests
- many NetBSD portability fixes
- release build on gcc 3.4 / FC3
- masses of changeset bugs in 0.15 fixed

Some bogus changesets were generated in the 0.16 development cycle.  You
will need to rebuild revision graph.
2005-01-01 16:41:43 +00:00
wiz
fb4b40cc4a Update to 1.9.4.
Bugs fixed in 1.9.4:

* Longstanding bugs:

  - Portability nits in install-sh and mdata-sh.

  - Don't let `make install' fails if a _JAVA primary becomes empty
    because of conditionals.

  - Do not confuse CHANGELOG with ChangeLog on case-insensitive
    case-preserving file systems (likewise for all automatically
    distributed files).

  - Do not embed $DESTDIR in Python's byte-code files.

  - Work around programs that read stdin when checking for --version
    and --help options (when the `std-options' is used).

  - Fix AM_PATH_PYTHON to correctly define PYTHON as `:' when no minimum
    version was supplied and no interpreter is found.

* Noteworthy manual updates:

  - Conditional Subdirectories: more comments about non-distributed
    subdirectories.

  - Flag Variables Ordering: new FAQ entry.

  - Per-Object Flags: new FAQ entry.
2005-01-01 10:38:43 +00:00
minskim
73a9afe2bf Bump PKGREVISION because the previous binary package may contain a
wrong path to the perl executable.
2005-01-01 03:22:02 +00:00
minskim
4e37dae8e0 Teach configure the correct perl path. Bump PKGREVISION. 2005-01-01 03:18:40 +00:00
minskim
72e9d76adc This package doesn't need perl at run time. Set USE_PERL5 to "build".
Bump PKGREVISION due to dependency change.
2005-01-01 03:08:57 +00:00
minskim
6a380cf5fa This package doesn't need perl at run time. Set USE_PERL5 to "build".
Bump PKGREVISION due to dependency change.
2005-01-01 02:11:30 +00:00
minskim
86e1c4dc85 Remove the redundant PERL="..." setting in CONFIGURE_ENV; it is done
in bsd.pkg.mk.
2004-12-31 13:17:31 +00:00
minskim
b5d294a912 Teach configure a correct path to the perl executable.
Bump PKGREVISION.
2004-12-31 12:41:02 +00:00
minskim
a389a6f22b Teach configure a correct path to the perl executable.
Bump PKGREVISION.
2004-12-31 12:36:09 +00:00
markd
73eae3f56d Rename "__unused__" to avoid name clash.
From PR 28792
2004-12-31 12:09:51 +00:00
minskim
5f3242bdf2 This package depends on x11/tk because it installs a wish script; use
DEPENDS instead of buildlinking tk.  Also relax the tk requirement so
that it can be used with Tk-8.4.

Bump PKGREVISION due to the dependency change.
2004-12-31 11:40:31 +00:00
minskim
e788a71d8c This package provides scripts only. Use DEPENDS instead of
buildlinking tk.  Also relax the tk requirement so that it can be used
with Tk-8.4.

Bump PKGREVISION due to the dependency change.
2004-12-31 11:21:16 +00:00
darcy
fc3f93a365 Add py-Pyro Pyro-3.4 2004-12-31 10:16:06 +00:00
darcy
6c24105907 Initial import of Pyro from pkgsrc-wip.
Pyro is an acronym for PYthon Remote Objects. It is an advanced and powerful
Distributed Object Technology system written entirely in Python, that is
designed to be very easy to use. It resembles Java's Remote Method
Invocation (RMI). It is less similar to CORBA - which is a system- and
language independent Distributed Object Technology and has much more to
offer than Pyro or RMI. But Pyro is small, simple and free (MIT software
license).

Get the manual from

	http://pyro.sourceforge.net/pyro-manual/PyroManual.html

Check quite impressive success stories on

	http://pyro.sourceforge.net/projects.html
2004-12-31 10:13:56 +00:00
markd
6ac9f39497 The use of "__unused__" conflicts with usage in recent NetBSD-current
header files so rename all occurances to something that doesnt.
2004-12-30 21:59:17 +00:00
rh
ed5adb3ca9 Add and enable edcommon 2004-12-30 11:57:12 +00:00
rh
3ae4a960a6 Initial import of edcommon-32, a set of Foundation and AppKit extensions
for GNUstep.
2004-12-30 11:56:01 +00:00
minskim
2ecbd51e17 Use GNU make on Linux because imake generates Makefile that requires
GNU make.
2004-12-30 00:04:56 +00:00
jmmv
043174c02d delint: add pcre++ and sort p5-{Spiffy,Spoon} properly. 2004-12-29 13:02:53 +00:00
jmmv
43b97a8b2d Add and enable glade2-gnome. 2004-12-29 12:59:22 +00:00
jmmv
7664427f8a Initial import of glade2-gnome, a package providing Glade built with GNOME
support.  This is version 2.6.5.

Addresses PR pkg/25030.
2004-12-29 12:58:26 +00:00
jmmv
ca2d0d96a7 Disable GNOME support and split the Makefile to aid in the addition of the
new glade2-gnome package, which provides the missing bits.  Bump PKGREVISION
to 1.

While here, pick maintainership.  This package was maintained by the same
person as gnome2-terminal, who is unreachable according to ben@.

Addresses PR pkg/25030.
2004-12-29 12:56:50 +00:00
adrianp
5898c6e7f3 - Bump to 1.5.1
- Lots of bugfixes and enhancements:
	- Added drawing of partial trees.
	- Most error and warning messages are now displayed in the graph,
	  instead of being written to stderr.
	- Works with CVSNT.
2004-12-29 11:37:39 +00:00
recht
008d1915f9 update to tla-1.3
Important changes since GNU arch 1.2.1 include:

  * reverting the 1k tagline boundary error to a warning, allowing old
    archives to continue to be accessed,

  * fixing a regression in get-changeset,

  * fixing the "one-way" star-merge bug, and

  * recognizing patch logs from archives beginning with a digit again.
2004-12-29 11:26:56 +00:00
xtraeme
a1e5244960 distfile unavailable, same with HOMEPAGE... use MASTER_SITE_BACKUP for
now.
2004-12-28 23:31:35 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
adrianp
05443f8239 - Bump to 1.08
- Add python24 to the supported python versions
- From the Changelog:

 gera - v1.08 - Nov 17, 2004
 fixed a bug in Variable (leading to a bug in IfInlineEgg)
 added long conditional jumps
 setString() now uses a call over the string and pop to set the string when
 the string is long enough to justify it - thanks spoonm
2004-12-28 23:04:15 +00:00