Index: head/security/fsh/files/patch-Makefile.in =================================================================== --- head/security/fsh/files/patch-Makefile.in (nonexistent) +++ head/security/fsh/files/patch-Makefile.in (revision 511366) @@ -0,0 +1,71 @@ +--- Makefile.in.orig 2001-12-23 11:10:13 UTC ++++ Makefile.in +@@ -40,7 +40,7 @@ exec_prefix = @exec_prefix@ + + bindir = @bindir@ + sbindir = @sbindir@ +-libexecdir = @libexecdir@ ++libexecdir = @ac_libexecdir@ + datadir = @datadir@ + sysconfdir = @sysconfdir@ + sharedstatedir = @sharedstatedir@ +@@ -81,7 +81,7 @@ EXEEXT = @EXEEXT@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + OBJEXT = @OBJEXT@ + PACKAGE = @PACKAGE@ +-PYTHON = @PYTHON@ ++PYTHON = @PYTHON_CMD@ + VERSION = @VERSION@ + am__include = @am__include@ + am__quote = @am__quote@ +@@ -576,16 +576,16 @@ uninstall-am: uninstall-binSCRIPTS uninstall-info-am \ + + starter: Makefile $(srcdir)/$(PYTHON_SCRIPT_TEMPLATE) + rm -f $@ $@.tmp +- sed -e 's%@\PYTHON@%$(PYTHON)%' \ +- -e 's%@\pkgdatadir@%$(pkgdatadir)%' \ ++ sed -e 's%@PYTHON@%$(PYTHON)%' \ ++ -e 's%@pkgdatadir@%$(pkgdatadir)%' \ + < $(srcdir)/$(PYTHON_SCRIPT_TEMPLATE) > $@.tmp + mv $@.tmp $@ + + fsh: fsh.in Makefile starter + rm -f $@ $@.tmp + cat starter > $@.tmp +- sed -e 's%@\PYTHON@%$(PYTHON)%' \ +- -e 's%@\pkgdatadir@%$(pkgdatadir)%' \ ++ sed -e 's%@PYTHON@%$(PYTHON)%' \ ++ -e 's%@pkgdatadir@%$(pkgdatadir)%' \ + < $(srcdir)/fsh.in >> $@.tmp + chmod +x $@.tmp + mv $@.tmp $@ +@@ -593,8 +593,8 @@ fsh: fsh.in Makefile starter + fshd: fshd.in Makefile starter + rm -f $@ $@.tmp + cat starter > $@.tmp +- sed -e 's%@\PYTHON@%$(PYTHON)%' \ +- -e 's%@\pkgdatadir@%$(pkgdatadir)%' \ ++ sed -e 's%@PYTHON@%$(PYTHON)%' \ ++ -e 's%@pkgdatadir@%$(pkgdatadir)%' \ + < $(srcdir)/fshd.in >> $@.tmp + chmod +x $@.tmp + mv $@.tmp $@ +@@ -602,15 +602,15 @@ fshd: fshd.in Makefile starter + in.fshd: in.fshd.in Makefile starter + rm -f $@ $@.tmp + cat starter > $@.tmp +- sed -e 's%@\PYTHON@%$(PYTHON)%' \ +- -e 's%@\pkgdatadir@%$(pkgdatadir)%' \ ++ sed -e 's%@PYTHON@%$(PYTHON)%' \ ++ -e 's%@pkgdatadir@%$(pkgdatadir)%' \ + < $(srcdir)/in.fshd.in >> $@.tmp + chmod +x $@.tmp + mv $@.tmp $@ + + fcp: fcp.sh Makefile + rm -f $@ $@.tmp +- sed -e 's%@\libexecdir@%$(libexecdir)%g' \ ++ sed -e 's%@libexecdir@%$(libexecdir)%g' \ + < $(srcdir)/fcp.sh > $@.tmp + chmod +x $@.tmp + mv $@.tmp $@ Property changes on: head/security/fsh/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/fsh/files/patch-configure =================================================================== --- head/security/fsh/files/patch-configure (nonexistent) +++ head/security/fsh/files/patch-configure (revision 511366) @@ -0,0 +1,20 @@ +--- configure.orig 2001-12-23 11:10:13 UTC ++++ configure +@@ -2732,7 +2732,7 @@ s,@prefix@,$prefix,;t t + s,@program_transform_name@,$program_transform_name,;t t + s,@bindir@,$bindir,;t t + s,@sbindir@,$sbindir,;t t +-s,@libexecdir@,$libexecdir,;t t ++s,@ac_libexecdir@,$libexecdir,;t t + s,@datadir@,$datadir,;t t + s,@sysconfdir@,$sysconfdir,;t t + s,@sharedstatedir@,$sharedstatedir,;t t +@@ -2778,7 +2778,7 @@ s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t + s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t + s,@DEPDIR@,$DEPDIR,;t t + s,@DEFAULT_FSHD_TIMEOUT@,$DEFAULT_FSHD_TIMEOUT,;t t +-s,@PYTHON@,$PYTHON,;t t ++s,@PYTHON_CMD@,$PYTHON,;t t + s,@PYTHON_SCRIPT_TEMPLATE@,$PYTHON_SCRIPT_TEMPLATE,;t t + s,@CC@,$CC,;t t + s,@CFLAGS@,$CFLAGS,;t t Property changes on: head/security/fsh/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property