diff --git a/x11/gnustep/base/Makefile b/x11/gnustep/base/Makefile index cbc50190e3a..1a7111b6a6b 100644 --- a/x11/gnustep/base/Makefile +++ b/x11/gnustep/base/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.44 2012/07/10 09:19:32 sebastia Exp $ +# $OpenBSD: Makefile,v 1.45 2012/08/19 10:13:29 sebastia Exp $ COMMENT= GNUstep base library DISTNAME= gnustep-base-1.24.0 -REVISION = 0 +REVISION = 1 SHARED_LIBS= gnustep-base 5.0 CATEGORIES= devel diff --git a/x11/gnustep/base/pkg/PLIST b/x11/gnustep/base/pkg/PLIST index a22996f9e11..2593f46acf2 100644 --- a/x11/gnustep/base/pkg/PLIST +++ b/x11/gnustep/base/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.13 2012/07/08 13:22:54 sebastia Exp $ +@comment $OpenBSD: PLIST,v 1.14 2012/08/19 10:13:29 sebastia Exp $ @conflict swi-prolog-<=5.6.27p5 @bin bin/HTMLLinker @bin bin/autogsdoc @@ -893,3 +893,4 @@ ${LIBDIR}/Resources/TraditionalChinese.lproj/Localizable.strings @man man/man1/xmlparse.1 @man man/man8/gdomap.8 share/GNUstep/Makefiles/Additional/base.make +@rcscript ${RCDIR}/gdomap diff --git a/x11/gnustep/base/pkg/gdomap.rc b/x11/gnustep/base/pkg/gdomap.rc new file mode 100644 index 00000000000..c9c4e17febe --- /dev/null +++ b/x11/gnustep/base/pkg/gdomap.rc @@ -0,0 +1,12 @@ +#!/bin/sh +# +# $OpenBSD: gdomap.rc,v 1.1 2012/08/19 10:13:29 sebastia Exp $ + +daemon="${TRUEPREFIX}/bin/gdomap" +daemon_flags="-p" + +. /etc/rc.d/rc.subr + +rc_reload=NO + +rc_cmd $1