#!/bin/sh if [ "x$1" = "x" ]; then exit 1; fi if [ "x$2" != "xINSTALL" -a "x$2" != "xDEINSTALL" ]; then exit 1; fi export FONTDIR; FONTDIR=${PKG_PREFIX}/lib/X11/fonts/local if [ "$2x" = "INSTALLx" -a ! -d ${FONTDIR} ]; then echo '**********************************************************************' echo "****** ${FONTDIR}/ doesn't exist." echo "****** Creating ${FONTDIR}/" echo '****** Please upgrade your XFree86 to 3.3.3 or upper,' echo "****** or add this directory to your /etc/XF86Config's FontPath entry." echo '**********************************************************************' mkdir ${FONTDIR} fi # font alias entry here! TMPFILE=/tmp/install-fonts-alias-$$ cat << EOF > ${TMPFILE} elisa -elisa-fixed-medium-r-normal--10-70-75-75-c-100-jisx0208.1983-0 s5x8 -schumacher-descent2clean-medium-r-normal--8-80-75-75-c-50-iso646.1991-irv EOF echo "Updating ${FONTDIR}/fonts.alias" cd ${FONTDIR} touch fonts.alias ${TMPFILE} cp fonts.alias fonts.alias.orig if [ "$2" = "INSTALL" ] ; then (grep -v -e "`cat ${TMPFILE}`" fonts.alias.orig; \ cat ${TMPFILE}) > fonts.alias elif [ "$2" = "DEINSTALL" ] ; then grep -v -e "`cat ${TMPFILE}`" fonts.alias.orig > fonts.alias fi rm -f fonts.alias.orig ${TMPFILE} echo "**********************************************************" echo "You should restart X server or do 'xset fp rehash' command" echo "to enable this update." echo "**********************************************************" exit 0; on> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/scintilla
Commit message (Expand)AuthorAgeFilesLines
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-2/+3
* Update to 1.71.marcus2006-09-182-6/+6
* - Update to 1.70pav2006-06-272-5/+4
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
* Add missing USE_ICONVkris2006-01-261-0/+1
* - Add SHA256 checksumspav2005-11-241-0/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
* Make sure the PIC CFLAGS are properly used for all objects.marcus2005-10-161-5/+8
* Add -fPIC to CFLAGS to fix the build on amd64.marcus2005-10-161-1/+1
* Update to 0.62, based on [1].kwm2005-02-043-19/+24
* BROKEN on sparc64: Does not compilekris2004-04-121-1/+7
* Update to 1.59.marcus2004-02-222-3/+3
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* - Update to version 1.58krion2004-01-123-18/+20
* - Update to version 1.57krion2003-12-042-2/+2
* - Update to version 1.56krion2003-10-294-50/+2
* Fix pkg-config handling introduced in the last commit.marcus2003-10-091-15/+14
* Link scintilla against libgthread and friends to prevent undefined symbolsmarcus2003-10-072-9/+18
* Update to 1.55.marcus2003-09-305-20/+80
* - Update to version 1.54krion2003-08-173-14/+14
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
* * Update to 1.51 [1]marcus2003-02-253-3/+3
* Explicitly link gthread in to fix some application that use scintilla.sobomax2003-02-061-3/+3
* Update to 1.50.sobomax2003-02-063-11/+11
* Update to 1.49.marcus2002-11-063-18/+19
* Deploy USE_GNOMENG infrastructurelioux2002-09-021-1/+2
* Update to 1.44.sobomax2002-02-113-10/+17
* Update to 1.42.sobomax2002-01-042-2/+2