update to v0.9.2
This commit is contained in:
parent
3d84d50d69
commit
319a540fec
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.59 2002/03/03 14:02:08 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.60 2002/03/22 13:40:00 jakob Exp $
|
||||
|
||||
COMMENT= network protocol analyzer
|
||||
|
||||
VERSION= 0.9.1
|
||||
VERSION= 0.9.2
|
||||
DISTNAME= ethereal-${VERSION}
|
||||
PKGNAME= ethereal-${VERSION}
|
||||
CATEGORIES= net x11
|
||||
NEED_VERSION= 1.500
|
||||
NEED_VERSION= 1.507
|
||||
|
||||
MASTER_SITES= http://www.ethereal.com/distribution/ \
|
||||
http://ethereal.zing.org/distribution/ \
|
||||
@ -24,15 +23,12 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/${PKGNAME}
|
||||
|
||||
SYSCONFDIR= ${PREFIX}/share/ethereal
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
SUBST_VARS+= VERSION
|
||||
|
||||
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
|
||||
patch-*
|
||||
SEPARATE_BUILD= yes
|
||||
|
||||
FLAVORS= no_x11 snmp
|
||||
FLAVOR?=
|
||||
@ -54,9 +50,8 @@ LIB_DEPENDS+= snmp::net/ucd-snmp
|
||||
CONFIGURE_ARGS+= --disable-snmp
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
.if defined(SEPARATE_BUILD)
|
||||
cp -p ${WRKSRC}/packet-ncp2222.c ${WRKBUILD}
|
||||
.endif
|
||||
post-patch:
|
||||
rm -f ${WRKSRC}/ltconfig ${WRKSRC}/ltmain.sh
|
||||
ln -s ${LOCALBASE}/libtool ${WRKOBJ}/libtool
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ethereal-0.9.1.tar.gz) = d358941f978bff598672c618df044195
|
||||
RMD160 (ethereal-0.9.1.tar.gz) = df9837ee3cc24492664954b595db8ff3b04fdf90
|
||||
SHA1 (ethereal-0.9.1.tar.gz) = 5f6c3465b2023b855d0a19cc35bb906919818422
|
||||
MD5 (ethereal-0.9.2.tar.gz) = b5af8238be8839e7e6d9a64de3a233ee
|
||||
RMD160 (ethereal-0.9.2.tar.gz) = d21911334ef265fe4811bb63b207822331ae9cf9
|
||||
SHA1 (ethereal-0.9.2.tar.gz) = b45b437441545868cd082b455a85bd26ac9d62d1
|
||||
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-editcap_c,v 1.1 2002/02/24 00:30:08 pvalchev Exp $
|
||||
--- editcap.c.orig Fri Oct 5 08:54:09 2001
|
||||
+++ editcap.c Sat Feb 23 17:16:09 2002
|
||||
@@ -314,12 +314,12 @@ int main(int argc, char *argv[])
|
||||
callback_arg args;
|
||||
extern char *optarg;
|
||||
extern int optind;
|
||||
- char opt;
|
||||
+ int opt;
|
||||
char *p;
|
||||
|
||||
/* Process the options first */
|
||||
|
||||
- while ((opt = getopt(argc, argv, "T:F:rvs:t:h")) != EOF) {
|
||||
+ while ((opt = getopt(argc, argv, "T:F:rvs:t:h")) != -1) {
|
||||
|
||||
switch (opt) {
|
||||
|
@ -1,9 +1,13 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.13 2001/10/24 15:07:10 jakob Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.14 2002/03/22 13:40:00 jakob Exp $
|
||||
lib/ethereal/plugins/${VERSION}/coseventcomm.a
|
||||
lib/ethereal/plugins/${VERSION}/coseventcomm.la
|
||||
lib/ethereal/plugins/${VERSION}/coseventcomm.so
|
||||
lib/ethereal/plugins/${VERSION}/cosnaming.a
|
||||
lib/ethereal/plugins/${VERSION}/cosnaming.la
|
||||
lib/ethereal/plugins/${VERSION}/cosnaming.so
|
||||
lib/ethereal/plugins/${VERSION}/gryphon.a
|
||||
lib/ethereal/plugins/${VERSION}/gryphon.la
|
||||
lib/ethereal/plugins/${VERSION}/gryphon.so
|
||||
lib/ethereal/plugins/${VERSION}/mgcp.a
|
||||
lib/ethereal/plugins/${VERSION}/mgcp.la
|
||||
lib/ethereal/plugins/${VERSION}/mgcp.so
|
||||
|
Loading…
Reference in New Issue
Block a user