1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Add missing patch files.

This commit is contained in:
Cy Schubert 2006-02-16 15:19:07 +00:00
parent ebc5833b17
commit c02b307b94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156178
6 changed files with 169 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- Makefile.in.orig Thu Dec 1 19:24:47 2005
+++ Makefile.in Fri Jan 6 15:06:24 2006
@@ -536,7 +536,6 @@
install-data-am:
@$(NORMAL_INSTALL)
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
install-exec-am:

View File

@ -0,0 +1,52 @@
--- contrib/install.cfg.orig Thu Sep 15 20:12:39 2005
+++ contrib/install.cfg Mon Feb 13 07:28:17 2006
@@ -24,31 +24,31 @@
CLOBBER=false
# Tripwire binaries are stored in TWBIN.
-TWBIN="${prefix}/sbin"
+TWBIN="${PREFIX}/sbin"
# Tripwire policy files are stored in TWPOLICY.
-TWPOLICY="${sysconfdir}"
+TWPOLICY="${TWPOLICY}" # Set in the FreeBSD port Makefile
# Tripwire manual pages are stored in TWMAN.
-TWMAN="${prefix}/man"
+TWMAN="${PREFIX}/man"
# Tripwire database files are stored in TWDB.
-TWDB="${prefix}/lib/tripwire"
+TWDB="${TWDB}" # Set in the FreeBSD port Makefile
# Tripwire documents directory
-TWDOCS="${prefix}/doc/tripwire"
+TWDOCS="${PREFIX}/share/doc/tripwire"
# The Tripwire site key files are stored in TWSITEKEYDIR.
-TWSITEKEYDIR="${TWPOLICY}"
+# TWSITEKEYDIR="${TWPOLICY}"
# The Tripwire local key files are stored in TWLOCALKEYDIR.
-TWLOCALKEYDIR="${TWPOLICY}"
+# TWLOCALKEYDIR="${TWPOLICY}"
# Tripwire report files are stored in TWREPORT.
-TWREPORT="${TWDB}/report"
+# TWREPORT="${TWREPORT}" # Set in the FreeBSD port Makefile
# This sets the default text editor for Tripwire.
-TWEDITOR="${path_to_vi}"
+# TWEDITOR="${path_to_vi}"
# TWLATEPROMTING controls the point when tripwire asks for a password.
TWLATEPROMPTING=false
@@ -85,7 +85,7 @@
#####################################
TWMAILMETHOD=SENDMAIL
-TWMAILPROGRAM="${path_to_sendmail} -oi -t"
+TWMAILPROGRAM="/usr/sbin/sendmail -oi -t"
#####################################
# SMTP options

View File

@ -0,0 +1,33 @@
--- contrib/install.sh.orig Thu Sep 15 20:12:39 2005
+++ contrib/install.sh Mon Feb 13 16:18:22 2006
@@ -162,12 +162,6 @@
# Default installation script configuration file.
INSTALL_CONFIG_FILE="./install/install.cfg"
-# Name of the Readme file.
-README="README"
-
-# Name of the release notes.
-REL_NOTES="Release_Notes"
-
# Relative path to dir that contains the pkg files.
PKG_DIR="pkg"
@@ -573,8 +567,6 @@
README_LOC=${TWDOCS}/$REL_NOTES
-f1=' ff=$README ; d="" ; dd=$TWDOCS ; rr=0444 '
-f2=' ff=$REL_NOTES ; d="" ; dd=$TWDOCS ; rr=0444 '
f3=' ff=$TWLICENSEFILE ; d="" ; dd=$TWDOCS ; rr=0444 '
#f4=' ff=tripwire ; d="/bin" ; dd=$TWBIN ; rr=0550 '
#f5=' ff=twadmin ; d="/bin" ; dd=$TWBIN ; rr=0550 '
@@ -593,7 +585,7 @@
#f18=' ff=twprint.8 ; d="/man/man8" ; dd=$TWMAN/man8 ; rr=0444 '
# Binaries and manpages are already installed by the install target
-loosefiles="f1 f2 f3 f8 f9 f10"
+loosefiles="f3 f8 f9 f10"
for i in $loosefiles; do
eval "eval \"\$$i\""

View File

@ -0,0 +1,52 @@
--- contrib/install.cfg.orig Thu Sep 15 20:12:39 2005
+++ contrib/install.cfg Mon Feb 13 07:28:17 2006
@@ -24,31 +24,31 @@
CLOBBER=false
# Tripwire binaries are stored in TWBIN.
-TWBIN="${prefix}/sbin"
+TWBIN="${PREFIX}/sbin"
# Tripwire policy files are stored in TWPOLICY.
-TWPOLICY="${sysconfdir}"
+TWPOLICY="${TWPOLICY}" # Set in the FreeBSD port Makefile
# Tripwire manual pages are stored in TWMAN.
-TWMAN="${prefix}/man"
+TWMAN="${PREFIX}/man"
# Tripwire database files are stored in TWDB.
-TWDB="${prefix}/lib/tripwire"
+TWDB="${TWDB}" # Set in the FreeBSD port Makefile
# Tripwire documents directory
-TWDOCS="${prefix}/doc/tripwire"
+TWDOCS="${PREFIX}/share/doc/tripwire"
# The Tripwire site key files are stored in TWSITEKEYDIR.
-TWSITEKEYDIR="${TWPOLICY}"
+# TWSITEKEYDIR="${TWPOLICY}"
# The Tripwire local key files are stored in TWLOCALKEYDIR.
-TWLOCALKEYDIR="${TWPOLICY}"
+# TWLOCALKEYDIR="${TWPOLICY}"
# Tripwire report files are stored in TWREPORT.
-TWREPORT="${TWDB}/report"
+# TWREPORT="${TWREPORT}" # Set in the FreeBSD port Makefile
# This sets the default text editor for Tripwire.
-TWEDITOR="${path_to_vi}"
+# TWEDITOR="${path_to_vi}"
# TWLATEPROMTING controls the point when tripwire asks for a password.
TWLATEPROMPTING=false
@@ -85,7 +85,7 @@
#####################################
TWMAILMETHOD=SENDMAIL
-TWMAILPROGRAM="${path_to_sendmail} -oi -t"
+TWMAILPROGRAM="/usr/sbin/sendmail -oi -t"
#####################################
# SMTP options

View File

@ -0,0 +1,11 @@
--- man/man5/Makefile.in.orig Tue Nov 22 23:02:51 2005
+++ man/man5/Makefile.in Fri Jan 6 13:49:39 2006
@@ -147,7 +147,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = foreign no-dependencies
-man_MANS = twfiles.5
+man_MANS = twfiles.5 twconfig.5 twpolicy.5
all: all-am
.SUFFIXES:

View File

@ -0,0 +1,11 @@
--- man/Makefile.in.orig Tue Nov 22 23:02:50 2005
+++ man/Makefile.in Fri Jan 6 13:51:14 2006
@@ -152,7 +152,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = foreign no-dependencies
-SUBDIRS = man4 man5 man8
+SUBDIRS = man5 man8
all: all-recursive
.SUFFIXES: