From owner-svn-ports-all@freebsd.org Thu Sep 26 19:34:54 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 42CDD13258B; Thu, 26 Sep 2019 19:34:54 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46fQ9p0s1rz3N2c; Thu, 26 Sep 2019 19:34:54 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00808536C; Thu, 26 Sep 2019 19:34:54 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8QJYrrf002620; Thu, 26 Sep 2019 19:34:53 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8QJYrxj002619; Thu, 26 Sep 2019 19:34:53 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201909261934.x8QJYrxj002619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 26 Sep 2019 19:34:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512981 - in head/x11/xforward: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/x11/xforward: . files X-SVN-Commit-Revision: 512981 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2019 19:34:54 -0000 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