Commit Graph

4111 Commits

Author SHA1 Message Date
jakob
701e197ed6 Update to postfix-19990906-pl09. File missed by CVS. 1999-12-12 19:01:53 +00:00
jakob
8efb75e9c4 Update to postfix-19990906-pl09. Information from the author:
This patch resolves several really old defects that were resolved
or discovered in the last couple weeks.

  - Address rewriting would panic on a lone \ at the end of a line
    where an address was expected. Reported by Jason Hoos.

  - The local delivery agent would deliver to the user instead of
    the .forward file when the .forward file was already visited
    via some non-recursive path. Patch by Patrik Rak.
                                                                                  - Postfix now attempts to deliver all addresses in the expansion
    of an alias or .forward file, even when some addresses must be
    deferred. Problem reported by Andrew McNamara and others.
1999-12-12 19:00:32 +00:00
brad
de6f9389d7 remove unnecessary GNU_CONFIGURE tag, USE_AUTOCONF implies using GNU_CONFIGURE 1999-12-12 18:40:45 +00:00
dugsong
037ce8dad2 stricter fix for oflow 1999-12-12 18:38:51 +00:00
brad
0a395a6dd2 update INDEX 1999-12-11 16:34:35 +00:00
espie
f0ac2fb53b Use IFS to parse PATH instead of ludicrous echo $PATH|tr 1999-12-11 16:14:20 +00:00
brad
f4d8e69fa7 change LIB_DEPENDS for new libtiff 1999-12-11 02:36:40 +00:00
brad
4b4acb7f9b upgrade to bladeenc 0.90 1999-12-11 01:42:08 +00:00
brad
8be314c6f9 upgrade to bladeenc 0.90, many minor bug fixes including long vs int
issues being fixed.
1999-12-11 01:41:03 +00:00
brad
6527d4da5e fix MASTER_SITE_SUBDIR for new location of libaudiofile on GNOME mirrors 1999-12-10 21:56:28 +00:00
brad
1abe62d27a add patch from FTP site for 2.500 snapshot 1999-12-10 20:56:44 +00:00
jasoni
f59aed1fac Add a missing closing quote. 1999-12-10 20:52:33 +00:00
brad
5313f8b325 - force usage of Athena widgets and Berkeley DB instead of randomly picking
up Motif/GNU dbm if they're installed
- remove some deprecated variables
1999-12-10 19:31:36 +00:00
brad
f3007168e2 fix MASTER_SITE_SUBDIR for new location of libghttp on GNOME mirrors 1999-12-10 19:14:18 +00:00
brad
afb2c7f208 - fix MASTER_SITE_SUBDIR for new location of libaudiofile on GNOME mirrors
- ${MKDIR} -> mkdir
1999-12-10 19:12:39 +00:00
brad
b24be30b53 - fix MASTER_SITE_SUBDIR for new location of ORBit on GNOME mirrors
- remove workaround for texinfo install-info bug
1999-12-10 19:06:31 +00:00
brad
a60cdc7e21 - fix MASTER_SITE_SUBDIR for new location of esound on GNOME mirrors
- ${MKDIR} -> mkdir
1999-12-10 19:04:02 +00:00
brad
41ef2dc30b fix MASTER_SITE_SUBDIR for new location of Imlib on GNOME mirrors 1999-12-10 19:01:21 +00:00
brad
a9cc04b73a - upgrade to patchlevel 67
- pre-configure -> pre-fetch
- change to allow linking with LessTif as well as Motif
1999-12-10 16:33:42 +00:00
brad
10ae6e8c41 use BSD_INSTALL_ macros durring install instead of copying the files inplace. 1999-12-10 16:23:10 +00:00
brad
ecce200fd5 - add proper INSTALL/DEINSTALL scripts so that the reminder to add/remove
bash in /etc/shells is displayed when this is made into a package.
1999-12-10 15:16:59 +00:00
brad
d5035ab0c8 check to make sure that STATIC is set to yes instead of just being defined
and use :U modifier as well.
1999-12-10 14:38:56 +00:00
brad
4de22a4edf - check to make sure that STATIC is set to yes instead of just being
defined and use :U modifier as well.
- use proper PKGNAME when building a static binary.
1999-12-10 14:34:22 +00:00
brad
be669ebe77 check to make sure that STATIC is set to yes instead of just being defined
and use :U modifier as well.
1999-12-10 14:27:04 +00:00
brad
aa512d520c add an option to build a static binary 1999-12-10 14:21:38 +00:00
brad
f316bfe194 - upgrade to xdelta 1.1.1
- change maintainer to ports@openbsd.org
1999-12-10 04:02:17 +00:00
brad
ee9a5d76e1 - change maintainer to ports@openbsd.org
- remove NEED_VERSION
- ${STRIP} -> strip
1999-12-09 21:20:40 +00:00
brad
1f560c5b33 - change maintainer to me (brad@openbsd.org)
- remove pre-configure target
- make screen's Makefile remove screen.info before re-creating it
- instead of removing CFLAGS from Makefile.in, replace its value with
  @CFLAGS@ so the autoconf script fills it in, same with LDFLAGS
1999-12-09 21:17:19 +00:00
brad
c4e7a413cc - change maintainer to ports@openbsd.org
- make gdbm's Makefile remove gdb.info before re-creating it
- remove pre-configure target
1999-12-09 21:00:51 +00:00
brad
aa51562205 - upgrade to patchlevel 66
- add a conditional loop around PATCH_DIST_ARGS so the PATCH_DEBUG option
  works
- improve conditional loops by checking if they are set to YES instead of
  just being defined and use the :U variable modifier
- ${ECHO} -> echo
- fix fuzz in patches created by adding distribution patches
1999-12-09 19:59:24 +00:00
brad
15f788cbd1 add 3 distribution patches;
squid-2.2.stable5-newlines_in_auth.patch
After decoding the base64 encoded "user:password" pair given by the
client, squid doesn't strip out any '\n' found in the resulting
string. Given such a string, any external authenticator will receive two
lines instead of one, and most probably send two results. Now, any
subsequent authentification exchange will have its answer shifted by
one. Therefore, a malicious user can gain access to sites they should not
have access to.

squid-2.2.stable5-ipcache_negative.patch
The IP cache immediately removes entries that should be negatively
cached. This appears to be due to some changes made for retrying failed
connections.

squid-2.2.stable5-no_cache.patch
A missing no_cache list is treated the same as no_cache deny all.
1999-12-09 19:48:17 +00:00
brad
52fce833ea forgot to use :U variable modifier in one loop 1999-12-09 17:55:55 +00:00
brad
8f2705f71f - fix install target
- add missing @dirrm to PLIST
1999-12-09 04:46:18 +00:00
brad
e03ac88ae6 - add patch for RSAREF buffer overflow
- remove deprecated variables
- cleanup Makefile
1999-12-09 03:50:57 +00:00
form
b31809ff89 Improve Makefile.
.if defined(USE_LRZSZ) -> .if defined(USE_LRZSZ) && ${USE_LRZSZ:U} == "YES".
Default config: Only root can access minicom by default.
1999-12-09 03:28:30 +00:00
form
ac1cb74dab pgwrap: missing ')' in comment.
Makefile: .if defined(USE_TCL) -> .if defined(USE_TCL) && ${USE_TCL:U} == "YES"
1999-12-09 02:57:07 +00:00
brad
a89ce02080 - add patch for RSAREF buffer overflow
- remove deprecated variables
- cleanup Makefile
1999-12-09 02:50:41 +00:00
brad
a255658ab2 change dependency check for new libtiff 1999-12-09 00:14:09 +00:00
brad
0ebba79e6b - change master dist site to ${MASTER_SITE_WINDOWMAKER}
- remove deprecated variables
- cleanup Makefile
1999-12-09 00:03:19 +00:00
brad
57b84baab3 - remove a bad dist site and fix URL to another
- remove deprecated variables
- cleanup Makefile
1999-12-08 23:51:57 +00:00
brad
6645049715 - Replace master sites with ${MASTER_SITE_WINDOWMAKER}
- install the libproplist README
- This port can be built using a separate OBJ dir so add SEPARATE_BUILD tag
1999-12-08 22:36:52 +00:00
jason
ade217e8e5 add fltk & flwm 1999-12-08 19:54:52 +00:00
jason
f94d4ab759 add port for FLWM (Fast Light Window Manager) 1999-12-08 19:43:46 +00:00
jason
516df1d556 add port for fltk (Fast Light Tool Kit) 1999-12-08 19:40:09 +00:00
espie
88c2b83d49 Make cookie names internal to bsd.port.mk
Don't allow the user to override these. It's a major can of worms anyway.
1999-12-08 17:11:09 +00:00
espie
c770c7464c Don't depend on cookie, I'm ridiculous.
Kill deprecated variables while I'm at it.
1999-12-08 17:02:56 +00:00
espie
c4a330bf2b Pass YACC to configure script.
Ensure reproducability of builds for autoconf ports: those would tend
to use bison by default otherwise.
1999-12-08 17:00:15 +00:00
brad
0ae8b82c8c - remove workaround for texinfo install-info bug
- convert patches to unified diffs
- stay consistant with all the other shells and build a dynamicly
  linked binary by default
- ${ECHO} -> echo in Makefile
1999-12-08 05:26:44 +00:00
brad
784da946f8 - remove workaround for texinfo install-info bug
- change maintainer to ports@openbsd.org
- add an option to allow for a static binary
- cleanup Makefile
1999-12-08 05:20:30 +00:00
brad
0e30b92884 - include lib rev # in dependency check
- rearrange Makefile
1999-12-08 05:11:21 +00:00