mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
- Fix regexp POSIX compatibility
- Add USES=gnome
This commit is contained in:
parent
2f4d276897
commit
8dddbc237f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488671
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= fossology
|
||||
PORTVERSION= 3.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMESUFFIX= -nomos-standalone
|
||||
|
||||
@ -16,7 +17,7 @@ BUILD_DEPENDS= gawk:lang/gawk
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
USES= gmake gettext pkgconfig
|
||||
USES= gnome gmake gettext pkgconfig
|
||||
USE_GNOME= glib20
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/nomos/agent
|
||||
|
@ -0,0 +1,16 @@
|
||||
--- src/nomos/agent/STRINGS.in.orig 2018-11-29 10:09:35 UTC
|
||||
+++ src/nomos/agent/STRINGS.in
|
||||
@@ -1782,11 +1782,11 @@
|
||||
#
|
||||
%ENTRY% _LT_DUAL_LICENSE_46
|
||||
%KEY% =NULL=
|
||||
-%STR% "as an alternative.{,20}you may use this file under"
|
||||
+%STR% "as an alternative.{0,20}you may use this file under"
|
||||
#
|
||||
%ENTRY% _LT_DUAL_LICENSE_47
|
||||
%KEY% =NULL=
|
||||
-%STR% "under the terms of either.{,15}or"
|
||||
+%STR% "under the terms of either.{0,15}or"
|
||||
#
|
||||
%ENTRY% _LT_SUBSEQUENT_VERSION
|
||||
%KEY% "licen[cs]"
|
Loading…
Reference in New Issue
Block a user