diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-07-30 23:06:47 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-07-30 23:06:47 +0000 |
commit | f827f89ed28cf12261d2cee25b016e097e156a0e (patch) | |
tree | 9b37badfccebdf02830038c85cbdea80a8acaf39 /devel/mspdebug | |
parent | 46e73a76d83b4152f37993204a2f4204d18f12ee (diff) | |
download | ports-f827f89ed28cf12261d2cee25b016e097e156a0e.tar.gz ports-f827f89ed28cf12261d2cee25b016e097e156a0e.zip |
Notes
Diffstat (limited to 'devel/mspdebug')
-rw-r--r-- | devel/mspdebug/Makefile | 2 | ||||
-rw-r--r-- | devel/mspdebug/distinfo | 4 | ||||
-rw-r--r-- | devel/mspdebug/files/patch-Makefile | 13 |
3 files changed, 14 insertions, 5 deletions
diff --git a/devel/mspdebug/Makefile b/devel/mspdebug/Makefile index e782a2e0d93a..edb385d4a2c0 100644 --- a/devel/mspdebug/Makefile +++ b/devel/mspdebug/Makefile @@ -7,7 +7,7 @@ # Based on the OpenBSD port by: Jasper Lievisse Adriaanse <jasper@openbsd.org> PORTNAME= mspdebug -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME} diff --git a/devel/mspdebug/distinfo b/devel/mspdebug/distinfo index ba1fe26c8bbd..ee8c35033884 100644 --- a/devel/mspdebug/distinfo +++ b/devel/mspdebug/distinfo @@ -1,2 +1,2 @@ -SHA256 (mspdebug-0.15.tar.gz) = ffdb1cdb34b81fd2a5eccd1c115f7d785837ef708b4b8816eb7a7b28f529bacb -SIZE (mspdebug-0.15.tar.gz) = 108076 +SHA256 (mspdebug-0.16.tar.gz) = 0a2c25e88cd037e315ebfc22d6bb2e7ec8932115f1f7579d89fdde48e51db510 +SIZE (mspdebug-0.16.tar.gz) = 111742 diff --git a/devel/mspdebug/files/patch-Makefile b/devel/mspdebug/files/patch-Makefile index 7df5ca9315e1..da7ef43c5e56 100644 --- a/devel/mspdebug/files/patch-Makefile +++ b/devel/mspdebug/files/patch-Makefile @@ -1,5 +1,14 @@ ---- Makefile.orig 2011-04-05 06:22:54.000000000 +1000 -+++ Makefile 2011-06-04 06:02:31.347404317 +1000 +--- Makefile.orig 2011-06-14 11:27:10.000000000 +1000 ++++ Makefile 2011-07-29 05:26:08.226244817 +1000 +@@ -16,7 +16,7 @@ + # along with this program; if not, write to the Free Software + # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +-CC = gcc ++CC ?= gcc + INSTALL = /usr/bin/install + PREFIX ?= /usr/local + LDFLAGS ?= -s @@ -38,8 +38,14 @@ PORTS_CFLAGS = `pkg-config --cflags libelf libusb` PORTS_LDFLAGS = `pkg-config --libs libelf libusb` -ltermcap |