Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
dc84b7c9
Commit
dc84b7c9
authored
Dec 18, 2012
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug Fix: still getting the ports right.
parent
40745061
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
14 deletions
+16
-14
install/ports/emulab-boss/Makefile
install/ports/emulab-boss/Makefile
+1
-0
install/ports/emulab-extras/Makefile
install/ports/emulab-extras/Makefile
+1
-1
install/ports/emulab-tipserv/Makefile
install/ports/emulab-tipserv/Makefile
+4
-2
install/ports/libtelnet/Makefile
install/ports/libtelnet/Makefile
+10
-11
No files found.
install/ports/emulab-boss/Makefile
View file @
dc84b7c9
...
...
@@ -141,6 +141,7 @@ RUN_DEPENDS+= \
otclsh:
${PORTSDIR}
/lang/otcl
\
${LOCALBASE}
/lib/perl5/site_perl/
${PERL_VER}
/
${PERL_ARCH}
/SNMP.pm:
${PORTSDIR}
/
${P5SNMP_PORT}
\
${LOCALBASE}
/lib/perl5/site_perl/
${PERL_VER}
/SNMP_Session.pm:
${PORTSDIR}
/net-mgmt/p5-SNMP_Session
\
${LOCALBASE}
/lib/perl5/site_perl/
${PERL_VER}
/Net/Telnet.pm:
${PORTSDIR}
/net/p5-Net-Telnet
\
${LOCALBASE}
/lib/perl5/site_perl/
${PERL_VER}
/Net/IP.pm:
${PORTSDIR}
/net-mgmt/p5-Net-IP
\
${LOCALBASE}
/lib/perl5/site_perl/
${PERL_VER}
/Math/BigInt.pm:
${PORTSDIR}
/math/p5-Math-BigInt
\
${LOCALBASE}
/lib/perl5/site_perl/
${PERL_VER}
/
${PERL_ARCH}
/BSD/Resource.pm:
${PORTSDIR}
/devel/p5-BSD-Resource
\
...
...
install/ports/emulab-extras/Makefile
View file @
dc84b7c9
...
...
@@ -51,7 +51,7 @@ RUN_DEPENDS= \
${LOCALBASE}
/bin/emacs:
${PORTSDIR}
/editors/emacs
\
${LOCALBASE}
/bin/vim:
${PORTSDIR}
/editors/vim-lite
\
${LOCALBASE}
/sbin/lsof:
${PORTSDIR}
/sysutils/lsof
\
${LOCALBASE}
/bin/n
c
:
${PORTSDIR}
/net/netcat
\
${LOCALBASE}
/bin/n
etcat
:
${PORTSDIR}
/net/netcat
\
${LOCALBASE}
/bin/ttcp:
${PORTSDIR}
/benchmarks/ttcp
\
${LOCALBASE}
/sbin/e2fsck:
${PORTSDIR}
/sysutils/e2fsprogs
\
${LOCALBASE}
/sbin/portupgrade:
${PORTSDIR}
/ports-mgmt/portupgrade
\
...
...
install/ports/emulab-tipserv/Makefile
View file @
dc84b7c9
...
...
@@ -44,12 +44,14 @@ USE_PERL5_RUN= yes
#
.MAKEFLAGS
+=
WITHOUT_LATEX
=
yes
LIB_DEPENDS
=
\
telnet.2:
${PORTSDIR}
/misc/libtelnet
# We need the BUILD_DEPENDS above to wind up in the dependency list
RUN_DEPENDS
:=
${BUILD_DEPENDS}
RUN_DEPENDS
+=
\
sudo
:
${PORTSDIR}
/security/sudo
\
telnet.2:
${PORTSDIR}
/misc/libtelnet
sudo
:
${PORTSDIR}
/security/sudo
NO_BUILD
=
yes
...
...
install/ports/libtelnet/Makefile
View file @
dc84b7c9
...
...
@@ -5,8 +5,7 @@
PORTNAME
=
libtelnet
PORTVERSION
=
0.21
CATEGORIES
=
misc
MASTER_SITES
=
http://cloud.github.com/downloads/elanthis/libtelnet/
\
${MASTER_SITE_LOCAL}
MASTER_SITES
=
http://www.emulab.net/distributions/
MAINTAINER
=
testbed-ops@flux.utah.edu
COMMENT
=
Library
for
Telnet protocol
...
...
@@ -18,12 +17,12 @@ USE_GMAKE= yes
EXTRA_PATCHES
=
${FILESDIR}
/no-posix-source
#MAN1= telnet-chatd.1 telnet-client.1 telnet-proxy.1
MAN3
=
libtelnet.h.3 telnet_environ_t.3 telnet_event_t.3
\
telnet_event_t_compress_t.3 telnet_event_t_data_t.3
\
telnet_event_t_environ_t.3 telnet_event_t_error_t.3
\
telnet_event_t_iac_t.3 telnet_event_t_mssp_t.3
\
telnet_event_t_negotiate_t.3 telnet_event_t_subnegotiate_t.3
\
telnet_event_t_ttype_t.3 telnet_event_t_zmp_t.3 telnet_telopt_t.3
#
MAN3= libtelnet.h.3 telnet_environ_t.3 telnet_event_t.3 \
#
telnet_event_t_compress_t.3 telnet_event_t_data_t.3 \
#
telnet_event_t_environ_t.3 telnet_event_t_error_t.3 \
#
telnet_event_t_iac_t.3 telnet_event_t_mssp_t.3 \
#
telnet_event_t_negotiate_t.3 telnet_event_t_subnegotiate_t.3 \
#
telnet_event_t_ttype_t.3 telnet_event_t_zmp_t.3 telnet_telopt_t.3
post-patch
:
@
${REINPLACE_CMD}
-e
'/^pkgconfigdir =/s|=.*| \
...
...
@@ -31,8 +30,8 @@ post-patch:
# get rid of the test apps
post-install
:
${RM}
-f
${PREFIX}
/bin/telnet-chatd
${RM}
-f
${PREFIX}
/bin/telnet-client
${RM}
-f
${PREFIX}
/bin/telnet-proxy
${RM}
-f
${PREFIX}
/bin/telnet-chatd
${RM}
-f
${PREFIX}
/bin/telnet-client
${RM}
-f
${PREFIX}
/bin/telnet-proxy
.
include
<bsd.port.mk>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment