Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 07:11:47 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346438 - head/x11/xcolorsel
Message-ID:  <201402280711.s1S7Bl4X041459@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Feb 28 07:11:47 2014
New Revision: 346438
URL: http://svnweb.freebsd.org/changeset/ports/346438
QAT: https://qat.redports.org/buildarchive/r346438/

Log:
  Support stage

Modified:
  head/x11/xcolorsel/Makefile
  head/x11/xcolorsel/pkg-plist

Modified: head/x11/xcolorsel/Makefile
==============================================================================
--- head/x11/xcolorsel/Makefile	Fri Feb 28 07:10:26 2014	(r346437)
+++ head/x11/xcolorsel/Makefile	Fri Feb 28 07:11:47 2014	(r346438)
@@ -12,18 +12,13 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	X utility to translate rgb values into X color names
 
-LIB_DEPENDS=	Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
+LIB_DEPENDS=	libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d
 RUN_DEPENDS=	rgb>=1.0.3:${PORTSDIR}/x11/rgb
 
 WRKSRC=		${WRKDIR}/xcolorsel
 USES=		imake
 USE_XORG=	xpm
 
-.if !defined(NO_INSTALL_MANPAGES)
-MAN1=		xcolorsel.1
-.endif
-
-NO_STAGE=	yes
 post-patch:
 	@${ECHO_CMD} "*.file: ${LOCALBASE}/lib/X11/rgb.txt" >> ${WRKSRC}/Xcolorsel.ad
 	@${REINPLACE_CMD} -e 's|#include <malloc.h>||g' \

Modified: head/x11/xcolorsel/pkg-plist
==============================================================================
--- head/x11/xcolorsel/pkg-plist	Fri Feb 28 07:10:26 2014	(r346437)
+++ head/x11/xcolorsel/pkg-plist	Fri Feb 28 07:11:47 2014	(r346438)
@@ -2,4 +2,5 @@ bin/xcolorsel
 lib/X11/app-defaults/Xcolorsel
 lib/X11/app-defaults/Xcolorsel-color
 lib/X11/xcolorsel/Xcolorsel.help
+man/man1/xcolorsel.1.gz
 @dirrm lib/X11/xcolorsel



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