Date: Thu, 16 Apr 2026 09:25:36 +0000 From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Chris Hutchinson <portmaster@bsdforge.com> Subject: git: 5c4becec0bf0 - main - x11-toolkits/gnome-pty-helper: add LICENSE Message-ID: <69e0ab10.2239f.327859f2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c4becec0bf0da9e5b9e8adf00657ee62b213fdd commit 5c4becec0bf0da9e5b9e8adf00657ee62b213fdd Author: Chris Hutchinson <portmaster@bsdforge.com> AuthorDate: 2026-04-08 03:41:14 +0000 Commit: Don Lewis <truckman@FreeBSD.org> CommitDate: 2026-04-16 09:23:46 +0000 x11-toolkits/gnome-pty-helper: add LICENSE Add (missing) LICENSE for x11-toolkits/gnome-pty-helper Pet portlint and portclippy. (truckman) Add WWW (truckman) Remove USE_LDCONFIG (truckman) PR: 279060 --- x11-toolkits/gnome-pty-helper/Makefile | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/x11-toolkits/gnome-pty-helper/Makefile b/x11-toolkits/gnome-pty-helper/Makefile index c9e7348f71a0..0bbf6ea34aea 100644 --- a/x11-toolkits/gnome-pty-helper/Makefile +++ b/x11-toolkits/gnome-pty-helper/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnome-pty-helper PORTVERSION= 0.40.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DISTNAME= vte-${PORTVERSION} @@ -7,20 +8,24 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= utmp/wtmp/lastlog helper program for the vte Terminal widget +WWW= https://gitlab.gnome.org/GNOME/vte -BUILD_DEPENDS+= gnutls>=0:security/gnutls +LICENSE= LGPL21 -PORTSCOUT= ignore:1 +BUILD_DEPENDS+= gnutls>=0:security/gnutls USES= gmake tar:xz -USE_LDCONFIG= yes GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -INSTALL_TARGET= install-strip -CONFIGURE_WRKSRC= ${WRKSRC}/gnome-pty-helper +PORTSCOUT= ignore:1 + BUILD_WRKSRC= ${WRKSRC}/gnome-pty-helper +CONFIGURE_WRKSRC= ${WRKSRC}/gnome-pty-helper INSTALL_WRKSRC= ${WRKSRC}/gnome-pty-helper post-patch:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e0ab10.2239f.327859f2>
