summaryrefslogtreecommitdiff
path: root/x11/props
diff options
context:
space:
mode:
Diffstat (limited to 'x11/props')
-rw-r--r--x11/props/Makefile31
-rw-r--r--x11/props/distinfo2
-rw-r--r--x11/props/files/patch-l10n_props.h12
-rw-r--r--x11/props/files/patch-l10n_read.c32
-rw-r--r--x11/props/files/patch-props.c29
-rw-r--r--x11/props/pkg-descr3
-rw-r--r--x11/props/pkg-plist7
7 files changed, 0 insertions, 116 deletions
diff --git a/x11/props/Makefile b/x11/props/Makefile
deleted file mode 100644
index a0de2c0465ce..000000000000
--- a/x11/props/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: jraynard
-# $FreeBSD$
-
-PORTNAME= props
-PORTVERSION= 1.0
-PORTREVISION= 3
-CATEGORIES= x11
-MASTER_SITES= http://komquats.com/distfiles/ \
- LOCAL/cy
-
-MAINTAINER= cy@FreeBSD.org
-COMMENT= The OpenLook props application
-
-CONFLICTS= xview-clients-3.2.1.4.19*
-
-DEPRECATED= 64-bit unsupported
-EXPIRATION_DATE= 2020-05-05
-
-LIB_DEPENDS= libxview.so:x11-toolkits/xview
-
-MAKE_JOBS_UNSAFE= yes
-WRKSRC= ${WRKDIR}/props
-USES= imake xorg
-USE_XORG= x11 xext
-MAKE_ARGS= INFOFILES=""
-
-post-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/locale/C/props; \
- ${INSTALL_DATA} ${WRKSRC}/C/* ${STAGEDIR}${PREFIX}/lib/X11/locale/C/props
-
-.include <bsd.port.mk>
diff --git a/x11/props/distinfo b/x11/props/distinfo
deleted file mode 100644
index 883c53c33e4b..000000000000
--- a/x11/props/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (props-1.0.tar.gz) = b466898959e021594d8c669c3b0bb777213644041d5acba1ffea4bc9bf66c0be
-SIZE (props-1.0.tar.gz) = 28699
diff --git a/x11/props/files/patch-l10n_props.h b/x11/props/files/patch-l10n_props.h
deleted file mode 100644
index fe1c81f27fd8..000000000000
--- a/x11/props/files/patch-l10n_props.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- l10n_props.h.orig Tue Nov 4 20:36:07 1997
-+++ l10n_props.h Tue Nov 4 20:36:31 1997
-@@ -13,6 +13,9 @@
- */
- #define LOCALE_NAME_LEN 20
-
-+#ifndef LC_MESSAGES
-+#define LC_MESSAGES 0
-+#endif
-
- typedef struct _l10n_config_list_item {
- /*
diff --git a/x11/props/files/patch-l10n_read.c b/x11/props/files/patch-l10n_read.c
deleted file mode 100644
index cad9fb899fda..000000000000
--- a/x11/props/files/patch-l10n_read.c
+++ /dev/null
@@ -1,32 +0,0 @@
---- l10n_read.c.orig Fri Nov 7 17:21:25 1997
-+++ l10n_read.c Mon Oct 21 03:29:17 2002
-@@ -18,15 +18,17 @@
- #include "l10n_props.h"
-
-
--#define MAX_LINE_LENGTH 256
-+#define MAX_LINE_LENGTH 2560
-
- #define NAME_SEPARATOR '='
- #define FIELD_SEPARATOR '|'
- #define ITEM_SEPARATOR ';'
-
-
-+#if !defined(__FreeBSD__)
- extern char *malloc();
- extern char *calloc();
-+#endif
-
-
- /*
-@@ -72,8 +74,9 @@
- /*
- * Find path for localization configuration files under
- * $OPENWINHOME/share/locale/<locale>/props
-+ * $OPENWINHOME/lib/X11/locale/<locale>/props
- */
-- sprintf(fullpath, "%s/share/locale/%s/props/%s",
-+ sprintf(fullpath, "%s/lib/X11/locale/%s/props/%s",
- getenv("OPENWINHOME"), locale, file_name);
-
- if ((config_file = fopen(fullpath, "r")) == NULL)
diff --git a/x11/props/files/patch-props.c b/x11/props/files/patch-props.c
deleted file mode 100644
index a2a8838bed5d..000000000000
--- a/x11/props/files/patch-props.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- props.c.orig 1997-11-08 17:18:50.000000000 -0800
-+++ props.c 2013-09-17 23:33:43.311493251 -0700
-@@ -718,7 +718,7 @@
- int factory = !(int) xv_get(panel_item, PANEL_VALUE);
-
- if (factory == showing_factory)
-- return;
-+ return 0;
-
- if (factory) {
- if (!saved_defaults[0]) {
-@@ -752,7 +752,7 @@
- int width;
-
- if (panel_group[which_panel] == current_panel)
-- return;
-+ return 0;
-
- /* Show requested panel */
- xv_set(current_panel, XV_SHOW, FALSE, NULL);
-@@ -816,7 +816,7 @@
- else
- {
- strcpy(localepath, openwin_dir);
-- strcat(localepath, "/lib/locale/");
-+ strcat(localepath, "/lib/X11/locale/C/");
- bindtextdomain("props", localepath);
- }
-
diff --git a/x11/props/pkg-descr b/x11/props/pkg-descr
deleted file mode 100644
index 16f6f6214f7a..000000000000
--- a/x11/props/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The XView properties editor allows the user to customise and
-configure many workspace properties (colour, icons, menus,
-mouse and localisation).
diff --git a/x11/props/pkg-plist b/x11/props/pkg-plist
deleted file mode 100644
index 81d2003ccb36..000000000000
--- a/x11/props/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/props
-lib/X11/locale/C/props/C
-lib/X11/locale/C/props/basic_setting
-lib/X11/locale/C/props/en_AU
-lib/X11/locale/C/props/en_CA
-lib/X11/locale/C/props/en_UK
-lib/X11/locale/C/props/en_US