# Created by: Andrew Elble # $FreeBSD$ PORTNAME= sssd DISTVERSION= 1.6.1 PORTREVISION= 5 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ MAINTAINER= aweits@rit.edu COMMENT= System Security Services Daemon LICENSE= GPLv3 LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ talloc.2:${PORTSDIR}/devel/talloc \ tevent.0:${PORTSDIR}/devel/tevent \ xslt.2:${PORTSDIR}/textproc/libxslt \ tdb.1:${PORTSDIR}/databases/tdb \ ldb:${PORTSDIR}/databases/ldb \ cares:${PORTSDIR}/dns/c-ares \ dbus:${PORTSDIR}/devel/dbus \ dhash.1:${PORTSDIR}/devel/ding-libs \ pcre.3:${PORTSDIR}/devel/pcre \ unistring.1:${PORTSDIR}/devel/libunistring \ nss3.1:${PORTSDIR}/security/nss \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ xml2:${PORTSDIR}/textproc/libxml2 BUILD_DEPENDS= xmlcatalog:${PORTSDIR}/textproc/libxml2 \ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl RUN_DEPENDS= xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-selinux=no --with-semanage=no \ --with-ldb-lib-dir=${LOCALBASE}/lib/ldb \ --with-xml-catalog-path=${LOCALBASE}/share/xml/catalog \ --with-libnl=no --with-init-dir=no \ --docdir=${WRKDIR}/docs --with-pid-path=/var/run \ --localstatedir=/var --enable-pammoddir=${PREFIX}/lib \ --with-db-path=/var/db/sss --with-pipe-path=/var/run/sss \ --with-pubconf-path=/var/run/sss CFLAGS+= -L${LOCALBASE}/lib -fstack-protector-all PLIST_SUB= PYTHON_VER=${PYTHON_VER} #DEBUG_FLAGS= -g USE_AUTOTOOLS= autoconf automake AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes USE_PYTHON= yes USE_OPENLDAP= yes USE_GMAKE= yes USE_GNOME= pkgconfig USES= gettext iconv USE_PYTHON= yes USE_RC_SUBR= ${PORTNAME} MANLANG= "" cs es nl uk MAN5_EN= sssd-ipa.5 sssd-krb5.5 sssd-ldap.5 sssd-simple.5 sssd.conf.5 MAN8_CS= sss_groupdel.8 MAN8_EN= pam_sss.8 sss_cache.8 sss_groupadd.8 sss_groupdel.8 \ sss_groupmod.8 sss_groupshow.8 sss_obfuscate.8 sss_useradd.8 \ sss_userdel.8 sss_usermod.8 sssd.8 sssd_krb5_locator_plugin.8 MAN8_ES= sss_groupmod.8 MAN8_NL= sss_groupmod.8 MAN8_UK= sss_groupadd.8 sss_groupdel.8 sss_groupmod.8 sss_groupshow.8 \ sss_userdel.8 sss_usermod.8 .include .if ${OSVERSION} < 800107 IGNORE= is not supported prior to 8.0-RELEASE .endif .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not link on ia64, powerpc, or sparc64 .endif AUTOTOOLSFILES= aclocal.m4 post-patch: @${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|SIGCLD|SIGCHLD|g' ${WRKSRC}/src/util/signal.c @${REINPLACE_CMD} -e '/#define SIZE_T_MAX ((size_t) -1)/d' ${WRKSRC}/src/util/util.h @${REINPLACE_CMD} -e '/pam_misc/d' ${WRKSRC}/src/sss_client/pam_test_client.c @${REINPLACE_CMD} -e '/ETIME/d' ${WRKSRC}/src/sss_client/common.c @${REINPLACE_CMD} -e 's| -lpam_misc||g' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|security/pam_misc.h||g' ${WRKSRC}/configure* ${WRKSRC}/src/external/pam.m4 @${REINPLACE_CMD} -e 's|NSS_STATUS_NOTFOUND|NS_NOTFOUND|g' ${WRKSRC}/src/sss_client/common.c @${REINPLACE_CMD} -e 's|NSS_STATUS_UNAVAIL|NS_UNAVAIL|g' ${WRKSRC}/src/sss_client/common.c @${REINPLACE_CMD} -e 's|NSS_STATUS_TRYAGAIN|NS_TRYAGAIN|g' ${WRKSRC}/src/sss_client/common.c @${REINPLACE_CMD} -e 's|NSS_STATUS_SUCCESS|NS_SUCCESS|g' ${WRKSRC}/src/sss_client/common.c @${REINPLACE_CMD} -e 's|security/pam_ext.h|security/pam_appl.h|g' ${WRKSRC}/src/sss_client/pam_sss.c @${REINPLACE_CMD} -e 's|security/_pam_macros.h|pam_macros.h|g' ${WRKSRC}/src/sss_client/sss_pam_macros.h @${REINPLACE_CMD} -e 's|#include ||g' ${WRKSRC}/src/sss_client/pam_sss.c @${REINPLACE_CMD} -e 's|PAM_BAD_ITEM|PAM_USER_UNKNOWN|g' ${WRKSRC}/src/sss_client/pam_sss.c @${REINPLACE_CMD} -e 's|pam_vsyslog(pamh,|vsyslog(|g' ${WRKSRC}/src/sss_client/pam_sss.c @${REINPLACE_CMD} -e 's|pam_modutil_getlogin(pamh)|getlogin()|g' ${WRKSRC}/src/sss_client/pam_sss.c @${REINPLACE_CMD} -e '/..MAKE. ..AM_MAKEFLAGS. install-data-hook/d' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|install-data-hook install-dist_initSCRIPTS|install-dist_initSCRIPTS|g' \ ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|install-data-hook|notinstall-data-hook|g' ${WRKSRC}/Makefile.in \ ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in \ ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|/etc/sssd/|${ETCDIR}/|g' ${WRKSRC}/src/man/*xml @${REINPLACE_CMD} -e 's|/etc/openldap/|${PREFIX}/etc/openldap/|g' ${WRKSRC}/src/man/*xml @${CP} ${FILESDIR}/pam_macros.h ${WRKSRC}/pam_macros.h @${CP} ${FILESDIR}/bsdnss.c ${WRKSRC}/src/sss_client/bsdnss.c post-install: ${INSTALL_DATA} ${WRKSRC}/src/examples/sssd.conf ${ETCDIR}/sssd.conf.sample (cd ${PREFIX}/lib && ${LN} -s nss_sss.so.2 nss_sss.so.1) (cd ${PREFIX}/lib && ${LN} -s pam_sss.so pam_sss.so.5) @${RM} -f ${PREFIX}/lib/ldb/memberof.la @${CAT} ${PKGMESSAGE} .include td>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 1.3.21.adamw2005-05-243-7/+9
* - Force rebuild with new mozilla/firefoxahze2005-05-121-1/+1
* Bump PORTREVISIONs to chase the Mozilla update.marcus2005-04-171-1/+1
* Bump PORTREVISION for all ports that depend on Mozilla.marcus2005-03-251-1/+1
* Add dependencie to gnome-desktop.kwm2005-03-171-1/+2
* Fully-qualify the path to update-desktop-database and update-mime-database inmezz2005-03-172-2/+3
* Fix the build with mozilla-devel.marcus2005-03-161-1/+3
* Update to 1.3.20, and add Firefox support.marcus2005-03-142-7/+10
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
* Shutting down gconfd is no longer needed before installation and ismarcus2005-01-231-3/+0
* Use GCC 3.4 if we're building on 4.x against mozilla-devel.adamw2005-01-221-0/+6
* Update to 1.3.19. See http://galeon.sourceforge.net/Main/GaleonRelease1319marcus2005-01-164-26/+3
* Update PORTREVISION to force a rebuild with Mozilla 1.7.5.marcus2004-12-201-1/+1
* Use new GCONF_SCHEMAS.mezz2004-11-242-3/+1
* Use new INSTALLS_OMF.mezz2004-11-232-4/+1
* Rename ports/www/galeon2 --> ports/www/galeonahze2004-11-1021-1250/+342
* Bump PORTREVISIONs to chase Mozilla update.marcus2004-08-081-0/+1
* Add intlhack to fix the build on 4.X.marcus2004-07-121-1/+2
* Use the right HEADS_SUFX to fix the build.marcus2004-07-071-1/+1
* Update to 1.2.14 which is the latest release of 1.2. This features supportmarcus2004-06-284-174/+20
* - Use USE_ICONV knobkrion2004-03-311-1/+1
* - Add SIZE to GNOME portspav2004-03-181-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* Catch up with the latest mozilla-devel.marcus2004-02-261-1/+1
* GTK2 mozilla is now the default, and GTK1 support will be built only if expli...adamw2004-02-181-7/+7
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* Remove mozilla-headers.adamw2004-01-181-2/+1
* Change the Mozilla version to trunk for building with 1.6.marcus2004-01-181-1/+1
* Catch up with Mozilla 1.6.marcus2004-01-171-0/+1
* Build with Mozilla 1.6b.marcus2003-12-171-1/+1
* Update to 1.2.13 to fix a build with Mozilla 1.5 and 1.6.a.marcus2003-11-263-21/+5
* * Update mozilla-devel to 1.6amarcus2003-11-021-1/+1
* Update Mozilla to 1.5, and adjust the dependent ports accordingly. Note,marcus2003-10-191-2/+2
* Remove any chance of linking galeon with -pthread. Instead, make suremarcus2003-10-172-5/+17
* Fix build with Mozilla 1.4.1.marcus2003-10-161-0/+11
* Bump PORTREVISION to stay in sync with mozilla.marcus2003-10-121-0/+1
* galeon and galeon2 conflict with each other.marcus2003-10-111-0/+2
* Remove an extraneous .endif.marcus2003-10-011-1/+0
* Remove mozilla-embedded and mozilla-embedded-devel. They were not heavilymarcus2003-10-011-6/+1
* Update to 1.2.12.marcus2003-09-262-4/+3
* Remove nautilus support now that Nautilus has been removed from the tree.marcus2003-07-161-9/+0
* Correct the number of .endif's.marcus2003-07-011-1/+0
* Add support for Mozilla 1.4, and remove references to mozilla-vendor.marcus2003-07-011-9/+4
* Update to 1.2.11.marcus2003-06-134-30/+7
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+1
* Update for Mozilla 1.4b.marcus2003-05-172-1/+27
* Portlint whitespace fix.marcus2003-04-241-1/+1
* Fix the flashplayer link.marcus2003-04-241-0/+3
* Restore a signed vs. unsigned patch that was accidentally removed in themarcus2003-04-222-0/+28
* Update to 1.2.10.marcus2003-04-2010-496/+13
* Fix build on -CURRENT.marcus2003-04-131-0/+14
* Fix a signed vs. unsigned problem with Mozilla 1.3.marcus2003-04-112-17/+23
* Fix build with mozilla-1.4a.marcus2003-04-086-7/+466
* * Add mozilla-1.4a supportmarcus2003-04-071-6/+4
* allow build with more warnings enabled, NO_WERROR=yesdinoex2003-04-051-0/+4
* * Update to 1.2.9marcus2003-04-043-9/+10
* Clear moonlight beckons.ade2003-03-072-1/+1
* Add a conditional dependency on nautilus.marcus2003-02-181-1/+9
* Update to 1.2.8.marcus2003-02-175-92/+18
* Fix build with mozilla-devel.marcus2003-02-071-2/+23
* Sync this port with the recent Mozilla commits.marcus2003-01-221-2/+3
* Update to 1.2.7.marcus2003-01-033-15/+32
* Bump PORTREVISION after the gal version bump.marcus2002-11-121-0/+1
* Add a check for mozilla-embedded.marcus2002-11-041-0/+5
* Add support for the new Mozilla ports. By default, Galeon will buildmarcus2002-10-222-27/+28
* Galeon is now un-forbidden since Mozilla has been patched.marcus2002-10-181-1/+0
* Mark forbidden due to security hole reported at http://www.mozillazine.org/ta...marcus2002-10-171-0/+1
* Fix build with mozilla-1.0.1. Note, this breaks building with mozilla-1.0.marcus2002-09-171-0/+11
* Update to 1.2.6. This release supports both Mozilla 1.0 and 1.1. It willmarcus2002-09-163-8/+23
* Bah, fix the build in a cleaner way.marcus2002-09-122-12/+1
* Fix build with Mozilla-1.0.1.marcus2002-09-122-1/+14
* Unbreak now that Mozilla 1.0 is back in the tree.marcus2002-09-041-2/+0
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0
* Mark BROKEN as 1.2.5 does not work with Mozilla 1.1.marcus2002-08-291-0/+2
* `%' isn't a sed(1) special RE character, so that there is no need to putsobomax2002-07-171-6/+5
* Use USE_GNOMENG.marcus2002-07-171-14/+13
* Fix build on -CURRENT.marcus2002-06-172-1/+20
* Update to 1.2.5...now with Mozilla 1.0 support!marcus2002-06-103-2/+3
* Update to 1.2.3.sobomax2002-05-284-243/+2
* Update Mozilla to 1.0.rc3 and tweak galeon to compile with it.sobomax2002-05-242-3/+226
* Update to 1.2.2.sobomax2002-05-243-3/+20
* Use strncmp() instead of strnstr() since the latter does not exist inmarcus2002-05-031-5/+5
* Re-enable WITH_FULL_MOZILLA due to problems people have been reportingmarcus2002-05-011-1/+1
* Remove unneeded patch. This should correct the plist problems.marcus2002-04-291-14/+0
* Allow Galeon to properly act as a viewer for GNOME help URLs. Bumpmarcus2002-04-282-0/+17
* Move misplaced hunk where it belongs (from patch-configure to patch-hairy).sobomax2002-04-262-10/+12
* Remove redundant configure patch.marcus2002-04-261-11/+0
* USE_LIBTOOL strikes back: use the new and improved way for dealing withsobomax2002-04-263-86/+16
* Update to 1.2.1.marcus2002-04-235-19/+31
* Allow galeon to find and use Xinerama. This prevents galeon from maximizingmarcus2002-04-181-2/+2
* GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already insobomax2002-04-161-2/+1
* gettext upgrade uber-patch (stage 3)ade2002-04-131-5/+3
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andsobomax2002-03-181-4/+1
* Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-181-1/+1
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-181-1/+1
* Stage 1 of gettext update.ade2002-03-161-1/+1
* It seems that the damned build system doesn't always recreatesobomax2002-03-162-1/+15
* Use some black'n'hairy magick to resolve chiken'n'egg problem at hand:sobomax2002-03-142-7/+757
* Whack iid of the Nautilus component to be the same as the iid of the defunctsobomax2002-03-132-0/+15
* Update to 1.2.0.sobomax2002-03-136-82/+176
* Victims of Mozilla update to 0.9.9.sobomax2002-03-131-1/+1
* Update to 1.0.3.sobomax2002-02-073-26/+26
* Update to 1.0.2.sobomax2001-12-284-27/+46
* Update to 1.0.1.sobomax2001-12-063-35/+14
* Update to 1.0.sobomax2001-11-263-3/+4
* Update to 0.12.8.sobomax2001-11-194-38/+26
* Update to 0.12.7.sobomax2001-11-135-107/+71
* Update to 0.12.6.sobomax2001-10-292-2/+2
* Update to 0.12.5.sobomax2001-10-234-10/+15
* Fix with Mozilla 0.9.5.sobomax2001-10-222-4/+5
* Update to 0.12.4.sobomax2001-10-164-5/+18
* Update to 0.12.3.sobomax2001-10-094-55/+87
* Make galeon-config-tool working on FreeBSD.sobomax2001-09-272-0/+15
* Update to 0.12.2.sobomax2001-09-24