[Midnightbsd-cvs] mports [24316] trunk/x11/wdm: fix linking

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 12 22:54:25 EDT 2018


Revision: 24316
          http://svnweb.midnightbsd.org/mports/?rev=24316
Author:   laffer1
Date:     2018-09-12 22:54:25 -0400 (Wed, 12 Sep 2018)
Log Message:
-----------
fix linking

Modified Paths:
--------------
    trunk/x11/wdm/Makefile
    trunk/x11/wdm/pkg-descr

Modified: trunk/x11/wdm/Makefile
===================================================================
--- trunk/x11/wdm/Makefile	2018-09-12 22:18:41 UTC (rev 24315)
+++ trunk/x11/wdm/Makefile	2018-09-13 02:54:25 UTC (rev 24316)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wdm
 PORTVERSION=	1.28
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11 windowmaker
 MASTER_SITES=	http://voins.program.ru/wdm/:wdm \
 		http://wolfram.schneider.org/bsd/gif/bsd/:pic_large \
@@ -18,10 +18,10 @@
 
 LICENSE=	gpl2
 
-LIB_DEPENDS=	libWINGs.so:${PORTSDIR}/x11-wm/windowmaker
+LIB_DEPENDS=	libWINGs.so:x11-wm/windowmaker
 
+NOT_FOR_ARCHS=	sparc64
 
-
 OPTIONS_DEFINE=	PAM
 OPTIONS_DEFAULT=	PAM
 OPTIONS_SUB=	yes
@@ -43,7 +43,7 @@
 		--with-wmlist=wmaker:afterstep:blackbox:ctwm:enlightenment:fvwm:fvwm2:fvwm95:olvwm:qvwm:tvtwm
 
 CPPFLAGS+=	-I${LOCALBASE}/include -DCSRG_BASED -DHAS_SETUSERCONTEXT
-LIBS+=		-L${LOCALBASE}/lib
+LIBS+=		-L${LOCALBASE}/lib -lintl
 
 DEF_SERVER?=	${LOCALBASE}/bin/X
 XRDB_PATH?=	${LOCALBASE}/bin/xrdb

Modified: trunk/x11/wdm/pkg-descr
===================================================================
--- trunk/x11/wdm/pkg-descr	2018-09-12 22:18:41 UTC (rev 24315)
+++ trunk/x11/wdm/pkg-descr	2018-09-13 02:54:25 UTC (rev 24316)
@@ -1,6 +1,6 @@
 wdm -- WINGs Display Manager
 
-wdm 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



More information about the Midnightbsd-cvs mailing list