FreeBSD Bugzilla – Attachment 8657 Details for
Bug 18033
Codecrusader port version 2.1.4 does not build. (Patches included)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.35 KB, created by
dervish
on 2000-04-16 17:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dervish
Created:
2000-04-16 17:40:01 UTC
Size:
2.35 KB
patch
obsolete
>--- programs/code_crusader/Make.header.orig Tue Sep 21 13:23:17 1999 >+++ programs/code_crusader/Make.header Fri Dec 10 11:31:35 1999 >@@ -73,11 +73,10 @@ > ##### > > .PHONY : default >-default: libs jcc ctags >+default: libs jcc > > .PHONY : Makefiles > Makefiles: >- @cd ctags; ./configure > /dev/null > > # > # required libraries >@@ -98,33 +97,19 @@ > @cd ${JTOOLBARLIBDIR}; ${MAKE} TOUCHSTRING=${TOUCHSTRING} touch > > # >-# ctags >-# >- >-.PHONY : ctags >-ctags: >- @cd ctags; ${MAKE}; strip ctags >- >-# > # install binaries > # > > .PHONY : jxinstall >-jxinstall: jcc ctags >+jxinstall: jcc > @strip jcc > ifneq (${J_WANT_INSTALL},0) >- @mv jcc ctags/ctags ${JX_INSTALL_ROOT}/ >- ifeq (${shell whoami},root) >- @cp ctags/ctags.1 /usr/man/man1/ >- endif >+ @mv jcc ${JX_INSTALL_ROOT}/ > endif > > .PHONY : jxuninstall > jxuninstall: >- @${RM} ${JX_INSTALL_ROOT}/jcc ${JX_INSTALL_ROOT}/ctags >- ifeq (${shell whoami},root) >- @${RM} /usr/man/man1/ctags.1 >- endif >+ @${RM} ${JX_INSTALL_ROOT}/jcc > > # > # remove binaries >@@ -132,7 +117,6 @@ > > .PHONY : tidy > tidy:: >- @cd ctags; ${MAKE} clean > /dev/null > > # makemake's clean invokes tidy, which does everything necessary > >@@ -145,14 +129,13 @@ > > .PHONY : source > source: >- @-cd ctags; ${MAKE} clean > /dev/null > @cd ${J_DISTR_TAR_DIR}; \ >- tar -czf ${SRC_TAR_FILE} ${filter-out %.o %~ %ctags, \ >+ tar -czf ${SRC_TAR_FILE} ${filter-out %.o %~, \ > ${shell cd ${J_DISTR_TAR_DIR}; echo \ > ${addprefix ${SRC_FILE_DIR}/, \ > README.* LICENSE FAQ Make.* *.fd \ > ${EXTRA_FILES} macros/* desktop/* \ >- code/* rpm/* ctags/* } }} >+ code/* rpm/* } }} > > # > # binary distributions >@@ -179,18 +162,15 @@ > # distr_sub (JCC_DISTR_TAR_FILE, MKMK_TARGET) > > .PHONY : distr_sub >-distr_sub: ctags >+distr_sub: > @strip jcc > @${RM} -r ${JCC} >- @mkdir ${JCC} ${JCC}/ctags >+ @mkdir ${JCC} > @ln -s ../README.binary ${JCC}/README > @ln -s ../jcc ${JCC}/jcc > @ln -s ../macros ${JCC}/macros > @ln -s ../desktop ${JCC}/desktop >- @ln -s ../../ctags/ctags ${JCC}/ctags/ctags > @cp LICENSE FAQ ${EXTRA_FILES} ${JCC}/ >- @cp ctags/COPYING ctags/FAQ ctags/NEWS ctags/QUOTES ctags/README \ >- ctags/ctags.1 ${JCC}/ctags/ > @cd ${MKMKDIR}; \ > ${MAKE} JCC_TAR_DIR=${JCC_TAR_DIR}/${JCC} ${MKMK_TARGET} > @tar -chf ${JCC_DISTR_TAR_FILE} ${JCC}/*
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 18033
:
8656
| 8657 |
8658
|
8659