diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-21 13:19:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-21 13:19:02 +0000 |
commit | e5aaf05932b27919e9237fe077f607ac0f0d8e91 (patch) | |
tree | 094c99154e533e4d74dec6f4cc4c2f945ffea1b1 /sysutils/mount.app | |
parent | 5f1feec64d3df4447b1b8c5fd03f70f6b745b8ba (diff) | |
download | ports-e5aaf05932b27919e9237fe077f607ac0f0d8e91.tar.gz ports-e5aaf05932b27919e9237fe077f607ac0f0d8e91.zip |
Notes
Diffstat (limited to 'sysutils/mount.app')
-rw-r--r-- | sysutils/mount.app/Makefile | 26 | ||||
-rw-r--r-- | sysutils/mount.app/distinfo | 2 | ||||
-rw-r--r-- | sysutils/mount.app/files/patch-properties.c | 11 | ||||
-rw-r--r-- | sysutils/mount.app/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/mount.app/pkg-plist | 15 |
5 files changed, 0 insertions, 57 deletions
diff --git a/sysutils/mount.app/Makefile b/sysutils/mount.app/Makefile deleted file mode 100644 index 2304fec55021..000000000000 --- a/sysutils/mount.app/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Gaspar Chilingarov <nm@web.am> -# $FreeBSD$ - -PORTNAME= mountapp -PORTVERSION= 3.0 -PORTREVISION= 11 -CATEGORIES= sysutils windowmaker -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Windowmaker application, Resembles wmmount with extra functionality - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:x11-wm/windowmaker - -USES= gettext -USE_GNOME= gtk12 glib12 - -GNU_CONFIGURE= yes - -LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib -LIBS+= -lintl -lWUtil - -.include <bsd.port.mk> diff --git a/sysutils/mount.app/distinfo b/sysutils/mount.app/distinfo deleted file mode 100644 index 190f4a5f146a..000000000000 --- a/sysutils/mount.app/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mountapp-3.0.tar.gz) = a05f33d89c5b86ea8b1303302b5dd8477f634ae16309b762ecf8805514e4122a -SIZE (mountapp-3.0.tar.gz) = 129551 diff --git a/sysutils/mount.app/files/patch-properties.c b/sysutils/mount.app/files/patch-properties.c deleted file mode 100644 index 7cc6fc1a906e..000000000000 --- a/sysutils/mount.app/files/patch-properties.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/properties.c.ori 2012-03-15 13:29:24.000000000 +0100 -+++ src/properties.c 2012-03-15 13:30:09.000000000 +0100 -@@ -448,7 +448,7 @@ - WMReleasePropList(mpProp); - } - -- if (WMWritePropListToFile(props, getFileName(), FALSE) == FALSE) -+ if (WMWritePropListToFile(props, getFileName()) == FALSE) - printf("Error occurred synchronizing proplist\n"); - - WMReleasePropList(props); diff --git a/sysutils/mount.app/pkg-descr b/sysutils/mount.app/pkg-descr deleted file mode 100644 index 69d12dedd6a2..000000000000 --- a/sysutils/mount.app/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -mount.app - WindowMaker dock app - -WWW: http://mountapp.sourceforge.net/ diff --git a/sysutils/mount.app/pkg-plist b/sysutils/mount.app/pkg-plist deleted file mode 100644 index 0244c9744b5f..000000000000 --- a/sysutils/mount.app/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/mount.app -bin/mount.conf -share/mount.app/cdrom.xpm -share/mount.app/floppy.xpm -share/mount.app/zip.xpm -share/mount.app/blank.xpm -share/mount.app/dosdisk.xpm -share/mount.app/macdisk.xpm -share/mount.app/harddisk.xpm -share/mount.app/noperms.txt -share/mount.app/devicebusy.txt -share/mount.app/notmountable.txt -share/mount.app/online-help.txt -share/mount.app/zip_ext.xpm -share/mount.app/slotin.xpm |