- Update to 1.0.3
- CPPFLAGS is now added to CONFIGURE_ENV by Mk/bsd.port.Mk Changes: http://savannah.gnu.org/forum/forum.php?forum_id=6768
This commit is contained in:
parent
4aa3734e96
commit
85f51ddbb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272627
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= freeipmi
|
||||
PORTVERSION= 1.0.2
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= GNU/${PORTNAME}/ \
|
||||
http://ftp.gluster.com/pub/${PORTNAME}/${PORTVERSION}/ \
|
||||
|
@ -29,7 +29,7 @@ CONFIGURE_ARGS= --disable-init-scripts \
|
|||
--localstatedir=/var \
|
||||
--sysconfdir=${CONF_DIR} \
|
||||
--with-ipmi-monitoring-sdr-cache-dir=${CACHE_DIR}/ipmimonitoringsdrcache
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" PTHREAD_LIBS=${PTHREAD_LIBS}
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" PTHREAD_LIBS=${PTHREAD_LIBS}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (freeipmi-1.0.2.tar.gz) = d2df878563af05786682d095f40c86244fa38d8901af987d79cb2cdd8c4feeec
|
||||
SIZE (freeipmi-1.0.2.tar.gz) = 3060697
|
||||
SHA256 (freeipmi-1.0.3.tar.gz) = 832feb0d28dc6c45f0ceec181b29862f57160f7fadd3bb8801ae7bb04800b074
|
||||
SIZE (freeipmi-1.0.3.tar.gz) = 3099416
|
||||
|
|
Loading…
Reference in a new issue