| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=104073
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files. Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.
Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1. Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):
kerberos5/lib/libtelnet/Makefile
lib/libbz2/Makefile
lib/libdevinfo/Makefile
lib/libform/Makefile
lib/libisc/Makefile
lib/libmenu/Makefile
lib/libmilter/Makefile
lib/libpanel/Makefile
Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.
Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD. Similarly for INCOWN, INCGRP,
and INCMODE.
Consistently use INCLUDEDIR instead of /usr/include.
gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.
These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".
Notes:
svn path=/head/; revision=96462
|
| |
|
|
|
|
|
| |
Use our bpf.h instead of tcpdump.org's to build libpcap.
Notes:
svn path=/head/; revision=80767
|
| |
|
|
|
|
|
|
|
|
| |
except in the unusual case where ${.OBJDIR} == ${.CURDIR}).
Fixed nearby style bugs (the DEFS variable had rotted to be just
an obfuscation).
Notes:
svn path=/head/; revision=75125
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75111
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74870
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59266
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56892
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42087
|
| |
|
|
|
|
|
| |
PR: bin/7877
Notes:
svn path=/head/; revision=39295
|
| |
|
|
|
|
|
| |
of kernel/user bpf interface - include updated /sys/net/bpf.h instead
Notes:
svn path=/head/; revision=38424
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35840
|
| |
|
|
|
|
|
| |
expressions (eg: in pppd)
Notes:
svn path=/head/; revision=30269
|
| |
|
|
|
|
|
|
|
| |
target.
Reviewed by: <many different folks>
Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
Notes:
svn path=/head/; revision=30113
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add -I${PCAP_DISTDIR}/bpf to CFLAGS since our <net/bpf.h> is out of date.
Remove -Wall and -Dlint.
DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 \
-DHAVE_SOCKADDR_SA_LEN=1 -DLBL_ALIGN=1
CFLAGS+=-I. -Dyylval=pcap_lval ${DEFS}
SHLIB_MAJOR=2
SHLIB_MINOR=2
#
# Magic to grab sources out of src/contrib
#
PCAP_DISTDIR?=${.CURDIR}/../../contrib/libpcap
CFLAGS+=-I${PCAP_DISTDIR} -I${PCAP_DISTDIR}/lbl -I${PCAP_DISTDIR}/bpf
.PATH: ${PCAP_DISTDIR}
.PATH: ${PCAP_DISTDIR}/bpf/net
beforeinstall:
.for i in pcap.h pcap-namedb.h
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${PCAP_DISTDIR}/$i \
${DESTDIR}/usr/include
.endfor
tokdefs.h grammar.c: grammar.y
${YACC} ${YACCFLAGS} -d ${PCAP_DISTDIR}/grammar.y
mv y.tab.c grammar.c
mv y.tab.h tok/home/ncvs/CVSROOT/commitcheck
Notes:
svn path=/head/; revision=26179
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22993
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
|
| |
It is almost always the wrong thing to put .y and .l files directly
into the SRCS.
Notes:
svn path=/head/; revision=21345
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17933
|
| |
|
|
|
|
|
| |
for multiple packages at the same time.
Notes:
svn path=/head/; revision=17743
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17700
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17686
|
| |
|
|
|
|
|
| |
of parsing /etc/ethers manually. This allows it to read NIS.
Notes:
svn path=/head/; revision=17666
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16072
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16019
|
| |
|
|
|
|
|
|
| |
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root
Notes:
svn path=/head/; revision=15679
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9971
|
| |
|
|
| |
Notes:
svn path=/head/; revision=6667
|
| |
|
|
|
|
|
|
|
|
| |
libs.
Reviewed by: Michael Reifenberger <root@rz-wb.fh-sw.de>,
roberto@blaise.ibp.fr (Ollivier ROBERT)
Notes:
svn path=/head/; revision=6600
|
|
|
Submitted by: mr
Notes:
svn path=/cvs2svn/branches/libpcap/; revision=5739
|