tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: (please vote :-) Re: 2013Q2 MesaLib and pbulk



Manuel, really thanks for the comment

| From: Manuel Bouyer <bouyer%antioche.eu.org@localhost>
| Date: Fri, 20 Sep 2013 19:17:10 +0200

> I would say 4), x11-links should be the same when using make or pbulk !

Now I noticed, if you have the line
PREFER_PKGSRC=

in /etc/mk.conf, two (pbulk and regular make) of x11-links
become the same.

Or, with attached change, the same thing happen.
---
Makoto Fujiwara, 
Chiba, Japan, Narita Airport and Disneyland prefecture.

Index: mk/defaults/mk.conf
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/mk/defaults/mk.conf,v
retrieving revision 1.225
diff -u -r1.225 mk.conf
--- mk/defaults/mk.conf 4 Jul 2013 22:35:06 -0000       1.225
+++ mk/defaults/mk.conf 20 Sep 2013 21:13:53 -0000
@@ -196,7 +196,7 @@
 
 .if (!empty(MACHINE_PLATFORM:MNetBSD-*-*) && \
      exists(/usr/X11R7/lib/libX11.so))
-PREFER_PKGSRC?=
+PREFER_PKGSRC=
 .elif (!empty(MACHINE_PLATFORM:MNetBSD-*-*) && \
      exists(/usr/lib/libexpat.so))
 PREFER_PKGSRC?=                MesaLib Xft2 Xrandr Xrender fontconfig  \


Home | Main Index | Thread Index | Old Index