Hi. This patch adds 3 header files that were in the previous release, but not in 2.13. Adding those makes a port I'm working on build so at least one program depends on those.
I talked with the port maintainer about this and he's fine with it. -- Antti Harri diff --git graphics/ftgl/Makefile graphics/ftgl/Makefile index 2c236bc..aeb2c15 100644 --- graphics/ftgl/Makefile +++ graphics/ftgl/Makefile @@ -5,6 +5,7 @@ COMMENT = font rendering library for OpenGL applications V = 2.1.3 DISTNAME = ftgl-$V-rc5 PKGNAME = ftgl-$Vrc5 +REVISION = 0 EPOCH = 0 SHARED_LIBS = ftgl 0.0 # 2.1 CATEGORIES = graphics @@ -36,4 +37,11 @@ CONFIGURE_ENV += ac_cv_path_DOXYGEN=no pre-configure: perl -pi -e 's,\@PACKAGE_VERSION\@,${V},' ${WRKSRC}/ftgl.pc.in +post-install: + ${INSTALL_DATA} \ + ${WRKSRC}/src/FTLibrary.h \ + ${WRKSRC}/src/FTFace.h \ + ${WRKSRC}/src/FTSize.h \ + ${PREFIX}/include/FTGL/ + .include <bsd.port.mk> diff --git graphics/ftgl/pkg/PLIST graphics/ftgl/pkg/PLIST index 0112bcf..b723f76 100644 --- graphics/ftgl/pkg/PLIST +++ graphics/ftgl/pkg/PLIST @@ -7,6 +7,7 @@ include/FTGL/FTBuffer.h include/FTGL/FTBufferFont.h include/FTGL/FTBufferGlyph.h include/FTGL/FTExtrdGlyph.h +include/FTGL/FTFace.h include/FTGL/FTFont.h include/FTGL/FTGLBitmapFont.h include/FTGL/FTGLExtrdFont.h @@ -16,11 +17,13 @@ include/FTGL/FTGLPolygonFont.h include/FTGL/FTGLTextureFont.h include/FTGL/FTGlyph.h include/FTGL/FTLayout.h +include/FTGL/FTLibrary.h include/FTGL/FTOutlineGlyph.h include/FTGL/FTPixmapGlyph.h include/FTGL/FTPoint.h include/FTGL/FTPolyGlyph.h include/FTGL/FTSimpleLayout.h +include/FTGL/FTSize.h include/FTGL/FTTextureGlyph.h include/FTGL/ftgl.h lib/libftgl.a