Bug 216765 - devel/libvterm: update to git20161218
Summary: devel/libvterm: update to git20161218
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Carlos J. Puga Medina
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2017-02-03 23:35 UTC by Demetris Procopiou
Modified: 2017-02-04 12:41 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.12 KB, patch)
2017-02-03 23:35 UTC, Demetris Procopiou
no flags Details | Diff
patch-2 (1.61 KB, patch)
2017-02-04 01:01 UTC, Demetris Procopiou
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Demetris Procopiou 2017-02-03 23:35:00 UTC
Created attachment 179581 [details]
patch

- take maintainership
- update to git20161218
Comment 1 Carlos J. Puga Medina freebsd_committer freebsd_triage 2017-02-04 00:33:58 UTC
You must silence all four explicitly called commands

@@ -21,9 +21,9 @@
 MAKE_ARGS=	PREFIX=${PREFIX}
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/unterm
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vterm-ctrl
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vterm-dump
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvterm.so
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/unterm
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vterm-ctrl
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vterm-dump
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvterm.so
Comment 2 Demetris Procopiou 2017-02-04 01:01:36 UTC
Created attachment 179586 [details]
patch-2

- new patch with updated Makefile
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-02-04 12:40:42 UTC
A commit references this bug:

Author: cpm
Date: Sat Feb  4 12:40:14 UTC 2017
New revision: 433306
URL: https://svnweb.freebsd.org/changeset/ports/433306

Log:
  - Update to git20161218
  - Pass maintainership to submitter
  - Silece all explicitly called commands

  PR:		216765
  Submitted by:	Demetris Procopiou <dem.procopiou@gmail.com>

Changes:
  head/devel/libvterm/Makefile
  head/devel/libvterm/distinfo
Comment 4 Carlos J. Puga Medina freebsd_committer freebsd_triage 2017-02-04 12:41:29 UTC
Committed!

Thanks