Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160169170
D5518.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
5 KB
Referenced Files
None
Subscribers
None
D5518.id.diff
View Options
Index: head/devel/deforaos-libsystem/Makefile
===================================================================
--- head/devel/deforaos-libsystem/Makefile
+++ head/devel/deforaos-libsystem/Makefile
@@ -2,16 +2,17 @@
# $FreeBSD$
PORTNAME= libsystem
-PORTVERSION= 0.2.0
+PORTVERSION= 0.3.0
CATEGORIES= devel
-MASTER_SITES= http://www.defora.org/os/download/download/4330/
+MASTER_SITES= http://www.defora.org/os/download/download/4392/
PKGNAMEPREFIX= deforaos-
DISTNAME= libSystem-${PORTVERSION}
MAINTAINER= olivier@FreeBSD.org
COMMENT= DeforaOS core system library
-LICENSE= GPLv3
+LICENSE= LGPL3
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= pkgconfig
USE_LDCONFIG= yes
@@ -19,10 +20,16 @@
CPPFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
MAKE_ARGS+= PREFIX=${PREFIX}
+MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man
MAKE_JOBS_UNSAFE= yes
-OPTIONS_DEFAULT= DOCS
+OPTIONS_DEFINE= DOCS
+DOCS_BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
+ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \
+ gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
+
+BROKEN_FreeBSD_9= This port works only on FreeBSD 10 and newer
post-patch:
${REINPLACE_CMD} 's|/lib/|/libdata/|g' \
@@ -31,10 +38,22 @@
${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
+ ${REINPLACE_CMD} 's|-Wl,-pie||g' \
+ ${WRKSRC}/tools/Makefile \
+ ${WRKSRC}/tests/Makefile
+ ${REINPLACE_CMD} -e 's|$$(INSTALL)|#$${INSTALL}|' ${WRKSRC}/Makefile
+ ${REINPLACE_CMD} -e 's|$$(MKDIR) $$(DESTDIR)$$(PREFIX)/share/doc/| \
+ #$$(MKDIR) $$(DESTDIR)$$(PREFIX)/share/doc/|' ${WRKSRC}/Makefile
+ ${REINPLACE_CMD} -e 's|./docbook.sh -P "$$(DESTDIR)$$(PREFIX)" -i -- "$$(OBJDIR)configctl.html"| \
+ #./docbook.sh -P "$$(DESTDIR)$$(PREFIX)" -i -- "$$(OBJDIR)configctl.html"|' \
+ ${WRKSRC}/doc/Makefile
+
+post-patch-DOCS-off:
+ ${REINPLACE_CMD} 's|data doc include|data include|' \
+ ${WRKSRC}/Makefile
+ ${REINPLACE_CMD} -e '/^SUBDIRS/ s|doc||' ${WRKSRC}/Makefile
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/configctl \
Index: head/devel/deforaos-libsystem/distinfo
===================================================================
--- head/devel/deforaos-libsystem/distinfo
+++ head/devel/deforaos-libsystem/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libSystem-0.2.0.tar.gz) = d6af67eed269e1b5ed0b11a5de86fb21838607dfdbb717c58828af82511af991
-SIZE (libSystem-0.2.0.tar.gz) = 60538
+SHA256 (libSystem-0.3.0.tar.gz) = 83b1419ab7299f4ceca9089ed95add3a28443719aafdee264143dc5ad501c892
+SIZE (libSystem-0.3.0.tar.gz) = 67696
Index: head/devel/deforaos-libsystem/pkg-plist
===================================================================
--- head/devel/deforaos-libsystem/pkg-plist
+++ head/devel/deforaos-libsystem/pkg-plist
@@ -1,23 +1,49 @@
bin/configctl
-include/System/array.h
-include/System/license.h
-include/System/mutator.h
-include/System/variable.h
include/System.h
+include/System/array.h
include/System/buffer.h
include/System/config.h
include/System/error.h
include/System/event.h
include/System/file.h
include/System/hash.h
+include/System/license.h
+include/System/mutator.h
include/System/object.h
include/System/parser.h
include/System/plugin.h
include/System/string.h
include/System/token.h
+include/System/variable.h
lib/libSystem.a
lib/libSystem.so
lib/libSystem.so.0
lib/libSystem.so.0.0
libdata/pkgconfig/libSystem.pc
-share/doc/libSystem/README.md
+%%PORTDOCS%%man/man1/configctl.1.gz
+%%PORTDOCS%%share/gtk-doc/html/libSystem/api-index-full.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/ch01.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/deprecated-api-index.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/home.png
+%%PORTDOCS%%share/gtk-doc/html/libSystem/index.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/index.sgml
+%%PORTDOCS%%share/gtk-doc/html/libSystem/left-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/libSystem/left.png
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem-array.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem-buffer.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem-config.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem-error.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem-event.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem-file.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem-hash.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem-object.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem-parser.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem-plugin.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem-string.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem-token.html
+%%PORTDOCS%%share/gtk-doc/html/libSystem/libSystem.devhelp2
+%%PORTDOCS%%share/gtk-doc/html/libSystem/right-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/libSystem/right.png
+%%PORTDOCS%%share/gtk-doc/html/libSystem/style.css
+%%PORTDOCS%%share/gtk-doc/html/libSystem/up-insensitive.png
+%%PORTDOCS%%share/gtk-doc/html/libSystem/up.png
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 22, 9:14 PM (4 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34212839
Default Alt Text
D5518.id.diff (5 KB)
Attached To
Mode
D5518: Update to 0.3.0 and add DOCS options
Attached
Detach File
Event Timeline
Log In to Comment