Commit Graph

3917 Commits

Author SHA1 Message Date
brad
7bf83ebcef - make use of multiple master sites
- add another master site for PGP and 2 more for RSAREF
- make use of :U variable modifier
- cleanup Makefile
1999-11-24 03:23:05 +00:00
brad
dae1da05d3 add another dist site for RSAREF 1999-11-24 03:01:08 +00:00
brad
64225364d4 add another dist site for SSH and RSAREF 1999-11-24 02:57:56 +00:00
espie
3431057fa4 Oops. 1999-11-24 01:18:57 +00:00
espie
5643e9ca49 Typo
Surprising nobody saw it before...
1999-11-24 00:56:52 +00:00
espie
f844940867 Argh. I was SURE I had repaired that port WEEKS ago.
So, here goes.

- retrieve a recent snapshot of egcs, to justify the port's existence,
- remove outdated fixes, now that we're synching with 2.6,
- update patches to deal with the current snapshot,
- get a description that matches better what's going on,
- add fixed include files to match the new varargs handling (complexity
is now within gcc, instead of arch-dependent include files).

Builds on i386, at least.
1999-11-24 00:15:04 +00:00
espie
498376f7a5 Kill some extra shells that are not needed.
Note that

if ! (cmd1 && cmd2) then
cmd
fi

can be replaced with

if cmd1 && cmd2 then :
else
cmd
fi
1999-11-23 15:06:14 +00:00
espie
5642444dae Use echo directly, except where ECHO_MSG makes sense.
Clean up error conditions somewhat.
1999-11-22 23:44:01 +00:00
angelos
cacfa64b2e Change MAINTAINER to me temporarily (until we figure out who's the
real one).
1999-11-22 22:08:32 +00:00
espie
e0f299c92c Robust subdir substitution.
dugsong@ agrees that @ is a better choice.
1999-11-22 20:40:53 +00:00
espie
aaa04faba2 Simplify make fetch-list by using _ALWAYS_DEP and friends.
Remove some extraneous subshells.
Remove unwanted variables.
1999-11-22 20:37:04 +00:00
espie
5e1ecf9a5e Simplify CATPAGES 1999-11-22 20:34:14 +00:00
brad
24ff328c03 patch to fix compilation on Alpha; from maintainer
closes PR#956
1999-11-22 17:57:58 +00:00
brad
55da88e9db patch to fix compilation on Alpha; from maintainer
closes PR#955
1999-11-22 17:16:10 +00:00
turan
9f5c44af85 revert 1.28 -> 1.27. Version numbers are still locked. 1999-11-22 15:37:52 +00:00
kevlo
758bae1529 Update to version 1.28. 1999-11-22 09:08:55 +00:00
kevlo
5ab4d513f6 Add upsd 1999-11-22 04:09:17 +00:00
kevlo
52a57e5ed9 Import to upsd port. upsd is an APC smart UPS monitoring daemon. 1999-11-22 04:08:04 +00:00
angelos
453167623b Update to version 2.03 1999-11-22 02:54:29 +00:00
angelos
54be1cd350 ocaml v2.03 1999-11-22 02:44:44 +00:00
espie
7afc2742bb Wrong dir, wrong file...
experimental version which shouldn't have gone in.
1999-11-21 23:53:15 +00:00
espie
515e861055 Update to 2.3.2.
See package cvs.log for details.
This includes fixing an obscure security hole.

Patch to avoid spinning in select on non-blocking descriptors (will
probably be fixed in rsync 2.3.3)
1999-11-21 23:42:52 +00:00
espie
c1d2dae1f3 Cleaner patch, suitable for retrofitting to the authors.
Assume autoconf ownership.
1999-11-21 23:36:16 +00:00
turan
e66ab10fbc clean 1999-11-21 17:54:32 +00:00
espie
dc7126a53b Typo 1999-11-21 16:18:30 +00:00
espie
5f45a616e7 Revert unwanted commit... 1999-11-20 17:56:57 +00:00
espie
211653ece7 Blast DEPENDS_TMP .USE macro out of existence.
The problem with .USE macros is that they should be constant...
If they do depend on the target being made, they will invariably use
.if make(TARGET) tests.   But this is a bad idea, as then `TARGET' can't
be used as a true dependency, since it's not being made then...
So instead, one would have to remember to fork another make TARGET to
ensure the .USE macro is executed correctly... This is slow, and
error-prone.
1999-11-20 17:54:09 +00:00
kevlo
5eaf149e39 Mark it unbroken and update to version 2.5.8
Fix PLIST.
1999-11-19 04:33:04 +00:00
brad
85ed19d369 - privledges -> privileges
- remove version # from description
1999-11-18 19:26:28 +00:00
kevlo
d5c309056f Mark it unbroken. Change the MAINTAINER to kevlo@
Fix PLIST.
1999-11-18 03:52:15 +00:00
kevlo
1cf511b8a1 Mark it unbroken and fix Makefile.
Fix PLIST: add libcgiparse_pic.a into lib.
1999-11-17 09:17:34 +00:00
kevlo
d99eedae12 Mark it unbroken and update to version 3.6.12.
Fix PLIST.
1999-11-17 08:46:13 +00:00
brad
bc6300ec56 sync PLISTs 1999-11-17 00:17:13 +00:00
kevlo
10666d52ea Mark it unbroken and update to version 2.3.
Fix PLIST.
1999-11-16 08:42:03 +00:00
kevlo
d4aeb75423 Update to version 1.7.3. Fix PLIST. 1999-11-16 08:03:23 +00:00
kevlo
5f52fd8914 Update to version 1.7.3, we don't need those patches. 1999-11-16 07:57:00 +00:00
dugsong
5ceaf47130 add note about security fixes 1999-11-15 19:48:09 +00:00
espie
dd10aadc45 Fix recursive dependency computation. 1999-11-15 18:37:58 +00:00
turan
a7fcd040e6 verify angelos fixes. mark unbroken. 1999-11-15 02:27:55 +00:00
turan
4ef36a5637 verify angelos fixes, mark unbroken. 1999-11-15 01:55:17 +00:00
turan
54eac0efdc sync 1999-11-15 01:20:58 +00:00
turan
0ec9981736 port still has problems. change broken tag to match. patches sent to maint
to verify.
1999-11-14 23:51:02 +00:00
turan
55f4ab91d8 verify angelos fixes. mark unbroken. 1999-11-14 23:35:12 +00:00
turan
17bbf2c9d1 maintainer did not even type 'make' to test this port.
fix obvious bug.
1999-11-14 23:02:39 +00:00
jakob
492c89b29e net/bind8 updated to 8.2.2-P5 1999-11-14 22:45:40 +00:00
jakob
c30e4e4958 Update to BIND v8.2.2-P5. Mark unbroken. 1999-11-14 22:39:16 +00:00
turan
d07a5e3bd4 verify angelos fixes. mark unbroken. 1999-11-14 22:29:00 +00:00
turan
086dfc4048 verify angelos fixes. mark unbroken. 1999-11-14 22:18:02 +00:00
turan
eb94790454 i cannot spell BROKEN 1999-11-14 22:00:36 +00:00
turan
7aca8c109d verify angelos fixes. mark unbroken. 1999-11-14 21:53:08 +00:00