summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2005-05-16Use an uncompressed tar archive of the sources from ${MASTER_SITE_LOCAL}.jlam2-6/+14
This ensures that we won't need gzcat to extract the sources, which could potentially cause a circular dependency on archivers/gzip-base.
2005-05-16Don't require m4 for all packages, only for packages that use it.jlam1-1/+2
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam2-4/+4
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
2005-05-16Note that tar is required by this package.jlam2-3/+6
2005-05-16We only need the evil hack with the old tools framework.jlam1-1/+3
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam2-3/+5
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-05-15- Update to 2.18.1adrianp5-35/+40
- Two "Information Disclosure" security bugs fixed - From the ChangeLog: > + You can now enter a negative time for "Hours Worked" > in the time-tracking area. (Bug 271276) > > + The BugMail.pm customization required for Windows (as > described in the Bugzilla Guide) now actually works. (Bug 280911) > > + Users who were using Bugzilla 2.8 can now successfully upgrade > to 2.18.1 (they couldn't upgrade to 2.18). (Bug 283403) > > + Dependency mails are now properly sent during a mass-change of bugs. > (Bug 178157)
2005-05-15gzcat is needed, so note it as such for the new tools framework.jlam1-2/+2
2005-05-13Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplifyjlam6-15/+13
transition to new tools framework.
2005-05-13Fix quoting in the values placed in CONFIGURE_ENV.jlam1-10/+10
2005-05-13update to 1.8.4drochner3-7/+8
changes: -added "as" locale -bugfixes
2005-05-13update to 2.10.0drochner4-11/+11
changes: -added support for GTK-2.6 widgets and properties -bugfixes -updated translations
2005-05-12Update to 0.9.0:jmmv2-6/+6
- analyser: support for int, half and byte data-types. - x86 disasm: invlpg, fisttp instructions added - x86 disasm: sse, sse2, sse3 instructions added - x86 asm: support for mmx instructions - configure: set -DNO_NATIVE_UNALIGNED_MOVES for platforms other than x86 - removed 'include <malloc.h>' from cp-demangle.c - fixed a buffer overflow in htperes.cc - handle ELFs w/o segment or program sections (Thanks Daniel Black) - don't malloc(0) (Thanks Daniel Black) - some keyboard fixed for windows xp
2005-05-12Small change to suggested COPTS usage - from Christopher Sean Hiltonabs1-2/+2
2005-05-12Regen to make GNU patch happy.minskim2-7/+5
2005-05-12Fix test for whether PERL5_PKGSRCDIR is defined -- there shouldn't bejlam1-2/+2
${...} around PERL5_PKGSRCDIR.
2005-05-11Rename MAKE_VARS to MAKEVARS so that it more closely resemblesjlam1-2/+2
"MAKEFLAGS". Both "MAKEVARS" and "MAKEFLAGS" affect the package-level make process, not the software's own make process.
2005-05-11I mixed up MAKE_FLAGS with MAKEFLAGS. The latter is what we actually usejlam1-3/+3
to pass make flags to bmake.
2005-05-10update to tla 1.3.2recht5-52/+126
This release fixes a number of minor bugs and adds initial support for more extensive metadata support, upgrades `libneon', and includes internal improvements.
2005-05-10Add a port of NetBSD's error(1) program.christos4-0/+25
2005-05-10Add a missing install-sh entry to PLIST; bump PKGREVISION.tv2-2/+4
Omission noted by Joerg Sonnenberger <joerg@britannica.bec.de>.
2005-05-10sorry for coming up with a lowlevel dependency so late...drochner3-10/+9
update to 1.10.1 changes: * added ATK_STATE_REQUIRED; see bug #172663. * New locale, 'rw'
2005-05-10update to 0.1.12drochner3-9/+31
changes (afaics, there is no complete changelog): -changes for easier handling (cdv init instead of manual mkdir) -speedup -changed license to BSD -bigfixes
2005-05-10update to ArX 2.2.2recht5-13/+44
Removed the dependency on gpg since crypto support can also be enabled afterwards. changes: "tag" has been enhanced so that you can tag the latest revision of a particular branch (floating tags), instead of just one particular revision. "merge" now has a --recursive option. "fork" has been simplified and works in-place by default. "export" no longer appends the revision number to the destination if the destination is specified. Some bugs in plain old http support have been fixed. In addition, "update-listing" works differently. You can use update-listing to either add or remove a special marker in an archive. If that marker is in the archive, then ArX will automatically maintain all of the .listing files in that archive. In "diff", --output now implies --keep-patch-dir. A subtle off-by-one bug in the xdelta implementation has been fixed (thanks to Daniel Berlin). The manual has seen a number of improvements.
2005-05-10patch configure to work with current irix versionsjschauma2-1/+15
2005-05-09Added a patch that #includes <unistd.h> for non-Win32 systems. Approvedrillig2-1/+17
by xtraeme.
2005-05-09Replaced wip category with devel. Approved by xtraeme.rillig1-2/+2
2005-05-09Require p5-YAML>=0.38.epg1-2/+2
2005-05-09Update to 1.00.epg3-31/+8
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-09Update to 0.60.epg2-7/+7
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-09Make this package build after bl3 was enabled by default (bykristerw2-2/+4
setting WRKSRC=${WRKDIR})
2005-05-09Accept gsharutils>=4.2.1... not only 4.2.1, fixes PR pkg/30176 byxtraeme1-2/+3
Robert Elz. Bump PKGREVISION.
2005-05-09Fix build: use PKG_BUILD_OPTIONS.apr instead of PKG_OPTIONS.apr.seb1-3/+3
2005-05-09Use lang/ezm3/buildlink3, bump PKGREVISION.xtraeme1-3/+4
2005-05-09Don't assign to PKG_OPTIONS.<pkg> which has special meaning to thejlam1-7/+7
options framework. Rename PKG_OPTIONS.* to PKG_BUILD_OPTIONS.*.
2005-05-09Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file thatjlam1-2/+2
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-08PKG_OPTIONS.<pkg> isn't a good approximation to PKG_OPTIONS for thejlam1-2/+7
package because PKG_OPTION.<pkg> could contain negative options, which are never part of PKG_OPTIONS. Instead, use the show-var target to display the value. We cache it in WRAPPER_VARS and in MAKE_FLAGS to prevent reinvoking the show-var target recursively.
2005-05-08Apply patches provided by MOCHIDA Shuji in PR pkg/29889 to teachminskim5-8/+74
nbitools more about Darwin.
2005-05-07Instead of usingjschauma1-2/+2
cp .../* DESTDIR do cd .../ && PAX -rw . DESTDIR This prevents failure due to too long argument list on some platforms.
2005-05-05- Bump to nb1 for recent security issueadrianp3-2/+17
- https://bugzilla.redhat.com/beta/show_bug.cgi?id=152962 - https://bugzilla.redhat.com/beta/show_bug.cgi?id=152963 - https://www.redhat.com/archives/fedora-cvs-commits/2005-April/msg00159.html - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1194
2005-05-04Update to 0.19 (require monotone 0.19).jmmv1-3/+3
2005-05-04Update to 0.19:jmmv2-6/+6
0.19 release. performance improvements, features, ui improvements, and bug fixes. - many operations sped up by another factor of 2 or better. - special thanks to Matt Johnston <matt@ucc.asn.au>. - first steps towards automated benchmarking. Thanks to Timothy Brownawell <tbrownaw@gmail.com>. - new major features: - "annotate" command; still requires optimization. Thanks to Emile Snyder <emile@alumni.reed.edu>. - "inodeprints" for fast change detection in large working dirs now fully supported; see manual for details. - new minor features: - new selector "c:name=value" for selecting on arbitrary certs. Thanks to Richard Levitte <richard@levitte.org>. - new hooks to automatically initialize attributes on add; monotone now automatically sets execute bit on executables. Thanks to Joel Reed <joelwreed@comcast.net>. - new automate command "select", to do selector expansion. Thanks to Richard Levitte <richard@levitte.org>. - new automate commands "graph", "parents", "children", "ancestors", to easily inspect history. Special thanks to Sebastian Spaeth <Sebastian@SSpaeth.de>. - new command "db kill_rev_locally". Thanks to Sebastian Spaeth <Sebastian@sspaeth.de>. - new arguments to "commit": --author, --date; useful for patch attribution and importing history. - new automate command "inventory" (output format will change in next release, however). Thanks to Derek Scherger <derek@echologic.com>. - ui improvements: - netsync progress ticker in kilobytes/megabytes. Thanks to Matt Johnston <matt@ucc.asn.au> and Sebastian Spaeth <Sebastian@sspaeth.de>. - tickers do not cause annoying scrolling when wider than window. Special thanks to Matthew Gregan <kinetik@orcon.net.nz>. - warn users when a commit creates divergence, and when an update ignores it. Thanks to Jeremy Cowgar <jeremy@cowgar.com>. - support for command-specific options (there is still no rule that such options must appear after the command on the command line, though). Thanks to Richard Levitte <richard@levitte.org>. - bug fixes: - many cvs_import bugs fixed. Special thanks to Jon Bright <jon@siliconcircus.com>, Emile Snyder <emile@alumni.reed.edu>, Hansjoerg Lipp <hjlipp@web.de>, Matthew Gregan <kinetik@orcon.net.nz>. - windows/unix working copy line ending conversion now works correctly. Thanks to Emile Snyder <emile@alumni.reed.edu>. - many fixes to i18n-ized filename support - "drop" and "rename" now affect file attributes as well. Thanks to Richard Levitte <richard@levitte.org> and Joel Reed <joelwreed@comcast.com>. - better error reporting in netsync. Thanks to Grahame Bowland <grahame@angrygoats.net>. - only set working directory's default branch on some commands (update, commit). Thanks to Florian Weimer <fw@deneb.enyo.de>. - "db check" now sets exit status correctly, for use in scripts. Thanks to Derek Scherger <derek@echologic.com>. - many others... - fantastic emacs integration in contrib/monotone.el. Thanks to Harley Gorrell <harley@panix.com>. - 45 new integration tests. total line coverage: ~84%. - upgrading from 0.18: database and working copies are fully compatible. NOTE that the configuration file is now ~/.monotone/monotonerc, rather than old ~/.monotonerc. Simply create ~/.monotone, and rename any existing configuration file.
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed4-4/+8
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-01update cpuflags to 0.87:abs7-19/+30
- Added linux "Mobile Intel(R) Pentium(R) 4 - M ", from pancake - Add a dist target to simplify updating freshmeat copy - Change feedback email to abs@absd.org
2005-04-30Enable pkgviews installation.minskim1-1/+5
2005-04-30Honor BINOWN and BINGRP.minskim1-1/+3
2005-04-29Update cpuflags to 0.86:abs4-31/+33
Add Linux 'Pentium III (Katmai)' - from Toni Viemero Remove some outdated gcc references from manpage Clarify the mk examples are BSD makefile specific Add a basic Makefile for out-of-pkgsrc usage
2005-04-28Add darcs, a distributed revision control system.augustss5-1/+96
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Nowiz6-3/+54
PKGREVISION bump because most people won't care.
2005-04-27Update cpuflags to 0.85:abs2-6/+7
Add 'Intel(R) Pentium(R) III Mobile CPU', from Sean Higgins