Commit graph

114690 commits

Author SHA1 Message Date
tnn
c2ff23ad9e Make the tightvnc package a bit more modular X.org-friendly:
- If using modular X.org, depend on x11/rgb
- Set rgb- and font-paths to sane default values
- While here, fix some pkglint warnings
- Bump PKGREVISION
2007-07-01 00:13:31 +00:00
adrianp
ecedaf57d5 Add PRIVILEGED_STAGE+= clean (NetBSD only) 2007-07-01 00:10:18 +00:00
adrianp
321c0237de Add PRIVILEGED_STAGE+= clean 2007-07-01 00:07:56 +00:00
wiz
ac3ec84c95 py-yaml updated to 3.05. 2007-07-01 00:07:40 +00:00
wiz
2aa9780f23 Update to 3.05:
3.05 (2007-05-13)

* Allow for immutable subclasses of YAMLObject. Fixed #53.
* Make the encoding of the unicode->str conversion explicit; fixed #52.
* Fixed a problem when the DOCUMENT-END event is not emitted until
  the beginning of the next document is available. Fixed #51. Thanks
  edward(at)sweetbytes.net for the bug report.
* Improve output of float values. Fixed #49.
* Fix the bug when the path in add_path_resolver contains boolean
  values. Fixed #43 (thanks to jstroud(at)mbi.ucla.edu for reporting
  and pointing to the cause).
* Use the types module instead of constructing type objects by
  hand. Fixed #41. Thanks to v.haisman(at)sh.cvut.cz for the patch.
* Fix loss of microsecond precision in datetime.datetime constructor
  (fix #30). Thanks to edemaine(at)mit.edu for the bug report and the patch.
* Fixed loading an empty YAML stream.

3.04 (2006-08-20)

* Include experimental LibYAML bindings.
* Fully support recursive structures (close #5).
* Sort dictionary keys (close #23). Mapping node values are now
  represented as lists of pairs instead of dictionaries. Do not
  check for duplicate mapping keys as it didn't work correctly
  anyway.
* Fix invalid output of single-quoted scalars in cases when a single
  quote is not escaped when preceeded by whitespaces or line breaks
  (close #17).
* To make porting easier, rewrite Parser not using generators.
* Fix handling of unexpected block mapping values, like

: foo

* Fix a bug in Representer.represent_object: copy_reg.dispatch_table
  was not correctly handled.
* Fix a bug when a block scalar is incorrectly emitted in the simple
  key context.
* Hold references to the objects being represented (close #22).
* Make Representer not try to guess !!pairs when a list is represented.
* Fix timestamp constructing and representing (close #25).
* Fix the 'N' plain scalar being incorrectly recognized as !!bool (close #26).
2007-07-01 00:06:46 +00:00
adrianp
99287730ab Introduce PRIVILEGED_STAGE.
This can currently only be set to 'clean' which will result in a
priveleged 'make clean' operation in case any package builds result
in files under ${WRKSRC} that are owned by root.

This is useful for certain packages e.g. python (on NetBSD) and ezm3
and possibly more.
2007-07-01 00:06:40 +00:00
joerg
8f77d0192d Disable Apache 2.2 support until the APR detection and linkage is fixed. 2007-06-30 19:45:13 +00:00
joerg
323bc6a6f8 Fix build on DragonFly. 2007-06-30 19:30:50 +00:00
joerg
90b4a6a8ab DragonFly support and fix detection of modular Xorg. 2007-06-30 19:18:47 +00:00
joerg
f0b8538214 Ensure all directories preexist and fix PLIST for the partial
installation before. Bump revision.
2007-06-30 19:16:26 +00:00
joerg
a5a7bfecb1 Don't run clear. Pass down OPSYS and don't run uname -s again. 2007-06-30 18:49:38 +00:00
joerg
9aab834435 Fix build on DragonFly. 2007-06-30 18:42:24 +00:00
joerg
2cc673208f Add DragonFly support. 2007-06-30 18:31:52 +00:00
joerg
06ae53d2b3 Build with -D_POSIX_SOURCE on DragonFly to prevent conflict on label_t. 2007-06-30 18:24:51 +00:00
joerg
ed40e0e9aa Add untested DragonFly support. 2007-06-30 18:14:35 +00:00
joerg
275fc7e74e Force inclusion of RDTSC for now. The package makes no attempt to handle
it, CPUs without are rare and detection at runtime is non-trivial.
If this ever becomes an issue, more involved magic should be requested
upstream.
2007-06-30 18:08:34 +00:00
joerg
d8042a721f Fix build on DragonFly. 2007-06-30 17:59:03 +00:00
joerg
f8e39e1d99 Add untested DragonFly support. 2007-06-30 17:40:50 +00:00
joerg
86d5ae4fd0 Fix build on DragonFly. 2007-06-30 17:17:33 +00:00
joerg
9d6c5ad043 configure script is perl, run it with perl. 2007-06-30 16:12:03 +00:00
joerg
7ac9657102 Change naming of Apache 2.2 modules to use ap22 prefix.
Allow apache22 in some more case and add a hack to devel/subversion
to determine the module by the state of the apache22 option.
This comes from www/ap2-subversion and should be fixed to properly
use build options or so.

OK agc@
2007-06-30 16:09:07 +00:00
joerg
553144e26b Update to R-ISwR-1.0.6. 2007-06-30 15:57:00 +00:00
joerg
04b1768078 Update to R-ISwR-1.0-6. Biggest change is the fix for the build problem. 2007-06-30 15:55:23 +00:00
joerg
b165f28a2e Fix build on DragonFly. 2007-06-30 15:22:09 +00:00
joerg
3c75b21725 Fix pthread linkage and large fuzz. 2007-06-30 15:11:24 +00:00
joerg
50590ddc44 Use versioned prefix and fix build with Apache 2. 2007-06-30 15:05:08 +00:00
joerg
0826bb4cf5 Make live easier for Apache 2.2 modules and provide apr-config and
apu-config in .buildlink/bin.
2007-06-30 15:04:55 +00:00
joerg
6b4c3fb9d4 Do *not* accept apache22. 2007-06-30 14:35:11 +00:00
joerg
ee5fbbb4d5 Fix partial installation due to missing directories. Bump revision. 2007-06-30 14:28:05 +00:00
tnn
8ca4862424 Uses curses, so include the curses bl3.mk. 2007-06-30 14:24:14 +00:00
schmonz
67e138c0ba Include <machine/endian.h> on Darwin, and supply a fake <malloc.h>
if the system lacks one (trick borrowed from multimedia/smpeg).
Fixes build on Darwin.
2007-06-30 14:19:52 +00:00
joerg
f622125847 Must be restricted to PHP4 as adodb is not available for PHP5. 2007-06-30 13:47:38 +00:00
heinz
d00ef0836e Instead of the bogus path for the net-snmp package use
"BUILDLINK_PREFIX.net-snmp". Hopefully this lets the package find
net-snmp on Darwin.

Acknowledged that the package can be installed to DESTDIR.
2007-06-30 13:28:06 +00:00
joerg
4701a293ec Fix an issue that bothered me ever since I started working on the
bulk build code. emacs-w3m uses EMACS_FLAVOR and EMACS_VERSION_MAJOR
to conditionally add a build time dependency on Mule-UCS. The latter
variable is not set when no emacs package is installed though and
therefore a dependency got added between scan phase and build phase,
possibly resulting in multiple builds of Mule-UCS in older
(non-pbulk) bulk builds. Fix this by switching to EMACS_TYPE for
the logic.
2007-06-30 13:21:13 +00:00
tnn
f96c6ae7ef Use REPLACE_SH to make this work on SunOS 2007-06-30 12:58:59 +00:00
tnn
98dc400c93 Improve HP-UX specific documentation 2007-06-30 10:54:37 +00:00
joerg
4c6eff78c5 Don't use open-ended dependencies for emacs20 and emacs21 to avoid
the wrong version from being picked up by pkg_add or bin-install.

OK uebayasi@
2007-06-30 05:13:24 +00:00
joerg
99827e6c04 Copy DragonFly header from emacs21. 2007-06-30 05:07:02 +00:00
uebayasi
6dca21bcf0 I forgot it's freeze, revert the previous for safety.
But actually, the default didn't change because EMACS_TYPE is set to
emacs21 in pkgsrc/mk/defaults/mk.conf.

I will clean up all Emacs Lisp packages to be emacs22-capable, then change
the default.
2007-06-30 05:04:41 +00:00
uebayasi
7d167f62c4 Now the recommended GNU Emacs version (pkgsrc/editors/emacs) is Emacs 22.
Depend & install it if users don't set EMACS_TYPE explicitly.
2007-06-30 04:42:45 +00:00
joerg
e66a62bc01 Fix PLIST. Needs pkg-config. Both change the package, so bump revision. 2007-06-30 03:57:10 +00:00
joerg
831b1ec311 Recursive include of zlib is needed. From tnn@ 2007-06-30 03:06:58 +00:00
joerg
124baa2664 Reorder to put more specific dependency first. 2007-06-30 02:54:06 +00:00
joerg
65bf242aee s/root/joerg/ 2007-06-30 02:51:55 +00:00
joerg
97727bd366 Make patch-ao a normal file and fix the build on DragonFly 1.8+ 2007-06-30 01:01:12 +00:00
joerg
8b4b993468 Updated textproc/postgresql-autodoc to 1.30nb1 2007-06-29 23:42:12 +00:00
joerg
d1c4b5020f Add missing Term::ReadKey dependency. Bump revision. 2007-06-29 23:41:54 +00:00
joerg
12e4a95288 Updated geography/postgresql81-postgis to 1.2.1nb1 2007-06-29 23:35:49 +00:00
joerg
45efbe5997 Honour PKG_SYSCONFDIR and don't write unconditionally to /etc/default.
Bump revision.
2007-06-29 23:35:32 +00:00
minskim
a94b219c1b Set DIST_SUBDIR because the distfile name doesn't include the version
number.
2007-06-29 23:08:12 +00:00