diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-09 02:19:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-09 02:19:36 +0000 |
commit | 86c22fc02a6fecc0fb4bdab1ecbbef92c8bde6fc (patch) | |
tree | 38bbf28197a8f3dd3bb347df0e5cdf34709ae639 /net-mgmt | |
parent | d3117e3c90157af86be57bc29f3f4f3db0cdaa5c (diff) | |
download | ports-86c22fc02a6fecc0fb4bdab1ecbbef92c8bde6fc.tar.gz ports-86c22fc02a6fecc0fb4bdab1ecbbef92c8bde6fc.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/rancid-devel/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/files/patch-bin::Makefile.in | 17 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in | 41 | ||||
-rw-r--r-- | net-mgmt/rancid/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/rancid/files/patch-bin::Makefile.in | 17 | ||||
-rw-r--r-- | net-mgmt/rancid/files/patch-util::lg::Makefile.in | 41 |
6 files changed, 84 insertions, 34 deletions
diff --git a/net-mgmt/rancid-devel/Makefile b/net-mgmt/rancid-devel/Makefile index 319d10e672bf..d1374110348b 100644 --- a/net-mgmt/rancid-devel/Makefile +++ b/net-mgmt/rancid-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= rancid PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ diff --git a/net-mgmt/rancid-devel/files/patch-bin::Makefile.in b/net-mgmt/rancid-devel/files/patch-bin::Makefile.in new file mode 100644 index 000000000000..33df59b9cf98 --- /dev/null +++ b/net-mgmt/rancid-devel/files/patch-bin::Makefile.in @@ -0,0 +1,17 @@ +--- bin/Makefile.in.orig Thu Sep 26 10:46:33 2002 ++++ bin/Makefile.in Thu Sep 26 10:47:14 2002 +@@ -375,13 +375,7 @@ + for prog in $(BIN_PROGS) ; do \ + $(INSTALL) $$prog $(bindir); \ + done; \ +- if test -f $(bindir)/env ; then \ +- echo "WARNING: *** $(bindir)/env exists: installing as env.new."; \ +- echo " *** review env.new for new/deprecated switches"; \ +- $(INSTALL_DATA) env $(bindir)/env.new; \ +- else \ +- $(INSTALL_DATA) env $(bindir); \ +- fi ++ $(INSTALL_DATA) env $(bindir)/env.new + # BIN_DATAS are empty at the moment. + # for prog in $(BIN_DATAS) ; do \ + # $(INSTALL_DATA) $$prog $(PREFIX)/bin; \ diff --git a/net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in b/net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in index ed113c7c2c95..45406eaf77f7 100644 --- a/net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in +++ b/net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in @@ -1,17 +1,24 @@ -*** util/lg/Makefile.in.orig Mon Jun 3 14:14:33 2002 ---- util/lg/Makefile.in Mon Jun 3 14:14:51 2002 -*************** -*** 1,6 **** - PREFIX = @prefix@ - -! INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - - UTIL_LG_PROGS = @RD_UTIL_LG_PROGS@ ---- 1,6 ---- - PREFIX = @prefix@ - -! INSTALL = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - - UTIL_LG_PROGS = @RD_UTIL_LG_PROGS@ +--- util/lg/Makefile.in.orig Fri Aug 9 23:59:06 2002 ++++ util/lg/Makefile.in Thu Sep 26 10:54:50 2002 +@@ -1,6 +1,6 @@ + PREFIX = @prefix@ + +-INSTALL = @INSTALL@ ++INSTALL = @INSTALL_SCRIPT@ + INSTALL_DATA = @INSTALL_DATA@ + + UTIL_LG_PROGS = @RD_UTIL_LG_PROGS@ +@@ -13,13 +13,7 @@ + for file in $(UTIL_LG_PROGS) ; do \ + $(INSTALL) $$file $(PREFIX)/util/lg; \ + done; \ +- if test -f $(PREFIX)/util/lg/lg.conf ; then \ +- echo "WARNING: *** $(PREFIX)/util/lg/lg.conf exists: installing as lg.conf.new."; \ +- echo " *** review lg.conf.new for new/deprecated switches"; \ + $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \ +- else \ +- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg; \ +- fi; \ + for file in *README* *.html; do \ + $(INSTALL_DATA) $$file $(PREFIX)/util/lg; \ + done diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile index 319d10e672bf..d1374110348b 100644 --- a/net-mgmt/rancid/Makefile +++ b/net-mgmt/rancid/Makefile @@ -7,6 +7,7 @@ PORTNAME= rancid PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ diff --git a/net-mgmt/rancid/files/patch-bin::Makefile.in b/net-mgmt/rancid/files/patch-bin::Makefile.in new file mode 100644 index 000000000000..33df59b9cf98 --- /dev/null +++ b/net-mgmt/rancid/files/patch-bin::Makefile.in @@ -0,0 +1,17 @@ +--- bin/Makefile.in.orig Thu Sep 26 10:46:33 2002 ++++ bin/Makefile.in Thu Sep 26 10:47:14 2002 +@@ -375,13 +375,7 @@ + for prog in $(BIN_PROGS) ; do \ + $(INSTALL) $$prog $(bindir); \ + done; \ +- if test -f $(bindir)/env ; then \ +- echo "WARNING: *** $(bindir)/env exists: installing as env.new."; \ +- echo " *** review env.new for new/deprecated switches"; \ +- $(INSTALL_DATA) env $(bindir)/env.new; \ +- else \ +- $(INSTALL_DATA) env $(bindir); \ +- fi ++ $(INSTALL_DATA) env $(bindir)/env.new + # BIN_DATAS are empty at the moment. + # for prog in $(BIN_DATAS) ; do \ + # $(INSTALL_DATA) $$prog $(PREFIX)/bin; \ diff --git a/net-mgmt/rancid/files/patch-util::lg::Makefile.in b/net-mgmt/rancid/files/patch-util::lg::Makefile.in index ed113c7c2c95..45406eaf77f7 100644 --- a/net-mgmt/rancid/files/patch-util::lg::Makefile.in +++ b/net-mgmt/rancid/files/patch-util::lg::Makefile.in @@ -1,17 +1,24 @@ -*** util/lg/Makefile.in.orig Mon Jun 3 14:14:33 2002 ---- util/lg/Makefile.in Mon Jun 3 14:14:51 2002 -*************** -*** 1,6 **** - PREFIX = @prefix@ - -! INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - - UTIL_LG_PROGS = @RD_UTIL_LG_PROGS@ ---- 1,6 ---- - PREFIX = @prefix@ - -! INSTALL = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - - UTIL_LG_PROGS = @RD_UTIL_LG_PROGS@ +--- util/lg/Makefile.in.orig Fri Aug 9 23:59:06 2002 ++++ util/lg/Makefile.in Thu Sep 26 10:54:50 2002 +@@ -1,6 +1,6 @@ + PREFIX = @prefix@ + +-INSTALL = @INSTALL@ ++INSTALL = @INSTALL_SCRIPT@ + INSTALL_DATA = @INSTALL_DATA@ + + UTIL_LG_PROGS = @RD_UTIL_LG_PROGS@ +@@ -13,13 +13,7 @@ + for file in $(UTIL_LG_PROGS) ; do \ + $(INSTALL) $$file $(PREFIX)/util/lg; \ + done; \ +- if test -f $(PREFIX)/util/lg/lg.conf ; then \ +- echo "WARNING: *** $(PREFIX)/util/lg/lg.conf exists: installing as lg.conf.new."; \ +- echo " *** review lg.conf.new for new/deprecated switches"; \ + $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \ +- else \ +- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg; \ +- fi; \ + for file in *README* *.html; do \ + $(INSTALL_DATA) $$file $(PREFIX)/util/lg; \ + done |