martynas
0d2e70627b
libxul-embedding -> xulrunner-embedding, since apps (liferea) think
...
that it's xulrunner 1.9, if libxul-embedding is detected.
2008-08-29 01:16:47 +00:00
sthen
a3dccb576f
linewrap DESCR and bump package. ok ian@ (maintainer).
2008-08-28 21:20:23 +00:00
jasper
1ee308877f
- update p5-Task-Weaken to 1.02
2008-08-27 22:08:56 +00:00
jasper
747a199441
- update p5-Params-Util to 0.33
2008-08-27 22:08:34 +00:00
jasper
1d50711485
- remove old, unused and uneeded gtk+1 cruft.
...
ok ajacoutot@
agreed by mbalmer@
2008-08-27 07:43:08 +00:00
martynas
30d253e218
workaround no more: can use 128-bit arithmetics now on amd64.
...
ok brad@
2008-08-27 00:35:24 +00:00
martynas
7e0af9acf2
- mark RPATH xulrunner libraries. apps don't (yet) use XPCOM glue,
...
and mark RPATH xulrunner location. this fixes apps such as
py-gnome-extras. w/ help from kurt@
- install libxpcomglue{,_s} XPCOM glue, and libxul-embedding
pkg-config so that apps can use it, which is a proper way to get
xulrunner libs loaded
looks ok kurt@
2008-08-26 18:05:23 +00:00
espie
1f2198376a
yet another crypto library, dependency for amule, when we get it to
...
work.
2008-08-26 14:57:58 +00:00
wcmaier
2b35104b7e
Update to 1.0.2.
...
While here, switch to MODPY_EGG_VERSION, too.
ok merdely@
2008-08-24 11:24:24 +00:00
martynas
77b98f37ae
adapt from mozilla-firefox: use system libm
2008-08-23 22:07:03 +00:00
martynas
8a0adb8258
update to pyusb-0.4.1. ok wcmaier@
...
also license changed to BSD, adjusted license marker.
2008-08-23 20:45:10 +00:00
steven
0ac0a7a108
update to 0.08
...
from Anton V. Yabchinskiy <arn at antora.ru>
2008-08-23 08:06:18 +00:00
ckuethe
07ef7149bc
merge patches from arduino. add a note on how to load code into an
...
arduino. tested with a diecimilia.
ok ajacoutot
2008-08-23 07:20:17 +00:00
simon
33dd6f361e
update to version 1.17
2008-08-22 20:54:06 +00:00
brad
7dbaaa1ccf
Add support for AltiVec detection using the sysctl node on OpenBSD and
...
remove the dependency on gcc4.
ok jasper@ ajacoutot@
2008-08-22 11:53:32 +00:00
ajacoutot
6523b335a5
+guichan
2008-08-22 11:40:55 +00:00
ajacoutot
7c50feb96b
Import guichan-0.8.1
...
Guichan is a small, efficient C++ GUI library designed for games. It
comes with a standard set of widgets and can use several different
back-ends for displaying graphics and grabbing user input.
based on a submission by Jonathan Armani <dbd@asystant.net>, MAINTAINER
2008-08-22 11:38:25 +00:00
espie
e87089bb32
+2.62, needs a -current m4
2008-08-21 21:03:43 +00:00
ckuethe
9d1ad17412
Be more specific about GPL version and fix PLIST.
...
Thanks to ajacoutot for explaining how @sample works.
ok ajacoutot
2008-08-21 14:20:12 +00:00
ckuethe
69be2538a9
add avrdude
...
ok laurent@
2008-08-21 14:07:18 +00:00
ckuethe
60ef9a979f
Import avrdude - a utility for programming Atmel AVR microcontrollers
...
supporting a number of different types of programming hardware and MCUs
2008-08-21 14:05:21 +00:00
simon
49634dbe14
update to version 2.04 now we have the new dependency and remove the
...
superfluous VERSION variable
2008-08-20 20:11:11 +00:00
simon
b79cba9e4c
add p5-Paranoid
2008-08-20 20:05:59 +00:00
simon
d8709891bd
import p5-Paranoid
...
This collection of modules started out as modules which perform things
(debatably) in a safer and taint-safe manner. Since then it's also
grown to include functionality that fit into the same framework and
conventions of the original modules, including keeping the debug hooks
for command-line debugging.
2008-08-20 20:05:54 +00:00
simon
5797d18bcd
maintenance update to version 1.25 and whitespace fixes
2008-08-20 19:55:28 +00:00
ajacoutot
c18d1a8404
- change HOMEPAGE (which fixes MASTER_SITES in the process to get the
...
correct -docs tarball; noticed by drahn@)
- bump
2008-08-20 15:51:42 +00:00
simon
c2b536d4a8
maintenance update to version 0.31
2008-08-20 15:38:59 +00:00
simon
e290eef91b
update to version 0.18 now we have the new dependencies
2008-08-20 15:33:13 +00:00
ajacoutot
173c08e7ef
- fix MASTER_SITES; noticed by drahn@
2008-08-20 15:32:10 +00:00
simon
6eb4cf50e0
*** empty log message ***
2008-08-20 13:44:40 +00:00
simon
54949cb577
import p5-namespace-clean
...
The namespace::clean pragma removes all previously declared or imported
symbols at the end of the current packages compile cycle. Functions
called in the package itself will still be bound by their name, but they
won't show up as methods on the class or its instances.
2008-08-20 13:44:36 +00:00
simon
a6ebfd0f9e
import p5-Mouse
...
Moose is wonderful but unfortunately, a little slow. Though significant
progress has been made over the years, the compile time penalty is a
non-starter for some applications.
Mouse aims to alleviate this by providing a subset of Moose's
functionality, faster. In particular, "has" in Moose is missing only a
few expert-level features.
2008-08-20 13:44:33 +00:00
simon
1d3b898128
import p5-Class-Method-Modifiers
...
Method modifiers are a powerful feature from the CLOS (Common Lisp
Object System) world.
Class::Method::Modifiers provides three modifiers: before, around, and
after. before and after are run just before and after the method they
modify, but can not really affect that original method. around is run
in place of the original method, with a hook to easily call that
original method.
2008-08-20 13:44:29 +00:00
simon
d2e2257e4d
import p5-Data-Alias
...
Data::Alias is a module that allows you to apply "aliasing semantics" to
a section of code, causing aliases to be made whereever Perl would
normally make copies instead. You can use this to improve efficiency
and readability, when compared to using references.
2008-08-20 13:44:25 +00:00
simon
a5800375ed
maintenance update to version 4.61
2008-08-20 13:23:28 +00:00
ajacoutot
8817750a54
- update to libopensync-0.36
2008-08-20 08:34:45 +00:00
jakemsr
7e624c34a7
various audio fixes:
...
- recognize all available audio devices
- the audio device is always opened read-write. this results in
full-duplex operation for most OSS implementations, but full-dupplex
needs to be explicitly enabled on OpenBSD.
- don't error out if SNDCTL_DSP_SPEED returns an error. instead
resample based on the returned sample rate.
- the resampling factor was not properly initilized and was returning
random values.
- simply skip samples to down-sample. the average method it uses
sounds horrible.
now ekiga's softphone works for me when using the OSS audio backend
ok ajacoutot
2008-08-20 01:57:31 +00:00
espie
6064d67b89
initial port of autoconf 2.62.
...
dependent on some m4 tweaks to actually work (not yet committed)
2008-08-19 23:52:19 +00:00
jasper
659d4aa968
- add p5-accessors
2008-08-19 22:55:32 +00:00
jasper
61b4b4831a
- import p5-accessors
...
The accessors pragma lets you create simple accessors at compile-time.
This saves you from writing them by hand, which tends to result in
cut-n-paste errors and a mess of duplicated code. It can also help you
reduce the ammount of unwanted direct-variable access that may creep
into your codebase when you're feeling lazy. accessors was designed with
laziness in mind.
2008-08-19 22:51:02 +00:00
naddy
7ff60146b4
Pinch a fix/workaround from 2.16.5's configure script to ensure that
...
endianness is detected correctly on all platforms. ok martynas@
Also drop a bogus configure patch that is a no-op.
2008-08-01 20:53:05 +00:00
kurt
96548d0dc6
Fix starting java via PATH. Reported by several. Debugged by Mark Peloquin
...
<markpeloquin at gmail.com>, fix by me.
okay pvalchev@, espie@
2008-08-01 20:22:48 +00:00
martynas
6dd7e1027c
nspr 4.7.1 ships source tarball with weird permission modes. fix
...
modes for header files in the install target, so that the resulting
package is right, and non-root/wheel users are able to build apps
depending on nspr
ok kurt@, naddy@, pval@
2008-07-31 17:31:00 +00:00
djm
98545cd4c9
remove myself as MAINTAINER; bump PKGNAME
2008-07-29 08:43:30 +00:00
sthen
2032793db0
SHARED_LIBS and PKGNAME bumps for libm.
2008-07-29 00:18:58 +00:00
sthen
62d6cd3986
- SHARED_LIBS and PKGNAME bumps for libm.
...
- Add workaround for lack of extended-precision, from martynas@.
Fixes the build. XXX - to be removed later.
2008-07-29 00:17:01 +00:00
sthen
3bb4794565
SHARED_LIBS and PKGNAME bumps for libm.
2008-07-28 23:56:28 +00:00
sthen
4369454d22
SHARED_LIBS and PKGNAME bumps for libm.
2008-07-28 23:41:54 +00:00
simon
81c4df9b80
maintenance update to version 1.07, replace spaces with tabs
...
and enable pod tests
2008-07-27 23:00:10 +00:00
simon
b0a8dc4415
maintenance update to version 1.02 and replace spaces with tabs while here
2008-07-27 22:55:38 +00:00
sthen
3018515918
apr-utils hardcodes LIB_DEPENDS on devel/apr major version,
...
fix this following apr bump. Pointed out by ckuethe, thanks!
ok martynas@
2008-07-27 10:47:53 +00:00
okan
988abeaeb1
update to 4.22
...
based on an earlier update from Jim Razmus
ok simon@ merdely@
2008-07-27 02:03:12 +00:00
bernd
9aa01fc0f7
Update to ruby-mocha-0.9.0.
2008-07-26 11:55:56 +00:00
bernd
5f96df30e6
Update to ruby-tzinfo-0.3.9 and enable regress tests.
2008-07-26 11:03:00 +00:00
kevlo
92d59b699e
update to 0.040
2008-07-26 03:27:20 +00:00
sthen
323cf44154
shared library and PKGNAME bumps due to use of isinf/isnan/nan
...
following libc/libm changes
2008-07-25 20:25:59 +00:00
ajacoutot
4e96d0b36a
- fix GCONF_ETCDIR
...
before this change it wasn't possible to add mandatory settings without
tweaking gconf
- while here, rework the way we build this port so we can drop some
patching
2008-07-25 13:42:57 +00:00
martynas
9a5c1037db
update to nspr-4.7.1. also needed by firefox 3.0
...
tested by many, both w/ mozilla 1.8 branch projects, and mozilla 1.9
"nspr and nss should go in" naddy@
ok kurt@
2008-07-25 00:42:33 +00:00
ian
5b06ea7d13
+= hudson
2008-07-25 00:07:17 +00:00
ian
5e36a5714a
Initial import of Hudson, a continuous integration (CI) server.
...
Hudson can run standalone (has own tiny web server) or in a
Java-capable web server or application server.
ok sthen@, kurt@ after considerable cluesticking (by them)
2008-07-25 00:05:31 +00:00
martynas
1db4805bb9
remove bogus patch. atof("Infinity") actually produces zero, and
...
then no wonder the patch removes further regression tests...
this is not needed now that that archs have proper INFINITY and NAN
definitions
ok phessler@
2008-07-24 10:02:57 +00:00
jakemsr
3967424f7e
* export the UDFFindFile function, and so:
...
- bump shared lib minor and
- bump pkgname
this will make future libdvdnav updates easier.
ok espie
2008-07-24 09:37:26 +00:00
fgsch
0df5a42e58
enter py-buildbot
2008-07-23 00:39:02 +00:00
fgsch
26752b5197
import py-buildbot, a system to automate the compile/test cycle.
...
wcmaier@ ok and added as maintainer.
2008-07-23 00:36:45 +00:00
martynas
78aeb076bf
adapt for other mozilla projects claudio's diff of firefox to honor
...
MOZ_PLUGIN_PATH. bump pkgnames
sure claudio@
2008-07-21 19:19:06 +00:00
bernd
523a6e9011
Update to git-1.5.6.4.
2008-07-21 07:48:54 +00:00
bluhm
7f7ded1d97
update to 1.09
...
ok sturm
2008-07-18 16:42:08 +00:00
martynas
6769a36bc3
security update to xulrunner-1.8.1.16. MFSA 2008-35, MFSA 2008-34
...
ok kurt@
2008-07-17 16:50:20 +00:00
dhill
c5f658e335
upgrade to 0.7501
...
ok steven@
2008-07-16 21:15:59 +00:00
dhill
2872e82b86
upgrade to 0.04
...
help and ok simon@
2008-07-15 18:23:14 +00:00
dhill
cb567f412e
upgrade to 1.49
...
ok claudio@
2008-07-15 18:18:22 +00:00
bernd
0ddb02a6f2
Update to git-1.5.6.3.
2008-07-15 08:41:40 +00:00
dhill
47229b5135
upgrade to 0.31
...
ok simon@
2008-07-14 13:58:09 +00:00
dhill
86dcb2aa0b
upgrade to 0.06
...
ok simon@
2008-07-14 13:57:04 +00:00
dhill
b1beb68260
upgrade to 0.03
...
OK simon@
2008-07-14 13:55:58 +00:00
dhill
f5c1071dd7
upgrade to 1.51
...
input and OK simon@
2008-07-13 17:32:10 +00:00
kevlo
331eae6e68
Update to 0.13
2008-07-12 13:42:07 +00:00
kevlo
a024b2e808
Update to version 0.14
2008-07-12 13:40:31 +00:00
kevlo
216e49c029
Update to 0.1002
2008-07-12 13:39:14 +00:00
martynas
29e1448521
- switch master site to pypi, which has newer source, required by tg
...
- update to py-turbojson-1.1.3
- MODPY_EGG_VERSION trick
ok wcmaier@
2008-07-11 22:43:19 +00:00
martynas
eba5b5bc9e
- update to py-simplejson-1.9.2
...
- add a do-regress target, prodded by wcmaier@
ok wcmaier@
2008-07-11 22:40:06 +00:00
dhill
54d94dd877
upgrade to 1.09
...
OK jakob@
2008-07-11 22:30:59 +00:00
martynas
469bf73956
- bugfix update to py-nose-0.10.3
...
- fix regression tests, prodded by wcmaier@
ok wcmaier@
2008-07-09 17:46:51 +00:00
martynas
3f809b1b43
update to py-configobj-4.5.3; ok wcmaier@
2008-07-09 17:42:23 +00:00
martynas
6489d0c071
fix homepage, bump pkgname
2008-07-09 12:13:45 +00:00
kevlo
0b1b0e76bd
Update to 0.148
2008-07-09 09:13:42 +00:00
kevlo
fe72cf22d8
Update to 0.34
2008-07-09 09:10:04 +00:00
martynas
c86fa684dc
i am upstream now. so release 0.5. much thanks to fgsch@, for
...
testing, bug-hunting, and diffs.
2008-07-08 21:29:20 +00:00
jasper
eac47126c2
- oops, forgot this bit.
2008-07-08 12:07:41 +00:00
jasper
15dc16dcc4
- update vte to 0.16.14
...
- update license marker
feedback and ok ajacoutot@
2008-07-08 12:02:19 +00:00
brad
72a2fdf755
Update glib2 to 2.16.4.
...
ok jasper@
2008-07-08 08:38:26 +00:00
brad
af7a436428
Update to bison 2.3.
...
ok jdixon@
2008-07-08 00:24:17 +00:00
jasper
8d6bd7bd0a
- update ORBit2 to 2.14.13
2008-07-07 22:05:38 +00:00
phessler
dc216a4b49
this is known to blow up on non-reference platforms, so mark as
...
ONLY_FOR_ARCHS until we fix it
requested and "doesn't need a package bump" sthen
2008-07-07 04:08:00 +00:00
jasper
5a5be358e1
- previous commit updated pcre to 7.7, which was confirmed vulnerable
...
to the CVE-number, mentioned in the commit. brad got confused and thought
the update fixed that issue, because of a confusing changelog entry.
roll in a fix from gentoo that fixes the actuall issue.
2008-07-06 21:25:25 +00:00
phessler
fd89754722
add acpica
2008-07-06 16:51:01 +00:00
phessler
c66e9adc92
The ACPI Component Architecture (ACPICA) project provides an operating
...
system (OS)-independent reference implementation of the Advanced
Configuration and Power Interface Specification (ACPI).
ok naddy
2008-07-06 16:48:48 +00:00
martynas
5fea6f4fc9
security update to xulrunner-1.8.1.15; ok kurt@
2008-07-05 16:00:29 +00:00
naddy
b3e53655d3
bump PKGNAME for PLIST changes 4.3 -> 4.4
2008-07-04 19:57:06 +00:00
brad
8381efbfec
upgrade to PCRE 7.7
...
fix a heap-based buffer overflow (CVE-2008-2371)
ok jakob@
2008-07-03 06:45:29 +00:00
bernd
25a08b5ea0
Update to git-1.5.6.1.
2008-07-01 18:10:15 +00:00
landry
00c2d5533c
Split boehm-gc into -main and -atomic subpackages.
...
The latter contains libatomic_ops-1.2, which is developed inside boehm-gc,
as stated on libatomic_ops homepage. No change on -main subpackage.
libatomic_ops may be used by a future eventual pulseaudio port, which is
being worked on.
Feedback, tweaks and ok kurt@
2008-07-01 09:43:19 +00:00
wilfried
0983c4bdbd
fix 64-bit warning
2008-07-01 08:27:18 +00:00
ajacoutot
7f607d8313
- bring in a patch from upstream to fix applications config reload
2008-07-01 08:22:12 +00:00
naddy
ff6e8a8558
spawn only ${MAKE_JOBS} build jobs in parallel; ok kurt@
2008-06-30 20:16:37 +00:00
naddy
12240e42f2
Sync included glib with external glib: GPOINTER_TO_INT() etc should
...
not cause a warning.
The singular use of this, in libcroco, is safe.
2008-06-30 17:37:00 +00:00
brad
d4de7be650
It is not necessary to not split the info file.
...
ok sthen@
2008-06-30 09:22:46 +00:00
kurt
14f6a7704d
- remove work-arounds for missing getpwuid_r now that we have it
...
- regen pkg files with @bin markers
2008-06-28 12:34:57 +00:00
naddy
615e16f769
bump -devel package too, since it depends on PKGNAME-main
2008-06-26 14:46:04 +00:00
okan
d591f87be0
update to 2.03.01
...
from Gallon Sylvestre - thanks!
ok merdely@
2008-06-26 01:25:32 +00:00
bernd
bcf83e2fd7
Update to git-1.5.6.
...
Tested by Daniel Dickman, Brad Walker and sturm@.
Thank you!
2008-06-24 20:28:00 +00:00
jasper
d745838f22
zap empty patch, spotted by Tim van der Molen
2008-06-24 16:04:23 +00:00
kurt
5476403976
Bump PKGNAME due to RUN_DEPENDS change caused by 1.3 and 1.4 jdk
...
depreciations.
2008-06-24 02:46:21 +00:00
kurt
d612fb2796
Deprecate 1.3 and 1.4 due to lack of security updates, end-of-life status
...
or near eol, and bulk build time. This removes the limited Java support we
had on arm, powerpc and sparc until such time OpenJDK/IcedTea can replace
it. 1.3 and 1.4 ports directories will be removed next release to avoid
bit rot. Requested by espie@ and okay by many with no objections.
2008-06-24 02:38:31 +00:00
wcmaier
a35a48f8e3
Update to 1.3.
...
Diff from Markus Bergkvist <markus.bergkvist at noda dot se>, who
also takes MAINTAINERship. Thanks!
ok merdely@
2008-06-23 17:47:46 +00:00
steven
eb6f97a927
update Paul Irofti's e-mail address, diff from him.
2008-06-19 09:09:42 +00:00
sthen
52e118a5af
oops, I bumped DISTNAME not PKGNAME for this file with the cairo
...
WANTLIB sync. The package still built because gnome.port.mk overrode
DISTNAME, so the end result of this mistake was that the PKGNAME
didn't get bumped - missed because my test machine wasn't using
PLIST_DB.
Pointed out by naddy, thanks!
2008-06-18 20:24:12 +00:00
ajacoutot
2d423dc45d
- update to sdl-net-1.2.7
...
- remove jolan@ from maintainer as per his request
2008-06-18 11:18:44 +00:00
bernd
61c13deabc
Update to ruby-rspec-1.1.4.
2008-06-18 00:36:11 +00:00
bernd
4bf2e40024
Update to ruby-flexmock-0.8.2.
2008-06-18 00:29:39 +00:00
bernd
3a04f8708e
Update to Ruby On Rails 2.1.
...
Tested by jcs@, thanks!
2008-06-17 22:54:19 +00:00
bernd
1dd1f087e1
Update to ruby-gems-1.1.1.
2008-06-17 22:42:59 +00:00
steven
6357f465dc
update to cln 1.2.2
...
from maintainer Paul Irofti
tested by merdely and sthen
2008-06-17 19:30:19 +00:00
ajacoutot
77b33fc922
- fix configure output
...
no binary change
2008-06-17 13:54:09 +00:00
simon
b9501effd8
this module requires aspell, so add it to RUN_DEPENDS and bump
...
brought to my attention by merdely@
feedback & ok okan@, merdely@, msf@
2008-06-16 20:24:50 +00:00
sthen
b29b83d776
sync wantlib and bump packages. ok ajacoutot
2008-06-15 00:04:49 +00:00
landry
ff2d68af50
bump PKGNAMEs after lang/ruby module change.
...
Fix CATEGORIES in rdt eclipse plugin.
in subversion, only bump subpackages that use lang/ruby module.
2008-06-14 23:46:37 +00:00
sthen
9399612f77
update to 1.0.2, ok pyr (maintainer)
2008-06-14 19:50:16 +00:00
landry
fba5666eb0
add libstdc++-man
2008-06-13 22:00:34 +00:00
landry
2615e0e8d2
Import libstdc++-man, a set of manpages generated by doxygen from
...
libstdc++ source, and in sync with our g++. Quite handy when you're hacking
on big c++/stl code without net access.
ok ajacoutot@
2008-06-13 21:59:17 +00:00
merdely
7915e37acf
Update to 0.23.
...
CPAN_AUTHOR is not necessary (anymore).
Patch Makefile.PL to not try to use CPAN to load missing RUN_DEPENDS.
ok simon@
2008-06-13 17:45:08 +00:00
merdely
a9142df442
+ p5-File-Tempdir
2008-06-13 14:35:33 +00:00
merdely
6116d68ae2
import File::Tempdir
...
This module provide an object interface to tempdir() from File::Temp.
This allows to destroy the temporary directory as soon you don't need it
anymore using the magic DESTROY() function automatically call be perl
when the object is no longer reference.
If a value is passed to at object creation, it become only a container
allowing to keep same code in your function.
This is for an update to another port coming soon.
ok simon@ who had a similar version in his tree.
2008-06-13 14:34:26 +00:00
naddy
382931c0ad
Update to 0.17.
...
The major new functionality in this release is colorization support
in the message catalog tools.
ok brad@
2008-06-13 04:56:33 +00:00
brad
936c51164c
upgrade to gmake 3.81
...
Bulk build tested by naddy@
ok okan@
2008-06-12 21:04:16 +00:00
kurt
84aea7500b
Fix build with gmake-3.81. Corrections from OpenJDK repository:
...
http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/12b0d64c4953
No package bump since package didn't change.
2008-06-12 18:45:20 +00:00
eric
0b0288fa0b
update to 8.1.0
...
tweaks and ok martynas@
2008-06-12 06:46:40 +00:00
okan
596cd2c0cd
update to 2.03 from Gallon Sylvestre - thanks!
...
ok merdely@
2008-06-11 19:35:46 +00:00
okan
05a54fc691
update to 1.29 from kevlo@ (MAINTAINER)
...
ok merdely@ simon@
2008-06-11 18:20:55 +00:00
okan
64890b0f10
update to 1.02 from kevlo@ (MAINTAINER)
...
ok merdely@
2008-06-11 18:17:02 +00:00
landry
dd899175bb
Convert existing lua-related ports to use new lang/lua MODULE, and bump
...
PKGNAMEs.
ok wcmaier@ ajacoutot@
2008-06-11 05:04:37 +00:00
pvalchev
bb0a677b47
-mieee is now default on alpha
2008-06-10 05:11:21 +00:00
robert
ffab71422d
make the discovery of video(4) devices actually work by querying
...
the device itself; bump PKGNAME
2008-06-08 02:49:00 +00:00
kurt
e0ef9069a3
fix atomic_count.hpp: libstdc++ is not built with thread support yet so
...
adjust atomic_count.hpp to only use libstdc++ when it has been built with
thread support and fall back to using the pthreads implementation.
diagnosed, tested and okay deanna@
2008-06-05 12:55:56 +00:00
bernd
f693235bc1
Update to git-1.5.5.3. From Daniel Dickman. Thanks!
2008-06-05 07:19:14 +00:00
wcmaier
2f0ff039d5
Upgrade to 0.8.4 (skipping the still-born 0.8.3).
...
While here, use MODPY_EGG_VERSION and update my address.
ok merdely@
2008-06-03 23:30:28 +00:00
jasper
290a1c88ac
- update goffice to 0.6.4
...
joint work with seth jackson, ok ajacoutot@
2008-06-03 16:35:41 +00:00
jasper
c299ce2d74
- update libgsf to 1.14.8
...
- explicitly disable gvfs
ok ajacoutot@
2008-06-03 16:34:43 +00:00
ajacoutot
5dcd16b39e
- use the in-tree intltool utilities (textproc/intltool MODULE) instead
...
of the ones bundled in sources
PLIST_DB seems happy with the change so no bump
2008-06-03 14:56:09 +00:00
jasper
257532222c
- add a note about why gtester-report is not installed
2008-06-03 14:15:04 +00:00