OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 20-Jun-2005 16:44:23 Branch: HEAD Handle: 2005062015442300 Modified files: openpkg-src/vim vim.spec Log: enhance autoconf regex to be less defective (still not completely correct), and thus correct broken FreeBSD builds when using the with_tcl option Summary: Revision Changes Path 1.381 +2 -1 openpkg-src/vim/vim.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/vim/vim.spec ============================================================================ $ cvs diff -u -r1.380 -r1.381 vim.spec --- openpkg-src/vim/vim.spec 15 Jun 2005 17:38:50 -0000 1.380 +++ openpkg-src/vim/vim.spec 20 Jun 2005 14:44:23 -0000 1.381 @@ -38,7 +38,7 @@ Group: Editor License: Charityware Version: %{V_vl}.%{V_pl} -Release: 20050615 +Release: 20050620 # package options %option with_x11 no @@ -224,6 +224,7 @@ # dependency to it because of vim:CORE vs. ncurses:BASE). %{l_shtool} subst \ -e 's;ncurses termlib termcap curses;termlib termcap ncurses curses;' \ + -e 's;\(.*TCL_DEFS=.*sed -e \)\(.\)\(.*\);\1\2/^[^-]/d\2 \2\3;' \ vim%{V_vs}/src/auto/configure # adjust introduction text for OpenPKG branding @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org