aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.linux-rpm.mk
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-10-02 22:00:45 +0800
committervd <vd@FreeBSD.org>2006-10-02 22:00:45 +0800
commit677104e644fb7d675d0ee2a10151f03be0649397 (patch)
treee510364fd3d34adae33173e23f345c9d152d9e2b /Mk/bsd.linux-rpm.mk
parentff13fdabb5470addebbffa38303fa56390c304e3 (diff)
downloadfreebsd-ports-graphics-677104e644fb7d675d0ee2a10151f03be0649397.tar.gz
freebsd-ports-graphics-677104e644fb7d675d0ee2a10151f03be0649397.tar.zst
freebsd-ports-graphics-677104e644fb7d675d0ee2a10151f03be0649397.zip
Remove support code for old linux distros
PR: ports/103901 Submitted by: vd Approved by: netchild
Diffstat (limited to 'Mk/bsd.linux-rpm.mk')
-rw-r--r--Mk/bsd.linux-rpm.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/Mk/bsd.linux-rpm.mk b/Mk/bsd.linux-rpm.mk
index 03a7edbf98d..b6f3ce1fd22 100644
--- a/Mk/bsd.linux-rpm.mk
+++ b/Mk/bsd.linux-rpm.mk
@@ -1,7 +1,7 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4
#
-# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.9 2006-07-30 22:34:30 sat Exp $
+# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.10 2006-10-02 14:00:45 vd Exp $
#
# Variables:
@@ -109,15 +109,9 @@ BRANDELF_FILES?=
. if ${USE_LINUX} == "fc4" || ${USE_LINUX:L} == "yes"
_LINUX_BASE_SUFFIX= fc4
-. elif ${USE_LINUX} == "debian"
-_LINUX_BASE_SUFFIX= debian
-. elif ${USE_LINUX} == "fc3"
-_LINUX_BASE_SUFFIX= fc3
-. elif ${USE_LINUX} == "8"
-_LINUX_BASE_SUFFIX= 8
. else
# other linux_base ports do not provide a pkg-plist file
-IGNORE= uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\", \"8\", \"debian\", \"fc3\" and \"fc4\"
+IGNORE= uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\" and \"fc4\"
. endif
PLIST?= ${WRKDIR}/.PLIST.linux-rpm
+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-2/+2 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-2/+2 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-06