From daffe00d4a57c0ef6a21947a8121b8d233d8d3a5 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 12 Jul 2013 15:01:45 +0000 Subject: - Trim Makefile headers - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files --- x11/eaglemode/Makefile | 8 ++++---- .../files/patch-makers-unicc-plugins-unicc__gnu.pm | 18 ++++++++++++++++++ .../files/patch-makers-unicc-plugins-unicc_gnu.pm | 18 ------------------ 3 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm delete mode 100644 x11/eaglemode/files/patch-makers-unicc-plugins-unicc_gnu.pm (limited to 'x11') diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index 7a1bcf9f1989..198e476f9e60 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -9,10 +9,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Futuristic zoomable user environment -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - freetype.9:${PORTSDIR}/print/freetype2 + tiff:${PORTSDIR}/graphics/tiff \ + freetype:${PORTSDIR}/print/freetype2 USE_BZIP2= yes USE_PERL5_BUILD=yes @@ -34,7 +34,7 @@ PDF_DESC= PDF support through poppler-glib .include .if ${PORT_OPTIONS:MXINE} -LIB_DEPENDS+= xine.2:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine:${PORTSDIR}/multimedia/libxine BUILD_ARGS+= xine-inc-dir="${LOCALBASE}/include" \ xine-lib-dir="${LOCALBASE}/lib" PLIST_SUB+= EMAV="" diff --git a/x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm b/x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm new file mode 100644 index 000000000000..03823c0b2463 --- /dev/null +++ b/x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm @@ -0,0 +1,18 @@ +--- makers/unicc/plugins/unicc_gnu.pm.orig 2008-10-29 08:27:34.000000000 +0300 ++++ makers/unicc/plugins/unicc_gnu.pm 2008-10-30 00:08:33.000000000 +0300 +@@ -142,6 +142,7 @@ + push(@args,GetObjFiles->[$index]); + } + ++ @args = split(/\s+/, join(' ', @args)); + return PrintAndRun(@args); + } + +@@ -178,6 +179,7 @@ + } + } + ++ @args = split(/\s+/, join(' ', @args)); + return PrintAndRun(@args); + } + diff --git a/x11/eaglemode/files/patch-makers-unicc-plugins-unicc_gnu.pm b/x11/eaglemode/files/patch-makers-unicc-plugins-unicc_gnu.pm deleted file mode 100644 index 03823c0b2463..000000000000 --- a/x11/eaglemode/files/patch-makers-unicc-plugins-unicc_gnu.pm +++ /dev/null @@ -1,18 +0,0 @@ ---- makers/unicc/plugins/unicc_gnu.pm.orig 2008-10-29 08:27:34.000000000 +0300 -+++ makers/unicc/plugins/unicc_gnu.pm 2008-10-30 00:08:33.000000000 +0300 -@@ -142,6 +142,7 @@ - push(@args,GetObjFiles->[$index]); - } - -+ @args = split(/\s+/, join(' ', @args)); - return PrintAndRun(@args); - } - -@@ -178,6 +179,7 @@ - } - } - -+ @args = split(/\s+/, join(' ', @args)); - return PrintAndRun(@args); - } - -- cgit v1.2.3