FreeBSD Bugzilla – Attachment 234507 Details for
Bug 264498
korean/nanumfonts: Wrong PORTNAME causes Poudriere problems: stale package: unwanted origin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Do not use PKGNAMESUFFIX
nanum.diff (text/plain), 1.02 KB, created by
Jung-uk Kim
on 2022-06-06 22:35:21 UTC
(
hide
)
Description:
Do not use PKGNAMESUFFIX
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2022-06-06 22:35:21 UTC
Size:
1.02 KB
patch
obsolete
>diff --git a/korean/nanumfonts/Makefile.common b/korean/nanumfonts/Makefile.common >index 6e291dfb67d5..656386127820 100644 >--- a/korean/nanumfonts/Makefile.common >+++ b/korean/nanumfonts/Makefile.common >@@ -1,11 +1,10 @@ >-PORTNAME= nanum >+PORTNAME= ${FONTNAME}-${NANUM_FONTNAME} > DISTVERSION?= 20220210 > CATEGORIES= korean x11-fonts > MASTER_SITES= https://hangeul.naver.com/hangeul_static/webfont/zips/ \ > LOCAL/jkim >-PKGNAMESUFFIX= -${NANUM_FONTNAME} >-DISTNAME?= ${PORTNAME}-${NANUM_FONTNAME} >-DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} >+DISTNAME?= ${PORTNAME} >+DIST_SUBDIR= ${FONTNAME}/${DISTVERSION} > > MAINTAINER= jkim@FreeBSD.org > COMMENT= ${NANUM_FONTDESC} Hangul fonts (${FLAVOR:tu}) >@@ -15,10 +14,11 @@ LICENSE_FILE= ${FILESDIR}/LICENSE > > FLAVORS= otf ttf > FLAVOR?= ${FLAVORS:[2]} >-otf_PKGNAMESUFFIX= -${NANUM_FONTNAME}-${FLAVOR} >+otf_PKGNAMESUFFIX= -${FLAVOR} > > DESCR= ${.CURDIR}/../../korean/nanumfonts/pkg-descr > FILESDIR= ${.CURDIR}/../../korean/nanumfonts/files >+FONTNAME= nanum > NO_WRKSUBDIR= yes > NO_BUILD= yes > USES= fonts zip
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 264498
: 234507