Skip site navigation (1)Skip section navigation (2)
Date:      25 Nov 2006 11:01:31 -0000
From:      nivit@email.it (Nicola Vitale)
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105845: [MAINTAINER] math/asymptote: fix building on pointyhat
Message-ID:  <20061125110131.24260.qmail@arancino>
Resent-Message-ID: <200611251400.kAPE0NR0015387@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105845
>Category:       ports
>Synopsis:       [MAINTAINER] math/asymptote: fix building on pointyhat
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 25 14:00:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD arancino.domo.sva 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #8: Fri Nov 10 13:14:34 CET 2006
>Description:
- Fix a path in doc/Makefile
  ( http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2006112120/asymptote-1.18.log )


Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- asymptote-1.18.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/asymptote/files/patch-doc-Makefile /usr/ports/math/asymptote.fix_patch-doc-Makefile/files/patch-doc-Makefile
--- /usr/ports/math/asymptote/files/patch-doc-Makefile	Sat Nov 25 11:24:04 2006
+++ /usr/ports/math/asymptote.fix_patch-doc-Makefile/files/patch-doc-Makefile	Sat Nov 25 11:59:10 2006
@@ -1,5 +1,5 @@
 --- doc/Makefile	Sun Nov  5 09:02:52 2006
-+++ doc/Makefile.port	Tue Nov  7 13:50:15 2006
++++ doc/Makefile.port	Sat Nov 25 11:57:33 2006
 @@ -2,7 +2,7 @@
  ASYFILES = $(wildcard *.asy) latexusage.asy
  FIGURES = version.texi 
@@ -13,7 +13,7 @@
  	rm -rf asymptote
  
  install: man faq
-+	mkdir $(prefix)/share/doc/asympote
++	mkdir $(prefix)/share/doc/asymptote
  	cd FAQ; $(MAKE) install
  	${INSTALL} -d -m 755 $(docdir) $(mandir)/man1
 -	${INSTALL} -p -m 644 {$(DOCFILES)} $(docdir)
--- asymptote-1.18.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061125110131.24260.qmail>