espie
a7c0d256e1
also zap .n as a final.
2006-09-18 11:30:08 +00:00
espie
03409d0fb5
zap .n.m suffix, just keep .0.0 as a special case for now.
2006-09-18 11:27:47 +00:00
espie
aa373a92bf
last new lib specs
2006-09-18 11:20:15 +00:00
espie
f3185bcc20
new lib specs
2006-09-18 10:52:09 +00:00
espie
8887be41e3
unlink the snapshot dir, it's unlikely to come back for now...
2006-09-18 10:30:20 +00:00
espie
fd969f3dd2
more new lib specs
2006-09-18 10:21:48 +00:00
espie
d0a451a7d0
new style lib specs
2006-09-18 09:40:31 +00:00
wilfried
f43898f6cd
update to Net-DNS-0.58
2006-09-18 09:17:44 +00:00
espie
629547efe8
new style libs
2006-09-18 09:04:03 +00:00
espie
d1d60dd965
new amarok, try to keep dependencies in check, though it's getting harder.
...
Note that new amarok doesn't even try to support akode or gstreamer for
now, so xine-engine it is !
2006-09-18 09:03:30 +00:00
espie
5061e474a6
update to new scriptaculous (1.6.2)
2006-09-18 09:02:39 +00:00
espie
06b500682c
fix describe/dump-vars
2006-09-18 08:16:19 +00:00
steven
a5ced8bb42
update to 1.5.0.7 as well
...
"seems fine" maintainer Antoine Jacoutot
2006-09-18 07:35:51 +00:00
ray
3cc1a6bceb
Don't do a strlen(3) on non-NUL-terminated strings, especially since we
...
are given a length, which can lead to a buffer overread and crash silc.
OK brad@
2006-09-18 05:41:10 +00:00
brad
e450111b57
Postfix 2.4 20060903 snapshot
2006-09-18 05:25:40 +00:00
brad
126ca078cd
Postfix 2.3.3
2006-09-18 05:09:10 +00:00
brad
026742824b
upgrade to Dovecot 1.0rc7
...
ok dlg@
2006-09-18 05:04:28 +00:00
espie
703a485b6a
somewhat big change: zap the package-link/package-unlink stuff, turn these
...
into real targets.
- now make package will create missing ftp/cdrom links when PERMIT says so.
- PKG_ARCH=* packages get built into packages/no-arch, and linked from
elsewhere.
Everything gets based off PACKAGE_REPOSITORY, PKGREPOSITORYBASE and friends
get ditched.
All `package' targets go through the same routine: iterate through every
subpackage with PACKAGING set.
This includes describe, lib-depends-check, package, dump-vars, install-all,
which will iterate through subdescribe, sublib-depends-check, subpackage,
subdump-vars, and install.
(names are subject to change).
Much simpler logic, plus hey, you get an install-all target !
Might be some minor breakage, most stuff appear to work just fine...
2006-09-17 22:08:19 +00:00
espie
dc30768e5a
zap ref to _internal-fake now that it works.
2006-09-17 22:02:47 +00:00
espie
2fce195bac
new version
2006-09-17 21:46:01 +00:00
steven
4b337b355c
SECURITY update to firefox 1.5.0.7
...
see http://www.mozilla.org/projects/security/known-vulnerabilities.html
for details
ok bernd@
2006-09-17 21:02:58 +00:00
jasper
ca734e49a5
update gnuwatch to 3.2.7
...
change my mail address
ok bernd
2006-09-17 20:16:00 +00:00
jasper
2220ad5504
kill dead mastersite/homepage
...
bump pkgname
ok espie
2006-09-17 19:21:46 +00:00
espie
29ab642009
flesh out description, explain why Readonly might be more useful than
...
constant, and that there is a secundary package that can speed things up.
2006-09-17 19:14:56 +00:00
espie
964e69a2f9
more generic protection against multiple locking: instead of one
...
_MASTER_LOCK, we keep a list of _LOCKS_HELD by one port builder in
an env variable, and we don't relock stuff that's already locked.
This allows us to, e.g., have fake depend on regress without issue
(even though, internally, it's more efficient to use the _internal-*
targets to avoid testing locks).
2006-09-17 19:08:59 +00:00
mbalmer
eeada06cce
ufraw
2006-09-17 17:54:59 +00:00
mbalmer
300a7dcac2
a raw converter.
...
CVt: ----------------------------------------------------------------------
2006-09-17 17:52:38 +00:00
pvalchev
ccbaf46145
sync
2006-09-07 04:18:24 +00:00
sturm
b705475079
fix broken tests for vorbis and smpeg
...
from Deanna Phillips <deanna at sdf.lonestar.org>
2006-08-31 06:14:29 +00:00
fgsch
c8197eaba3
talk about installing mm-icon.png as well; bump package.
...
maintainer and pvalchev@ ok.
2006-08-31 00:25:43 +00:00
kurt
a0e9ff0061
Fix exec shell typo - noticed by Matthew Clarke <clamat at telus.net>.
...
okay nikolay@, pvalchev@
2006-08-29 20:01:14 +00:00
aanriot
52c5723481
disable multi-threading support and fix computation of bandwidths.
...
fix by reyk@; ok pvalchev@
2006-08-29 19:50:22 +00:00
pvalchev
31484c74ac
add
2006-08-29 19:16:07 +00:00
pvalchev
b4916c8c3a
sync
2006-08-28 23:08:55 +00:00
pvalchev
96dd5567f6
sync
2006-08-28 22:09:28 +00:00
sturm
f3396b6ba7
bump PKGNAME to not fall behind -stable
2006-08-26 06:34:30 +00:00
espie
a1396a349f
Bundle source patches with the package. After all, it's small, and that
...
way, we meet the licence for redistribution.
2006-08-25 10:08:33 +00:00
bernd
f65f3e714d
Downgrade to p5-DBD-mysql-2.9004.
...
The current version segfaults very often.
http://lists.mysql.com/perl/3933
http://rt.cpan.org/Public/Bug/Display.html?id=18884
Reported by Peter Hessler, thanks!
ok espie@, sturm@
2006-08-24 09:23:38 +00:00
sturm
f40b6dea93
add RUN_DEPENDS on ruby-gems for gems-based ports
...
bump PKGNAME where necessary
noticed by Ward Wouts <ward at wizeazz.nl> via markus, ok msf
2006-08-23 21:12:24 +00:00
steven
d30e9a63f0
bump PKGNAME for 4.0
...
noticed by Deanna Phillips <deanna at sdf.lonestar.org>
ok espie@
2006-08-23 09:36:38 +00:00
pvalchev
0b8d976303
sync
2006-08-22 22:04:00 +00:00
pvalchev
79ee02e406
python/2.4
2006-08-22 20:27:05 +00:00
pvalchev
66d584c457
sync
2006-08-22 20:25:35 +00:00
aanriot
a88f8d57b4
The following diff removes a call to utf_initialize() used in Core.pm by
...
the swig-generated perl modules, which is causing a Segmentation Fault,
as reported in PR #5071 .
ok naddy@ , Sigfred Haversen
2006-08-21 17:39:00 +00:00
kurt
94f8549435
Fix debug FLAVOR so it builds and installs binaries with symbols:
...
- add -dontstrip to packaging script to get useful debug binaries
installed
- remove --enable-debug since that makes the debug build too big (>18G)
for me to build. Add back later as a possible verbose_debug flavor.
Use PATCHORIG so that update-patches doesn't pickup internal .orig files.
Idea from espie@
Add a mutex to make the call to getpwuid thread safe.
2006-08-20 03:36:52 +00:00
sturm
e79453cff2
bump PKGNAME after removal of MAINTAINER
2006-08-19 18:58:55 +00:00
kurt
624d651413
this won't run on macppc anytime soon since the huge executable's .text
...
size exceeds MAXTSIZ on macppc so remove powerpc from ONLY_FOR_ARCHS.
reported by marco@ okay nikolay@
2006-08-18 17:09:23 +00:00
kurt
33092bd075
explicitly link in libstdc++ to arts & sidplay plugins to correct
...
gst-register core dumps reported by steven@. also remove extra pthread
WANTLIB for dvdnav. okay nikolay@
2006-08-18 17:04:22 +00:00
sturm
9403280d56
mention ruby
...
noticed by Andrew Smith <asmith at tranquility.fsbusiness.co.uk>
2006-08-18 16:04:47 +00:00
steven
a760921fdd
add missing directory.
...
ok espie@
2006-08-18 12:27:19 +00:00