aboutsummaryrefslogtreecommitdiff
path: root/devel/codecrusader/files
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-02 23:18:50 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-02 23:18:50 +0000
commit253e7f5c39ed4af15cf342ff8da905ee5aed622b (patch)
tree43c018bb188e72ae77d46b9d6d59400c06f6e9fe /devel/codecrusader/files
parente8919bf98b6124cabef85ffce7657a118050c0be (diff)
downloadports-253e7f5c39ed4af15cf342ff8da905ee5aed622b.tar.gz
ports-253e7f5c39ed4af15cf342ff8da905ee5aed622b.zip
Notes
Diffstat (limited to 'devel/codecrusader/files')
-rw-r--r--devel/codecrusader/files/patch-ac101
1 files changed, 101 insertions, 0 deletions
diff --git a/devel/codecrusader/files/patch-ac b/devel/codecrusader/files/patch-ac
new file mode 100644
index 000000000000..6ba4beb7793b
--- /dev/null
+++ b/devel/codecrusader/files/patch-ac
@@ -0,0 +1,101 @@
+--- programs/code_crusader/Make.header.orig Mon Aug 2 06:01:38 1999
++++ programs/code_crusader/Make.header Mon Aug 2 06:35:46 1999
+@@ -75,11 +75,10 @@
+ #####
+
+ .PHONY : default
+-default: libs jcc ctags
++default: libs jcc
+
+ .PHONY : Makefiles
+ Makefiles:
+- @cd ctags; ./configure > /dev/null
+
+ #
+ # required libraries
+@@ -97,21 +96,15 @@
+ #
+
+ .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
+@@ -119,7 +112,6 @@
+
+ .PHONY : tidy
+ tidy::
+- @cd ctags; ${MAKE} clean > /dev/null
+
+ # makemake's clean invokes tidy, which does everything necessary
+
+@@ -132,14 +124,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/* \
+- code/* rpm/* ctags/* } }}
++ code/* rpm/* } }}
+
+ #
+ # binary distributions
+@@ -166,10 +157,10 @@
+ # 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}
+ ifdef RH_ISV
+ @echo '***** RedHat ISV version *****'
+ @ln -s ../README.ISV ${JCC}/README
+@@ -178,10 +169,7 @@
+ endif
+ @ln -s ../jcc ${JCC}/jcc
+ @ln -s ../macros ${JCC}/macros
+- @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}/*
+@@ -239,11 +227,3 @@
+ beta: debug
+ @strip -g jcc
+ @cp jcc ${HOME}/local/stable/jcc_latest
+-
+-#
+-# ctags
+-#
+-
+-.PHONY : ctags
+-ctags:
+- @cd ctags; ${MAKE}; strip ctags