mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
515db2ed10
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
20 lines
387 B
Makefile
20 lines
387 B
Makefile
# Created by: laddassm
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= klat4
|
|
PORTVERSION= 0.6.1
|
|
PORTREVISION= 12
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://klat.algebraic.ru/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= LaTeX source editor for KDE4
|
|
|
|
LICENSE= GPLv2 # (or later)
|
|
|
|
USES= cmake tar:bzip2
|
|
USE_KDE4= automoc4 kate kdelibs kdeprefix
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|