mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
irc/epic5: Port cleanup
This patch updates the irc/epic5 port to remove the -O2 CFLAGS adjustment now that irc/epic5 is fully C99 compliant, syncs the MASTER_SITES with irc/epic4, and general style updates. PR: 278103
This commit is contained in:
parent
399ddc6f2d
commit
a7e1f7792d
@ -1,12 +1,12 @@
|
||||
PORTNAME= epic5
|
||||
PORTVERSION= 2.1.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/
|
||||
MASTER_SITES= https://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/
|
||||
|
||||
MAINTAINER= epic@dsllsn.net
|
||||
COMMENT= Enhanced Programmable IRC-II Client
|
||||
WWW= http://www.epicsol.org/
|
||||
WWW= https://www.epicsol.org/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
@ -17,19 +17,18 @@ GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
COMMITID= 2078
|
||||
PLIST_SUB+= COMMITID=${COMMITID}
|
||||
CFLAGS:= ${CFLAGS:C/-O2/-O/g}
|
||||
|
||||
OPTIONS_DEFINE= DOCS PERL PYTHON RUBY
|
||||
OPTIONS_DEFINE= DOCS PERL PYTHON RUBY
|
||||
OPTIONS_DEFAULT= PYTHON
|
||||
|
||||
CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
|
||||
|
||||
PERL_USES= perl5
|
||||
PERL_USES= perl5
|
||||
PERL_CONFIGURE_WITH= perl
|
||||
PYTHON_USES= python gettext-runtime
|
||||
PYTHON_USES= python gettext-runtime
|
||||
PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD}-config
|
||||
PYTHON_CONFIGURE_OFF= --without-python
|
||||
RUBY_USES= ruby
|
||||
RUBY_USES= ruby
|
||||
RUBY_CONFIGURE_WITH= ruby
|
||||
|
||||
post-patch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user