git: a9123b1abfd8 - main - x11-toolkits/p5-Pango: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:07:16 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a9123b1abfd8c3cb47f865c02cbb3907183a8611
commit a9123b1abfd8c3cb47f865c02cbb3907183a8611
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:54:55 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:01:01 +0000
x11-toolkits/p5-Pango: Strip shared library
- Bump PORTREVISION for package change
---
x11-toolkits/p5-Pango/Makefile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/x11-toolkits/p5-Pango/Makefile b/x11-toolkits/p5-Pango/Makefile
index 5831329ad3c6..adbda5077aa7 100644
--- a/x11-toolkits/p5-Pango/Makefile
+++ b/x11-toolkits/p5-Pango/Makefile
@@ -2,7 +2,7 @@
PORTNAME= Pango
PORTVERSION= 1.227
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:XAOC
@@ -16,12 +16,16 @@ LICENSE= LGPL21
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.300:devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=1.03:devel/p5-ExtUtils-PkgConfig \
p5-Cairo>=1:graphics/p5-Cairo \
- p5-Glib>=1.220:devel/p5-Glib
+ ${RUN_DEPENDS}
RUN_DEPENDS= p5-Glib>=1.220:devel/p5-Glib
USES= gnome perl5
USE_GNOME= pango
USE_PERL5= configure
+
MAKE_JOBS_UNSAFE= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Pango/Pango.so
+
.include <bsd.port.mk>