Commit graph

62015 commits

Author SHA1 Message Date
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
recht
03b0fedad1 Enable pkgviews installation.
patch provided by Cesar Catrian C. in PR pkg/25740
2004-05-29 23:45:13 +00:00
recht
81113eb85f Reduce optimization level to -O on alpha to avoid compiler bugs.
patch provided by Joachim Kuebart in PR pkg/25742
2004-05-29 23:36:10 +00:00
kristerw
5cdcd78a38 Note PKGREVISION bump for emulators/hercules. 2004-05-29 23:33:59 +00:00
kristerw
a6d25fe153 Bl3ify, and use mk/pthread.buildlink3.mk instead of hard-coding
a pthread package.

Bump PKGREVISION.
2004-05-29 23:32:19 +00:00
cube
2d05dd1b20 Add a patch to support NetBSD-specific DLT_PPP_SERIAL type. It will be in
the next version of libnids.
Patch from Jean-Edouard BABIN in private mail.
2004-05-29 22:14:23 +00:00
kristerw
a061ccd067 aleron.dl.sourceforge.net have had problems during the last couple of
days.  Comment it out for now.
2004-05-29 21:41:30 +00:00
kristerw
fb6c14e7d3 Note PKGREVISION bump for textproc/opensp. 2004-05-29 20:47:41 +00:00
kristerw
071f800f92 Use PTHREAD_OPTS+=require instead of implementing the same functionality
using if ${PTHREAD_TYPE} == "none" etc,  and use the blessed pthread
package instead of depending on devel/unproven-pthreads.

Bump PKGREVISION.
2004-05-29 20:45:34 +00:00
minskim
bed4958450 Enable pkgviews installation. 2004-05-29 18:16:15 +00:00