summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
1999-03-12big overhaul:Jason Wright
o SNAP encapsulated IP filtering o static address cache entries o address deletion from cache o dynamic & full cache flush o filter packets based on each interface, not on the bridge as a whole o KNF nits o allow addition of ~IFF_UP interfaces o man page & user level fixes to match the above
1999-03-11Man page for Winbond ethernetJason Wright
1999-03-11tell the user exactly what to do when *.src is 0 lengthTodd C. Miller
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-10pass COPTS in CFLAGS for those ports that do not override CFLAGS;Marco S Hyman
NOTE: Some (most?) ports override CFLAGS. This includes all ports that use imake. Therefore this change is not as useful as it should be.
1999-03-10FreeBSD vs. OpenBSD-isms (Fx, configuration, etc)Jason Wright
1999-03-07alberta area code splitTheo de Raadt
1999-03-05Make address cache expiration actually work and provide a knobJason Wright
for adjusting the timeout.
1999-03-05Fix makesum/addsum batch behaviorMarc Espie
1999-03-05catch 0-len term*.src in case tic messes upTodd C. Miller
1999-03-05Merge cap_mkdb(1) and info_mkdb(1)Thorsten Lockert
1999-03-04explicit all: targetNiklas Hallqvist
1999-03-03Replace md5 checksum with a choice of sha1, rmd160, md5.Marc Espie
Upward compatible.
1999-03-03Temporary disable AFS and Optimizations for m88k.Steve Murphree
1999-03-03Remove . from the path passed to configure;Marco S Hyman
adjust the configure script path appropriate for SEPARATE_BUILD; this seems to work for all ports, some ports had probs with earlier changes
1999-03-02EACESS -> EACCES; garath@code.ridgefield.orgAaron Campbell
1999-03-02EACESS -> EACCES; garath@code.ridgefield.orgAaron Campbell
1999-03-02add MLINKS for rc.local, rc.securelevel, and netstartAaron Campbell
1999-03-01Note that NO_SHARED_LIBS can not be tested until afterMarco S Hyman
bsd.port.mk is included; define CONFIGURE_SHARED that is set to either --enable-shared or --disable-shared depending upon the architecture.
1999-03-01Work around some broken Configure (such as elm) which don't work correctlyMarc Espie
when they're invoked with an absolute path. This was introduced by the WRKBUILD/WRKSRC split. So: - replace default CONFIGURE with a full path, so that you can override it. - remove leading ${WRKSRC} from the configure invocation. - add . to the configure path.
1999-03-01reflect new ioctl interfacesJason Wright
move sections around to match mdoc.template
1999-03-01currect -> current; d@Aaron Campbell
1999-02-28* make the _PORT_USE macro more explicit and less magic in its use ofMarc Espie
cookies, so that cookie names are no longer hard-coded. * new SEPARATE_BUILD feature: for ports that can build outside their source tree, use build-${ARCH} to build, and move configure/build/install cookie down inside build-${ARCH}. Those few people who use NFS to mount ports tree around different architectures may find this helps.
1999-02-28moving to 2.5-betaTheo de Raadt
1999-02-27sync with freebsd:Jason Wright
man page fixups, more devices
1999-02-27sunsite.unc.edu changed its name to metalab.unc.edu + French mirrorBruno Rohee
1999-02-27spacingTheo de Raadt
1999-02-26Xr bridge(4)Jason Wright
1999-02-26pastoMichael Shalayeff
1999-02-26Ethernet bridge/IP firewall driver.Jason Wright
1999-02-25change ipf(1) references to ipf(8)Kjell Wooding
1999-02-24Point to ipsecadm(8).Angelos D. Keromytis
1999-02-24Update man page...Angelos D. Keromytis
1999-02-24Update man page.Angelos D. Keromytis
1999-02-24Update script.Angelos D. Keromytis
1999-02-24Update the examples to new syntax of ipsecadm.Angelos D. Keromytis
1999-02-24Do not include @name or @cwd in packing lists created by the plist target;Marco S Hyman
they are not necessary as the proper names are generated when the package is installed; including them only adds work as they must be verified and changed when the port changes; thanks to fgsch@ for bringing this up
1999-02-24Declare phony target as phony targets. This may avert a few subtle bugs,Marc Espie
and it documents behavior as well.
1999-02-23Spell `algorithm' (no, it's not derived from the greek `algo', and `rythm',Marc Espie
however painful it may be)
1999-02-23document power status messages supressed until theMarco S Hyman
battery life falls below machdep.apmwarn
1999-02-23Remove references to PF_ENCAP.Angelos D. Keromytis
1999-02-23remove pasto and change ksyms to /dev/ksymsTodd C. Miller
1999-02-21internalize NEED_VERSION sub macros to avoid getting tangled withMarc Espie
user macros.
1999-02-21Follow up on espie suggestion: don't allow package registrationMarco S Hyman
(following installation) if the COMMENT exceeds 60 characters
1999-02-19We are OpenBSDNiklas Hallqvist
1999-02-18display ${PKGDIR}/MESSAGE after install (if it exists);Marco S Hyman
use cat(1) instead of more(1), though, so the port need not be marked as interactive; problem noted by fgsch@openbsd.org
1999-02-18The long awaited IPsec intro textNiklas Hallqvist
1999-02-18use NO_SHARED_LIBS in lib-depends target instead ofMarco S Hyman
testing specifically for the alpha
1999-02-17oops: left out .endif in a cut/pasteMarco S Hyman
1999-02-17Define NO_SHARED_LIBS for those archs that do not support shared libs;Marco S Hyman
When selecting a packing list choose in order: o PLIST.<arch> o PLIST.noshared if NO_SHARED_LIBS is defined o PLIST