aboutsummaryrefslogtreecommitdiff
path: root/textproc/asciidoc/files
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-04-07 21:58:54 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-04-07 21:58:54 +0000
commit565adeee8863ac6f362691b57a4a5f8c4afdf4ce (patch)
treeae2610d9ab29f58613a95d85374049f7c03614b8 /textproc/asciidoc/files
parent5180fd25d73e6174ccb49cd95de5624c0782a517 (diff)
downloadports-565adeee8863ac6f362691b57a4a5f8c4afdf4ce.tar.gz
ports-565adeee8863ac6f362691b57a4a5f8c4afdf4ce.zip
Notes
Diffstat (limited to 'textproc/asciidoc/files')
-rw-r--r--textproc/asciidoc/files/patch-Makefile.in17
-rw-r--r--textproc/asciidoc/files/patch-asciidoc.py17
2 files changed, 26 insertions, 8 deletions
diff --git a/textproc/asciidoc/files/patch-Makefile.in b/textproc/asciidoc/files/patch-Makefile.in
index 05e0c43e79d3..af534070f052 100644
--- a/textproc/asciidoc/files/patch-Makefile.in
+++ b/textproc/asciidoc/files/patch-Makefile.in
@@ -1,16 +1,17 @@
---- Makefile.in.orig 2008-12-31 07:33:56.000000000 +0300
-+++ Makefile.in 2009-01-15 20:48:23.000000000 +0300
-@@ -4,9 +4,6 @@
+--- Makefile.in.orig 2009-03-21 16:33:53.974304216 +0100
++++ Makefile.in 2009-03-21 16:35:21.188379366 +0100
+@@ -4,10 +4,6 @@
.NOTPARALLEL:
-INSTALL = @INSTALL@
-INSTALL_PROG = @INSTALL_PROGRAM@
-INSTALL_DATA = @INSTALL_DATA@
-
+-
SED = @SED@
-@@ -90,7 +87,7 @@
+ prefix = @prefix@
+@@ -90,7 +86,7 @@
$(INSTALL) -d $(DESTDIR)/$($@)
$(PROGTARGETS): % : %dir
@@ -19,12 +20,12 @@
$(DATATARGETS): % : %dir
$(INSTALL_DATA) $($@) $(DESTDIR)/$($<)/
-@@ -147,7 +144,7 @@
+@@ -147,7 +143,7 @@
build: fixconfpath
--install: $(PROGTARGETS) $(DATATARGETS) renameprog install-vim
-+install: $(PROGTARGETS) $(DATATARGETS) renameprog
+-install: $(PROGTARGETS) $(DATATARGETS) progsymlink install-vim
++install: $(PROGTARGETS) $(DATATARGETS) progsymlink
uninstall: uninstall-vim
rm -f $(DESTDIR)/$(progdir)/asciidoc
diff --git a/textproc/asciidoc/files/patch-asciidoc.py b/textproc/asciidoc/files/patch-asciidoc.py
new file mode 100644
index 000000000000..6ea97f8a7886
--- /dev/null
+++ b/textproc/asciidoc/files/patch-asciidoc.py
@@ -0,0 +1,17 @@
+--- asciidoc.py Mon Mar 30 18:37:04 2009 +1300
++++ asciidoc.py Fri Apr 03 12:38:26 2009 +1300
+@@ -3845,9 +3845,9 @@
+ else:
+ sections[section] = contents
+ rdr.close()
+- document.update_attributes() # So they are available immediately.
+ self.load_sections(sections)
+ self.loaded.append(os.path.realpath(fname))
++ document.update_attributes() # So they are available immediately.
+
+ def load_sections(self,sections):
+ '''Loads sections dictionary. Each dictionary entry contains a
+
+
+
+