freebsd-ports/editors/bed/files/patch-Makefile
Alejandro Pulver 4ca1cddb91 - Update to version 0.2.23.
- Rewrite check of 'menubar' feature in x11/rxvt when X11 option is enabled.
- Add dep to ALL_TARGET instead of running ${GMAKE} in post-configure.
- Add OPTIONS.
- Remove BROKEN for amd64 (builds).
- Remove BROKEN for ia64 (let's see what happens now).
- Add WWW line to pkg-descr.
- Added typedef hacks (has a bug that doesn't allow default arguments in
  function pointers, and also doesn't allow arrays of function pointers) to
  allow building with GCC > 2.95 (the problems are known, though).
2007-01-02 18:13:50 +00:00

33 lines
1.5 KiB
Text

--- Makefile.orig Fri Jul 9 08:01:08 2004
+++ Makefile Tue Jan 2 00:25:53 2007
@@ -50,7 +50,7 @@
-mv $(ROOTDIR)$(CONFDIRLINK) $(CONFDIRLINK).bak
-$(MKDIR) $(ROOTDIR)$(CONFDIR)
ifneq ($(CYGWIN),yes)
- $(SYMLINK) $(CONFLASTDIR) $(ROOTDIR)$(CONFDIRLINK)
+# $(SYMLINK) $(CONFLASTDIR) $(ROOTDIR)$(CONFDIRLINK)
-mv $(ROOTDIR)$(CONFDIR)/$(CONFFILE) $(ROOTDIR)$(CONFDIR)/~$(CONFFILE)
endif
$(CP) $(CONFFILE) $(ROOTDIR)$(CONFDIR)
@@ -95,10 +95,10 @@
cp public.key $(ROOTDIR)$(CONFDIR)
ifeq ($(HAS_FILE),y)
$(CP) testmarks.bedm bedmagic addmagic.sh $(ROOTDIR)$(CONFDIR)
- @bash ./addmagic.sh
+# @bash ./addmagic.sh
endif
ifneq ($(HAS_APPLICATIONS),)
- cp progman/bed-binary-editor.desktop $(ROOTDIR)$(HAS_APPLICATIONS)/bed-binary-editor.desktop
+# cp progman/bed-binary-editor.desktop $(ROOTDIR)$(HAS_APPLICATIONS)/bed-binary-editor.desktop
endif
ifeq ($(CONFIG_PROGMAN),y)
# cp bed.xpm $(ROOTDIR)$(ICONPATH)
@@ -114,7 +114,7 @@
ifeq ($(ROOTDIR),)
@cp uninstallhead $(ROOTDIR)$(CONFDIR)/uninstallbed.sh
@FILES=`for afile in $(ROOTDIR)$(BINDIST); do test -e $$afile&&echo $$afile ;done`; find $$FILES ! -type d -print |xargs echo $(REMOVE) ' ' >> $(ROOTDIR)$(CONFDIR)/uninstallbed.sh ;find $$FILES -type d -a -print |$(SORT) -r|xargs echo $(RMDIR) ' ' >> $(ROOTDIR)$(CONFDIR)/uninstallbed.sh
- @echo Uninstall with sh $(ROOTDIR)$(CONFDIR)/uninstallbed.sh
+# @echo Uninstall with sh $(ROOTDIR)$(CONFDIR)/uninstallbed.sh
endif
endif
@echo Binary: '$(ROOTDIR)$(BINDIR)/$(EXEPROGRAM)'