Date: Wed, 15 Jul 2020 07:26:58 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542248 - in head: . x11 x11/wdm Message-ID: <202007150726.06F7QwdG097540@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Jul 15 07:26:57 2020 New Revision: 542248 URL: https://svnweb.freebsd.org/changeset/ports/542248 Log: - Resurrect and provide working distfile locations - Define LICENSE (GPLv2+), drop sparc64 "support" - Add missing X11 components to the USE_XORG list - Improve the port description, update WWW line Added: head/x11/wdm/ - copied from r534092, head/x11/wdm/ Modified: head/MOVED head/x11/Makefile head/x11/wdm/Makefile head/x11/wdm/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Wed Jul 15 07:21:13 2020 (r542247) +++ head/MOVED Wed Jul 15 07:26:57 2020 (r542248) @@ -14951,7 +14951,6 @@ x11/keylaunch||2020-05-05|Has expired: Broken for more x11/props||2020-05-05|Has expired: 64-bit unsupported x11/roxbg||2020-05-05|Has expired: Broken for more than 6 months x11/sisctrl||2020-05-05|Has expired: Broken for more than 6 months -x11/wdm||2020-05-05|Has expired: Broken for more than 6 months x11/xaniroc||2020-05-05|Has expired: Broken for more than 6 months x11/xmove||2020-05-05|Has expired: Broken for more than 6 months x11/xnodecor||2020-05-05|Has expired: Broken for more than 6 months Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Wed Jul 15 07:21:13 2020 (r542247) +++ head/x11/Makefile Wed Jul 15 07:26:57 2020 (r542248) @@ -335,6 +335,7 @@ SUBDIR += wbar SUBDIR += wcm SUBDIR += wdisplays + SUBDIR += wdm SUBDIR += wev SUBDIR += wf-shell SUBDIR += wl-clipboard Modified: head/x11/wdm/Makefile ============================================================================== --- head/x11/wdm/Makefile Tue May 5 15:22:17 2020 (r534092) +++ head/x11/wdm/Makefile Wed Jul 15 07:26:57 2020 (r542248) @@ -5,7 +5,7 @@ PORTNAME= wdm PORTVERSION= 1.28 PORTREVISION= 16 CATEGORIES= x11 windowmaker -MASTER_SITES= http://voins.program.ru/wdm/:wdm \ +MASTER_SITES= http://freebsd.nsu.ru/distfiles/wdm/:wdm GENTOO:wdm \ http://wolfram.schneider.org/bsd/gif/bsd/:pic_large \ LOCAL/tg:pic_small DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:wdm \ @@ -17,20 +17,16 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= xride@FreeBSD.org COMMENT= WINGs Display Manager; an xdm replacement -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 +LICENSE= GPLv2+ LIB_DEPENDS= libWINGs.so:x11-wm/windowmaker -NOT_FOR_ARCHS= sparc64 - OPTIONS_DEFINE= PAM OPTIONS_DEFAULT= PAM OPTIONS_SUB= yes USES= gettext localbase tar:bzip2 xorg -USE_XORG= x11 xmu +USE_XORG= ice sm x11 xau xdmcp xext xinerama xmu GNU_CONFIGURE= yes CONFIGURE_ENV= DEF_SERVER="${DEF_SERVER}" XRDB_PATH="${XRDB_PATH}" CONFIGURE_ARGS= --with-logdir=/var/log \ Modified: head/x11/wdm/pkg-descr ============================================================================== --- head/x11/wdm/pkg-descr Tue May 5 15:22:17 2020 (r534092) +++ head/x11/wdm/pkg-descr Wed Jul 15 07:26:57 2020 (r542248) @@ -1,10 +1,8 @@ -wdm -- WINGs Display Manager +wdm -- WINGs Display Manager (was initially called DisplayMaker). -wdm was initially called DisplayMaker. - This is a modification of XFree86's xdm package for graphically handling authentication and system login. Most of xdm has been preserved (XFree86 3.3.2.3) with the Login interface based on a WINGs implementation using Tom Rothamel's "external greet" interface. -WWW: http://voins.program.ru/wdm/ +WWW: https://github.com/voins/wdm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007150726.06F7QwdG097540>