FreeBSD Bugzilla – Attachment 182227 Details for
Bug 219002
archivers/unrar respect CXXFLAGS, add LICENSE info
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
unrar fix
unrar.diff (text/plain), 1.01 KB, created by
Pawel Pekala
on 2017-05-01 16:31:01 UTC
(
hide
)
Description:
unrar fix
Filename:
MIME Type:
Creator:
Pawel Pekala
Created:
2017-05-01 16:31:01 UTC
Size:
1.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (wersja 439900) >+++ Makefile (kopia robocza) >@@ -3,6 +3,7 @@ > > PORTNAME= unrar > PORTVERSION= 5.50b1 >+PORTREVISION= 1 > PORTEPOCH= 5 > CATEGORIES+= archivers > MASTER_SITES= http://www.rarlab.com/rar/ \ >@@ -12,6 +13,11 @@ > MAINTAINER?= sunpoet@FreeBSD.org > COMMENT= Extract, view & test RAR archives > >+LICENSE= UNRAR >+LICENSE_NAME= UnRAR license >+LICENSE_FILE= ${WRKSRC}/license.txt >+LICENSE_PERMS= auto-accept dist-mirror pkg-mirror >+ > BROKEN_SSL= openssl-devel > > OPTIONS_DEFINE= DOCS OPENSSL_AES >@@ -21,12 +27,13 @@ > CONFLICTS_INSTALL?= zh-unrar-[0-9].* unrar-iconv-[0-9].* > > LDFLAGS+= -lpthread >-MAKE_ARGS= CXX=${CXX} LDFLAGS="${LDFLAGS}" STRIP=${STRIP_CMD} >+MAKE_ARGS= CXX=${CXX} CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" \ >+ STRIP=${STRIP_CMD} > MAKEFILE= makefile > WRKSRC= ${WRKDIR}/${PORTNAME} > > PLIST_FILES= bin/unrar >-PORTDOCS= license.txt readme.txt >+PORTDOCS= readme.txt > > SLAVEDIRS= archivers/unrar-iconv chinese/unrar >
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 219002
: 182227