mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Install includes into ${PREFIX}/include/freetype1/freetype instead of
${PREFIX}/include/freetype, so that ports that want freetype2 but don't pay particular attention to the order of `-I' directives won't be screwed if freetype1 is occasionally installed on the same system. This should fix recent problems with Mozilla. Bump PORTREVISION.
This commit is contained in:
parent
b68fd47022
commit
900ab41eb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56068
3 changed files with 35 additions and 16 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= freetype
|
PORTNAME= freetype
|
||||||
PORTVERSION= 1.3.1
|
PORTVERSION= 1.3.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
|
||||||
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
|
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
|
||||||
|
|
18
print/freetype/files/patch-lib::arch::unix::Makefile.in
Normal file
18
print/freetype/files/patch-lib::arch::unix::Makefile.in
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
|
||||||
|
$FreeBSD$
|
||||||
|
|
||||||
|
--- lib/arch/unix/Makefile.in 2002/03/14 07:15:48 1.1
|
||||||
|
+++ lib/arch/unix/Makefile.in 2002/03/14 07:16:24
|
||||||
|
@@ -200,10 +200,10 @@
|
||||||
|
-version-info $(version_info) $(FT_LIBS)
|
||||||
|
|
||||||
|
install: libttf.la
|
||||||
|
- $(MKINSTALLDIRS) $(libdir) $(includedir)/freetype
|
||||||
|
+ $(MKINSTALLDIRS) $(libdir) $(includedir)/freetype1/freetype
|
||||||
|
$(LIBTOOL) --mode=install $(INSTALL) libttf.la $(libdir)
|
||||||
|
-for P in $(HEADERS) ; do \
|
||||||
|
- $(INSTALL_DATA) $$P $(includedir)/freetype ; \
|
||||||
|
+ $(INSTALL_DATA) $$P $(includedir)/freetype1/freetype ; \
|
||||||
|
done
|
||||||
|
|
||||||
|
uninstall:
|
|
@ -1,18 +1,19 @@
|
||||||
include/freetype/freetype.h
|
include/freetype1/freetype/freetype.h
|
||||||
include/freetype/fterrid.h
|
include/freetype1/freetype/fterrid.h
|
||||||
include/freetype/ftnameid.h
|
include/freetype1/freetype/ftnameid.h
|
||||||
include/freetype/ftxcmap.h
|
include/freetype1/freetype/ftxcmap.h
|
||||||
include/freetype/ftxerr18.h
|
include/freetype1/freetype/ftxerr18.h
|
||||||
include/freetype/ftxgasp.h
|
include/freetype1/freetype/ftxgasp.h
|
||||||
include/freetype/ftxgdef.h
|
include/freetype1/freetype/ftxgdef.h
|
||||||
include/freetype/ftxgpos.h
|
include/freetype1/freetype/ftxgpos.h
|
||||||
include/freetype/ftxgsub.h
|
include/freetype1/freetype/ftxgsub.h
|
||||||
include/freetype/ftxkern.h
|
include/freetype1/freetype/ftxkern.h
|
||||||
include/freetype/ftxopen.h
|
include/freetype1/freetype/ftxopen.h
|
||||||
include/freetype/ftxpost.h
|
include/freetype1/freetype/ftxpost.h
|
||||||
include/freetype/ftxsbit.h
|
include/freetype1/freetype/ftxsbit.h
|
||||||
include/freetype/ftxwidth.h
|
include/freetype1/freetype/ftxwidth.h
|
||||||
lib/libttf.a
|
lib/libttf.a
|
||||||
lib/libttf.so
|
lib/libttf.so
|
||||||
lib/libttf.so.4
|
lib/libttf.so.4
|
||||||
@dirrm include/freetype
|
@dirrm include/freetype1/freetype
|
||||||
|
@dirrm include/freetype1
|
||||||
|
|
Loading…
Add table
Reference in a new issue