Re: Mk/bsd.openssl.mk optimization

2008-07-29 Thread V.Chukharev
On Fri, 25 Jul 2008 20:19:42 +0300, Kris Kennaway [EMAIL PROTECTED] wrote: V.Chukharev wrote: With the patch Mk/bsd.port.sudir.mk .include's Mk/bsd.openssl.mk, hence everywhere when the former is used the latter is inderectly included. This is because I did not want to split the openssl

FreeBSD Port: latex-mathabx-1.0.20050518_1

2008-07-29 Thread Joey Mingrone
Hi, I get the following error when I try to install this port: /bin/mkdir -p /usr/local/share/texmf-local/fonts/map/dvips/mathabx install -o root -g wheel -m 444 /usr/ports/print/latex-mathabx/work/abxtype1/map/mathabx.map /usr/local/share/texmf-local/fonts/map/dvips/mathabx

Re: Mk/bsd.openssl.mk optimization

2008-07-29 Thread V.Chukharev
Another patch, just one line. It can be applied independently from the patch for bsd.port.subdir.mk. = --- /usr/ports/Mk/bsd.openssl.mk.orig 2008-07-23 09:14:29.0 +0300 +++ /usr/ports/Mk/bsd.openssl.mk2008-07-29 20:35:05.0 +0300 @@ -121,7 +121,7 @@

Re: Mk/bsd.openssl.mk optimization

2008-07-29 Thread Doug Barton
V.Chukharev wrote: Another patch, just one line. It can be applied independently from the patch for bsd.port.subdir.mk. I use: grep -l @comment ORIGIN:${1}$ $pdb/*/+CONTENTS for similar purposes in portmaster with no complaints so far. Is there a reason you need to do the complicated thing?

Re: Mk/bsd.openssl.mk optimization

2008-07-29 Thread Freddie Cash
On July 29, 2008 12:52 pm V.Chukharev wrote: Another patch, just one line. It can be applied independently from the patch for bsd.port.subdir.mk. = --- /usr/ports/Mk/bsd.openssl.mk.orig 2008-07-23 09:14:29.0 +0300 +++ /usr/ports/Mk/bsd.openssl.mk2008-07-29

Re: Mk/bsd.openssl.mk optimization

2008-07-29 Thread Kris Kennaway
Freddie Cash wrote: On July 29, 2008 12:52 pm V.Chukharev wrote: Another patch, just one line. It can be applied independently from the patch for bsd.port.subdir.mk. = --- /usr/ports/Mk/bsd.openssl.mk.orig 2008-07-23 09:14:29.0 +0300 +++ /usr/ports/Mk/bsd.openssl.mk

Re: Mk/bsd.openssl.mk optimization

2008-07-29 Thread Sean C. Farley
On Tue, 29 Jul 2008, Freddie Cash wrote: On July 29, 2008 12:52 pm V.Chukharev wrote: Another patch, just one line. It can be applied independently from the patch for bsd.port.subdir.mk. = --- /usr/ports/Mk/bsd.openssl.mk.orig 2008-07-23 09:14:29.0 +0300 +++