Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2012 01:30:11 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219634 for review
Message-ID:  <201211070130.qA71UB5D088457@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219634?ac=10

Change 219634 by brooks@brooks_zenith on 2012/11/07 01:29:53

	Move the readpng helper for Capsicum support in libimagebox to
	the ctsrd directory.  We need libvuln_png installed in the tmproot
	before building it.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/ctsrd-lib/libimagebox/Makefile#3 edit
.. //depot/projects/ctsrd/beribsd/src/ctsrd-lib/libimagebox/readpng/Makefile#2 delete
.. //depot/projects/ctsrd/beribsd/src/ctsrd-lib/libimagebox/readpng/readpng.c#2 delete
.. //depot/projects/ctsrd/beribsd/src/ctsrd/Makefile#12 edit
.. //depot/projects/ctsrd/beribsd/src/ctsrd/libexec/readpng/Makefile#1 branch
.. //depot/projects/ctsrd/beribsd/src/ctsrd/libexec/readpng/readpng.c#1 branch

Differences ...

==== //depot/projects/ctsrd/beribsd/src/ctsrd-lib/libimagebox/Makefile#3 (text+ko) ====

@@ -19,6 +19,4 @@
 
 #WARNS?=		6
 
-SUBDIR=	readpng
-
 .include <bsd.lib.mk>

==== //depot/projects/ctsrd/beribsd/src/ctsrd/Makefile#12 (text+ko) ====

@@ -3,6 +3,7 @@
 SUBDIR=		browser \
 		cycle_led \
 		flashit \
+		libexec \
 		minifile \
 		mtlctl \
 		pictview \



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