Commit Graph

3932 Commits

Author SHA1 Message Date
ian
5584a99ca6 Add patch file 1999-11-26 18:22:55 +00:00
brad
e2e695ba60 - add support for a shared library
- make gd respect CFLAGS
- add patch to suppress malloc.h warnings
1999-11-26 16:50:03 +00:00
brad
b9e8e76450 fix dependency check for new version of gd 1999-11-26 16:20:25 +00:00
brad
54ff44cb0c - add demoout.png example image to post-install target
- cleanup Makefile
1999-11-26 15:47:53 +00:00
brad
ef31e09b20 add option to make tcsh build a static binary 1999-11-25 22:11:35 +00:00
espie
e8ce5474b4 Fix g77 mktemp patch, now that the testsuite checks for it.
Remove extraneous warnings from the build process... for some strange
reason, the protoize patch was integrated by the Cygnus folks, but
the libiberty part is still hanging in no-man's land... go figure.
1999-11-25 22:02:30 +00:00
brad
46491f3571 replace the one bad distribution site for patch with 2 good ones 1999-11-25 21:37:10 +00:00
espie
bfbccce125 In C++, wchar_t is a builtin, not a typedef.
Work-around for an inadequacy of 2.6 headers that was just
exposed by a new pedantic warning...
1999-11-25 17:19:19 +00:00
brad
b7a87f1181 better COMMENT 1999-11-24 23:44:10 +00:00
brad
5d41c0f143 add missing dircategory to info page 1999-11-24 23:15:36 +00:00
brad
04679873d1 - remove BROKEN tag
- upgrade to STk 3.1.1
- change maintainer to ports@
- fix PLIST problem by using sed for some variable substitution
- fix compilation on archs that do not support dynamic loading of modules
  (fixes compilation on Alpha, needs testing on pmax and arc)
1999-11-24 04:22:21 +00:00
kevlo
eacf547967 Fix PLIST. upsd.conf into /etc, instead of /usr/local/etc. 1999-11-24 03:43:34 +00:00
brad
cede8dd823 - add another dist site
- cleanup Makefile
1999-11-24 03:41:22 +00:00
kevlo
ede87cb902 Remove those patches. 1999-11-24 03:40:50 +00:00
brad
cb9943fb22 - make use of multiple master sites
- replace master sites with good ones for RSAREF
- make use of :U variable modifier
- cleanup Makefile
1999-11-24 03:33:55 +00:00
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