#!/bin/sh user=ecartis group=ecartis ask() { local question default answer question=$1 default=$2 if [ -z "${PACKAGE_BUILDING}" ]; then read -p "${question} [${default}]? " answer fi if [ x${answer} = x ]; then answer=${default} fi echo ${answer} } yesno() { local dflt question answer question=$1 dflt=$2 while :; do answer=$(ask "${question}" "${dflt}") case "${answer}" in [Yy]*) return 0;; [Nn]*) return 1;; esac echo "Please answer yes or no." done } if [ x"$2" = xPRE-INSTALL ]; then if pw groupshow "${group}" 2>/dev/null; then echo "You already have a group \"${group}\", so I will use it." else echo "You need a group \"${group}\"." if yesno "Would you like me to create it" y; then pw groupadd ${group} -h - || exit echo "Done." else echo "Please create it, and try again." exit 1 fi fi if pw user show "${user}" 2>/dev/null; then echo "You already have a user \"${user}\", so I will use it." else echo "You need a user \"${user}\"." if yesno "Would you like me to create it" y; then pw useradd ${user} -g ${group} -h - -d /nonexistent \ -s /nonexistent -c "Listar Listserver" || exit echo "Done." else echo "Please create it, and try again." exit 1 fi fi fi yarn/devel/electron4/files/bl-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/wesnoth-devel
Commit message (Expand)AuthorAgeFilesLines
* - Update devel/sdl12 to 1.2.15mva2012-02-181-0/+1
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
* - Mark BROKEN: incomplete plistpav2011-07-021-0/+2
* Update to 1.9.7.philip2011-06-215-72/+120
* CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefilesmakc2011-04-101-4/+0
* Update to 1.9.4.philip2011-01-1814-210/+314
* - remove empty filespgollucci2010-12-131-0/+0
* Update to 1.9.3.philip2010-12-103-13/+3
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Update to 1.9.2philip2010-11-084-13/+13
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
* Fix build - remove duplicate patches. No idea how they got there.philip2010-09-222-30/+0
* Update to 1.9.1philip2010-09-194-9/+67
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-1/+2
* Update to 1.9.0philip2010-08-269-48/+176
* - Update graphics/sdl_ttf to version 2.0.10mva2010-08-111-1/+1
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
* Update to 1.8philip2010-05-023-10/+63
* - fix build for png-1.4.1dinoex2010-03-301-0/+5
* - update to 1.4.1dinoex2010-03-281-0/+1
* Update to 1.7.15.philip2010-03-162-6/+6
* - Update to 1.7.10miwi2010-02-143-7/+58
* - update to jpeg-8dinoex2010-02-051-1/+1
* - Update devel/sdl12 to version 1.2.14.mva2010-01-301-0/+1
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcmiwi2009-12-291-2/+2
* Update to 1.7.8.philip2009-11-163-11/+29
* - Mark BROKEN on 6.Xpav2009-11-021-0/+4
* Update to 1.7.6.philip2009-10-014-16/+29
* Update to 1.7.5.philip2009-09-153-9368/+28
* Remove accidental leftovers from last-upgrade (empty patches).philip2009-09-044-0/+0
* Update to 1.7.4.philip2009-09-029-498/+1347
* Chase the fribidi shared lib bump.marcus2009-08-231-2/+2
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+2
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1
* - Update boost to 1.39pav2009-07-281-1/+1
* - Mark BROKEN on 6.X: does not compilepav2009-05-301-0/+4
* Mark as conflicting with Wesnoth 1.6* (which is now games/wesnoth).philip2009-05-201-1/+1
* Replace the "-wholename" find(1) GNUism with the standard "-path" incantation.philip2009-03-252-11/+22
* Fix pkg-plist.philip2009-03-241-24/+0
* Update to 1.5.14.philip2009-03-234-1335/+1714
* - Mark BROKEN: bad plistpav2009-01-221-0/+2
* Update to 1.5.7.philip2009-01-045-134/+212
* Update to 1.5.6.philip2008-12-294-239/+545
* Update to 1.5.5.philip2008-11-1011-943/+1350
* Add two forgotten @dirrmtry entries.philip2008-11-021-0/+2
* Update to 1.4.5.philip2008-11-013-41/+90
* Update to 1.4.4.philip2008-08-043-29/+86
* Update to 1.4.3.philip2008-06-113-803/+975
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* Update to 1.4.2.philip2008-05-263-6/+43
* - Fix pkg-plist when building without tools or without the editor[1].philip2008-05-072-53/+33
* Update to 1.4.1.philip2008-04-203-11/+98
* Update to 1.4.philip2008-04-034-4933/+7122
* - Add missing dependencymiwi2008-03-271-1/+3
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-0/+1
* Update to 1.2.8.philip2007-12-153-6/+32
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-4/+5
* Update to 1.2.6.philip2007-08-073-4/+12
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
* Update to 1.2.5.philip2007-06-193-10/+18
* Add two forgotten manpages before pointyhat notices. ;-)philip2007-06-041-1/+1
* Update to 1.2.4.philip2007-06-033-27/+31
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* Add new files for 1.2.3 to pkg-plist.philip2007-04-031-0/+10
* Update to 1.2.3.philip2007-04-013-4/+5
* Update to 1.2.2philip2007-03-123-65/+130
* Update to 1.2.1.philip2007-01-213-29/+67
* Fix pkg-plist.philip2007-01-111-2/+8
* Update FreeBSD 4.x build patch I forgot in my last commit.philip2006-12-251-9/+9
* For those of us who have nothing to do over the holidays. :-)philip2006-12-255-2523/+4349
* I have been meaning to create several slaves of wesnoth such as for server,mezz2006-11-121-1/+1
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-143-6/+25
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-0/+1
* portlint:mezz2006-04-011-1/+0
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-8/+8
* Update to 1.0.2, see changelog for detail:mezz2005-11-273-8/+63
* Add SHA256.mezz2005-11-131-0/+1
* Update to 1.0.1, see ChangeLog for detail:mezz2005-10-213-9/+44
* - Update to 1.0!mezz2005-10-044-7/+51
* Update to 1.0rc1, see the ChangeLog for detail:mezz2005-09-213-163/+4
* Update to 0.9.7, see ChangeLog for detail.mezz2005-09-113-11/+7
* Update to 0.9.6.mezz2005-08-293-11/+31
* Update to 0.9.5.mezz2005-08-283-7/+35
* Update to 0.9.4, see ChangeLog for detail:mezz2005-07-265-31/+108
* -Update to 0.9.3, see more detail: http://changelog.wesnoth.org/mezz2005-07-033-165/+175