Date: Thu, 26 Sep 2019 19:34:53 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512981 - in head/x11/xforward: . files Message-ID: <201909261934.x8QJYrxj002619@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Sep 26 19:34:53 2019 New Revision: 512981 URL: https://svnweb.freebsd.org/changeset/ports/512981 Log: Remove dependency on libXp. PR: 240846 Submitted by: zeising Modified: head/x11/xforward/Makefile (contents, props changed) head/x11/xforward/files/patch-Makefile (contents, props changed) Modified: head/x11/xforward/Makefile ============================================================================== --- head/x11/xforward/Makefile Thu Sep 26 18:44:50 2019 (r512980) +++ head/x11/xforward/Makefile Thu Sep 26 19:34:53 2019 (r512981) @@ -3,6 +3,7 @@ PORTNAME= xforward PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://komquats.com/distfiles/ \ http://people.freebsd.org/~cy/distfiles/ @@ -18,8 +19,8 @@ LIB_DEPENDS= libpng.so:graphics/png \ libexpat.so:textproc/expat2 \ libfreetype.so:print/freetype2 -USES= motif -USE_XORG= x11 xt xaw xmu xt xext sm ice xp xft xau xcb xdmcp xrender +USES= motif xorg +USE_XORG= x11 xt xaw xmu xt xext sm ice xft xau xcb xdmcp xrender MAKE_ARGS= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} NO_WRKSUBDIR= yes Modified: head/x11/xforward/files/patch-Makefile ============================================================================== --- head/x11/xforward/files/patch-Makefile Thu Sep 26 18:44:50 2019 (r512980) +++ head/x11/xforward/files/patch-Makefile Thu Sep 26 19:34:53 2019 (r512981) @@ -1,6 +1,6 @@ ---- Makefile.orig 1993-06-04 19:32:01.000000000 -0700 -+++ Makefile 2016-04-29 22:53:07.305978000 -0700 -@@ -18,17 +18,19 @@ +--- Makefile.orig 1993-06-05 02:32:01 UTC ++++ Makefile +@@ -18,18 +18,20 @@ # MANDIR is where the manual page will be installed. DESTDIR= @@ -20,12 +20,13 @@ +INCFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib +LIBS= -lXm -lXt -lX11 -lXext -+LIBS_STATIC= -lXm -lXmu -lXt -lXext -lSM -lICE -lpng16 -lz -lm -ljpeg -lXp -lXft -lfontconfig -lexpat -lfreetype -lbz2 -lX11 -lXau -lxcb -lXdmcp -lXau -lXft -lXrender -+ ++LIBS_STATIC= -lXm -lXmu -lXt -lXext -lSM -lICE -lpng16 -lz -lm -ljpeg -lXft -lfontconfig -lexpat -lfreetype -lbz2 -lX11 -lXau -lxcb -lXdmcp -lXau -lXft -lXrender ++ CFLAGS= ${INCFLAGS} -O -@@ -39,20 +41,30 @@ + # For CenterLine CodeCenter +@@ -39,20 +41,30 @@ SRCS= xforward.c AUXFILES= README NOTICE Makefile xforward.1 PROGS = xforward
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909261934.x8QJYrxj002619>