Fri Sep 14 14:38:12 2012 UTC ()
After update of recent boost, -lboost_system is required.
PR 46873 by Tero Kivinen.

Bump PKGREVISION.


(obache)
diff -r1.11 -r1.12 pkgsrc/graphics/enblend-enfuse/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/graphics/enblend-enfuse/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/enblend-enfuse/Makefile 2012/02/06 12:40:20 1.11
+++ pkgsrc/graphics/enblend-enfuse/Makefile 2012/09/14 14:38:12 1.12
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.11 2012/02/06 12:40:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2012/09/14 14:38:12 obache Exp $
2 2
3DISTNAME= enblend-enfuse-4.0 3DISTNAME= enblend-enfuse-4.0
4# XXX distribution file has changed; remove the line below on next update 4# XXX distribution file has changed; remove the line below on next update
5DIST_SUBDIR= ${PKGNAME_NOREV} 5DIST_SUBDIR= ${PKGNAME_NOREV}
6PKGREVISION= 5 6PKGREVISION= 6
7CATEGORIES= graphics 7CATEGORIES= graphics
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enblend/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enblend/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://enblend.sourceforge.net/ 11HOMEPAGE= http://enblend.sourceforge.net/
12COMMENT= Combines overlapping images without seams, with good exposure 12COMMENT= Combines overlapping images without seams, with good exposure
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}-753b534c819d 17WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}-753b534c819d
18 18
19USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
@@ -22,22 +22,25 @@ USE_TOOLS+= gmake perl:build pkg-config @@ -22,22 +22,25 @@ USE_TOOLS+= gmake perl:build pkg-config
22GNU_CONFIGURE= yes 22GNU_CONFIGURE= yes
23CONFIGURE_ARGS+= --disable-image-cache 23CONFIGURE_ARGS+= --disable-image-cache
24 24
25.include "../../mk/bsd.prefs.mk" 25.include "../../mk/bsd.prefs.mk"
26 26
27.if ${OPSYS} == "Darwin" 27.if ${OPSYS} == "Darwin"
28CONFIGURE_ARGS+= --enable-openmp 28CONFIGURE_ARGS+= --enable-openmp
29CONFIGURE_ARGS+= --with-apple-opengl-framework 29CONFIGURE_ARGS+= --with-apple-opengl-framework
30.else 30.else
31CONFIGURE_ARGS+= --with-x 31CONFIGURE_ARGS+= --with-x
32.include "../../graphics/glut/buildlink3.mk" 32.include "../../graphics/glut/buildlink3.mk"
33.endif 33.endif
34 34
 35LIBS+= -lboost_system
 36
35.include "../../devel/boost-headers/buildlink3.mk" 37.include "../../devel/boost-headers/buildlink3.mk"
 38.include "../../devel/boost-libs/buildlink3.mk"
36.include "../../mk/jpeg.buildlink3.mk" 39.include "../../mk/jpeg.buildlink3.mk"
37.include "../../graphics/glew/buildlink3.mk" 40.include "../../graphics/glew/buildlink3.mk"
38.include "../../graphics/lcms/buildlink3.mk" 41.include "../../graphics/lcms/buildlink3.mk"
39.include "../../graphics/libxmi/buildlink3.mk" 42.include "../../graphics/libxmi/buildlink3.mk"
40.include "../../graphics/openexr/buildlink3.mk" 43.include "../../graphics/openexr/buildlink3.mk"
41.include "../../graphics/png/buildlink3.mk" 44.include "../../graphics/png/buildlink3.mk"
42.include "../../graphics/tiff/buildlink3.mk" 45.include "../../graphics/tiff/buildlink3.mk"
43.include "../../mk/bsd.pkg.mk" 46.include "../../mk/bsd.pkg.mk"