Revision
70253
Author
ryandesign@macports.org
Date
2010-08-03 13:57:37 -0700 (Tue, 03 Aug 2010)

Log Message

pure, pure-devel: remove compatibility code that was added because MacPorts < 1.8 would not recreate a symlink to a manpage if the symlink was absolute and the port was not already installed; see #18294. Also this code path has not been used since r49472 when pure stopped using the "versioned" layout by default (and the port provides no option to enable it).

Modified Paths

Removed Paths

Diff

Modified: trunk/dports/lang/pure/Portfile (70252 => 70253)


--- trunk/dports/lang/pure/Portfile	2010-08-03 20:33:15 UTC (rev 70252)
+++ trunk/dports/lang/pure/Portfile	2010-08-03 20:57:37 UTC (rev 70253)
@@ -44,9 +44,6 @@
 depends_run \
     path:bin/w3m:w3m
 
-patchfiles \
-    patch-Makefile.in.diff
-
 platform macosx {
     depends_run-delete  path:bin/w3m:w3m
     depends_run-append  path:bin/openbrowser:openbrowser

Deleted: trunk/dports/lang/pure/files/patch-Makefile.in.diff (70252 => 70253)


--- trunk/dports/lang/pure/files/patch-Makefile.in.diff	2010-08-03 20:33:15 UTC (rev 70252)
+++ trunk/dports/lang/pure/files/patch-Makefile.in.diff	2010-08-03 20:57:37 UTC (rev 70253)
@@ -1,11 +0,0 @@
---- Makefile.in.orig	2010-03-16 05:15:02.000000000 -0500
-+++ Makefile.in	2010-03-18 05:37:40.000000000 -0500
-@@ -320,7 +320,7 @@
- 	$(INSTALL) -m 644 $(srcdir)/pure.html $(srcdir)/purelib.html $(DESTDIR)$(libdir)/pure-$(version)
- 	ln -sf $(libdir)/pure-$(version) $(DESTDIR)$(libdir)/pure
- 	$(INSTALL) -m 644 $(srcdir)/pure.1 $(DESTDIR)$(man1dir)/pure-$(version).1
--	ln -sf $(man1dir)/pure-$(version).1 $(DESTDIR)$(man1dir)/pure.1
-+	ln -sf pure-$(version).1 $(DESTDIR)$(man1dir)/pure.1
- else
- 	$(INSTALL) -m 644 $(srcdir)/runtime.h $(DESTDIR)$(includedir)/pure
- 	$(INSTALL) -m 644 $(srcdir)/pure_main.c pure_main.o $(DESTDIR)$(libdir)/pure

Modified: trunk/dports/lang/pure-devel/Portfile (70252 => 70253)


--- trunk/dports/lang/pure-devel/Portfile	2010-08-03 20:33:15 UTC (rev 70252)
+++ trunk/dports/lang/pure-devel/Portfile	2010-08-03 20:57:37 UTC (rev 70253)
@@ -48,9 +48,6 @@
 depends_run \
     path:bin/w3m:w3m
 
-patchfiles \
-    patch-Makefile.in.diff
-
 platform macosx {
     depends_run-delete  path:bin/w3m:w3m
     depends_run-append  path:bin/openbrowser:openbrowser

Deleted: trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff (70252 => 70253)


--- trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff	2010-08-03 20:33:15 UTC (rev 70252)
+++ trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff	2010-08-03 20:57:37 UTC (rev 70253)
@@ -1,11 +0,0 @@
---- Makefile.in.orig	2010-05-18 01:25:05.000000000 -0500
-+++ Makefile.in	2010-05-24 21:41:10.000000000 -0500
-@@ -332,7 +332,7 @@
- 	ln -sf $(bindir)/$(pure_exe) $(DESTDIR)$(bindir)/pure$(EXE)
- 	ln -sf $(pure_includedir) $(DESTDIR)$(includedir)/pure
- 	ln -sf $(pure_libdir) $(DESTDIR)$(libdir)/pure
--	ln -sf $(man1dir)/$(pure_1) $(DESTDIR)$(man1dir)/pure.1
-+	ln -sf $(pure_1) $(DESTDIR)$(man1dir)/pure.1
- endif
- 
- uninstall: