Commit graph

78935 commits

Author SHA1 Message Date
epg
8f4823f356 Update to 1.00.
Upstream changes:

[Changes for 1.00 - 9 May, 2005]

* Fix backspace in prompt function for certain terminals.
  [Martijn van Beers <martijn@eekeek.org>]

* Fix the case that when checkout creates parent directory for you,
  the state wasn't properly flushed due to inappropriate lock.
  [matthewd]

* Document --file for everything that supports --message. [matthewd]

* Support 'vim -d' and 'gvim -df' for conflict resolution.
  [Derrick Daugherty <derrick@blinky-lights.org>]

[Changes for 0.994 - 29 Apr, 2005]

* Fix the warning "Revision too large" when doing svk log -l1 on a
  checkout which is not HEAD.

* Fix an edge case in post-commit checkout optimization on deleted
  entry.  This was causing stacktrace and not updating the checkout
  metadata accordingly.

* Only consider a g-merge to be a change when the merge source and destination
  paths are the same.  This eliminates empty revisions created by
  push. [matthewd]

* Improve the "Depot path" information, display the full path inside
  the repository instead of the checkout-point. [gugod]

* make sure $ENV{SVKPAGER} refers to an executable. [gugod]

* Fix svk diff on 0-length file on checkout.

[Changes for 0.993 - 25 Apr, 2005]

* Save commit message from editor in a tmpfile if commit fails. [#8336]

* Fix tests for bdb backend.

* svk import -C should not actually create import path nor turn path
  into copath. [#8719]

* Fix a bug that a dummy switch won't update revision metadata, which
  might be non-exist for the new branch.

* Ignore existing locks when trying to unlock a mirror.

* Added examples to the intro. [jesse]

[Changes for 0.992 - 18 Apr, 2005]

* Fix keyword translation for undesired characters. [matthewd]

* Fix svk switch from a removed branch.

* Don't trust LML would return a valid encoding that Encode knows.
  [Eric Gillespie <epg@pretzelnet.org>]

* Recognize merge-conflict error, so no stacktrace for it.

* svk info now skips files not under version control. [#8220] [gugod]

* Fix locked mirror messages.

* Various pool usage fixes.

[Changes for 0.991 - 29 Mar, 2005]

* Fix a regression for smerge supplying message from editor.

* Fix an edge case that push doesn't report empty merge when
  the mirrored remote repository is completely empty.

* Proper locking for svn::mirror objects, and mirror --unlock.

* svk patch subcommands are now options. [jesse]

* Support HEAD, BASE, and {DATE} in many commands using -r. [gugod]

* Support mkdir multiple copaths. [hcchien]

* Add --summary to smerge and push to show logs for changes to be merged. [#7791]

* Optionally support paging help text with IO::Pager. [gugod]

* Fix support for replace with history.

* Don't trust LML would return a valid encoding that Encode knows.
  [Eric Gillespie <epg@pretzelnet.org>]

* Make multiple -r options to dwim. [#7038]

* Allow import into mirrored path, and cleanup old code.

* Allow merge -c -REV to rollback rev.  This is the same as -rREV:REV-1.

* Add missing -c help to merge. [Ethan Tuttle <ethan@etuttle.com>]

* Make checkout, update, and merge deal with unwritable checkout copy
  more gracefully.

* Fix move on mirrored path.

* Fix rm for scheduled symlinks.

* Proper message for cp nonexisting parent without -p.

* Properly skip special node types like socket or device in checkout_delta.

* On writing mixed-eol files, don't croak on normalization.

* When doing file-anchored merges, ensure file is opened before
  cb_merged is called.

* When doing file-level merge, translate and report the target path
  properly.

* Do proper eol translation per svn:eol on local (yours) node
  before textual merges are invoked.

* Proper io layer ordering, and force re-translation for merge text
  when needed.

* Reopen FH in prepare_fh when needed, since apply_textdelta already
  closed the fh for us.

* Propset now works on multiple overlapping copaths. [#8139]

* Fix a buglet that two props set on a added node will be reported
  as added and prop-modified.

* Make svk info work on removed path. [mathhewd]

* Reflect errors in bin/svk exit codes. [matthewd]

* Update various help messages [#7217] [#7877] [hcchien]

* svk verify now only checks with the content guarded by PGP block.

* Fix a bug that interactive merge dies out horribly when you
  edit the merged file, exit with saving and answer a)bort.
2005-05-09 22:35:27 +00:00
epg
81d6ab799b Update to 0.60.
Upstream changes:

[Changes for 0.60 - Apr 29, 2005]

* When doing get_latest_rev with 1.1.x, reset offset if it went below 0.
  [Marcus Rueckert <darix@irssi.org>]

* Fix uuid checking in --relocate. [Marcus Rueckert <darix@irssi.org>]

[Changes for 0.59 - Apr 25, 2005]

* Doc fixes. [Mathias Hennersdorf <henner@tty.ch>]

* Fix a bad path translation in has_local.

[Changes for 0.58 - Apr 18, 2005]

* Fix edge case in local copy_source resolution and unresolvable source.

* Remove bogus path translation in delete_entry that might result in segfaults.

[Changes for 0.57 - Mar 29, 2005]

* API catchup for latest svn-trunk.

* Fix a bug that non-interesting changed paths are not properly
  filtered.

* Proper locking for concurrent mirror object load and sync.
2005-05-09 22:33:25 +00:00
epg
32fe212052 Note i'm working on svk-1.00. 2005-05-09 22:23:01 +00:00
dillo
8230b62526 Check if a variable is defined before matching against it in .if
Noted by kristerw.
2005-05-09 21:57:05 +00:00
minskim
be2e5dd266 Use BSD_INSTALL_* for correct ownership and permission. Pointed out by
Darrin B. Jewell in PR pkg/30005.
2005-05-09 21:29:52 +00:00
recht
c323b708b1 note update of python24 to 2.4.1 2005-05-09 20:40:32 +00:00
kristerw
15e57c7f67 Make pkglint happy by removing trailing white space. 2005-05-09 20:40:07 +00:00
recht
5bfae3ed28 update to Python 2.4.1
Highlights of this new release include:
  - Bug fixes. According to the release notes, several dozen bugs
    have been fixed, including a fix for the SimpleXMLRPCServer
    security issue (PSF-2005-001).

Also add a patch by Joerg Sonnenberger to add basic support
for DragonFly BSD.

For a detailed list of changes see:
http://python.org/2.4.1/NEWS.html
2005-05-09 20:37:51 +00:00
kristerw
451d484c72 Make this package build after bl3 was enabled by default (by
setting WRKSRC=${WRKDIR})
2005-05-09 20:29:26 +00:00
jdolecek
0d0d9c7d88 once PHP version is selected, set PHP_VERSION_REQD appropriately, so that
the selected version is forced for any sub-builds; this should fix
the bulk build problems for php5-extensions

use := to avoid variable recursion
2005-05-09 19:24:46 +00:00
jdolecek
e3ca77435e use 'php5' for CATEGORIES rather than 'php' 2005-05-09 18:37:56 +00:00
jdolecek
7cb2e92849 use 'php4' for CATEGORIES rather than 'php' 2005-05-09 18:37:42 +00:00
jdolecek
f4aba13736 follow PHP4 packaeg lead and add 'php5' to CATEGORIES 2005-05-09 18:36:57 +00:00
xtraeme
f58ff5faa8 Updated sysutils/grub to 0.97 2005-05-09 17:36:48 +00:00
xtraeme
e4b3d2c12e Update to 0.97.
Changes:

* Fix the prototypes and the definitions of nested functions. This was
  required for gcc-4.
* Implement a more robust workaround for buggy BIOSes which don't pass
  boot drive correctly (notably for HP Vectra).
2005-05-09 17:35:16 +00:00
minskim
d00207f2e9 Honor PKGDIRMODE and SHAREMODE. 2005-05-09 16:15:06 +00:00
xtraeme
f4820a4c17 Update checksum, author modified the tarball:
-    printf("Note       : My heart is broken =\(");
+    printf("Note       : My heart is broken =\(\n");
2005-05-09 16:09:26 +00:00
kristerw
1400eaeabd Do not add the things in pkgsrc/regress to the bulk build since they
are not meant to be built -- regress testing is done using the
pkgtools/pkg_regress tool.
2005-05-09 16:03:58 +00:00
xtraeme
fd0c1ea533 Modify previous: only enable -fno-cse-skip-blocks when compiler is
gcc-3.x.
2005-05-09 15:41:52 +00:00
xtraeme
72bed45769 Apply patch from Richard Earnshaw on port-arm@ to fix build on
NetBSD/arm.
2005-05-09 15:35:44 +00:00
xtraeme
a4b467ed64 Accept gsharutils>=4.2.1... not only 4.2.1, fixes PR pkg/30176 by
Robert Elz.

Bump PKGREVISION.
2005-05-09 15:18:03 +00:00
minskim
d28351a240 Identify Mac OS X correctly. Patch provided by Darrin B. Jewell in
PR pkg/29883.
2005-05-09 15:14:01 +00:00
minskim
0dd33cc58b Declare a static function in .c, not in .h. 2005-05-09 13:21:16 +00:00
xtraeme
48dd5ce95f This needs mk/x11-clients.buildlink3.mk to fix the build when using
X11_TYPE=[xorg|XFree86].
2005-05-09 13:02:14 +00:00
xtraeme
7b05cc47b6 Add a small Makefile fragment for packages requiring X11 clients
apps. Used at the moment for X11_TYPE=[xorg|XFree86] to fix
the build/installation of some packages, see
http://mail-index.netbsd.org/tech-pkg/2005/05/05/0024.html
for more information.

To switch between 'build' or 'full' dependency method use:

X11CLIENTS_DEPMETHOD=[full|build]
2005-05-09 13:01:29 +00:00
seb
41a8579a26 Fix build: use PKG_BUILD_OPTIONS.apr instead of PKG_OPTIONS.apr. 2005-05-09 12:53:23 +00:00
xtraeme
48a8ac2087 Use lang/ezm3/buildlink3, bump PKGREVISION. 2005-05-09 12:24:38 +00:00
xtraeme
094b801637 Fix installation after USE_BUILDLINK3 was enabled by default:
* ezm3 installs its files into ${PREFIX}/ezm3, the installation
	  fails due to missing libraries, fixed with
	  BUILDLINK_PASSTHRU_DIRS.
	* Provide a buildlink3 file with DEPMETHOD=build to fix the
	  cvsup packages.

Bump PKGREVISION, this closes PR pkg/29986 and PR pkg/30159.
2005-05-09 12:23:23 +00:00
xtraeme
e970ce0ace Updated mail/dspam to 3.4.6. 2005-05-09 11:12:05 +00:00
xtraeme
0be5a83510 Update to 3.4.6.
Changes:

BUGFIX: segfault can occur when loose signature provided without
	space delimiter
2005-05-09 11:10:54 +00:00
minskim
a2ba4907e2 Teach configure about NetBSD/amd64 and Darwin. Closes PR pkg/28623. 2005-05-09 05:52:59 +00:00
minskim
343b6872bc Do not use libcompat on Darwin. 2005-05-09 05:27:58 +00:00
minskim
75ff042c08 Correct PLIST on Darwin. Based on patches provided by Tom Yu in PR pkg/26943. 2005-05-09 05:23:40 +00:00
jlam
67ca8c8715 Don't assign to PKG_OPTIONS.<pkg> which has special meaning to the
options framework.  Rename PKG_OPTIONS.* to PKG_BUILD_OPTIONS.*.
2005-05-09 05:14:08 +00:00
jlam
03e9337879 Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that
caches variable definitions that were computed by make.  These variables
are specified by listing them in MAKE_VARS, e.g.,

	.if !defined(FOO)
	FOO!=	very_time_consuming_command
	.endif
	MAKE_VARS+=	FOO

bsd.pkg.mk will include only the one generated during the most recent
phase.  A particular phase's makevars.mk file consists of variable
definitions that are a superset of all of the ones produced in previous
phases of the build.

The caching is useful because bsd.pkg.mk invokes make recursively,
which in the example above has the potential to run the very time-consuming
command each time unless we cause FOO to be defined for the sub-make
processes.  We don't cache via MAKE_FLAGS because MAKE_FLAGS isn't
consistently applied to every invocation of make, and also because
MAKE_FLAGS can overflow the maximum length of a make variable very
quickly if we add many values to it.

One important and desirable property of variables cached via MAKE_VARS
is that they only apply to the current package, and not to any
dependencies whose builds may have been triggered by the current
package.

The makevars.mk files are generated by new targets fetch-vars,
extract-vars, patch-vars, etc., and these targets are built during
the corresponding real-* target to ensure that they are being invoked
with PKG_PHASE set to the proper value.

Also, remove the variables cache file that bsd.wrapper.mk was generating
since the new makevars.mk files provide the same functionality at a
higher level.  Change all WRAPPER_VARS definitions that were used by
the old wrapper-phase cache file into MAKE_VARS definitions.
2005-05-09 05:06:55 +00:00
minskim
c4933146fb Include stdint.h to use uint16_t on Darwin. 2005-05-09 04:29:16 +00:00
jlam
1e0343b80b Remove redundant variable definitions that simply match their defaults. 2005-05-09 02:43:06 +00:00
jlam
525b3f42ce Replace TOOLS_WRAP and TOOLS_SYMLINK with TOOLS_CREATE, and let the tools
framework figure out by itself whether a wrapper or a symlink should be
created based on the real command and any arguments that may need to be
invoked.
2005-05-09 01:11:58 +00:00
jlam
61da5414f3 Rename TOOLS_ARGS.* to TOOLS_REAL_ARGS.* to follow naming convention for
other TOOLS_* variables relating to the real command executed.
2005-05-09 00:13:03 +00:00
minskim
7d4eb1b717 Note PKGREVISION bump of docbook-website. 2005-05-08 17:49:05 +00:00
minskim
2c1e5861d7 The website DTD requires docbook-simple.
Bump PKGREVISION due to dependency change.
2005-05-08 17:48:06 +00:00
abs
8619355bbc Update sun-jre15 and sun-jdk15 to 5.0.3
http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_03
2005-05-08 16:16:01 +00:00
abs
826500ebe9 Update sun-jre15 and sun-jdk15 to 5.0.3
Changes since 5.0.2:

Hotspot client compiler overfills CodeBuffer: crashes when deoptimizing.
JCK: /api/java_net/URI/[Ctor, Components,Create] Tests failing with [-server -Xcomp] in Linux
The popup menu displays the graphical box but there is no menu items inside the box.
REGRESSION:Compilation error "local schedule failed (not retryable)" with simple loop
JCK1.5: JNI call made with exception when -Xcheck:jni is used.
RedefineClasses causes VerifyError
Verifier must treat all versions of class being redefined as equal types
CompiledMethodLoad reports incorrect addresses in the location map
Solaris-amd64: nsk/regression/b4660518 test exceeds the default 18-page shadow zone size
apt should return members in source order
REGRESSION: apt slower in Tiger update train than FCS due to name lookup
String.getBytes() does not work on some strings larger than 16MB
(cs) CoderResult.isOverflow() returns false when UTF-16 overflows
Drawing GeneralPath crashes JVM if antialias is on
Invisible applet steals focus from HTML form field (MSIE, Sun plug-in only)
REGRESSION: JComboBox don't respond to arrow keys on linux (has focus listener)
[Cinnabar17] On X86, suntea login page can't be input
backspace, arrow keys, and return key not working in java applications
[Cinnabar25 Linux]SunTea hangs the system
[Cinnabar25 Linux]SunTea hangs the system
(ref) test/java/lang/ref/SoftReference/Pin.java fails
REGRESSION: Socket.getLocalAddress() returns address of 0.0.0.0 on outbound TCP
String constructor with "KSC5601" encoding throws AccessControlException
Kerberos module cannot authentiate with different KDCs/principal names
CertStore.getInstance(String,CertStoreParameters,String) throws NoSuchAlgorithmE
JTree should toggle for all even-numbered clicks
Cannot Ctrl-Shift-Click to create disjoint selection interval in list
XP L&F: JComboBox has wrong rollover effect under Windows XP LookAndFeel
1.4 REGRESSION: In Motif L&F JComboBox doesn't react when spacebar is pressed
GTK: JColorChooser hue spinner doesn't update the selected color
REGRESSION: JTabbedPane setFocusable(false) and removing tabs
REGRESSION: ArrayIndexOutOfBoundsException in BasicTabbedPaneUI.getTabBounds()
Changing system preferences after switching from GTK L&F causes L&F mixup
Lead Selection index is not shown in JFileChooser on GTK LAF
Make the demo code more friendly to build
test/java/text/Format/CurrencyFormat.java failed for tr_TR
142_xx: Missing exception/error messages while using unsynchronized Collection objects concurrently
New Romanian currency
New Currency for Madagascar
Regtest java/util/Currency/ValidateISO4217.java fails after 2005-01-01 due to new Turkish lire
Step requests ignored after an exception in debugee
Error 1722 coming during jre1.5.0 installation by Windows user with limited (+elevated) priviledges
Package based installation of tiger update 1 shows J2SDK
REGRESSION: wrong time stamp for plugin dll files on Win98(2nd)
Tiger Update 2 JRE patch bundle creates msvcrt.dll under jre1.5.0_02/bin
REGRESSION: uninstall JDK 5.0u3 does not remove demo dir on windows
incorrect "group (thousands) separator" in 5.0 sun.text.resources.LocaleElements_sv
S. Chinese translation for Twi language is wrong
S.Chinese localization for JDK software
some of jdk man pages show unnecessary lines in ja locale
S.Chinese localization for JDK software - part II
REGRESSION: JNI Performance Regression in 1.5.0 -server
HPROF: broken when used with HAT, starting with 1.5.0_01, Missing thread dump
remove memory barrier on native transitions
Disable META-INF/* lookup from codebase in applet/plugin classloader
Do not set initial focus on an applet during startup if applet is targeted for JDK 1.1/1.2
Problem with embedded Internet Explorer using Sun Java
Applets hang when using plugin 1.5 in Linux with Mozilla 1.7.x
"javaplugin.classloader.cache.enabled=false" does not work
REGRESSION: isActive call from Javascript no longer works in IE
Applet will not reauthenticate user when returning from another applet
REGRESSION: Loading applet fails if URL contains %7E
Java Webstart application startup is too slow
Regression: updating title or icon in jnlp file will not update shortcuts.
can't remove old app if vendor change title attribute in jnlp file on windows platform
javaws apps are put in Add/Remove progrgrams entries for all users
Java Web Start jnlp file caching problem.
TCK-jnlp 1.5: jnlp_file/resources/j2se/index.html#vmArgs hang in some cases.
Support wrapping of software keys using RSA-PKCS1
2005-05-08 16:13:46 +00:00
peter
61df03c90e Note pkgfind update. 2005-05-08 15:27:45 +00:00
peter
6802eccc9d * Add -n flag to limit the amount of results.
* Fix for when /usr/pkgsrc is empty.
* Bump version to 20050508.

From pancake@phreaker.net, tweaks and manpage update by me.
2005-05-08 15:26:36 +00:00
jmmv
055df63f54 Use MASTER_SITE_GNOME. Fixes PR pkg/30150 by Zafer Aydogan. 2005-05-08 15:14:28 +00:00
wiz
1d28d71c11 regen
XXX: we need to add many more "id"s, most of the diff is automatically
generated id numbers that differ from one build to the next.
2005-05-08 13:57:08 +00:00
wiz
5a2e7a9c43 Use more man page entities, now that we have them. 2005-05-08 13:53:06 +00:00
dillo
a05c767c7c Add a dummy describe-options target for package not using the
options framework.
2005-05-08 13:52:25 +00:00
wiz
70eff6e059 Document that the upload script takes care of vulnerable
and restricted packages automatically.
Use more man page entities, now that we have them.
2005-05-08 13:52:17 +00:00