~ salmonella-environment-setup (master) abfde1e31e4a857fcd23214abad753fc1683f391
commit abfde1e31e4a857fcd23214abad753fc1683f391
Author: Peter Bex <peter@codeyellow.nl>
AuthorDate: Mon Mar 17 09:40:02 2014 +0100
Commit: Peter Bex <peter@codeyellow.nl>
CommitDate: Mon Mar 17 09:40:02 2014 +0100
imlib2 is now available as a binary package
diff --git a/freebsd.sh b/freebsd.sh
index 9dc518f..6c9b124 100755
--- a/freebsd.sh
+++ b/freebsd.sh
@@ -3,14 +3,13 @@
# Notes:
# qt4 depends on postgresql90 and mysql55, it causes trouble if we try to use newer ones
# Allegro-devel uses openal-soft, which conflicts with openal
-# There is an imlib2 package, but it cannot be installed (no binary?)
su root -c "pkg install \
graphviz subversion libsvm leptonica R gsl plotutils \
ploticus pkgconf libexif cairo epeg expat fcgi-devkit \
sdl sdl_gfx sdl_net sdl_ttf sdl_image sdl_mixer qt4 qt4-opengl \
g2 glfw glm glpk gts openjdk fltk blas cblas f2c fann \
allegro-devel openal-soft freealut openmpi libgit2 \
- tokyocabinet zmq \
+ tokyocabinet zmq imlib2 \
python27 postgresql90-client postgresql90-server \
augeas ossp-uuid webkit-gtk3 hyperestraier memcached \
redis discount apache-ant qmake xosd db6 \
Trap