svn commit: r381366 - in head/devel/deforaos-libsystem: . files
Rodrigo Osorio
rodrigo at FreeBSD.org
Sun Mar 15 23:10:08 UTC 2015
Author: rodrigo
Date: Sun Mar 15 23:10:07 2015
New Revision: 381366
URL: https://svnweb.freebsd.org/changeset/ports/381366
QAT: https://qat.redports.org/buildarchive/r381366/
Log:
- update to 0.2.0
- fix CFLAGS usage
- stripe binaries before install
PR: 197298
Deleted:
head/devel/deforaos-libsystem/files/
Modified:
head/devel/deforaos-libsystem/Makefile
head/devel/deforaos-libsystem/distinfo
head/devel/deforaos-libsystem/pkg-plist
Modified: head/devel/deforaos-libsystem/Makefile
==============================================================================
--- head/devel/deforaos-libsystem/Makefile Sun Mar 15 23:09:13 2015 (r381365)
+++ head/devel/deforaos-libsystem/Makefile Sun Mar 15 23:10:07 2015 (r381366)
@@ -2,12 +2,11 @@
# $FreeBSD$
PORTNAME= libsystem
-PORTVERSION= 0.1.6
-PORTREVISION= 2
+PORTVERSION= 0.2.0
CATEGORIES= devel
-MASTER_SITES= http://www.defora.org/os/download/download/3527/
-DISTNAME= libSystem-${PORTVERSION}
+MASTER_SITES= http://www.defora.org/os/download/download/4330/
PKGNAMEPREFIX= deforaos-
+DISTNAME= libSystem-${PORTVERSION}
MAINTAINER= olivier at cochard.me
COMMENT= DeforaOS core system library
@@ -21,10 +20,22 @@ CPPFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
MAKE_ARGS+= PREFIX=${PREFIX}
+OPTIONS_DEFAULT= DOCS
+
post-patch:
${REINPLACE_CMD} 's|/lib/|/libdata/|g' \
${WRKSRC}/data/pkgconfig.sh
+ ${REINPLACE_CMD} 's|CFLAGS=|CFLAGS+=|' \
+ ${WRKSRC}/src/Makefile
${REINPLACE_CMD} 's|CPPFLAGS=|CPPFLAGS+=|' \
${WRKSRC}/src/Makefile
+ ${REINPLACE_CMD} 's|data doc include|data include|' \
+ ${WRKSRC}/Makefile
+ ${REINPLACE_CMD} 's|_fail "python.sh"|#_fail "python.sh"|' \
+ ${WRKSRC}/tests/tests.sh
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/configctl \
+ ${STAGEDIR}${PREFIX}/lib/libSystem.so.0.0
.include <bsd.port.mk>
Modified: head/devel/deforaos-libsystem/distinfo
==============================================================================
--- head/devel/deforaos-libsystem/distinfo Sun Mar 15 23:09:13 2015 (r381365)
+++ head/devel/deforaos-libsystem/distinfo Sun Mar 15 23:10:07 2015 (r381366)
@@ -1,2 +1,2 @@
-SHA256 (libSystem-0.1.6.tar.gz) = 6eb4ffa278072c8e1e0aeb5cb27a204af6c35a4d63387d495113d7ca8a8ae69f
-SIZE (libSystem-0.1.6.tar.gz) = 44092
+SHA256 (libSystem-0.2.0.tar.gz) = d6af67eed269e1b5ed0b11a5de86fb21838607dfdbb717c58828af82511af991
+SIZE (libSystem-0.2.0.tar.gz) = 60538
Modified: head/devel/deforaos-libsystem/pkg-plist
==============================================================================
--- head/devel/deforaos-libsystem/pkg-plist Sun Mar 15 23:09:13 2015 (r381365)
+++ head/devel/deforaos-libsystem/pkg-plist Sun Mar 15 23:10:07 2015 (r381366)
@@ -1,8 +1,9 @@
-bin/AppBroker
-include/System.h
-include/System/appclient.h
-include/System/appserver.h
+bin/configctl
include/System/array.h
+include/System/license.h
+include/System/mutator.h
+include/System/variable.h
+include/System.h
include/System/buffer.h
include/System/config.h
include/System/error.h
@@ -19,3 +20,4 @@ lib/libSystem.so
lib/libSystem.so.0
lib/libSystem.so.0.0
libdata/pkgconfig/libSystem.pc
+share/doc/libSystem/README.md
More information about the svn-ports-all
mailing list