Commit Graph

4144 Commits

Author SHA1 Message Date
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
brad
fd35609c8b - change maintainers e-mail address to markus@openbsd.org
- cleanup Makefile
1999-12-08 05:06:33 +00:00
brad
3fd5a826c4 - convert patches to unified diffs
- cleanup Makefile
1999-12-08 04:51:50 +00:00
brad
9cdbc69220 make this port respect CC and CFLAGS 1999-12-08 04:34:21 +00:00
brad
b08e3d13a5 upgrade to dopewars 1.4.6, minor bug fixes:
* Bug fix for message window and "sew you up" prompt
* Bug fix for server hanging in LoseBitch function
* Terminal resizing now handled properly
1999-12-08 03:49:51 +00:00
brad
e9e5825b14 split out patch so that each patch only patches ONE file 1999-12-08 03:08:19 +00:00
brad
c20fbc19c5 - sync PLISTs
- remove workaround for texinfo install-info bug
1999-12-08 02:58:16 +00:00
brad
ad570ea9aa - remove pre-configure target
- remove deprecated variables
- remove workaround for texinfo install-info bug
1999-12-08 02:57:25 +00:00
brad
dfac0ea5d9 - remove workaround for texinfo install-info bug
- remove deprecated variables
1999-12-08 02:38:28 +00:00
brad
b2d416ea28 - add new official dist site
- add HOMEPAGE
- cleanup Makefile
1999-12-08 01:41:14 +00:00
brad
1e9c4baaf9 upgrade to zsh 3.0.7, Many bug fixes, including:
* Plug coproc input file descriptor leak.
* Fix core dump when exporting an unset special parameter.
* Fix potential buffer overflow in quotename()
1999-12-07 23:06:52 +00:00
brad
abed4392e5 - remove texinfo install-info workaround
- change maintainer to ports@
- improve patch
1999-12-07 22:48:59 +00:00
form
c00353c0c2 update to 1.10.0 1999-12-07 18:16:42 +00:00
form
e11e87ca54 remove pgaccess from makefile 1999-12-07 11:54:49 +00:00
form
e8e8008711 Remove pgaccess port - postgresql-tcl contains pgaccess. 1999-12-07 11:52:19 +00:00
form
8bab5d075a Use different package names for PostgreSQL and PostgreSQL with TCL/Tk.
Fix PLIST for postgresql-tcl.
1999-12-07 11:47:47 +00:00
form
44bea2d1ec ldconfig 1999-12-07 08:26:41 +00:00
brad
eb5d813500 upgrade to nmap 2.3b8 1999-12-07 05:32:00 +00:00