#!/bin/sh # # $FreeBSD$ # CHOWN=/usr/sbin/chown ECHO_CMD=echo GREP=/usr/bin/grep PW=/usr/sbin/pw FTPUSERS=/etc/ftpusers case $2 in PRE-INSTALL) if ! ${PW} usershow -n ldap >/dev/null 2>&1; then ${ECHO_CMD} if ! ${PW} groupshow -n ldap >/dev/null 2>&1; then if ! ${PW} groupadd -n ldap -g 389; then ${ECHO_CMD} "*** Failed to add a group ldap with id 389." ${ECHO_CMD} ${ECHO_CMD} "Please add the ldap user manually with" ${ECHO_CMD} " ${PW} useradd -n ldap -g ldap -c 'OpenLDAP server' \\" ${ECHO_CMD} " -d /nonexistent -s /sbin/nologin -h -" ${ECHO_CMD} "and retry installing this package." exit 1 fi ${ECHO_CMD} "===> Group 'ldap' created." fi if ! ${PW} useradd -n ldap -u 389 -g ldap -c 'OpenLDAP Server' \ -d /nonexistent -s /sbin/nologin -h -; then ${ECHO_CMD} "*** Failed to add an user ldap with id 389." ${ECHO_CMD} ${ECHO_CMD} "Please add the ldap user manually with" ${ECHO_CMD} " ${PW} useradd -n ldap -g ldap -c 'OpenLDAP server' \\" ${ECHO_CMD} " -d /nonexistent -s /sbin/nologin -h -" ${ECHO_CMD} "and retry installing this package." exit 1 fi ${GREP} -qs '^ldap$' ${FTPUSERS} || ${ECHO_CMD} ldap >> ${FTPUSERS} ${ECHO_CMD} "===> Account 'ldap' created." fi ;; esac 1269708ac7a007a2f1ab30b26b10'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/print/libgnomeprint
Commit message (Expand)AuthorAgeFilesLines
* Cleanup plistantoine2014-11-131-54/+0
* Allow building with bison 3antoine2014-11-021-0/+37
* - USES=libtool tar:bzip2.tijl2014-05-072-10/+7
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
* Add patches to fix the build with freetype 2.5.1.kwm2013-12-073-6/+34
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-2/+1
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixkwm2013-03-191-7/+8
* Convert USE_BISON to USES= bisonbapt2013-03-081-6/+3
* - update png to 1.5.10dinoex2012-06-011-0/+1
* Remove the auto-check dependency and able to use OPTIONS now.mezz2012-05-211-8/+3
* Fix the build with cups 1.5.0.kwm2011-10-141-0/+21
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* - Kick MD5 Supportmiwi2011-07-031-1/+0
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thiskwm2010-11-202-6/+5
* Bump PORTREVISION in a few more ports affected by the libgcryptolgeni2010-07-281-1/+1
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-113-6/+25
* - update to 1.4.1dinoex2010-03-281-0/+1
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* Update to 2.18.6.marcus2009-03-083-4/+7
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-021-2/+1
* Presenting GNOME 2.24 for FreeBSD.marcus2009-01-105-28/+8
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+1
* -Update to 2.18.4.mezz2008-02-132-5/+5
* Add a comment to remind update comm/gfax plist when PORTVERSION changesmezz2008-01-311-0/+1
* Update to 2.18.3.mezz2008-01-303-5/+8
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-253-18/+18
* Migration from bison 1.x to 2.xade2007-10-171-2/+2
* Update to 2.18.1.mezz2007-08-093-7/+11
* Fix the crash in a few apps by correct the spell, UTF8 -> UTF-8, when try tomezz2007-07-301-1/+3