mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
sysutils/isomaster: fix build
./settings.h:10:10: fatal error: 'iniparser.h' file not found 10 | #include <iniparser.h> While here, also update to 1.3.17.
This commit is contained in:
parent
4a72fdf137
commit
b64063dcbc
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= isomaster
|
PORTNAME= isomaster
|
||||||
PORTVERSION= 1.3.16
|
PORTVERSION= 1.3.17
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://littlesvr.ca/isomaster/releases/
|
MASTER_SITES= http://littlesvr.ca/isomaster/releases/
|
||||||
|
|
||||||
|
@ -19,7 +18,8 @@ USES= desktop-file-utils gettext gmake gnome pkgconfig tar:bzip2
|
||||||
USE_GNOME= cairo gdkpixbuf2 gtk20
|
USE_GNOME= cairo gdkpixbuf2 gtk20
|
||||||
MAKE_ENV= DEFAULT_VIEWER="xdg-open" USE_SYSTEM_INIPARSER=1
|
MAKE_ENV= DEFAULT_VIEWER="xdg-open" USE_SYSTEM_INIPARSER=1
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include -Diniparser_setstr=iniparser_set
|
CPPFLAGS+= -I${LOCALBASE}/include/iniparser \
|
||||||
|
-Diniparser_setstr=iniparser_set
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1620852460
|
TIMESTAMP = 1720464287
|
||||||
SHA256 (isomaster-1.3.16.tar.bz2) = dfe6e4d7e46eced7b51d263e568fb7d6c5b781d62476d6ed4715269c6626b0c6
|
SHA256 (isomaster-1.3.17.tar.bz2) = a358e890441486821e44b0c4a68494cbc15fc0d9351298bb91dd1a2b381f5bd6
|
||||||
SIZE (isomaster-1.3.16.tar.bz2) = 254872
|
SIZE (isomaster-1.3.17.tar.bz2) = 257663
|
||||||
|
|
Loading…
Add table
Reference in a new issue