pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cleanup of package dtc
Module Name: pkgsrc-wip
Committed By: Joe Davis <joe.davis512%gmail.com@localhost>
Pushed By: joed
Date: Mon Jun 13 22:12:27 2016 +0100
Changeset: 2c911d294218c0454b1770aae7d3e9b81013a179
Modified Files:
dtc/DESCR
dtc/Makefile
dtc/distinfo
Removed Files:
dtc/patches/patch-Makefile
Log Message:
cleanup of package dtc
- Removed trailing newlines
- Changed category from wip to devel
- Removed include of bsd.prefs.mk
- Removed patch, use MAKE_FLAGS instead
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2c911d294218c0454b1770aae7d3e9b81013a179
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dtc/DESCR | 1 -
dtc/Makefile | 5 +++--
dtc/distinfo | 1 -
dtc/patches/patch-Makefile | 15 ---------------
4 files changed, 3 insertions(+), 19 deletions(-)
diffs:
diff --git a/dtc/DESCR b/dtc/DESCR
index 9797589..3f2939f 100644
--- a/dtc/DESCR
+++ b/dtc/DESCR
@@ -5,4 +5,3 @@ binary format.
Both DTC and LIBFDT are made available under the terms of the GNU GPLv2.
LIBFDT also available under the terms of the BSD license. For more information
see README.license in the source tree.
-
diff --git a/dtc/Makefile b/dtc/Makefile
index 81a3b7c..2b9d0bc 100644
--- a/dtc/Makefile
+++ b/dtc/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
DISTNAME= dtc-1.4.1
-CATEGORIES= wip
+CATEGORIES= devel
MASTER_SITES= ftp://ftp.kernel.org/pub/software/utils/dtc/
MAINTAINER= joe.davis512%gmail.com@localhost
@@ -11,6 +11,7 @@ LICENSE= gnu-gpl-v2
USE_TOOLS= gmake bison
-.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"
+MAKE_FLAGS+= PREFIX=${PREFIX}
+MAKE_FLAGS+= DESTDIR=${DESTDIR}
diff --git a/dtc/distinfo b/dtc/distinfo
index 3eb352a..b7efb12 100644
--- a/dtc/distinfo
+++ b/dtc/distinfo
@@ -4,4 +4,3 @@ SHA1 (dtc-1.4.1.tar.gz) = 2f73f79d732dfc2690e146248d4ff8070414b50a
RMD160 (dtc-1.4.1.tar.gz) = dbfc1ea87c6966e65bdccc2518c086d0c41e9bb0
SHA512 (dtc-1.4.1.tar.gz) = 31085991824eeee1790ed151b9470c14b1840f1cda1760d6081938521f907aa2ccf777cdecec0d648b09d1614868bc43f98ae77fb7641677aa841b68a7cb90e8
Size (dtc-1.4.1.tar.gz) = 135809 bytes
-SHA1 (patch-Makefile) = 99e8b26982638695fccfd9e3940ac5c971d8a35b
diff --git a/dtc/patches/patch-Makefile b/dtc/patches/patch-Makefile
deleted file mode 100644
index bb83582..0000000
--- a/dtc/patches/patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
---- Makefile.orig 2014-11-12 03:29:16.000000000 +0000
-+++ Makefile
-@@ -24,8 +24,8 @@ BISON = bison
- LEX = flex
-
- INSTALL = /usr/bin/install
--DESTDIR =
--PREFIX = $(HOME)
-+#DESTDIR =
-+#PREFIX = $(HOME)
- BINDIR = $(PREFIX)/bin
- LIBDIR = $(PREFIX)/lib
- INCLUDEDIR = $(PREFIX)/include
Home |
Main Index |
Thread Index |
Old Index