7be25933ea
the EoL of the last 7.x release. The 7.x branch is the only supported FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator environment (linux_base-f10 doesn't work there). I didn't bump the portrevision, this is mostly done as a hint for ports committers to tell them that at least the emulation@-owned ports need to stay until then (even the forbidden ones). The dependent ports need to go at the same time, but are free to be deleted before. Discussed with: bsam
37 lines
1.2 KiB
Makefile
37 lines
1.2 KiB
Makefile
# New ports collection makefile for: linux-pango
|
|
# Date created: 2003-07-05
|
|
# Whom: trevor
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pango
|
|
PORTVERSION= 1.10.2
|
|
DISTVERSIONSUFFIX= -1.gst.1.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-toolkits linux
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/pkg/%SUBDIR%/ CRITICAL/rpm
|
|
MASTER_SITE_SUBDIR= ${LINUX_DIST}/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/RPMS.gst010
|
|
MASTER_SITE_SRC_SUBDIR= ${LINUX_DIST}/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/SRPMS.gst010
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Linux pango binary
|
|
|
|
FORBIDDEN= Vulnerable since 2009-05-13, http://portaudit.freebsd.org/4b172278-3f46-11de-becb-001cc0377035.html
|
|
# EXPIRATION_DATE is the EoL of the last 7.x release
|
|
EXPIRATION_DATE=2013-02-28
|
|
|
|
CONFLICTS= linux-f8-pango-[0-9]* linux-f10-pango-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
# these libraries are required by pango-querymodules
|
|
USE_LINUX_APPS= cairo expat fontconfig xorglibs
|
|
LINUX_DIST_VER= 4
|
|
USE_LDCONFIG= yes
|
|
BRANDELF_DIRS= usr/bin
|
|
PLIST_SUB+= LIBVERSION="1001.1" PORTVERSION="${PORTVERSION}"
|
|
|
|
post-install:
|
|
@${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i686-redhat-linux-gnu/pango.modules
|
|
|
|
.include <bsd.port.mk>
|