Commit graph

62024 commits

Author SHA1 Message Date
kristerw
c49d6fa1a7 Do not explicitly force use of lang/egcs for SunOS; the buildlink
infrastructure handles compiler issues aoutomagically.
2004-05-31 16:43:45 +00:00
jschauma
9ac119aadc Set SSH_RSHPATH to /usr/bsd/rsh, overriding the default from
bsd.pkg.defaults.mk.  Noted by Georg Schwarz in a private email.
2004-05-31 16:34:46 +00:00
recht
c7abd3355f Note update of gail to 1.6.5. 2004-05-31 15:34:03 +00:00
recht
7c401f0c03 update to 1.6.5
Overview of Changes in GAIL 1.6.5
=================================
* Ensure than antecendent menu is unposted when menu item is activated.
(bug #134532)

* Set state ATK_STATE_SENSITIVE for cells in a GtkTreeView.  (bug #142776)

* Emit children-changed signal when tab added to or removed from GtkNotebook.
(bug #128970)

* Updated translations: Simplified Chinese [Funda Wang]

Overview of Changes in GAIL 1.6.4
=================================
* Prevent warning message because of referring to non-existent child.
(bug #141494)

* Report labels correctly for GnomeFontPicker (bug #140616)

* Ensure that focus object for widget is not defunct before reporting
focus on it. (bug #141907)

* Set button press as default action for button consisting of a down arrow.
(bug #137401)

Overview of Changes in GAIL 1.6.3
=================================
* Fix warning messages when compiling. (bug #140475 [Stanislav Brabec]

* Rework fix for evolution crasher bug. (bug #140559)

* Do not report focus state change on widget when non-widget child of
widget is reported as having focus. (bug #134003)

Overview of Changes in GAIL 1.6.2
=================================
* Ensure that accessible name is reported for file in Nautilus List View.
(bug #139391)

* Report children of scrolled window correctly when only vertical scrollbar
is visible. (bug #138734)

* Fix crasher bug in evolution when going to a specific date. (bug #140475)

* Add translations: Add M\304\201ori [John Barstow]
2004-05-31 15:30:29 +00:00
dmcmahill
ef714b3bcf note update of pcb-current to 20040530 2004-05-31 12:44:26 +00:00
heinz
77210faa99 Correct bad substitution of @PREFIX@ in spamd.raw 2004-05-31 12:43:06 +00:00
dmcmahill
2af806cc30 update to pcb-current-20040530. Changes since last snapshot are:
========================================================================
Release Notes for PCB snapshot 20040530
========================================================================
This has been an exciting 3 months for PCB.  Many improvements have
been made in the program as well as additions and improvements to the
footprint library.  Thanks to everyone who has provided feedback,
patches, etc.

----------------------
Additions/Improvements
----------------------
  - Expanded DRC checking
  - "Realtime" DRC checking
  - DRC settings are now stored in the board fle
  - Centroid (X-Y) and bill of materials output
  - Dynamic menus.  Users can now customize the menus via a
    site-wide, per-user, or per-project menu resource file.
  - Significant improvements to autorouting of congested designs.
  - Autorouter can now use power planes.
  - Improved appearance in autorouter output.
  - Silk on pads/pins is clipped in RS-274-X output
  - Ordering is preserved when writing output files so that diff
    may be effectively used on pcb files.
  - The autoplace feature now actually works
  - Added ToggleVisibility action
  - Most of the database is now kept in rtrees which avoids linear
    searches.  This speeds up operation significantly.
  - Added SetFlag, ClrFlag, ChangeFlag actions

---------
Bug Fixes
---------
  - pin/pad bounding box calculation fixed.  Components can
    now be placed closer to the edge of the board.
  - miter trace optimization bug.
  - Fix bug with pins which are enclosed by multiple polygons.
  - Shorts to unnamed elements and pins are handled correctly.
  - Various memory leaks fixed.
  - Fixed some bugs with a really high zoom.
  - Fixed default media selection in postscript print dialog
  - Fix some DRC bugs with square pins.

------------------
Footprint Library:
------------------
  - Added SOJ footprint family (~geda library)
  - Added CTS series 742/3/4/5/6 resistor pack footprints (~cts library)
  - Added PKG_CONNECTOR_DIL macro to let the HEADER*_1 footprints work
    (~geda library)
  - Correct the SDIP footprints (~geda library)
  - Correct some Minicircuits footprints (~minicircuits library)
  - Correct some panasonic footprints (~panasonic library)
  - Change refdes silk size for sockets (~johnstech library)
  - Increase soldermask relief on some mounting holes
    (~johnstech library)
  - Convert the COMMON_SMT_DIL_MIL and COMMON_SMT_DIL_MM macros
    used by several other libraries to the hi-res format.
  - Correct pin count on 100 pin QFP packages (100 not 72)
    (~geda library)
  - Correct pin count on HEADER60_2 (60 not 50) (~geda library)
2004-05-31 12:42:43 +00:00
markd
3ad5b136c1 kdebase3 update. 2004-05-31 12:25:43 +00:00
salo
e817e83a2b + gaim-0.78 2004-05-31 12:24:26 +00:00
markd
6376290794 Add PKG_SYSCONFDIR support for kdm. Bump PKGREVISION.
Closes PR pkg/24844
2004-05-31 12:21:06 +00:00
tron
604550e62f Note update of "net-snmp" package to version 5.1.1nb1. 2004-05-31 11:48:28 +00:00
tron
57cdafd025 Use "-Ls ..." instead of deprecated "-s" command line option when
starting the daemons.
2004-05-31 11:47:29 +00:00
grant
10f01589be oops; move _READLINE_H and _READLINE_READLINE_H definitions outside
the conditional as they are needed later on.
2004-05-31 10:00:42 +00:00
grant
16383194b1 also test for the readline.h header file when determining whether we
have builtin readline.

fixes a problem under Slackware 9.1 where the aaa_elflibs package (which
must be installed) provides shared libraries for base system programs
linked against them, but does not provide the .so symlink nor the header
files needed for development, so can't be used for pkgsrc.
2004-05-31 09:55:36 +00:00
salo
ca4a80a988 Pass CXXFLAGS and LDFLAGS to Makefile, usa more buildlink variables.
Allow both overwrite and pkgviews installation.
Based on patch sent by Joachim Kuebart via PR pkg/25752.
2004-05-31 09:50:35 +00:00
seb
ad3165957f Fix SUBST_FILES.sysconf's value. 2004-05-31 09:17:38 +00:00
minskim
147221626b Add build dependency on pkgconfig. 2004-05-31 07:54:29 +00:00
minskim
8dc227a545 Make this package build with thread-enabled Tcl. 2004-05-31 07:25:58 +00:00
kim
b1e4921665 Butcher this into compiling and apparently running ok on NetBSD-current. 2004-05-31 02:18:44 +00:00
epg
d48530444f Be honest about versions: require at least 1.0.0 but recommend the
current version.
2004-05-31 02:04:00 +00:00
epg
f48b4bba24 note trac-0.7 update 2004-05-31 01:59:06 +00:00
epg
16796d1d33 Update to Trac 0.7 'Fulci' (May 18, 2004)
http://svn.edgewall.com/repos/trac/tags/trac-0.7

 * Revised database format (requires manual upgrade).
 * Trac standalone daemon, tracd (Experimental).
 * Greatly improved browser.
 * Many usability improvements.
 * Clean-up of CSS and templates.
 * UTF-8 character encoding support.
 * Wiki page attachments.
 * Syntax coloring supporting >35 languages, using SilverCity or GNU Enscript.
 * Better support for ReStructuredText.
 * Logging support, including syslog and windows eventlog.
 * Ticket attachments.
 * Import tickets from Bugzilla (contributed by Mark Rowe).
 * Import tickets from SourceForge (contributed by Dmitry Yusupov).
 * New ticket field: keywords
 * Ticket email notification.
 * Localized date and time display.
 * Viewable SQL for reports.
 * Improved search facilities.
 * Windows installer package.
 * More documentation.
 * Fixed bugs: #14, #19, #27, #62, #87, #96, #106, #111, #115, #127, #146,
	#161, #166, #171, #180, #182, #183, #188, #190, #191, #192, #193,
	#195, #196, #197, #201, #205, #207, #211, #212, #213, #220, #224,
	#227, #228, #231, #233, #235, #236, #240, #241, #243, #244, #246,
	#247, #248, #249, #251, #252, #253, #254, #255, #258, #259, #261,
	#262, #263, #265, #270, #271, #273, #275, #277, #278, #281, #284,
	#285,  #88, #289, #292, #293, #294, #296, #300, #302, #310, #313,
	#314, #315, #316, #320, #322, #328, #332, #333, #337, #338, #339,
	#340, #341, #344, #348, #349, #358, #361, #362, #363, #368, #370,
	#371, #372, #376, #377, #378, #381, #384, #385, #386, #387, #388,
	#392, #394, #396, #398, #402, #403, #410
2004-05-31 01:57:25 +00:00
epg
7d33e74bbc note rapidsvn-0.6.0 update 2004-05-31 01:01:58 +00:00
epg
b0f7918fb1 Update to Version 0.6.0 (released May 24 2004)
http://svn.collab.net/repos/rapidsvn/tags/0.6.0

Pkgsrc changes:  Require subversion 1.0.0 and wxGTK 2.4.2.  Remove
patch-aa (issue #180 below).

User-visible changes:
* 180   Configure script failed on Solaris because of "find -maxdepth"
* 183 	Save preferences "Flat view" and "Refresh with Update"
* 149 	RapidSVN supported for AMD64
* 184 	New icon for out-of-date files
* 186 	Implemented Diff command for the Log dialog.
* 157 	Fixed: diff could not open file on Linux
* 145 	Fixed: sort-order for status in file-list
* 158 	Fixed: crash when adding a bookmark
* 160 	Fixed: double click on file in repos doesn't work
* 166 	Fixed: trailing spaces on repository URL not trimmed
* 177 	Fixed: status for 'out-of-date' files not being displayed
* 185 	Fixed: Text/Property status display for 'out-of-date' files
* 148 	Fixed: date display in log dlg


Developer-visible changes:
* 164 	Fixed: ls return path wrong for current dir
* 169 	Fixed: Context inits apr after using apr function
* 162 	Conform with Subversion 1.0.0
* 168 	add changed path support to log
2004-05-31 00:58:48 +00:00
recht
4bdb3a62c3 Backout pkgviews installation. As pointed out by minskim@ on tech-pkg@:
aclocal searches the depot only, and fails to find .m4 files.
2004-05-31 00:25:14 +00:00
minskim
46e4201c6b Install into PREFIX, not LOCALBASE. Required to enable pkgviews
installation.  Pointed out by Joachim Kuebart on tech-pkg@.
2004-05-30 18:05:54 +00:00
tron
162e5737cc Make this build under NetBSD 2.0D and above with statvfs(2). 2004-05-30 17:57:52 +00:00
minskim
d7a9926b50 Create "lib" in the depot to install libraries into the correct place.
Pointed out by Joachim Kuebart on tech-pkg@.
2004-05-30 15:29:34 +00:00
sekiya
9622bcee7f Add (tested) amd64 support. From FreeBSD, mostly. 2004-05-30 14:02:01 +00:00
xtraeme
2be2a965a9 Added ap2-transform-0.4.0. 2004-05-30 13:29:04 +00:00
xtraeme
63bf039abb Initial import of ap2-transform-0.4.0.
mod_transform is a filter module that allows Apache 2.0 to do dynamic XSL
Transformations on either static XML documents, or XML documents generated
from another Apache module or CGI program.
2004-05-30 13:27:16 +00:00
seb
d843dafef8 SUBST_FILES.<class> should be relative to ${WRKSRC} 2004-05-30 12:47:18 +00:00
tron
acc65d8dfc Note update of "apache" package to version 1.3.31nb1. 2004-05-30 12:37:54 +00:00
tron
5a1e04f79f Compile with version 2.8.18 of "mod_ssl" instead with the (reported to
be vulnerable) version 2.8.17. Bump package revision because of this.
2004-05-30 12:37:15 +00:00
grant
cbd2865637 correctly set BDB_TYPE when native db is not available, eg. Solaris,
IRIX using the first BDB_ACCEPTED.
2004-05-30 10:40:02 +00:00
grant
a2d88842c6 note update of ap-ssl to 2.8.18. 2004-05-30 10:32:18 +00:00
grant
33d163a2da updated mod_ssl to 2.8.18.
- fix installation of example README.CSR.


  Changes with mod_ssl 2.8.18 (11-May-2004 to 27-May-2004)

   *) Fix buffer overflow in "SSLOptions +FakeBasicAuth" implementation
      if the Subject-DN in the client certificate exceeds 6KB in length.
      (CVE CAN-2004-0488).

   *) Handle the case of OpenSSL retry requests after interrupted system
      calls during the SSL handshake phase.

   *) Remove some unused functions.
2004-05-30 10:29:00 +00:00
mrauch
70af2f6fe8 Change MASTER_SITES to use new MASTER_SITE_OPENOFFICE list of mirrors. 2004-05-30 08:38:35 +00:00
mrauch
bbfe90d0cb Improve the replacement that makes the test for an existing lifreetype.so.6
always false. The old one seemed to not work in some corner cases.
2004-05-30 08:30:08 +00:00
minskim
f4575e3fe0 Note PKGREVISION bump of ed2k-gtk-gui. 2004-05-30 08:16:23 +00:00
minskim
a43a0e5ff5 Add CONFIGURE_LDFLAGS=${LDFLAGS:Q} to CONFIGURE_ENV, because the
configure script of this package replaces @LDFLAGS@ with
${CONFIGURE_LDFLAGS}, not with ${LDFLAGS}.  This fixes the problem
that ed2k_gui doesn't run on some platforms due to incorrect rpath.

Bump PKGREVISION.
2004-05-30 08:14:48 +00:00
mrauch
80f88d2fca Add MASTER_SITE_OPENOFFICE for the misc/openoffice* packages.
List extracted from http://download.openoffice.org/1.1.1/source.html
2004-05-30 08:10:05 +00:00
minskim
4feff7c111 Simplify Makefile using BUILDLINK_TRANSFORM instead of subst.mk. 2004-05-30 07:52:08 +00:00
minskim
deb599e379 Install a man page with INSTALL_MAN, not with INSTALL_DATA. 2004-05-30 07:06:26 +00:00
minskim
b2521fa513 - NO_CONFIGURE=yes
- Enable pkgviews installation.
2004-05-30 07:04:26 +00:00
grant
2eda7fc325 simplify last slightly. 2004-05-30 06:22:09 +00:00
grant
6ac95f685f make it possible to override the package date, and therefore version,
without having to hack the Makefile(s).

makes it easier to downgrade to a previous nightly build (provided you
already have the distfile) by simply setting eg. MOZ_VER=20040525, as
I just had to do :)
2004-05-30 03:22:05 +00:00
minskim
dfd23df133 Enable pkgviews installation. 2004-05-30 03:16:09 +00:00
snj
eb1b52eb41 Set MAINTAINER to tech-pkg@, not packages@. 2004-05-30 02:19:16 +00:00
recht
295b79b559 add alpha c++ -O2 bug workaround for graphics/freetype2 2004-05-30 00:14:43 +00:00