mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to version 0.11.51
PR: ports/66471 Submitted by: Ports Fury
This commit is contained in:
parent
c5831866db
commit
5cf6fb6e26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108852
3 changed files with 11 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gentoo
|
||||
PORTVERSION= 0.11.49
|
||||
PORTVERSION= 0.11.51
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -19,7 +19,6 @@ USE_REINPLACE= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-fam
|
||||
|
||||
MAN1= gentoo.1
|
||||
|
||||
|
@ -34,6 +33,12 @@ USE_GETTEXT= yes
|
|||
PLIST_SUB+= NLS=""
|
||||
.endif
|
||||
|
||||
.if defined(WITH_FAM)
|
||||
LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-fam
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|^CFLAGS = @GENTOO_CFLAGS@|CFLAGS = @CFLAGS@|g' \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gentoo-0.11.49.tar.gz) = d4ba19c5ab08c1c38b2ba9df733c754a
|
||||
SIZE (gentoo-0.11.49.tar.gz) = 1277249
|
||||
MD5 (gentoo-0.11.51.tar.gz) = e9bcc95dd5c16a607a202cb7b5d2d73a
|
||||
SIZE (gentoo-0.11.51.tar.gz) = 1309684
|
||||
|
|
|
@ -214,14 +214,15 @@ etc/gentoorc
|
|||
%%DATADIR%%/icons/xpm2.xpm
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/gentoo.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/gentoo.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/gentoo.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/gentoo.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/gentoo.mo
|
||||
%%NLS%%share/locale/ru_RU.CP1251/LC_MESSAGES/gentoo.mo
|
||||
%%NLS%%share/locale/ru_RU.KOI8-R/LC_MESSAGES/gentoo.mo
|
||||
%%NLS%%share/locale/ru_RU.UTF-8/LC_MESSAGES/gentoo.mo
|
||||
%%NLS%%share/locale/ru_RU.cp1251/LC_MESSAGES/gentoo.mo
|
||||
%%NLS%%share/locale/ru_RU.koi8r/LC_MESSAGES/gentoo.mo
|
||||
%%NLS%%share/locale/ru_RU.utf8/LC_MESSAGES/gentoo.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/gentoo.mo
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/scratch
|
||||
|
|
Loading…
Add table
Reference in a new issue