-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fb75d8
commit 3ac80e0
Showing
15 changed files
with
151 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.3 2002/08/12 11:42:29 agc Exp $ | ||
$NetBSD: distinfo,v 1.4 2002/09/24 00:26:56 jlam Exp $ | ||
|
||
SHA1 (yrolo-1.1.tar.gz) = 3d2f6f36ad57a41dca940a28a6139a381e5f7a33 | ||
Size (yrolo-1.1.tar.gz) = 79332 bytes | ||
SHA1 (patch-aa) = a8edd2449d9e7d53fbef96445096cc4f5641759a | ||
SHA1 (patch-aa) = 8a7eeebc990b78cb014f6eef697b065d24023861 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.64 2002/08/22 00:30:07 itojun Exp $ | ||
# $NetBSD: Makefile,v 1.65 2002/09/24 00:13:13 jlam Exp $ | ||
|
||
DISTNAME= ethereal-0.9.6 | ||
CATEGORIES= net | ||
|
@@ -9,23 +9,24 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.ethereal.com/ | ||
COMMENT= Network protocol analyzer | ||
|
||
USE_BUILDLINK2= YES | ||
USE_X11= YES | ||
USE_PERL5= build | ||
|
||
USE_LIBTOOL= YES | ||
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig | ||
|
||
GNU_CONFIGURE= YES | ||
CONFIGURE_ARGS+= --with-gtk-prefix=${BUILDLINK_DIR} | ||
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR} | ||
CONFIGURE_ARGS+= --with-ucdsnmp=${BUILDLINK_DIR} | ||
CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_DIR} | ||
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_DIR} | ||
CONFIGURE_ARGS+= --with-gtk-prefix=${BUILDLINK_PREFIX.gtk} | ||
CONFIGURE_ARGS+= --with-ssl=${SSLBASE} | ||
CONFIGURE_ARGS+= --with-ucdsnmp=${BUILDLINK_PREFIX.ucd-snmp} | ||
CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap} | ||
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} | ||
|
||
.include "../../devel/zlib/buildlink.mk" | ||
.include "../../net/libpcap/buildlink.mk" | ||
.include "../../net/ucd-snmp/buildlink.mk" | ||
.include "../../security/openssl/buildlink.mk" | ||
.include "../../x11/gtk/buildlink.mk" | ||
.include "../../mk/x11.buildlink.mk" | ||
.include "../../devel/zlib/buildlink2.mk" | ||
.include "../../net/libpcap/buildlink2.mk" | ||
.include "../../net/ucd-snmp/buildlink2.mk" | ||
.include "../../security/openssl/buildlink2.mk" | ||
.include "../../x11/gtk/buildlink2.mk" | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2002/04/21 10:47:31 rh Exp $ | ||
# $NetBSD: Makefile,v 1.2 2002/09/23 23:55:25 jlam Exp $ | ||
# | ||
|
||
DISTNAME= xmftp-1.0.4 | ||
|
@@ -9,6 +9,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.cse.fau.edu/~valankar/old/xmftp/ | ||
COMMENT= X/Motif FTP client | ||
|
||
USE_BUILDLINK2= yes | ||
USE_X11BASE= yes | ||
USE_GMAKE= yes | ||
|
||
|
@@ -21,7 +22,7 @@ do-install: | |
${INSTALL_DATA} ${WRKSRC}/../CHANGES ${PREFIX}/share/doc/xmftp | ||
${INSTALL_DATA} ${WRKSRC}/../FAQ ${PREFIX}/share/doc/xmftp | ||
|
||
.include "../../graphics/xpm/buildlink.mk" | ||
.include "../../mk/motif.buildlink.mk" | ||
.include "../../mk/x11.buildlink.mk" | ||
.include "../../graphics/xpm/buildlink2.mk" | ||
.include "../../mk/motif.buildlink2.mk" | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
$NetBSD: distinfo,v 1.5 2002/04/05 11:32:20 wennmach Exp $ | ||
$NetBSD: distinfo,v 1.6 2002/09/24 00:17:51 jlam Exp $ | ||
|
||
SHA1 (krb4-1.1.1.tar.gz) = db192908ec8510a22161c7607f83c8779dc7294a | ||
Size (krb4-1.1.1.tar.gz) = 1817919 bytes | ||
SHA1 (patch-ag) = e39c3159fe89cedbb34dd5dadcb95826cd8d4576 | ||
SHA1 (patch-ag) = 41e3b00986b886d820e8d120709c057e58c209af | ||
SHA1 (patch-ah) = f60b4c67dc6fbd08a337f75585f9597e508c4c4c | ||
SHA1 (patch-ai) = 716ae2b9675d1d83e5e27edfa90c792d72b37ea5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
$NetBSD: distinfo,v 1.1.1.1 2002/08/06 00:48:10 seb Exp $ | ||
$NetBSD: distinfo,v 1.2 2002/09/24 00:24:37 jlam Exp $ | ||
|
||
SHA1 (ssh-3.2.0.tar.gz) = 13cefe3d4a890004a37b680b00bc119542247c16 | ||
Size (ssh-3.2.0.tar.gz) = 2256240 bytes | ||
SHA1 (patch-aa) = eeec9d05b2360fe971a397cf53795caf3fd47bfb | ||
SHA1 (patch-ab) = 5e4d66e3f8f3f13c9f3926d181e2a1a568c20b4b | ||
SHA1 (patch-ac) = b87e967252b1eaafc6e6b7ee95d8e09550957bff | ||
SHA1 (patch-ad) = b6944222c0b84d5f906ad019b5260fb19ee299d9 | ||
SHA1 (patch-ae) = 0132993883abca365175116c2e9769bcfa35cc1f | ||
SHA1 (patch-af) = 0b42b41e4300bcae167dadadf13e310d3f893433 | ||
SHA1 (patch-ae) = 79288d501031c56fd155f966c905de2e4f5ffc35 | ||
SHA1 (patch-af) = cc26be58b0eaf99119919d3353ba6b603b1449b0 | ||
SHA1 (patch-ag) = 5990115dc53a9278f171158df1dcdd4754080e90 | ||
SHA1 (patch-ah) = 5a4314cf70463638d18599dcb3fddbbc19d52b2a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.