Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2020 21:54:41 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552482 - head/x11/xterm
Message-ID:  <202010152154.09FLsfap076146@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Oct 15 21:54:40 2020
New Revision: 552482
URL: https://svnweb.freebsd.org/changeset/ports/552482

Log:
  - Update to 361
  - Use new preprocessor option to set the pixmaps directory
  
  PR:		250036 (related)
  Changelog:	https://invisible-island.net/xterm/xterm.log.html#xterm_361

Modified:
  head/x11/xterm/Makefile
  head/x11/xterm/distinfo

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Thu Oct 15 21:22:05 2020	(r552481)
+++ head/x11/xterm/Makefile	Thu Oct 15 21:54:40 2020	(r552482)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xterm
-PORTVERSION=	360
-PORTREVISION=	1
+PORTVERSION=	361
 CATEGORIES=	x11
 MASTER_SITES=	ftp://ftp.invisible-island.net/xterm/:src1 \
 		https://invisible-mirror.net/archives/xterm/:src1 \
@@ -79,6 +78,8 @@ XINERAMA_CONFIGURE_OFF=		--without-xinerama
 
 LIB_DEPENDS+=	libfontconfig.so:x11-fonts/fontconfig
 
+CPPFLAGS+=	-DPIXMAP_ROOTDIR=${LOCALBASE}/share/pixmaps
+
 .include <bsd.port.options.mk>
 
 .if ! ${PORT_OPTIONS:MXAW3D} && ! ${PORT_OPTIONS:MXAW3DXFT} && ! ${PORT_OPTIONS:MNEXTAW}
@@ -89,10 +90,6 @@ post-extract:
 	@${CP} ${WRKDIR}/bsd-xterm-icons-1/*.png \
 		${WRKDIR}/bsd-xterm-icons-1/*.xpm \
 			${WRKSRC}/icons/
-
-post-patch:
-	@${REINPLACE_CMD} -e "s|/usr\(/share/pixmaps\)|${LOCALBASE}\1|" \
-		${WRKSRC}/misc.c
 
 post-install:
 .for f in koi8rxterm resize uxterm xterm

Modified: head/x11/xterm/distinfo
==============================================================================
--- head/x11/xterm/distinfo	Thu Oct 15 21:22:05 2020	(r552481)
+++ head/x11/xterm/distinfo	Thu Oct 15 21:54:40 2020	(r552482)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1600666314
-SHA256 (xterm-360.tgz) = a5f6e1f1de01fa9fddf132d9fb7a9a749a411f1e77ee6a7fdf1c8c0c1db80dba
-SIZE (xterm-360.tgz) = 1431491
+TIMESTAMP = 1602796923
+SHA256 (xterm-361.tgz) = 85610f20d5e47205cc1b6876f7a4da28d6ae051bd8eac0b932e92c37a73a623f
+SIZE (xterm-361.tgz) = 1435017
 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c
 SIZE (bsd-xterm-icons-1.tgz) = 22718



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