Bug 195724 - [exp-run] Remove USES=libtool:oldver
Summary: [exp-run] Remove USES=libtool:oldver
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tijl Coosemans
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-05 22:39 UTC by Tijl Coosemans
Modified: 2014-12-08 16:53 UTC (History)
1 user (show)

See Also:


Attachments
patch (369.55 KB, patch)
2014-12-05 22:39 UTC, Tijl Coosemans
no flags Details | Diff
patch2 (376.32 KB, patch)
2014-12-06 14:06 UTC, Tijl Coosemans
no flags Details | Diff
patch3 (378.83 KB, patch)
2014-12-07 20:25 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans freebsd_committer freebsd_triage 2014-12-05 22:39:54 UTC
Created attachment 150248 [details]
patch

There are only 32 ports left with USES=libtool:oldver so it's time to eliminate it.  The patch bumps PORTREVISION on all dependent ports except the ports that depend on these ports:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.  The ports install a symlink with the old library version.

The patch also removes the devel/pcre dependency from USE_GNOME=glib20.  It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it.  The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20.  Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it.
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2014-12-05 23:08:07 UTC
a few comments:

libalut.so.1 in Uses/openal.mk should be changed

audio/oss has:
audio/oss/files/patch-cmd-ossplay-ossplay_parser.c:+      (*vft)->vorbisfile_handle = ossplay_dlopen ("libvorbisfile.so.6");

a few ports have libjpeg.so.11 hardcoded:
graphics/p5-Tk-JPEG-Lite/Makefile:LIB_DEPENDS=  libjpeg.so.11:${PORTSDIR}/graphics/jpeg
graphics/jpeg-turbo/Makefile:   @${ECHO_CMD} "libjpeg.so.11 libjpeg.so.62" >> ${STAGEDIR}${PREFIX}/etc/libmap.d/${PORTNAME}.conf
net/ssvnc/Makefile:LIB_DEPENDS= libjpeg.so.11:${PORTSDIR}/graphics/jpeg
sysutils/ascpu/Makefile:LIB_DEPENDS=    libjpeg.so.11:${PORTSDIR}/graphics/jpeg
x11-toolkits/p5-Tk/Makefile:LIB_DEPENDS=        libjpeg.so.11:${PORTSDIR}/graphics/jpeg \
x11/mrxvt/Makefile:LIB_DEPENDS= libjpeg.so.11:${PORTSDIR}/graphics/jpeg \
Comment 2 Tijl Coosemans freebsd_committer freebsd_triage 2014-12-06 14:06:39 UTC
Created attachment 150265 [details]
patch2

- Fix Antoine's comments.
- Remove PIC option from graphics/jpeg-turbo because it does not install any static libraries and graphics/libjpeg-turbo slave port always enables it.
- Rebase on r374105.
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2014-12-06 17:30:28 UTC
Take for exp-run
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2014-12-07 19:52:36 UTC
Exp run results:

http://package22.nyi.freebsd.org/build.html?mastername=101amd64-default-PR195724&build=2014-12-07_19h16m33s

5 new failures:

+ {"origin"=>"ftp/curl-hiphop", "pkgname"=>"curl-hiphop-7.39.0_1", "phase"=>"package", "errortype"=>"PLIST"}
+ {"origin"=>"games/bubble-chains", "pkgname"=>"bubble-chains-0.1.1_8", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"sysutils/bacula-server", "pkgname"=>"bacula-server-7.0.5_1", "phase"=>"build", "errortype"=>"makefile"}
+ {"origin"=>"textproc/py-libxslt", "pkgname"=>"py27-libxslt-1.1.28_5", "phase"=>"package", "errortype"=>"PLIST"}
+ {"origin"=>"www/mod_mono", "pkgname"=>"ap24-mod_mono-3.8_1", "phase"=>"package", "errortype"=>"PLIST"}

Failure logs:

http://package22.nyi.freebsd.org/data/101amd64-default-PR195724/2014-12-07_19h16m33s/logs/errors/curl-hiphop-7.39.0_1.log
http://package22.nyi.freebsd.org/data/101amd64-default-PR195724/2014-12-07_19h16m33s/logs/errors/bubble-chains-0.1.1_8.log
http://package22.nyi.freebsd.org/data/101amd64-default-PR195724/2014-12-07_19h16m33s/logs/errors/bacula-server-7.0.5_1.log
http://package22.nyi.freebsd.org/data/101amd64-default-PR195724/2014-12-07_19h16m33s/logs/errors/py27-libxslt-1.1.28_5.log
http://package22.nyi.freebsd.org/data/101amd64-default-PR195724/2014-12-07_19h16m33s/logs/errors/ap24-mod_mono-3.8_1.log
Comment 6 Tijl Coosemans freebsd_committer freebsd_triage 2014-12-07 20:25:39 UTC
Created attachment 150317 [details]
patch3

Fix above failures and rebase on r374225.  An incremental run should be enough.
Comment 7 Antoine Brodin freebsd_committer freebsd_triage 2014-12-08 11:38:06 UTC
Exp-run results:

http://package22.nyi.freebsd.org/build.html?mastername=101amd64-default-PR195724&build=2014-12-07_20h46m12s

It looks good  (the new failures are not related to the patch)
Comment 8 commit-hook freebsd_committer freebsd_triage 2014-12-08 16:49:13 UTC
A commit references this bug:

Author: tijl
Date: Mon Dec  8 16:49:04 UTC 2014
New revision: 374303
URL: https://svnweb.freebsd.org/changeset/ports/374303

Log:
  Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
  the 32 ports that still use it.  Bump PORTREVISION on their dependent
  ports except the ones that depend on these:

  audio/libogg
  audio/libvorbis
  devel/pcre
  ftp/curl
  graphics/jpeg
  graphics/libart_lgpl
  graphics/tiff
  textproc/expat2
  textproc/libxslt

  In these cases the same trick as in the recent gettext update is used.
  The ports install a symlink with the old library version.  When enough
  of their dependent ports have had regular updates the remaining ones can
  get a PORTREVISION bump and the links can be removed.

  Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
  over 2200 packages to depend on devel/pcre while less than 200 actually
  link with it.  The glib20 package still depends on devel/pcre so this
  should not make a difference for ports with USE_GNOME=glib20.  Also,
  libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
  USE_GNOME=glib20 should not propagate it.

  PR:		195724
  Exp-run by:	antoine
  Approved by:	portmgr (antoine)

Changes:
  head/Mk/Uses/libtool.mk
  head/Mk/Uses/openal.mk
  head/Mk/bsd.gnome.mk
  head/accessibility/at-spi/Makefile
  head/accessibility/at-spi/pkg-plist
  head/accessibility/dasher/Makefile
  head/accessibility/gnome-mag/Makefile
  head/accessibility/gnopernicus/Makefile
  head/accessibility/gok/Makefile
  head/accessibility/java-access-bridge/Makefile
  head/archivers/squeeze/Makefile
  head/archivers/thunar-archive-plugin/Makefile
  head/astro/merkaartor/Makefile
  head/astro/qlandkartegt/Makefile
  head/astro/wmglobe/Makefile
  head/astro/xplanet/Makefile
  head/audio/adplay/Makefile
  head/audio/alsa-plugins/Makefile
  head/audio/alure/Makefile
  head/audio/aqualung/Makefile
  head/audio/ardour/Makefile
  head/audio/asunder/Makefile
  head/audio/aubio/Makefile
  head/audio/audacity/Makefile
  head/audio/baresip/Makefile
  head/audio/beast/Makefile
  head/audio/clunk/Makefile
  head/audio/cmus/Makefile
  head/audio/csound/Makefile
  head/audio/csound6/Makefile
  head/audio/darkice/Makefile
  head/audio/deadbeef/Makefile
  head/audio/decibel-audio-player/Makefile
  head/audio/drumpiler/Makefile
  head/audio/dssi/Makefile
  head/audio/dvda-author/Makefile
  head/audio/easytag/Makefile
  head/audio/ecasound/Makefile
  head/audio/etcd/Makefile
  head/audio/festalon/Makefile
  head/audio/firefly/Makefile
  head/audio/flac/Makefile
  head/audio/flac/pkg-plist
  head/audio/flac123/Makefile
  head/audio/fluidsynth-dssi/Makefile
  head/audio/fpc-mad/Makefile
  head/audio/fplib/Makefile
  head/audio/freealut/Makefile
  head/audio/freealut/pkg-plist
  head/audio/ghostess/Makefile
  head/audio/glame/Makefile
  head/audio/gmtp/Makefile
  head/audio/gogglesmm/Makefile
  head/audio/gstreamer-plugins-flac/Makefile
  head/audio/gstreamer-plugins-mad/Makefile
  head/audio/gstreamer-plugins-wavpack/Makefile
  head/audio/gstreamer1-plugins-flac/Makefile
  head/audio/gstreamer1-plugins-mad/Makefile
  head/audio/gstreamer1-plugins-wavpack/Makefile
  head/audio/gtkpod/Makefile
  head/audio/harp/Makefile
  head/audio/herrie/Makefile
  head/audio/hexter/Makefile
  head/audio/hs-ALUT/Makefile
  head/audio/idjc/Makefile
  head/audio/jack/Makefile
  head/audio/jamin/Makefile
  head/audio/kid3-kde4/Makefile
  head/audio/kio-audiocd/Makefile
  head/audio/ksmp3play/Makefile
  head/audio/last.fm/Makefile
  head/audio/libbs2b/Makefile
  head/audio/libcddb/Makefile
  head/audio/libcddb/pkg-plist
  head/audio/libconvolve/Makefile
  head/audio/libfishsound/Makefile
  head/audio/libgig/Makefile
  head/audio/liblastfm/Makefile
  head/audio/liblo/Makefile
  head/audio/liblo/pkg-plist
  head/audio/libmad/Makefile
  head/audio/libmad/pkg-plist
  head/audio/libmp3splt/Makefile
  head/audio/libogg/Makefile
  head/audio/libogg/pkg-plist
  head/audio/libsamplerate/Makefile
  head/audio/libsamplerate/pkg-plist
  head/audio/libsndfile/Makefile
  head/audio/libvorbis/Makefile
  head/audio/libvorbis/pkg-plist
  head/audio/lingot/Makefile
  head/audio/lmms/Makefile
  head/audio/madplay/Makefile
  head/audio/mhwaveedit/Makefile
  head/audio/milkytracker/Makefile
  head/audio/mixxx/Makefile
  head/audio/moc/Makefile
  head/audio/mous/Makefile
  head/audio/mp3splt-gtk/Makefile
  head/audio/mpg321/Makefile
  head/audio/musicpd/Makefile
  head/audio/mythplugin-mythmusic/Makefile
  head/audio/nekobee/Makefile
  head/audio/normalize/Makefile
  head/audio/ocp/Makefile
  head/audio/openal/Makefile
  head/audio/opus-tools/Makefile
  head/audio/oss/Makefile
  head/audio/oss/files/patch-cmd-ossplay-ossplay_parser.c
  head/audio/p5-Audio-FLAC-Header/Makefile
  head/audio/p5-Net-LibLO/Makefile
  head/audio/pianobar/Makefile
  head/audio/pulseaudio/Makefile
  head/audio/pure-audio/Makefile
  head/audio/py-karaoke/Makefile
  head/audio/py-mad/Makefile
  head/audio/py-openal/Makefile
  head/audio/py-pyliblo/Makefile
  head/audio/raop_play/Makefile
  head/audio/rezound/Makefile
  head/audio/rosegarden/Makefile
  head/audio/rubberband/Makefile
  head/audio/schism/Makefile
  head/audio/sdl2_mixer/Makefile
  head/audio/sdl_mixer/Makefile
  head/audio/sdl_mixer/pkg-plist
  head/audio/sdl_sound/Makefile
  head/audio/shout-idjc/Makefile
  head/audio/sidplayer/Makefile
  head/audio/siren/Makefile
  head/audio/smasher/Makefile
  head/audio/sooperlooper/Makefile
  head/audio/soundtracker/Makefile
  head/audio/sox/Makefile
  head/audio/specimen/Makefile
  head/audio/squash/Makefile
  head/audio/streamripper/Makefile
  head/audio/streamtranscoder/Makefile
  head/audio/sweep/Makefile
  head/audio/taglookup/Makefile
  head/audio/tagutil/Makefile
  head/audio/tcd/Makefile
  head/audio/tempest_for_eliza/Makefile
  head/audio/terminatorx/Makefile
  head/audio/thunar-media-tags-plugin/Makefile
  head/audio/timemachine/Makefile
  head/audio/twolame/Makefile
  head/audio/vorbis-tools/Makefile
  head/audio/waon/Makefile
  head/audio/wavpack/Makefile
  head/audio/wavpack/pkg-plist
  head/audio/whysynth/Makefile
  head/audio/xfce4-mpc-plugin/Makefile
  head/audio/xmcd/Makefile
  head/audio/xmms-flac/Makefile
  head/audio/xmms-wavpack/Makefile
  head/audio/xmms2/Makefile
  head/audio/xsynth-dssi/Makefile
  head/audio/zynaddsubfx/Makefile
  head/chinese/gcin/Makefile
  head/comms/fldigi/Makefile
  head/comms/jsdr/Makefile
  head/comms/syncterm/Makefile
  head/comms/wsjt/Makefile
  head/comms/wspr/Makefile
  head/comms/xmorse/Makefile
  head/converters/osm2pgsql/Makefile
  head/databases/grass/Makefile
  head/databases/postgis20/Makefile
  head/databases/postgis21/Makefile
  head/databases/spatialite/Makefile
  head/deskutils/xneur/Makefile
  head/devel/allegro-devel/Makefile
  head/devel/bennugd-modules/Makefile
  head/devel/clanlib1/Makefile
  head/devel/directfb/Makefile
  head/devel/efl/Makefile
  head/devel/esdl/Makefile
  head/devel/flatzebra/Makefile
  head/devel/fpc-sdl/Makefile
  head/devel/gstreamer-plugins-sdl/Makefile
  head/devel/guichan/Makefile
  head/devel/kyra/Makefile
  head/devel/love07/Makefile
  head/devel/love08/Makefile
  head/devel/love5/Makefile
  head/devel/m17n-lib/Makefile
  head/devel/m17n-lib/pkg-plist
  head/devel/ocaml-sdl/Makefile
  head/devel/p5-Alien-SDL/Makefile
  head/devel/p5-SDL/Makefile
  head/devel/pcre/Makefile
  head/devel/pcre/pkg-plist
  head/devel/ptlib/Makefile
  head/devel/pwlib/Makefile
  head/devel/py-game/Makefile
  head/devel/qt5-core/Makefile
  head/devel/ruby-sdl/Makefile
  head/devel/rubygem-rubygame/Makefile
  head/devel/sdl12/pkg-plist
  head/devel/sdl_console/Makefile
  head/devel/sdl_gnat/Makefile
  head/devel/sdl_sge/Makefile
  head/devel/sdlmm/Makefile
  head/devel/sdlskk/Makefile
  head/devel/shapelib/Makefile
  head/devel/simgear/Makefile
  head/devel/zziplib/Makefile
  head/editors/emacs/Makefile
  head/editors/emacs-devel/Makefile
  head/editors/textroom/Makefile
  head/emulators/advancemame/Makefile
  head/emulators/advancemenu/Makefile
  head/emulators/advancemess/Makefile
  head/emulators/atari800/Makefile
  head/emulators/bochs/Makefile
  head/emulators/desmume/Makefile
  head/emulators/dgen-sdl/Makefile
  head/emulators/dolphin-emu/Makefile
  head/emulators/dosbox/Makefile
  head/emulators/e-uae/Makefile
  head/emulators/fceux/Makefile
  head/emulators/frodo/Makefile
  head/emulators/fs-uae/Makefile
  head/emulators/fuse/Makefile
  head/emulators/generator/Makefile
  head/emulators/generator-cbiere/Makefile
  head/emulators/gens/Makefile
  head/emulators/gngb/Makefile
  head/emulators/gngeo/Makefile
  head/emulators/gnuboy/Makefile
  head/emulators/hatari/Makefile
  head/emulators/higan/Makefile
  head/emulators/hugo/Makefile
  head/emulators/jzintv/Makefile
  head/emulators/mame/Makefile
  head/emulators/mednafen/Makefile
  head/emulators/mess/Makefile
  head/emulators/mupen64plus-audio-sdl/Makefile
  head/emulators/mupen64plus-core/Makefile
  head/emulators/mupen64plus-input-sdl/Makefile
  head/emulators/mupen64plus-ui-console/Makefile
  head/emulators/mupen64plus-video-glide64/Makefile
  head/emulators/mupen64plus-video-glide64mk2/Makefile
  head/emulators/mupen64plus-video-rice/Makefile
  head/emulators/mupen64plus-video-z64/Makefile
  head/emulators/nonpareil/Makefile
  head/emulators/openmsx/Makefile
  head/emulators/pcsxr/Makefile
  head/emulators/pearpc/Makefile
  head/emulators/qemu/Makefile
  head/emulators/qemu-devel/Makefile
  head/emulators/qmc2/Makefile
  head/emulators/quasi88/Makefile
  head/emulators/raine/Makefile
  head/emulators/snes9x-gtk/Makefile
  head/emulators/stella/Makefile
  head/emulators/tiemu3/Makefile
  head/emulators/vba/Makefile
  head/emulators/vice/Makefile
  head/emulators/virtualbox-ose/Makefile
  head/emulators/visualboyadvance-m/Makefile
  head/emulators/wxmupen64plus/Makefile
  head/emulators/yabause/Makefile
  head/emulators/yape/Makefile
  head/emulators/zsnes/Makefile
  head/ftp/curl/Makefile
  head/ftp/curl/pkg-plist
  head/ftp/curl-hiphop/pkg-plist
  head/games/0ad/Makefile
  head/games/54321/Makefile
  head/games/abe/Makefile
  head/games/abuse_sdl/Makefile
  head/games/adgali/Makefile
  head/games/adonthell/Makefile
  head/games/afternoonstalker/Makefile
  head/games/agame/Makefile
  head/games/airstrike/Makefile
  head/games/alephone/Makefile
  head/games/alienblaster/Makefile
  head/games/allacrost/Makefile
  head/games/amoebax/Makefile
  head/games/angband/Makefile
  head/games/annelid/Makefile
  head/games/apoolGL/Makefile
  head/games/apricots/Makefile
  head/games/arkanoidsb/Makefile
  head/games/armagetron/Makefile
  head/games/arx-libertatis/Makefile
  head/games/asc/Makefile
  head/games/assaultcube/Makefile
  head/games/asteroid/Makefile
  head/games/atr3d/Makefile
  head/games/atris/Makefile
  head/games/avoision/Makefile
  head/games/balazar/Makefile
  head/games/barrage/Makefile
  head/games/battletanks/Makefile
  head/games/biloba/Makefile
  head/games/biniax2/Makefile
  head/games/bitefusion/Makefile
  head/games/black-box/Makefile
  head/games/blackshadeselite/Makefile
  head/games/blinkensisters/Makefile
  head/games/blobby/Makefile
  head/games/bloboats/Makefile
  head/games/blobwars/Makefile
  head/games/blockout/Makefile
  head/games/blockrage/Makefile
  head/games/bloodfrontier/Makefile
  head/games/bomberclone/Makefile
  head/games/bomberinstinct/Makefile
  head/games/bombherman/Makefile
  head/games/bombz/Makefile
  head/games/bomns/Makefile
  head/games/boswars/Makefile
  head/games/brainparty/Makefile
  head/games/brickshooter/Makefile
  head/games/brikx/Makefile
  head/games/briquolo/Makefile
  head/games/brutalchess/Makefile
  head/games/bubble-chains/Makefile
  head/games/bugsquish/Makefile
  head/games/bumprace/Makefile
  head/games/burgerspace/Makefile
  head/games/bzflag/Makefile
  head/games/caph/Makefile
  head/games/cataclysm-dda/Makefile
  head/games/cave9/Makefile
  head/games/ceferino/Makefile
  head/games/chanta/Makefile
  head/games/chapping/Makefile
  head/games/chocolate-doom/Makefile
  head/games/chroma/Makefile
  head/games/chromium-bsu/Makefile
  head/games/circuslinux/Makefile
  head/games/columns/Makefile
  head/games/concentration/Makefile
  head/games/connectfive/Makefile
  head/games/corsix-th/Makefile
  head/games/cosmosmash/Makefile
  head/games/cretan-hubris/Makefile
  head/games/crimson/Makefile
  head/games/criticalmass/Makefile
  head/games/critterding/Makefile
  head/games/crossfire-client/Makefile
  head/games/crrcsim/Makefile
  head/games/csmash/Makefile
  head/games/cube/Makefile
  head/games/cuyo/Makefile
  head/games/d2x/Makefile
  head/games/d2x-xl/Makefile
  head/games/daimonin/Makefile
  head/games/dangen/Makefile
  head/games/dangerdeep/Makefile
  head/games/darkplaces/Makefile
  head/games/defendguin/Makefile
  head/games/diameter/Makefile
  head/games/dodgindiamond2/Makefile
  head/games/doomlegacy/Makefile
  head/games/doomsday/Makefile
  head/games/drcreep/Makefile
  head/games/duel/Makefile
  head/games/dunelegacy/Makefile
  head/games/edge/Makefile
  head/games/eduke32/Makefile
  head/games/egoboo/Makefile
  head/games/einstein/Makefile
  head/games/el/Makefile
  head/games/ember/Makefile
  head/games/endgame-singularity/Makefile
  head/games/enigma/Makefile
  head/games/entombed/Makefile
  head/games/epiar/Makefile
  head/games/etracer/Makefile
  head/games/evq3/Makefile
  head/games/excido/Makefile
  head/games/exult/Makefile
  head/games/f1spirit-remake/Makefile
  head/games/falconseye/Makefile
  head/games/fbg2/Makefile
  head/games/fightorperish/Makefile
  head/games/fillets-ng/Makefile
  head/games/fishsupper/Makefile
  head/games/flare-engine/Makefile
  head/games/flightgear/Makefile
  head/games/flobopuyo/Makefile
  head/games/flyhard/Makefile
  head/games/formido/Makefile
  head/games/freeciv/Makefile
  head/games/freedink-engine/Makefile
  head/games/freedroid/Makefile
  head/games/freedroidrpg/Makefile
  head/games/freera/Makefile
  head/games/freesynd/Makefile
  head/games/freetennis/Makefile
  head/games/frogatto/Makefile
  head/games/frozen-bubble/Makefile
  head/games/fteqw/Makefile
  head/games/galaxyhack/Makefile
  head/games/gcompris/Makefile
  head/games/gemdropx/Makefile
  head/games/gemrb/Makefile
  head/games/ggz-sdl-games/Makefile
  head/games/gillo/Makefile
  head/games/glaxium/Makefile
  head/games/glest/Makefile
  head/games/glmaze/Makefile
  head/games/glob2/Makefile
  head/games/gltron/Makefile
  head/games/gnurobbo/Makefile
  head/games/goonies/Makefile
  head/games/gracer/Makefile
  head/games/hangman/Makefile
  head/games/hedgewars/Makefile
  head/games/help_hannahs_horse/Makefile
  head/games/heroes/Makefile
  head/games/hex-a-hop/Makefile
  head/games/highmoon/Makefile
  head/games/holotz-castle/Makefile
  head/games/icebreaker/Makefile
  head/games/impossible_mission_puzzle/Makefile
  head/games/instead/Makefile
  head/games/interlogic/Makefile
  head/games/ioquake3/Makefile
  head/games/ioquake3-devel/Makefile
  head/games/iourbanterror/Makefile
  head/games/ivan/Makefile
  head/games/jag/Makefile
  head/games/jaggedalliance2/Makefile
  head/games/jfk/Makefile
  head/games/jfsw/Makefile
  head/games/jigzo/Makefile
  head/games/jvgs/Makefile
  head/games/kajaani-kombat/Makefile
  head/games/kartofel/Makefile
  head/games/kevedit/Makefile
  head/games/kiki/Makefile
  head/games/kobodeluxe/Makefile
  head/games/kuklomenos/Makefile
  head/games/lander/Makefile
  head/games/lbreakout/Makefile
  head/games/lbreakout2/Makefile
  head/games/legend-of-edgar/Makefile
  head/games/legesmotus/Makefile
  head/games/lgeneral/Makefile
  head/games/lincity-ng/Makefile
  head/games/linwarrior/Makefile
  head/games/lmarbles/Makefile
  head/games/lordsawar/Makefile
  head/games/lpairs/Makefile
  head/games/ltris/Makefile
  head/games/lugaru/Makefile
  head/games/luola/Makefile
  head/games/madbomber/Makefile
  head/games/maelstrom/Makefile
  head/games/magicmaze/Makefile
  head/games/manaplus/Makefile
  head/games/marsnomercy/Makefile
  head/games/maxr/Makefile
  head/games/meandmyshadow/Makefile
  head/games/megaglest/Makefile
  head/games/megamario/Makefile
  head/games/memonix/Makefile
  head/games/meritous/Makefile
  head/games/mirrormagic/Makefile
  head/games/moonlander/Makefile
  head/games/naev/Makefile
  head/games/nazghul/Makefile
  head/games/nehquake/Makefile
  head/games/netherearth/Makefile
  head/games/netpanzer/Makefile
  head/games/netrek-client-cow/Makefile
  head/games/netwalk/Makefile
  head/games/newvox/Makefile
  head/games/nexuiz/Makefile
  head/games/nimuh/Makefile
  head/games/njam/Makefile
  head/games/noegnud-littlehack/Makefile
  head/games/noegnud-nethack/Makefile
  head/games/noegnud-nethack-deet/Makefile
  head/games/noegnud-slashem/Makefile
  head/games/nuclearchess/Makefile
  head/games/numptyphysics/Makefile
  head/games/odamex/Makefile
  head/games/oolite/Makefile
  head/games/openalchemist/Makefile
  head/games/openarena/Makefile
  head/games/openastromenace/Makefile
  head/games/openbubbles/Makefile
  head/games/opencity/Makefile
  head/games/openclonk/Makefile
  head/games/openglad/Makefile
  head/games/openjazz/Makefile
  head/games/openlierox/Makefile
  head/games/openmortal/Makefile
  head/games/openssn/Makefile
  head/games/openttd/Makefile
  head/games/openxcom/Makefile
  head/games/orbital_eunuchs_sniper/Makefile
  head/games/osgg/Makefile
  head/games/pachi/Makefile
  head/games/pacmanarena/Makefile
  head/games/paintown/Makefile
  head/games/palomino/Makefile
  head/games/passage/Makefile
  head/games/patapizza-tetris/Makefile
  head/games/pengpong/Makefile
  head/games/penguin-command/Makefile
  head/games/pengupop/Makefile
  head/games/phlipple/Makefile
  head/games/pinball/Makefile
  head/games/pingus/Makefile
  head/games/pink-pony/Makefile
  head/games/pipenightdreams/Makefile
  head/games/pipepanic/Makefile
  head/games/pipewalker/Makefile
  head/games/plee-the-bear/Makefile
  head/games/plutocracy/Makefile
  head/games/pmars-sdl/Makefile
  head/games/pokerth/Makefile
  head/games/pongix/Makefile
  head/games/popstar/Makefile
  head/games/pouetchess/Makefile
  head/games/powder/Makefile
  head/games/powermanga/Makefile
  head/games/ppracer/Makefile
  head/games/prboom/Makefile
  head/games/prboom-plus/Makefile
  head/games/primateplunge/Makefile
  head/games/puckman/Makefile
  head/games/pushover/Makefile
  head/games/py-fife/Makefile
  head/games/q2p/Makefile
  head/games/q2pro/Makefile
  head/games/qnetwalk/Makefile
  head/games/qonk/Makefile
  head/games/qtads/Makefile
  head/games/quadra/Makefile
  head/games/quake2lnx/Makefile
  head/games/quake2max/Makefile
  head/games/quakeforge/Makefile
  head/games/quantumminigolf/Makefile
  head/games/qudos/Makefile
  head/games/quetoo/Makefile
  head/games/r1q2/Makefile
  head/games/redeclipse/Makefile
  head/games/reminiscence/Makefile
  head/games/residualvm/Makefile
  head/games/rezerwar/Makefile
  head/games/ri-li/Makefile
  head/games/rnd_jue/Makefile
  head/games/rockdodger/Makefile
  head/games/rocksndiamonds/Makefile
  head/games/rottdc/Makefile
  head/games/sauerbraten/Makefile
  head/games/scorched3d/Makefile
  head/games/scourge/Makefile
  head/games/scramble/Makefile
  head/games/scummvm/Makefile
  head/games/scummvm-tools/Makefile
  head/games/sdb/Makefile
  head/games/sdl-ball/Makefile
  head/games/sdlCC/Makefile
  head/games/sdl_jewels/Makefile
  head/games/sdl_lopan/Makefile
  head/games/sdl_scavenger/Makefile
  head/games/sdlquake2/Makefile
  head/games/sdlroids/Makefile
  head/games/sdlsand/Makefile
  head/games/sea-defender/Makefile
  head/games/searchandrescue/Makefile
  head/games/secretmaryochronicles/Makefile
  head/games/senken/Makefile
  head/games/sets/Makefile
  head/games/shaaft/Makefile
  head/games/shootingstar/Makefile
  head/games/simplevaders/Makefile
  head/games/simutrans/Makefile
  head/games/slune/Makefile
  head/games/smashbattle/Makefile
  head/games/solarconquest/Makefile
  head/games/sopwith/Makefile
  head/games/spacejunk/Makefile
  head/games/spring/Makefile
  head/games/starfighter/Makefile
  head/games/stepmania-devel/Makefile
  head/games/stonesoup-sdl/Makefile
  head/games/stransball2/Makefile
  head/games/stratagus/Makefile
  head/games/supertux/Makefile
  head/games/supertux-devel/Makefile
  head/games/supertuxkart/Makefile
  head/games/syobon/Makefile
  head/games/tecnoballz/Makefile
  head/games/teeworlds/Makefile
  head/games/thegrind/Makefile
  head/games/thevalley/Makefile
  head/games/tileworld/Makefile
  head/games/tomatoes/Makefile
  head/games/tong/Makefile
  head/games/toppler/Makefile
  head/games/torcs/Makefile
  head/games/torrent/Makefile
  head/games/toycars/Makefile
  head/games/trackballs/Makefile
  head/games/traingame/Makefile
  head/games/tremulous/Makefile
  head/games/trigger/Makefile
  head/games/trimines/Makefile
  head/games/triplane/Makefile
  head/games/ttt/Makefile
  head/games/tuxmath/Makefile
  head/games/tuxpaint/Makefile
  head/games/tuxpuck/Makefile
  head/games/tuxracer/Makefile
  head/games/tuxtype/Makefile
  head/games/twind/Makefile
  head/games/ufoai/Makefile
  head/games/uhexen/Makefile
  head/games/uhexen2/Makefile
  head/games/ultimatestunts/Makefile
  head/games/untahris/Makefile
  head/games/uqm/Makefile
  head/games/valyriatear/Makefile
  head/games/vamos/Makefile
  head/games/vavoom/Makefile
  head/games/vectoroids/Makefile
  head/games/vegastrike/Makefile
  head/games/violetland/Makefile
  head/games/viruskiller/Makefile
  head/games/vodovod/Makefile
  head/games/volleyball/Makefile
  head/games/vor/Makefile
  head/games/vultures-eye/Makefile
  head/games/warmux/Makefile
  head/games/warsow/Makefile
  head/games/warzone2100/Makefile
  head/games/wesnoth/Makefile
  head/games/widelands/Makefile
  head/games/wizznic/Makefile
  head/games/wop/Makefile
  head/games/worldofpadman/Makefile
  head/games/xblast/Makefile
  head/games/xconq/Makefile
  head/games/xgalaga-sdl/Makefile
  head/games/xlogical/Makefile
  head/games/xmoto/Makefile
  head/games/xonotic/Makefile
  head/games/xorgramana/Makefile
  head/games/xpilot-ng-client/Makefile
  head/games/xpilot-ng-server/Makefile
  head/games/xpired/Makefile
  head/games/xrick/Makefile
  head/games/xye/Makefile
  head/games/zatacka/Makefile
  head/games/zaz/Makefile
  head/graphics/R-cran-rgdal/Makefile
  head/graphics/agg/Makefile
  head/graphics/aqsis/Makefile
  head/graphics/blender/Makefile
  head/graphics/bmp2html/Makefile
  head/graphics/cimg/Makefile
  head/graphics/darktable/Makefile
  head/graphics/devil/Makefile
  head/graphics/exact-image/Makefile
  head/graphics/founts/Makefile
  head/graphics/fpc-proj4/Makefile
  head/graphics/gdal/Makefile
  head/graphics/gegl/Makefile
  head/graphics/giflib/Makefile
  head/graphics/giflib/pkg-plist
  head/graphics/glosm/Makefile
  head/graphics/gnash/Makefile
  head/graphics/gource/Makefile
  head/graphics/grafx2/Makefile
  head/graphics/graphviz/Makefile
  head/graphics/graphviz/pkg-plist
  head/graphics/guilib/Makefile
  head/graphics/ida/Makefile
  head/graphics/imagesort/Makefile
  head/graphics/imlib/Makefile
  head/graphics/imlib2/Makefile
  head/graphics/iulib/Makefile
  head/graphics/jpeg/Makefile
  head/graphics/jpeg/files/patch-configure
  head/graphics/jpeg/pkg-plist
  head/graphics/jpeg-turbo/Makefile
  head/graphics/jpeg-turbo/pkg-plist
  head/graphics/lcdtest/Makefile
  head/graphics/leptonica/Makefile
  head/graphics/libafterimage/Makefile
  head/graphics/libart_lgpl/Makefile
  head/graphics/libart_lgpl/pkg-plist
  head/graphics/libgeotiff/Makefile
  head/graphics/libjpeg-turbo/Makefile
  head/graphics/librasterlite/Makefile
  head/graphics/libreatlas/Makefile
  head/graphics/mapnik/Makefile
  head/graphics/mapserver/Makefile
  head/graphics/metapixel/Makefile
  head/graphics/ming/Makefile
  head/graphics/mtpaint/Makefile
  head/graphics/ocaml-images/Makefile
  head/graphics/ocropus/Makefile
  head/graphics/ogre3d/Makefile
  head/graphics/openimageio/Makefile
  head/graphics/osg/Makefile
  head/graphics/osg-devel/Makefile
  head/graphics/p5-Geo-GDAL/Makefile
  head/graphics/p5-Geo-Proj4/Makefile
  head/graphics/p5-Image-Scale/Makefile
  head/graphics/p5-Imager/Makefile
  head/graphics/p5-Tk-JPEG-Lite/Makefile
  head/graphics/php5-swfed/Makefile
  head/graphics/picturebook/Makefile
  head/graphics/povray37/Makefile
  head/graphics/proj/Makefile
  head/graphics/proj/pkg-plist
  head/graphics/projectm-libvisual/Makefile
  head/graphics/py-ming/Makefile
  head/graphics/py-openimageio/Makefile
  head/graphics/py-soya3d/Makefile
  head/graphics/qgis/Makefile
  head/graphics/radius-engine/Makefile
  head/graphics/reallyslick/Makefile
  head/graphics/ruby-gdal/Makefile
  head/graphics/sage/Makefile
  head/graphics/sdl_gfx/Makefile
  head/graphics/sdl_image/Makefile
  head/graphics/sdl_image/pkg-plist
  head/graphics/sdl_ttf/Makefile
  head/graphics/sdl_ttf/pkg-plist
  head/graphics/show/Makefile
  head/graphics/simage/Makefile
  head/graphics/simpleviewer/Makefile
  head/graphics/swftools/Makefile
  head/graphics/sxiv/Makefile
  head/graphics/synaesthesia/Makefile
  head/graphics/tiff/Makefile
  head/graphics/tiff/pkg-plist
  head/graphics/tiffgt/Makefile
  head/graphics/timeless/Makefile
  head/graphics/vp/Makefile
  head/graphics/webp/Makefile
  head/graphics/white_dune/Makefile
  head/graphics/zgv/Makefile
  head/japanese/anthy/Makefile
  head/japanese/anthy/pkg-plist
  head/japanese/fcitx-anthy/Makefile
  head/japanese/ibus-anthy/Makefile
  head/japanese/im-ja/Makefile
  head/japanese/jmode/Makefile
  head/japanese/kasumi/Makefile
  head/japanese/libtomoe-gtk/Makefile
  head/japanese/libtomoe-gtk/pkg-plist
  head/japanese/ming/Makefile
  head/japanese/scim-anthy/Makefile
  head/japanese/scim-tomoe/Makefile
  head/japanese/uim-anthy/Makefile
  head/japanese/uim-tomoe-gtk/Makefile
  head/japanese/xjtext/Makefile
  head/java/openjdk8/Makefile
  head/lang/basic256/Makefile
  head/lang/bigloo/Makefile
  head/lang/hugs/Makefile
  head/lang/io/Makefile
  head/lang/ofc/Makefile
  head/lang/smalltalk/Makefile
  head/lang/tinypy/Makefile
  head/mail/spamprobe/Makefile
  head/mail/xfce4-mailwatch-plugin/Makefile
  head/math/PDL/Makefile
  head/math/octave-forge-octproj/Makefile
  head/math/saga/Makefile
  head/misc/explosions/Makefile
  head/misc/magicpoint/Makefile
  head/misc/wmweather+/Makefile
  head/misc/xsw/Makefile
  head/multimedia/2mandvd/Makefile
  head/multimedia/audacious-plugins/Makefile
  head/multimedia/avidemux2/Makefile
  head/multimedia/avidemux2/Makefile.common
  head/multimedia/avidemux26/Makefile
  head/multimedia/avidemux26-cli/Makefile
  head/multimedia/avidemux26-plugins/Makefile
  head/multimedia/avidemux26-qt4/Makefile
  head/multimedia/bombono/Makefile
  head/multimedia/dumpmpeg/Makefile
  head/multimedia/dvbcut/Makefile
  head/multimedia/dvdauthor/Makefile
  head/multimedia/ffmpeg/Makefile
  head/multimedia/ffmpeg0/Makefile
  head/multimedia/ffmpeg24/Makefile
  head/multimedia/gmerlin/Makefile
  head/multimedia/gmerlin-avdecoder/Makefile
  head/multimedia/gstreamer-plugins-dvd/Makefile
  head/multimedia/gstreamer1-plugins-dvdread/Makefile
  head/multimedia/handbrake/Makefile
  head/multimedia/kissdx/Makefile
  head/multimedia/libav/Makefile
  head/multimedia/libdv/Makefile
  head/multimedia/libdvdnav/Makefile
  head/multimedia/libdvdread/Makefile
  head/multimedia/libdvdread/pkg-plist
  head/multimedia/libmovtar/Makefile
  head/multimedia/libxine/Makefile
  head/multimedia/lives/Makefile
  head/multimedia/lsdvd/Makefile
  head/multimedia/lxdvdrip/Makefile
  head/multimedia/mencoder/Makefile
  head/multimedia/mjpegtools/Makefile
  head/multimedia/mkvtoolnix/Makefile
  head/multimedia/mlt/Makefile
  head/multimedia/mmpython/Makefile
  head/multimedia/mpeg4ip/Makefile
  head/multimedia/mplayer/Makefile
  head/multimedia/mplayer2/Makefile
  head/multimedia/mpv/Makefile
  head/multimedia/oggvideotools/Makefile
  head/multimedia/ogmrip/Makefile
  head/multimedia/ogmtools/Makefile
  head/multimedia/oqtplayer/Makefile
  head/multimedia/plexhometheater/Makefile
  head/multimedia/pwcbsd/Makefile
  head/multimedia/pwcview/Makefile
  head/multimedia/py-ffmpeg/Makefile
  head/multimedia/py-kaa-metadata/Makefile
  head/multimedia/qmmp/Makefile
  head/multimedia/quodlibet/Makefile
  head/multimedia/smpeg/Makefile
  head/multimedia/streamanalyze/Makefile
  head/multimedia/transcode/Makefile
  head/multimedia/vamps/Makefile
  head/multimedia/vcdimager/Makefile
  head/multimedia/vcdimager/pkg-plist
  head/multimedia/vlc/Makefile
  head/multimedia/xbmc/Makefile
  head/multimedia/xtheater/Makefile
  head/net/h323plus/Makefile
  head/net/minidlna/Makefile
  head/net/rdesktop/Makefile
  head/net/sdl_net/Makefile
  head/net/ssvnc/Makefile
  head/net/wizd/Makefile
  head/net-im/kmess-kde4/Makefile
  head/net-im/kopete-kde4/Makefile
  head/net-im/toxic/Makefile
  head/net-mgmt/driftnet/Makefile
  head/net-p2p/lopster/Makefile
  head/print/fontforge/Makefile
  head/print/kover/Makefile
  head/science/cdo/Makefile
  head/security/oath-toolkit/Makefile
  head/security/py-xmlsec/Makefile
  head/security/xmlsec1/Makefile
  head/security/xmlsec1/pkg-plist
  head/sysutils/ascpu/Makefile
  head/sysutils/asusoled/Makefile
  head/sysutils/bacula-client/Makefile
  head/sysutils/bacula-client-static/Makefile
  head/sysutils/bacula-server/Makefile
  head/sysutils/bacula-server/pkg-plist
  head/sysutils/bacula-server/pkg-plist.client
  head/sysutils/cdrdao/Makefile
  head/sysutils/dvdbackup/Makefile
  head/sysutils/fusefs-mp3fs/Makefile
  head/sysutils/gcdmaster/Makefile
  head/sysutils/graveman/Makefile
  head/sysutils/k3b-kde4/Makefile
  head/sysutils/libcdio/Makefile
  head/sysutils/logstalgia/Makefile
  head/sysutils/mtpfs/Makefile
  head/sysutils/tracker/Makefile
  head/sysutils/vobcopy/Makefile
  head/sysutils/xfburn/Makefile
  head/sysutils/xfce4-settings/Makefile
  head/textproc/expat2/Makefile
  head/textproc/expat2/pkg-plist
  head/textproc/fcitx-m17n/Makefile
  head/textproc/gladtex/Makefile
  head/textproc/ibus-m17n/Makefile
  head/textproc/libextractor/Makefile
  head/textproc/libxslt/Makefile
  head/textproc/libxslt/pkg-plist
  head/textproc/m17n-im-config/Makefile
  head/textproc/py-libxslt/pkg-plist
  head/textproc/scim-m17n/Makefile
  head/textproc/sigil/Makefile
  head/textproc/uim-m17nlib/Makefile
  head/www/chromium/Makefile
  head/www/mod_mono/Makefile
  head/www/mod_musicindex/Makefile
  head/x11/kdelibs4/Makefile
  head/x11/libexo/Makefile
  head/x11/libexo/pkg-plist
  head/x11/metisse/Makefile
  head/x11/mlterm/Makefile
  head/x11/mrxvt/Makefile
  head/x11/wdm/Makefile
  head/x11/xfce4-clipman-plugin/Makefile
  head/x11/xfce4-screenshooter-plugin/Makefile
  head/x11/xfce4-verve-plugin/Makefile
  head/x11/xfce4-whiskermenu-plugin/Makefile
  head/x11-fm/tdfsb/Makefile
  head/x11-fm/thunar/Makefile
  head/x11-fm/thunar-vfs/Makefile
  head/x11-toolkits/gai/Makefile
  head/x11-toolkits/gnustep-back/Makefile
  head/x11-toolkits/gnustep-gui/Makefile
  head/x11-toolkits/libgdiplus/Makefile
  head/x11-toolkits/p5-Prima/Makefile
  head/x11-toolkits/p5-Tk/Makefile
  head/x11-toolkits/sdl_pango/Makefile
  head/x11-wm/afterstep-stable/Makefile
  head/x11-wm/libwraster/Makefile
  head/x11-wm/windowmaker/Makefile
  head/x11-wm/wmakerconf/Makefile
  head/x11-wm/xfce4-desktop/Makefile
  head/x11-wm/xfce4-panel/Makefile