diff options
author | ade <ade@FreeBSD.org> | 2000-09-17 03:31:18 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-17 03:31:18 +0800 |
commit | 918d0fe86663cc4fe6d3fa4845b01ed6e7199449 (patch) | |
tree | 5b6b2f3eec017408e008a91302bcdb01bc9ba26b /x11-fm/xfm | |
parent | 0c9da8238b1f4c2946d5e5b77f5de0fe5550eb0c (diff) | |
download | freebsd-ports-graphics-918d0fe86663cc4fe6d3fa4845b01ed6e7199449.tar.gz freebsd-ports-graphics-918d0fe86663cc4fe6d3fa4845b01ed6e7199449.tar.zst freebsd-ports-graphics-918d0fe86663cc4fe6d3fa4845b01ed6e7199449.zip |
Update to 1.4.2.4
Add WWW: line into pkg/DESCR
Note that this website works for me today (9/16), so the issue
mentioned in the audit trail appears to have been temporary
PR: 21122
Submitted by: Ports Fury
Diffstat (limited to 'x11-fm/xfm')
-rw-r--r-- | x11-fm/xfm/Makefile | 10 | ||||
-rw-r--r-- | x11-fm/xfm/distinfo | 2 | ||||
-rw-r--r-- | x11-fm/xfm/files/patch-ae | 26 | ||||
-rw-r--r-- | x11-fm/xfm/pkg-descr | 1 |
4 files changed, 35 insertions, 4 deletions
diff --git a/x11-fm/xfm/Makefile b/x11-fm/xfm/Makefile index 735df932a33..9fcfc132f53 100644 --- a/x11-fm/xfm/Makefile +++ b/x11-fm/xfm/Makefile @@ -6,13 +6,17 @@ # PORTNAME= xfm -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.2.4 CATEGORIES= x11-fm -MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ +MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/ +MASTER_SITE_SUBDIR= applications +DISTNAME= ${PORTNAME}-1.4.2p4 MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d + +WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.2 USE_IMAKE= yes USE_XPM= yes diff --git a/x11-fm/xfm/distinfo b/x11-fm/xfm/distinfo index 06239cc12ff..ae8fd598a05 100644 --- a/x11-fm/xfm/distinfo +++ b/x11-fm/xfm/distinfo @@ -1 +1 @@ -MD5 (xfm-1.4.2.tar.gz) = 7b23ae130220592015e39adca067af10 +MD5 (xfm-1.4.2p4.tar.gz) = 9c0aaa3155a7382342b81b80b8740ff0 diff --git a/x11-fm/xfm/files/patch-ae b/x11-fm/xfm/files/patch-ae new file mode 100644 index 00000000000..31a1da7bf34 --- /dev/null +++ b/x11-fm/xfm/files/patch-ae @@ -0,0 +1,26 @@ +--- Imake.options.orig Wed Apr 5 00:05:36 2000 ++++ Imake.options Wed Sep 6 00:37:02 2000 +@@ -31,8 +31,8 @@ + + #define XAW3D + +-XAWINCDIR = -I/usr/X11R6/include/X11/Xaw3d +-XAWLIBDIR = -L/usr/X11R6/lib ++XAWINCDIR = -I$(INCROOT)/X11/Xaw3d ++XAWLIBDIR = -L$(USRLIBDIR) + + /* Magic headers. *********************************************************/ + +@@ -164,9 +164,9 @@ + + #ifdef USE_GCC + +-CC=gcc +-CCOPTIONS = -Wall -Wno-parentheses +-CDEBUGFLAGS = -O2 ++XCOMM CC=gcc ++XCOMM CCOPTIONS = -Wall -Wno-parentheses ++XCOMM CDEBUGFLAGS = -O2 + + #else + CC=cc diff --git a/x11-fm/xfm/pkg-descr b/x11-fm/xfm/pkg-descr index 998dbb39aed..c762ebe98dc 100644 --- a/x11-fm/xfm/pkg-descr +++ b/x11-fm/xfm/pkg-descr @@ -21,3 +21,4 @@ directories (mount points). So you won't have to fiddle around with mount or mtools commands any more if all you want to do is copy some files between the hard disk and your floppy drive. +WWW: http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/ |