FreeBSD Bugzilla – Attachment 137303 Details for
Bug 182749
[patch] Enable options by default for editors/vim
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.09 KB, created by
Kevin Zheng
on 2013-10-06 17:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kevin Zheng
Created:
2013-10-06 17:00:00 UTC
Size:
3.09 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 329592) >+++ Makefile (working copy) >@@ -12,15 +12,14 @@ > # ! PATCHLEVEL to that level. > PATCHLEVEL= 1314 > PORTVERSION= 7.3.${PATCHLEVEL} >-RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//} > PORTREVISION?= 0 > CATEGORIES?= editors > MASTER_SITES= ${MASTER_SITE_VIM} >-DISTFILES= ${RELEASE}${EXTRACT_SUFX} >+DISTNAME= vim-${PORTVERSION:C/\.[0-9a-z]*$//} > > PATCH_SITES= ${MASTER_SITES:S|unix|patches/${PORTVERSION:C/\.[0-9a-z]*$//}|}\ > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/obrien/:local >-PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ >+PATCHFILES!= jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ > ${PATCHLEVEL} 1 ${PATCHLEVEL} > # bits to remove > BADPATCHES= 527 780 796 873 890 1104 1111 >@@ -35,7 +34,6 @@ > NO_STAGE= yes > > .if !defined(LITE) >-.if defined(WITH_OPTIONS) || defined(WITH_VIM_OPTIONS) > .include "${.CURDIR}/../vim/options" > OPTIONS_DEFAULT+= CSCOPE EXUBERANT_CTAGS PERL PYTHON RUBY \ > TCL LUA X11 GTK2 >@@ -45,7 +43,6 @@ > ${VIM_PORT_SCRIPT_LANGS} > PORT_OPTIONS?= ${VIM_PORT_OPTIONS} > .endif >-.endif > > .include <bsd.port.options.mk> > >@@ -66,7 +63,7 @@ > REINPLACE_ARGS= -i "" > MAKE_ARGS+= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib ${CSCOPE_ARG}" > ALL_TARGET= # >-_DATADIR= ${RELEASE:S/-//g:S/.//g} >+_DATADIR= ${DISTNAME:S/-//g:S/.//g} > DATADIR= ${PREFIX}/share/vim/${_DATADIR} > PLIST_SUB= VIM_VER=${_DATADIR} > MAN1= evim.1 vim.1 vimdiff.1 vimtutor.1 xxd.1 >@@ -168,12 +165,10 @@ > .endif > MAKE_ARGS+= CONF_OPT_GUI=${CONF_OPT_GUI} ${I18N} > >- > .if exists(${LOCALBASE}/lib/libiconv.so) > USES+= iconv > .endif > >- > post-patch: > @(${FIND} ${WRKSRC}/../runtime/ -name menu\*.vim -print0 | ${XARGS} -0 \ > ${REINPLACE_CMD} -e 's,ctags -R \.,${CTAGS_CMD},g') >@@ -233,12 +228,6 @@ > ${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-share-vim > cd ${WRKDIR} ; ex < ex.script > >-show-options: >- @${MAKE} -DWITH_OPTIONS showconfig >- @${ECHO_CMD} "" >- @${ECHO_CMD} "Put \"WITH_OPTIONS=yes\" -or- \"WITH_VIM_OPTIONS=yes\"" >- @${ECHO_CMD} "in your /etc/make.conf or /etc/ports.conf file to enable OPTIONS processing. >- > .if defined(ONT_CHECKSUM) > checksum: > .endif >@@ -248,19 +237,19 @@ > @${MAKE} -V PATCHLEVEL > -(${SED} -i '' "s/^PATCHLEVEL=.*$$/PATCHLEVEL= `ncftpls \ > ftp://ftp.vim.org/pub/vim/patches/${PORTVERSION:C/\.[0-9a-z]*$//}/ \ >- | grep "^${PORTVERSION:C/\.[0-9a-z]*$//}" \ >+ | ${GREP} "^${PORTVERSION:C/\.[0-9a-z]*$//}" \ > | ${SED} -n -E -e 's/${PORTVERSION:C/[0-9]*$//}([0-9]+)$$/\1/p' \ >- | sort -n | ${TAIL} -1`/" Makefile) >+ | ${SORT} -n | ${TAIL} -1`/" Makefile) > @${ECHO} -n "Now at: " > @${MAKE} -V PATCHLEVEL > > find-bad-patches: >- @cd ${DISTDIR} ; egrep -l \ >+ @cd ${DISTDIR} ; ${EGREP} -l \ > '(src/if_(ole|mzsch)|src/gui_(w32|w48|mac)|src/os_(riscos|cyg|os2|vms|amiga|win32|mswin))|src(/testdir)?/Make_(dos|cyg|vms|mvc|ming|os2|amiga|mms)'\ > vim/${PORTVERSION:C/\.[0-9a-z]*$//}* > > ckp: >- /usr/bin/time -h ${MAKE} -DPATCH_DEBUG -DONT_CHECKSUM clean patch >+ time -h ${MAKE} -DPATCH_DEBUG -DONT_CHECKSUM clean patch > > ckmtree: > ${MTREE_CMD} -f ${MTREE_FILE} -p ${PREFIX}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 182749
: 137303