Commit graph

116568 commits

Author SHA1 Message Date
heinz
174f668679 Fixed typo. 2007-08-18 06:03:14 +00:00
joerg
b0a55e5360 Explicitly bail out if X11_TYPE=xorg is found. 2007-08-18 00:30:21 +00:00
joerg
a9278bdbcb x11/xorg-libs/version.mk was removed, catch up. 2007-08-18 00:20:56 +00:00
agc
9fbba685fe Add DESTDIR support 2007-08-17 23:46:17 +00:00
tnn
935427189b Updated editors/mined to 2000.14 2007-08-17 23:25:16 +00:00
tnn
4ff16bd58e Update to mined-2000.14; requested by upstream. Pick up maintainership.
While here add DESTDIR support.

Changes in 2000.14:

Text editing features:
 * Case-insensitive search (except when searching for an identifier).
 * New command Alt-x toggles preceding character and its hexadecimal code.

Character encoding support enhancements:
 * Additional option -E? just determines and displays text file encoding(s).
 * Additional option +E? just determines and displays terminal encoding.
 * Separated display of "isolated" combining characters (e.g. after TAB).
 * Improved text encoding auto-detection:
   * Improved detection of CJK encodings vs. 8-bit encodings.
   * Added auto-detection of Windows-"ANSI" (CP1252), PC-Latin (CP850), MacRoman.
   * Improved configuration of auto-detection.

Character input enhancements:
 * New shortcuts for input of plain quote marks (in smart quotes mode).

Interworking enhancements: Terminal encoding handling:
 * Added options -f / -F to indicate limited font coverage of special characters.
 * Detecting and handling non-Unicode terminal with Arabic ligature joining.
 * Detecting and handling special width behaviour of rxvt, mlterm, konsole
   concerning unassigned characters, non-BMP, or non-Unicode characters.
 * Applying display replacement for illegal Unicode characters by default
   (codes ending with FFFE/FFFF, surrogates, non-Unicode code points).
 * Fixed a lot of other remaining width display inconsistencies.
 * Making use of window focus out/in reports (xterm 224).
 * Workaround for xterm 224 bug which could lock up the terminal.
 * Adjusting display details to properties of gnome-terminal, konsole.
 * Considering termcap information of function key escape sequences.

Miscellaneous changes:
 * Increased speed of some UTF-8 search operations by a factor of ~ 40.
 * Colour highlighting of DOS/Mac line end indications.
2007-08-17 23:24:11 +00:00
agc
c152d86dad Add DESTDIR support 2007-08-17 23:10:19 +00:00
joerg
3a42a92c1b Fix modular Xorg support. Untested though, as it doesn't fully build
on NetBSD/current.
2007-08-17 22:55:52 +00:00
agc
21d0add104 Update NetBSD iSCSI target (devel/netbsd-iscsi) to 20070815 2007-08-17 22:43:10 +00:00
agc
aa3b0fd242 Update the NetBSD iSCSI target package to version 20070815.
Package changes:
+ fix the problem of the iSCSI target binding to the iSCSI control port
(860) instead of the target port (3260) - verified to work on NetBSD by
myself, and on FreeBSD by Mark Foster and Michael Reifenberger
+ re-enable the -p port command line argument on the target again
+ clean up some lint
+ sync with version 20070815 from NetBSD src/dist repository

pkgsrc changes
+ add DESTDIR support
2007-08-17 22:41:48 +00:00
joerg
3d08620dbb Fix modular Xorg support. 2007-08-17 22:38:01 +00:00
joerg
e275c78df8 Fix modular Xorg. 2007-08-17 22:33:35 +00:00
joerg
0349dd5631 Mark as DESTDIR save and fix modular Xorg build. 2007-08-17 22:27:15 +00:00
joerg
ff014e02d3 Add DESTDIR support. 2007-08-17 22:18:15 +00:00
joerg
8e69f20134 Modular Xorg and DESTDIR support. 2007-08-17 22:13:56 +00:00
joerg
dbede5c887 Add DESTDIR support. 2007-08-17 22:11:35 +00:00
joerg
3f0b6d342a Supports DESTDIR. 2007-08-17 21:47:05 +00:00
joerg
112f43e591 Update molden to 4.6. 2007-08-17 21:40:31 +00:00
joerg
effdf005c9 Add DESTDIR support. Add modular Xorg support. Update to molden4.6
and remove interactive stage for fetching.

Too many changes to list here, see
ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/HISTORY
2007-08-17 21:38:23 +00:00
joerg
f3fcc74a50 Try to sort out modular Xorg support. Untested as it doesn't build
on NetBSD/current.
2007-08-17 21:03:51 +00:00
joerg
b72528263f Add support for DESTDIR and modular Xorg.
XXX This should use the option framework for the floppyd.
2007-08-17 20:55:34 +00:00
joerg
e09f68cb6b Remove infrastructure side of Xorg 6.9 support. Begin to simplify
some of the cases of X11_TYPE usage -- it will stay with modular|native,
so don't bother with keeping the separation in the tool list.
2007-08-17 20:27:30 +00:00
joerg
988d227a2f Good bye Xorg 6.9, rest in peace. 2007-08-17 20:26:18 +00:00
joerg
16e1145b01 To quote Johnny Lam: "In modular-xorg we trust"
Remove xorg 6.9 packages from pkgsrc.
2007-08-17 20:25:03 +00:00
joerg
079807de4f Add DESTDIR support. 2007-08-17 20:14:55 +00:00
bouyer
8ddd2bad7b Updated sysutils/xenkernel3 to version 3.1.0nb1 2007-08-17 17:30:17 +00:00
bouyer
92f5c0435e Switch from using the pre-build binaries to building our own Xen kernel.
Apply a patch (patch-b*) to xen-3.1.0 to fix the ELF loader so that the
symbol table is properly loaded for the NetBSD dom0 kernel. This is from
the Xen repository, based on a patch inistally submitted by Christoph Egger
to Xen (thanks !). Should fix PR port-xen/36671.
While there also provide a debug Xen kernel, built with debug=1.
Bump PKGREVISION.
2007-08-17 17:26:03 +00:00
gdt
10e798d904 Include sys/param.h before sys/sysctl.h. NetBSD documents that this
must be done, and FreeBSD documents sys/types.h.  Assume for the
moment that because sys/sysctl.h is a BSD44 feature that all such
systems will have sys/param.h, pending an upstream fix.
2007-08-17 16:39:37 +00:00
abs
cb0d14fa76 Update net/ktorrent to 2.2.1:
- Fix file selection bug
- Fix several webgui bugs
- Make sure plugin list is sorted on the plugin name
- Fix bug with UPnP plugin not releasing ports when KT is shutdown
2007-08-17 16:05:48 +00:00
obache
78200794ca ruby-gnome2-gnomeprint is no longer needed. 2007-08-17 12:30:48 +00:00
he
94edfd21a7 Note addition of p5-Geo-Coordinates-UTM version 0.06. 2007-08-17 11:30:02 +00:00
he
3ad25730bf Add p5-Geo-Coordinates-UTM. 2007-08-17 11:27:42 +00:00
he
f38053bc81 Import p5-Geo-Coordinates-UTM version 0.06.
The Geo::Coordinates::UTM module will translate latitude / longitude
coordinates to Universal Transverse Mercator(UTM) coordinates and vice
versa.
2007-08-17 11:26:40 +00:00
smb
d25ddf2a3a Correct patch so that some plug-ins work better 2007-08-17 03:23:02 +00:00
smb
77187f9433 Correct DESCR line 2007-08-17 02:46:29 +00:00
gdt
785779a3cc Remove leading spaces from PKGNAME, to cope with an old bug. 2007-08-17 01:19:45 +00:00
smb
db8dcb56d1 Fix erroneous patch file (caused problems with pkg_comp build) 2007-08-16 23:14:17 +00:00
joerg
23bc34e15a Add DESTDIR and modular Xorg support. 2007-08-16 23:12:20 +00:00
joerg
da4298f57d Supports DESTDIR. Remove x11 option -- it still requires Xaw to build
and that makes it kind of pointless.
2007-08-16 22:59:08 +00:00
joerg
b2c0408ded Add DESTDIR support. 2007-08-16 22:48:59 +00:00
joerg
ad9f79d321 Supports DESTDIR. 2007-08-16 22:47:19 +00:00
joerg
28dd6d715b Add DESTDIR and modular Xorg support. 2007-08-16 22:39:14 +00:00
joerg
b9205bc33a Add modular Xorg and DESTDIR support. 2007-08-16 22:31:11 +00:00
joerg
b9c3df5d8e Add support for modular Xorg. 2007-08-16 22:23:46 +00:00
joerg
17b1a87919 Add modular Xorg and DESTDIR support. 2007-08-16 21:57:04 +00:00
joerg
595265ae32 Fix basic NetBSD SPARC support. This currently disables Sbus until
someone more involved in the platform take a look or I find the time to
merge the xsrc changes.
2007-08-16 20:10:15 +00:00
tnn
7c54fd9dd8 Patch an evil typecast that was losing the volatile qualifier on a pointer.
This caused the build of net/wireshark to fail.
Will submit upstream. PKGREVISION++
2007-08-16 18:11:44 +00:00
tron
498ef4464a Update the homepage URL. 2007-08-16 17:28:18 +00:00
jlam
8cd21c85a1 Allow for emulation-specific patches for binary-only packages. The
patches are named emul-${EMUL_PLATFORM}-patch-* and are located in
${PATCHDIR}.
2007-08-16 16:29:27 +00:00
joerg
5b6205850d Bah, keep the dependency on libXvMC to make configure happy. 2007-08-16 14:18:25 +00:00