Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2017 17:45:54 -0700
From:      Cy Schubert <Cy.Schubert@komquats.com>
To:        Chris Rees <crees@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r442032 - in head/x11-wm: . cde cde/files
Message-ID:  <201705300045.v4U0jscv069981@slippy.cwsent.com>
In-Reply-To: Message from Chris Rees <crees@FreeBSD.org> of "Mon, 29 May 2017 20:05:21 -0000." <201705292005.v4TK5LoZ074318@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <201705292005.v4TK5LoZ074318@repo.freebsd.org>, Chris Rees 
writes:
> Author: crees
> Date: Mon May 29 20:05:21 2017
> New Revision: 442032
> URL: https://svnweb.freebsd.org/changeset/ports/442032
> 
> Log:
>   CDE - The Common Desktop Environment is X Windows desktop environment
>   that was commonly used on commercial UNIX variants such as Sun Solaris,
>   HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been
>   released under an Open Source licence by The Open Group.
>   
>   WWW: https://sourceforge.net/p/cdesktopenv/wiki/Home/
> 
> Added:
>   head/x11-wm/cde/
>   head/x11-wm/cde/Makefile   (contents, props changed)
>   head/x11-wm/cde/distinfo   (contents, props changed)
>   head/x11-wm/cde/files/
>   head/x11-wm/cde/files/dtcms.in   (contents, props changed)
>   head/x11-wm/cde/files/dtspc.in   (contents, props changed)
>   head/x11-wm/cde/files/patch-programs_dtcm_dtcm_calendarA.c   (contents, pro
> ps changed)
>   head/x11-wm/cde/files/pkg-message.in   (contents, props changed)
>   head/x11-wm/cde/pkg-descr   (contents, props changed)
>   head/x11-wm/cde/pkg-plist   (contents, props changed)
> Modified:
>   head/x11-wm/Makefile
> 
> Modified: head/x11-wm/Makefile
> =============================================================================
> =
> --- head/x11-wm/Makefile	Mon May 29 19:30:30 2017	(r442031)
> +++ head/x11-wm/Makefile	Mon May 29 20:05:21 2017	(r442032)
> @@ -17,6 +17,7 @@
>      SUBDIR += blackbox
>      SUBDIR += bspwm
>      SUBDIR += ccsm
> +    SUBDIR += cde
>      SUBDIR += clementine-wm
>      SUBDIR += compiz
>      SUBDIR += compiz-fusion
> 
> Added: head/x11-wm/cde/Makefile
> =============================================================================
> =
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/x11-wm/cde/Makefile	Mon May 29 20:05:21 2017	(r442032)
> @@ -0,0 +1,76 @@
> +# $FreeBSD$
> +
> +PORTNAME=	cde
> +DISTVERSION=	2.2.3
> +CATEGORIES=	x11-wm
> +MASTER_SITES=	SF/cdesktopenv/src/
> +DISTNAME=	${PORTNAME}-src-${DISTVERSION}
> +
> +MAINTAINER=	crees@FreeBSD.org
> +COMMENT=	Common Desktop Environment
> +
> +BUILD_DEPENDS=	ksh93:shells/ksh93			\
> +		bdftopcf:x11-fonts/bdftopcf		\
> +		mkfontdir:x11-fonts/mkfontdir	\
> +		biconv:converters/iconv
> +
> +USES=		motif perl5 shebangfix
> +SHEBANG_FILES=	programs/dtdocbook/sgmls/sgmls.pl \
> +		programs/dtinfo/tools/bin/ccdate
> +USE_LDCONFIG=	${PREFIX}/dt/lib
> +USE_RC_SUBR=	dtcms dtspc
> +USE_XORG=	xinerama xp xt
> +USE_XZ=		yes

Thank you very much Chris. This brings back a lot of memories. My first 
real UNIX work station was a DEC Alpha 3000 with a CDE desktop.

I've been meaning to port this. The source has been sitting in my home 
directory on my laptop for a while now, just haven't found the time yet.

Trying to build it with DEVELOPER=yes in make.conf I get.

slippy$ make
/!\ cde-2.2.3: Makefile warnings, please consider fixing /!\

Please set LICENSE for this port

/!\ cde-2.2.3: Makefile errors /!\

USE_XZ is unsupported, please use USES=tar:xz

*** Error code 1

Stop.
make: stopped in /export/home/cy/freebsd/svn/ports/x11-wm/cde
slippy$ 

There was build error on my 12-CURRENT laptop when DEVELOPER=yes was not 
specified (sorry, I cannot remember what it was). I also built it 
11-RELEASE VM. I don't have access to the VM at the moment but what I do 
recall is it installed files in /usr/dt/dt in addition to $LOCALBASE. 
/etc/dt/dt was a symlink to /usr/local/dt.

I'll find the time to reproduce the errors and send the to you.

Thanks again for the port. It was on my list of things to do (probably 
after retirement :) ).


-- 
Cheers,
Cy Schubert <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705300045.v4U0jscv069981>