diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-02-07 08:39:23 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-02-07 08:39:23 +0000 |
commit | 84549ef3acf07b1a5bd1cfd3a3b46dcb00928e2f (patch) | |
tree | 7cdec55c6e9cce9411a1037d022d37a06b1e046c /misc/mtx | |
parent | Avoid usage of != variable assignment. (diff) |
Update to 1.2.17. Fix compile on alpha and sparc.
Notes
Notes:
svn path=/head/; revision=75014
Diffstat (limited to 'misc/mtx')
-rw-r--r-- | misc/mtx/Makefile | 3 | ||||
-rw-r--r-- | misc/mtx/distinfo | 2 | ||||
-rw-r--r-- | misc/mtx/files/patch-Makefile.in | 14 |
3 files changed, 16 insertions, 3 deletions
diff --git a/misc/mtx/Makefile b/misc/mtx/Makefile index 8f4d6e334dae..745974419f50 100644 --- a/misc/mtx/Makefile +++ b/misc/mtx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mtx -PORTVERSION= 1.2.14 -PORTREVISION= 1 +PORTVERSION= 1.2.17rel CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mtx diff --git a/misc/mtx/distinfo b/misc/mtx/distinfo index 02d113c0e0a5..2285f9899701 100644 --- a/misc/mtx/distinfo +++ b/misc/mtx/distinfo @@ -1 +1 @@ -MD5 (mtx-1.2.14.tar.gz) = 3957691d782b1bd1bf73291f67e3ce69 +MD5 (mtx-1.2.17rel.tar.gz) = d60f7b003edc6f9d34753b8f6c447515 diff --git a/misc/mtx/files/patch-Makefile.in b/misc/mtx/files/patch-Makefile.in new file mode 100644 index 000000000000..a2b0d367bcef --- /dev/null +++ b/misc/mtx/files/patch-Makefile.in @@ -0,0 +1,14 @@ +--- Makefile.in.orig Fri Feb 7 09:29:39 2003 ++++ Makefile.in Fri Feb 7 09:31:26 2003 +@@ -43,7 +43,11 @@ + # FreeBSD on x86... + # + ifeq ($(TARGET),freebsd86) ++ifeq ($(ARCH), alpha) ++CFLAGS += ++else + CFLAGS += -m486 ++endif + CPPFLAGS += -I/usr/src/linux/include -DLONG_PRINT_REQUEST_SENSE=1 + LIBS += -lcam + endif |