espie
c4e1612c34
fix size test finally (|| > |)
...
check that MULTI_PACKAGES do begin with -.
2006-03-24 19:28:13 +00:00
espie
c5101965f7
remove erroneous optimization
2006-03-04 13:02:04 +00:00
pvalchev
0fad5abdbe
sync
2006-02-28 17:11:38 +00:00
pvalchev
2b3a991f3c
chau
2006-02-26 04:53:13 +00:00
pvalchev
2b0a2ad0e7
sync
2006-02-26 04:51:13 +00:00
pvalchev
6487223aec
add teTeX
2006-02-16 00:10:46 +00:00
jolan
42b25062b3
the first sourceforge mirror listed is super slow so switch to a faster
...
one
2006-02-15 16:35:21 +00:00
espie
5d80851387
cache even more stuff.
...
avoid half the computation in conflicts.
allows to specify packing-lists directly.
2006-02-12 16:33:35 +00:00
aanriot
0854d47f03
add _ipfreely:_ipfreely.
...
ok alek@ niallo@
2006-02-11 14:40:51 +00:00
steven
de2c6ae7cb
fix mirror paths and remove broken mirrors for X contrib
2006-02-10 09:36:57 +00:00
espie
fd27df373d
oops, avoid IO::Scalar, which is a local module.
...
perl 5.8.0 does scalars directly.
2006-02-09 12:03:55 +00:00
espie
ab8eafb0a7
deal transparently with changing CVS tags or mystuff addition/removal.
2006-02-09 11:39:02 +00:00
espie
1a551c8008
use a much smarter comparator: check each element independently.
...
This finally allows us to transparently update old registered plists
for new elements.
For instance, let's store md5 for constant elements, like DESC, DISPLAY, etc.
2006-02-09 10:49:13 +00:00
steven
b258872e48
fix typo in target name.
...
ok espie@
2006-02-06 22:01:48 +00:00
jolan
aef34ea50d
pass -o to unzip so it doesn't prompt when overwriting a file
...
ok espie@
2006-02-06 17:09:08 +00:00
david
df1d5f5415
correct path to package/check-dependencies and install/create-user is gone
...
ok sturm@
2006-02-06 04:23:04 +00:00
steven
af8c97547e
remove broken mirror ovh.dl.sourceforge.net
...
ok sturm@
2006-02-05 13:56:19 +00:00
steven
0a7b11484d
kill MASTER_SITE_TCLTK which is now no longer used
...
ok naddy@
2006-02-04 23:54:57 +00:00
david
d9861dc5fe
+_nrpe and _snort
2006-02-04 13:21:27 +00:00
david
2bb1368a21
postgresql,-server user is not noauto; ok mbalmer@
...
exim user is also not noauto; no response from MAINTAINER
2006-01-25 03:36:35 +00:00
steven
bfb96f89cc
remove unavailable packetstorm mirrors and add new working ones
...
based on diff by Jim Razmus <jim at bonetruck.org>
2006-01-19 19:53:21 +00:00
steven
bbb11e4395
fix path to CPAN modules on mirrors.dotsrc.org
...
from Jim Razmus <jim at bonetruck.org>
2006-01-18 21:23:14 +00:00
steven
fb5173869b
correct path to CPAN modules on sunsite.org.uk
...
from Jim Razmus <jim at bonetruck.org>, thanks!
2006-01-18 17:43:14 +00:00
sturm
35d53e2c3d
remove unreachable mirrors
...
fix cpan.dk
from Jim Razmus <jim at bonetruck.org>
2006-01-16 21:03:27 +00:00
naddy
db1a7a5bc4
instruct configure scripts not to use our legacy malloc.h; ok espie@
2006-01-13 15:34:06 +00:00
espie
5387da2262
remove autodetection of some headers until the dust settles.
2006-01-10 18:31:02 +00:00
brad
b3ceff88e7
this patch has been part of our X for over 5 years.
2006-01-08 02:54:22 +00:00
brad
3db4a36f91
remove unused libtool 1.3 patches
2006-01-08 02:48:34 +00:00
espie
c3796c9e9a
prepare to pass stuff over to libtool.
2006-01-05 19:33:17 +00:00
espie
7c0d5b76c2
don't bother checking symlinks, they point at a bogus location anyways.
2005-12-30 14:09:47 +00:00
espie
09d0bdfe32
set LIBname_LTVERSION=-version-info <major>:<minor>:0
...
in MAKE_ENV/MAKE_FLAGS/FAKE_FLAGS if USE_LIBTOOL=Yes.
2005-12-29 12:48:04 +00:00
naddy
94284f6400
Avoid confusing quote nesting: For MODGNU_SHARED_LIBS, since we
...
typically quote the flags part of the (name, flags) tuple already,
don't put it into another level of single quotes.
ok espie@
2005-12-26 21:29:41 +00:00
bernd
abab1f6055
Display lib version in "unregistered shared lib" warning.
...
okay espie
2005-12-26 19:29:34 +00:00
sturm
7caae7d3d8
indentation
2005-12-24 20:11:03 +00:00
bernd
d73c3d3e79
Display warnings for unregistered shared libs only once per lib.
...
Less chatty now.
ok espie@
2005-12-23 13:30:05 +00:00
espie
9416bb604f
get make-plist aware of the version number variables.
2005-12-23 12:48:59 +00:00
espie
75c9fbaa3f
basic framework to have control over shared libs numbers:
...
SHARED_LIBS enumerates the libraries like so:
SHARED_LIBS= foo 1.0 \
zop 2.5 \
tag 3.0
This just defines LIBfoo_VERSION=1.0, LIBzop_VERSION=2.5, LIBtag_VERSION=3.0
and adds these to SUBST_VAR, further tweaks must be done, usually at the
MAKE_FLAGS/MAKE_ENV level.
For gnu ports that use automake, the supplementary MODGNU_SHARED_LIBS
variable can be used like this:
MODGNU_SHARED_LIBS= foo '-no-undefined'
and it will define libfoo_la_LD_FLAGS=--version-info 1:0:0 -no-undefined
Some gnu ports have weird variable names for libraries. For instance,
the libORBit-2 is set using libORBit_2.
LIBORbit-2_ALIAS=ORBit_2
will make sure the correct name is used.
much feedback from bernd@
2005-12-23 12:41:37 +00:00
jolan
a64ec6720a
_akpop3d
2005-12-14 05:59:47 +00:00
pvalchev
00403e42cc
non-static flavors for all
2005-12-12 23:32:22 +00:00
espie
f755566506
be more specific about conflict handling: conflicts can be registered at
...
any level in the dependency tree, but we shouldn't mark as conflicting packages
that do depend on each other or that have common dependencies.
Issue noticed by alek@ on plone vs. zope.
2005-12-12 13:37:21 +00:00
pvalchev
c9a0010d14
+bash,tcsh
2005-12-11 00:57:14 +00:00
kurt
d72c55ffe0
remove some old or non-responsive MASTER_SITE_APACHE mirrors
2005-12-07 18:57:07 +00:00
ian
edc8f04975
Minor clarification of message, ok espie@
2005-12-06 17:15:38 +00:00
pvalchev
274fea4a25
some more
2005-11-30 21:23:30 +00:00
sturm
ae0ccee5c8
_avenger, reminded by maintainer
2005-11-30 06:27:33 +00:00
robert
386a54c081
add xmms, xmms-tremor, xmms-mad and wesnoth-tinygui
2005-11-28 05:52:22 +00:00
pvalchev
d22d69bb02
sync
2005-11-28 01:12:29 +00:00
espie
f5747f689b
move comment accordingly
2005-11-27 12:31:18 +00:00
sturm
60029f4c1d
don't duplicate code, use _fetch_packages_fragment and
...
_pkgrepository_fragment instead
copy packages in local components of PKG_PATH to ${PKGREPOSITORY}
feedback and ok espie@
2005-11-27 12:15:59 +00:00
espie
e67b8501b3
now that pkg_add does the right thing when confronted with stuff that's
...
already installed, use it directly for updates.
2005-11-15 18:14:56 +00:00