svn commit: r330433 - head/x11/xfd

Eitan Adler eadler at FreeBSD.org
Tue Oct 15 19:24:36 UTC 2013


Author: eadler
Date: Tue Oct 15 19:24:35 2013
New Revision: 330433
URL: http://svnweb.freebsd.org/changeset/ports/330433

Log:
  Cleanup of the x11@ ports in the x11 directory
  - Fix LIB_DEPENDS
  - Convert to staging

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

Modified: head/x11/xfd/Makefile
==============================================================================
--- head/x11/xfd/Makefile	Tue Oct 15 19:24:31 2013	(r330432)
+++ head/x11/xfd/Makefile	Tue Oct 15 19:24:35 2013	(r330433)
@@ -9,14 +9,10 @@ COMMENT=	Display all characters in an X 
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfreetype.so.9:${PORTSDIR}/print/freetype2
 BUILD_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
 XORG_CAT=	app
 USE_XORG=	xft xt xaw
-
-MAN1=		xfd.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11/xfd/pkg-plist
==============================================================================
--- head/x11/xfd/pkg-plist	Tue Oct 15 19:24:31 2013	(r330432)
+++ head/x11/xfd/pkg-plist	Tue Oct 15 19:24:35 2013	(r330433)
@@ -1,4 +1,5 @@
 bin/xfd
+man/man1/xfd.1.gz
 share/X11/app-defaults/Xfd
 @dirrmtry share/X11/app-defaults
 @dirrmtry share/X11


More information about the svn-ports-all mailing list