From nobody@FreeBSD.org  Thu Mar  4 01:26:55 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3B8E0106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Mar 2010 01:26:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 29B188FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Mar 2010 01:26:55 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o241QsM2088252
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 4 Mar 2010 01:26:54 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o241Qsmv088226;
	Thu, 4 Mar 2010 01:26:54 GMT
	(envelope-from nobody)
Message-Id: <201003040126.o241Qsmv088226@www.freebsd.org>
Date: Thu, 4 Mar 2010 01:26:54 GMT
From: Leinier Cruz Salfran <salfrancl@yahoo.es>
To: freebsd-gnats-submit@FreeBSD.org
Subject: i want to submit a new port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144456
>Category:       ports
>Synopsis:       i want to submit a new port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 04 01:30:06 UTC 2010
>Closed-Date:    Thu Mar 11 08:57:35 UTC 2010
>Last-Modified:  Thu Mar 11 09:00:07 UTC 2010
>Originator:     Leinier Cruz Salfran
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD salfrancl.ipigto.rimed.cu 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Feb 20 15:40:38 CST 2010     root@salfrancl.ipigto.rimed.cu:/usr/obj/usr/src/sys/SALFRANCL_I386  i386
>Description:
I want to submit a new port.

/usr/ports/multimedia/aegisub
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	aegisub
#	aegisub/Makefile
#	aegisub/distinfo
#	aegisub/pkg-descr
#	aegisub/pkg-plist
#
echo c - aegisub
mkdir -p aegisub > /dev/null 2>&1
echo x - aegisub/Makefile
sed 's/^X//' >aegisub/Makefile << '16e6750ebeac3212450af50cdc3d20e0'
X# New ports collection makefile for:	aegisub
X# Date created:							2nd March 2010
X# Whom:									Leinier Cruz Salfran <salfrancl@yahoo.es>
X#
X# $FreeBSD$
X#    $MCom: ports-stable/multimedia/aegisub/Makefile,v 0.2 2010/03/03 11:24:00 salfrancl Exp $
X#      $Id: Makefile,v 0.2 2010/03/03 11:24:00 salfrancl Exp $
X#
X
XPORTNAME=	aegisub
XDISTVERSION=	2.1.8
X#PORTREVISION=	2
XCATEGORIES=	x11 multimedia
XMASTER_SITES=	http://ftp.aegisub.org/pub/releases/ \
X		http://ftp2.aegisub.org/pub/releases/ \
X		ftp://ftp.aegisub.org/pub/releases/ \
X		ftp://ftp2.aegisub.org/pub/releases/
X
XMAINTAINER=	salfrancl@yahoo.es
XCOMMENT=	Aegisub Project is a cross-platform subtitle editor
X
XOPTIONS=	DEBUG 		"Enable debug" Off \
X			PROFILE 	"Enable profiling" Off \
X			GCOV		"Enable GCOV (require profiling)" Off \
X			EFENCE		"Enable Electric Fence (require profiling)" Off \
X			NLS			"Enable Native Language Support" On \
X			PORTAUDIO	"Enable PortAudio2 audio provider (only one)" Off \
X			PULSE		"Enable PulseAudio audio provider (only one)" On \
X			OSS			"Enable OSS audio player (require portaudio)" Off \
X			FFMPEG		"Enable FFMPEG video provider" On \
X			HUNSPELL	"Hungarian Spell" On \
X			LUA			"LUA Scripting" On \
X			PERL		"Perl Scripting" Off
X
XUSE_FREETYPE=	yes
XUSE_ICONV=	yes
XUSE_GNOME=	pkgconfig
XUSE_WX=	2.8
XWX_COMPS=	wx contrib
XWX_UNICODE=	yes
XCONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG}
X
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XCFLAGS=	-I${LOCALBASE}/include -I${LOCALBASE}/lib/wx/include/gtk2-unicode-release-2.8/ -I${LOCALBASE}/include/wx-2.8
XLDFLAGS=	-L${LOCALBASE}/lib
X
XINSTALLS_ICONS=	yes
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_DEBUG)
XCONFIGURE_ARGS+=	--enable-debug --enable-debug-exceptions
X.endif
X.if defined(WITH_GCOV)
XCONFIGURE_ARGS+=	--enable-gcov
XWITH_PROFILE=	yes
X.endif
X.if defined(WITH_EFENCE)
XCONFIGURE_ARGS+=	--enable-efence
XWITH_PROFILE=	yes
X.endif
X.if defined(WITHOUT_NLS)
XCONFIGURE_ARGS+=	--without-nls
X.else
XUSE_GETTEXT=	yes
X.endif
X.if defined(WITH_PROFILE)
XCONFIGURE_ARGS+=	--enable-profile
X.endif
X.if defined(WITH_PORTAUDIO)
XBUILD_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/portaudio-2.0.pc:${PORTSDIR}/audio/portaudio2
X.endif
X.if defined(WITH_PULSE)
XBUILD_DEPENDS+=	pulseaudio:${PORTSDIR}/audio/pulseaudio
X.endif
X.if defined(WITH_OSS)
XBUILD_DEPENDS+=	ossinfo:${PORTSDIR}/audio/oss
X.endif
X.if defined(WITH_PULSE)
XCONFIGURE_ARGS+=	--with-player-audio=pulseaudio
X.else
X.if defined(WITH_OSS)
XCONFIGURE_ARGS+=	--with-player-audio=portaudio
X.endif
X.endif
X.if defined(WITH_FFMPEG)
XBUILD_DEPENDS+=	ffmpeg:${PORTSDIR}/multimedia/ffmpeg
XCONFIGURE_ARGS+=	--with-provider-video=ffmpegsource --with-provider-audio=ffmpegsource
X.endif
X.if defined(WITH_HUNSPELL)
XBUILD_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/hunspell.pc:${PORTSDIR}/hungarian/hunspell
X.endif
X.if defined(WITH_LUA)
XUSE_LUA=	5.1+
XCONFIGURE_ENV+=	LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LDFLAGS="-L${LUA_LIBDIR} -llua"
X.endif
X.if defined(WITH_PERL)
XUSE_PERL5=	yes
X.endif
X
X.include <bsd.port.post.mk>
16e6750ebeac3212450af50cdc3d20e0
echo x - aegisub/distinfo
sed 's/^X//' >aegisub/distinfo << 'dcc7a12f87ec0350656c3b6a18616317'
XMD5 (aegisub-2.1.8.tar.gz) = 04438f9c237618d225d3654cded3d4bb
XSHA256 (aegisub-2.1.8.tar.gz) = a67356e5c4fa376738d363f1cf5e50aa74e6b69e76a089ed0442bf6d7390d769
XSIZE (aegisub-2.1.8.tar.gz) = 2431099
dcc7a12f87ec0350656c3b6a18616317
echo x - aegisub/pkg-descr
sed 's/^X//' >aegisub/pkg-descr << '45d8529c214c94c5a6fa8378307aae85'
XThe Aegisub Project is a community-driven effort to write the BSDL licensed
Xcross-platform subtitle editor Aegisub. Composed completely of volunteers
Xpassionate about subtitling, as a project it strives to be open, fair and
Xmost of all: free.
X
XWWW: http://www.aegisub.org/
45d8529c214c94c5a6fa8378307aae85
echo x - aegisub/pkg-plist
sed 's/^X//' >aegisub/pkg-plist << '900b1a365c44336ddb22045c4061c6e2'
Xbin/aegisub-2.1
Xshare/aegisub/2.1/automation/autoload/cleantags-autoload.lua
Xshare/aegisub/2.1/automation/autoload/kara-templater.lua
Xshare/aegisub/2.1/automation/autoload/karaoke-auto-leadin.lua
Xshare/aegisub/2.1/automation/autoload/macro-1-edgeblur.lua
Xshare/aegisub/2.1/automation/autoload/macro-2-mkfullwitdh.lua
Xshare/aegisub/2.1/automation/include/Aegisub.pm
Xshare/aegisub/2.1/automation/include/Aegisub/Progress.pm
Xshare/aegisub/2.1/automation/include/Aegisub/Script.pm
Xshare/aegisub/2.1/automation/include/Auto4Utils.pm
Xshare/aegisub/2.1/automation/include/cleantags.lua
Xshare/aegisub/2.1/automation/include/karaskel-adv.lua
Xshare/aegisub/2.1/automation/include/karaskel-auto4.lua
Xshare/aegisub/2.1/automation/include/karaskel-base.lua
Xshare/aegisub/2.1/automation/include/karaskel.lua
Xshare/aegisub/2.1/automation/include/unicode.lua
Xshare/aegisub/2.1/automation/include/utils-auto4.lua
Xshare/aegisub/2.1/automation/include/utils.lua
Xshare/applications/aegisub.desktop
Xshare/doc/aegisub/2.1/automation3.txt
Xshare/doc/aegisub/2.1/demos/future-windy-blur.lua
Xshare/doc/aegisub/2.1/demos/raytracer-test1.ass
Xshare/doc/aegisub/2.1/demos/raytracer.lua
Xshare/doc/aegisub/2.1/v4-docs/basic-function-interface.txt
Xshare/doc/aegisub/2.1/v4-docs/configuration-dialogs.txt
Xshare/doc/aegisub/2.1/v4-docs/file-streams.txt
Xshare/doc/aegisub/2.1/v4-docs/misc.txt
Xshare/doc/aegisub/2.1/v4-docs/overview.txt
Xshare/doc/aegisub/2.1/v4-docs/progress-reporting.txt
Xshare/doc/aegisub/2.1/v4-docs/subtitle-data.txt
Xshare/doc/aegisub/2.1/v4-docs/template-scripting-ideas.ass
Xshare/icons/hicolor/16x16/apps/aegisub.png
Xshare/icons/hicolor/22x22/apps/aegisub.png
Xshare/icons/hicolor/24x24/apps/aegisub.png
Xshare/icons/hicolor/32x32/apps/aegisub.png
Xshare/icons/hicolor/48x48/apps/aegisub.png
Xshare/icons/hicolor/64x64/apps/aegisub.png
Xshare/icons/hicolor/scalable/apps/aegisub.svg
Xshare/locale/ca/LC_MESSAGES/aegisub21.mo
Xshare/locale/cs/LC_MESSAGES/aegisub21.mo
Xshare/locale/da/LC_MESSAGES/aegisub21.mo
Xshare/locale/de/LC_MESSAGES/aegisub21.mo
Xshare/locale/el/LC_MESSAGES/aegisub21.mo
Xshare/locale/es/LC_MESSAGES/aegisub21.mo
Xshare/locale/fi/LC_MESSAGES/aegisub21.mo
Xshare/locale/fr_FR/LC_MESSAGES/aegisub21.mo
Xshare/locale/hu/LC_MESSAGES/aegisub21.mo
Xshare/locale/it/LC_MESSAGES/aegisub21.mo
Xshare/locale/ja/LC_MESSAGES/aegisub21.mo
Xshare/locale/ko/LC_MESSAGES/aegisub21.mo
Xshare/locale/pt_BR/LC_MESSAGES/aegisub21.mo
Xshare/locale/ru/LC_MESSAGES/aegisub21.mo
Xshare/locale/vi/LC_MESSAGES/aegisub21.mo
Xshare/locale/zh_CN/LC_MESSAGES/aegisub21.mo
Xshare/locale/zh_TW/LC_MESSAGES/aegisub21.mo
X@dirrm share/icons/hicolor/scalable/apps
X@dirrm share/icons/hicolor/scalable
X@dirrm share/icons/hicolor/64x64/apps
X@dirrm share/icons/hicolor/64x64
X@dirrm share/icons/hicolor/48x48/apps
X@dirrm share/icons/hicolor/48x48
X@dirrm share/icons/hicolor/32x32/apps
X@dirrm share/icons/hicolor/32x32
X@dirrm share/icons/hicolor/24x24/apps
X@dirrm share/icons/hicolor/24x24
X@dirrm share/icons/hicolor/22x22/apps
X@dirrm share/icons/hicolor/22x22
X@dirrm share/icons/hicolor/16x16/apps
X@dirrm share/icons/hicolor/16x16
X@dirrm share/icons/hicolor
X@dirrm share/icons
X@dirrm share/doc/aegisub/2.1/v4-docs
X@dirrm share/doc/aegisub/2.1/demos
X@dirrm share/doc/aegisub/2.1
X@dirrm share/doc/aegisub
X@dirrm share/applications
X@dirrm share/aegisub/2.1/automation/include/Aegisub
X@dirrm share/aegisub/2.1/automation/include
X@dirrm share/aegisub/2.1/automation/autoload
X@dirrm share/aegisub/2.1/automation
X@dirrm share/aegisub/2.1
X@dirrm share/aegisub
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
900b1a365c44336ddb22045c4061c6e2
exit



>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Thu Mar 4 01:30:18 UTC 2010 
Class-Changed-Why:  
Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144456 
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Thu Mar 4 01:41:43 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144456 

From: wen heping <wenheping@gmail.com>
To: bug-followup@FreeBSD.org, salfrancl@yahoo.es
Cc:  
Subject: Re: ports/144456: i want to submit a new port
Date: Fri, 5 Mar 2010 18:58:03 +0800

 Hi,
 
    The build failed on my box, would you fix it ?
    Below is the build log.
    And I suggest you run portlint -AC after you create a new port.
 
 
 wen
 
 
 
 
 building aegisub-2.1.8 in directory /usr/local/tinderbox/9.0-FreeBSD
 build started at Fri Mar  5 08:49:23 UTC 2010
 port directory: /usr/ports/multimedia/aegisub
 building for:  9.0-CURRENT i386
 maintained by: salfrancl@yahoo.es
 Makefile ident:
 prefixes: LOCALBASE=usr/local X11BASE=usr/local PREFIX=/usr/local
 Begin Configuration:
 ---Begin Environment---
 ARCH=i386
 PACKAGE_BUILDING=1
 USER=root
 CCACHE_DIR=
 BRANCH=CURRENT
 CCACHE_NOLINK=1
 HOST_WORKDIR=
 X11BASE=/usr/local
 BATCH=1
 OLDPWD=/
 HOME=/root
 PKGZIPCMD=bzip2
 HAVE_MOTIF=1
 FTP_TIMEOUT=900
 HTTP_TIMEOUT=900
 defaultUpdateHost=cvsup.FreeBSDChina.org
 pb=/usr/local/tinderbox
 DISTFILE_CACHE=/usr/ports/distfiles
 OSREL=9.0
 defaultUpdateType=CSUP
 TINDERD_LOGFILE=/dev/null
 PORTOBJFORMAT=elf
 WRKDIRPREFIX=/work
 DISTDIR=/tmp/distfiles
 DISTCACHE=/distcache
 CCACHE_LOGFILE=
 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/local/bin
 PACKAGES=/tmp/packages
 TIMEOUT=7200
 PKGSUFFIX=.tbz
 OSVERSION=900008
 OPTIONS_ENABLED=0
 __DSVERSION__=3.2
 TINDERD_SLEEPTIME=120
 UNAME_n=tinderbox.host
 __MKLVL__=1
 CCACHE_JAIL=0
 LOCALBASE=/usr/local
 CCACHE_MAX_SIZE=1G
 DISTFILE_URI=
 X_WINDOW_SYSTEM=xorg
 MASTER_SITE_OVERRIDE=file:///distcache/${DIST_SUBDIR}/
 OPTIONS_DIR=
 UNAME_r=9.0-CURRENT
 USA_RESIDENT=YES
 UNAME_s=FreeBSD
 PARALLEL_PACKAGE_BUILD=1
 PWD=/usr/ports/multimedia/aegisub
 UNAME_v=FreeBSD 9.0-CURRENT #0: Fri Mar  5 15:33:05 CST 2010
 root@tinderbox.host:/usr/src/sys/magic/kernel/path
 FTP_PASSIVE_MODE=yes
 CCACHE_ENABLED=0
 INDEXFILE=INDEX-9
 ---End Environment---
 
 ---Begin OPTIONS List---
 ===> The following configuration options are available for aegisub-2.1.8:
      DEBUG=Off (default) "Enable debug"
      PROFILE=Off (default) "Enable profiling"
      GCOV=Off (default) "Enable GCOV (require profiling)"
      EFENCE=Off (default) "Enable Electric Fence (require profiling)"
      NLS=On (default) "Enable Native Language Support"
      PORTAUDIO=Off (default) "Enable PortAudio2 audio provider (only one)"
      PULSE=On (default) "Enable PulseAudio audio provider (only one)"
      OSS=Off (default) "Enable OSS audio player (require portaudio)"
      FFMPEG=On (default) "Enable FFMPEG video provider"
      HUNSPELL=On (default) "Hungarian Spell"
      LUA=On (default) "LUA Scripting"
      PERL=Off (default) "Perl Scripting"
 ===> Use 'make config' to modify these settings
 ---End OPTIONS List---
 
 End Configuration.
 FETCH_DEPENDS=
 PATCH_DEPENDS=
 EXTRACT_DEPENDS=
 BUILD_DEPENDS=libsamplerate-0.1.7_1.tbz speex-1.2.r1_2,1.tbz
 dbus-1.2.16_1.tbz gdbm-1.8.3_3.tbz libexecinfo-1.1_3.tbz
 consolekit-0.4.1_2.tbz avahi-app-0.6.25_2.tbz hal-0.5.13_14.tbz
 gettext-0.17_1.tbz libltdl-2.2.6b.tbz atk-1.28.0.tbz
 gconf2-2.28.0_1.tbz glib-2.22.4.tbz gtk-2.18.7.tbz libIDL-0.8.13.tbz
 libxml2-2.7.6_1.tbz ORBit2-2.14.17.tbz pango-1.26.2.tbz
 libX11-1.2.1_1,1.tbz libSM-1.1.0_1,1.tbz libXtst-1.0.3_1.tbz
 libICE-1.0.4_1,1.tbz pkg-config-0.23_1.tbz gio-fam-backend-2.22.4.tbz
 libsndfile-1.0.20_1.tbz fftw3-3.2.2_1.tbz libogg-1.1.4,4.tbz
 expat-2.0.1_1.tbz gnome_subr-1.0.tbz dbus-glib-0.84.tbz
 polkit-0.96_1.tbz libdaemon-0.12.tbz policykit-0.9_6.tbz
 libvolume_id-0.81.1.tbz pciids-20091229.tbz python26-2.6.4.tbz
 dmidecode-2.10.tbz libiconv-1.13.1_1.tbz gnomehier-2.3_12.tbz
 pcre-8.00.tbz perl-5.10.1.tbz png-1.2.42.tbz tiff-3.9.2_1.tbz
 jpeg-8.tbz jasper-1.900.1_9.tbz shared-mime-info-0.71.tbz
 hicolor-icon-theme-0.12.tbz libXext-1.0.5,1.tbz libXrender-0.9.4_1.tbz
 libXinerama-1.0.3,1.tbz libXi-1.2.1,1.tbz libXrandr-1.3.0.tbz
 libXcursor-1.1.9_1.tbz libXfixes-4.0.3_1.tbz libXdamage-1.1.1.tbz
 libXcomposite-0.4.0,1.tbz cairo-1.8.8,1.tbz
 xorg-fonts-truetype-7.4.tbz encodings-1.0.2,1.tbz libXft-2.1.14.tbz
 libxcb-1.5.tbz kbproto-1.0.3.tbz libXau-1.0.4.tbz libXdmcp-1.0.2_1.tbz
 xproto-7.0.15.tbz recordproto-1.13.2.tbz inputproto-1.5.0.tbz
 gamin-0.1.10_3.tbz flac-1.2.1_1.tbz libvorbis-1.2.3_1,3.tbz
 eggdbus-0.6.tbz gobject-introspection-0.6.7.tbz jbigkit-1.6.tbz
 xextproto-7.0.5.tbz renderproto-0.9.3.tbz xineramaproto-1.1.2.tbz
 randrproto-1.3.0.tbz fixesproto-4.0.tbz damageproto-1.1.0_2.tbz
 compositeproto-0.4.tbz freetype2-2.3.11.tbz fontconfig-2.8.0,1.tbz
 pixman-0.16.6.tbz xcb-util-0.3.6_1.tbz font-bh-ttf-1.0.0.tbz
 font-misc-meltho-1.0.0_1.tbz font-misc-ethiopic-1.0.0.tbz
 bitstream-vera-1.10_4.tbz font-util-1.0.1.tbz
 libpthread-stubs-0.3_3.tbz libffi-3.0.9.tbz bison-2.4.1,1.tbz
 mkfontdir-1.0.4.tbz mkfontscale-1.0.6.tbz m4-1.4.13,1.tbz
 libfontenc-1.0.4.tbz pulseaudio-0.9.21_2.tbz faad2-2.7_2,1.tbz
 schroedinger-1.0.7_2.tbz libtheora-1.1.1_1.tbz x264-0.0.20090119.tbz
 xvid-1.2.2_1,1.tbz liboil-0.3.16.tbz gpac-libgpac-0.4.5_2,1.tbz
 libGL-7.4.4.tbz libGLU-7.4.4.tbz libdrm-2.4.12.tbz dri2proto-2.1.tbz
 libXxf86vm-1.0.2.tbz xf86vidmodeproto-2.2.2.tbz ffmpeg-0.5_2,1.tbz
 hu-hunspell-1.2.8.tbz gmake-3.81_3.tbz freetype-1.3.1_4.tbz
 lua-5.1.4.tbz libmspack-0.0.20060920.tbz wxgtk2-common-2.8.10_3.tbz
 gstreamer-plugins-0.10.25_1,3.tbz gstreamer-0.10.26.tbz popt-1.14.tbz
 libXv-1.0.4,1.tbz videoproto-2.2.2.tbz wxgtk2-unicode-2.8.10_3.tbz
 wxgtk2-contrib-common-2.8.10_3.tbz wxgtk2-unicode-contrib-2.8.10_3.tbz
 RUN_DEPENDS=libiconv-1.13.1_1.tbz gettext-0.17_1.tbz
 freetype-1.3.1_4.tbz pkg-config-0.23_1.tbz lua-5.1.4.tbz
 png-1.2.42.tbz jpeg-8.tbz tiff-3.9.2_1.tbz expat-2.0.1_1.tbz
 libmspack-0.0.20060920.tbz libGLU-7.4.4.tbz atk-1.28.0.tbz
 gconf2-2.28.0_1.tbz glib-2.22.4.tbz gtk-2.18.7.tbz libIDL-0.8.13.tbz
 libxml2-2.7.6_1.tbz ORBit2-2.14.17.tbz pango-1.26.2.tbz
 wxgtk2-common-2.8.10_3.tbz libX11-1.2.1_1,1.tbz libSM-1.1.0_1,1.tbz
 libXxf86vm-1.0.2.tbz libXinerama-1.0.3,1.tbz
 gstreamer-plugins-0.10.25_1,3.tbz gio-fam-backend-2.22.4.tbz
 jbigkit-1.6.tbz libGL-7.4.4.tbz libXext-1.0.5,1.tbz
 libXdamage-1.1.1.tbz libXfixes-4.0.3_1.tbz dbus-glib-0.84.tbz
 polkit-0.96_1.tbz gnomehier-2.3_12.tbz pcre-8.00.tbz
 python26-2.6.4.tbz perl-5.10.1.tbz jasper-1.900.1_9.tbz
 shared-mime-info-0.71.tbz hicolor-icon-theme-0.12.tbz
 libXrender-0.9.4_1.tbz libXi-1.2.1,1.tbz libXrandr-1.3.0.tbz
 libXcursor-1.1.9_1.tbz libXcomposite-0.4.0,1.tbz cairo-1.8.8,1.tbz
 xorg-fonts-truetype-7.4.tbz encodings-1.0.2,1.tbz libXft-2.1.14.tbz
 libxcb-1.5.tbz kbproto-1.0.3.tbz libXau-1.0.4.tbz libXdmcp-1.0.2_1.tbz
 xproto-7.0.15.tbz libICE-1.0.4_1,1.tbz xf86vidmodeproto-2.2.2.tbz
 xineramaproto-1.1.2.tbz gstreamer-0.10.26.tbz popt-1.14.tbz
 liboil-0.3.16.tbz gamin-0.1.10_3.tbz libdrm-2.4.12.tbz
 dri2proto-2.1.tbz xextproto-7.0.5.tbz damageproto-1.1.0_2.tbz
 fixesproto-4.0.tbz dbus-1.2.16_1.tbz eggdbus-0.6.tbz
 gobject-introspection-0.6.7.tbz renderproto-0.9.3.tbz
 inputproto-1.5.0.tbz randrproto-1.3.0.tbz compositeproto-0.4.tbz
 freetype2-2.3.11.tbz fontconfig-2.8.0,1.tbz pixman-0.16.6.tbz
 xcb-util-0.3.6_1.tbz font-bh-ttf-1.0.0.tbz
 font-misc-meltho-1.0.0_1.tbz font-misc-ethiopic-1.0.0.tbz
 bitstream-vera-1.10_4.tbz font-util-1.0.1.tbz
 libpthread-stubs-0.3_3.tbz libXv-1.0.4,1.tbz gnome_subr-1.0.tbz
 libffi-3.0.9.tbz bison-2.4.1,1.tbz mkfontdir-1.0.4.tbz
 mkfontscale-1.0.6.tbz videoproto-2.2.2.tbz m4-1.4.13,1.tbz
 libfontenc-1.0.4.tbz wxgtk2-unicode-2.8.10_3.tbz
 wxgtk2-contrib-common-2.8.10_3.tbz wxgtk2-unicode-contrib-2.8.10_3.tbz
 add_pkg
 ================================================================
 ====================<phase 1: make checksum>====================
 => aegisub-2.1.8.tar.gz doesn't seem to exist in /tmp/distfiles/.
 => Attempting to fetch from file:///distcache//.
 aegisub-2.1.8.tar.gz                                  2374 kB   14 MBps
 => MD5 Checksum OK for aegisub-2.1.8.tar.gz.
 => SHA256 Checksum OK for aegisub-2.1.8.tar.gz.
 ================================================================
 ====================<phase 2: make extract>====================
 add_pkg
 ===>  Extracting for aegisub-2.1.8
 => MD5 Checksum OK for aegisub-2.1.8.tar.gz.
 => SHA256 Checksum OK for aegisub-2.1.8.tar.gz.
 ================================================================
 ====================<phase 3: make patch>====================
 add_pkg
 ===>  Patching for aegisub-2.1.8
 ================================================================
 ====================<phase 4: make build>====================
 add_pkg libsamplerate-0.1.7_1.tbz speex-1.2.r1_2,1.tbz
 dbus-1.2.16_1.tbz gdbm-1.8.3_3.tbz libexecinfo-1.1_3.tbz
 consolekit-0.4.1_2.tbz avahi-app-0.6.25_2.tbz hal-0.5.13_14.tbz
 gettext-0.17_1.tbz libltdl-2.2.6b.tbz atk-1.28.0.tbz
 gconf2-2.28.0_1.tbz glib-2.22.4.tbz gtk-2.18.7.tbz libIDL-0.8.13.tbz
 libxml2-2.7.6_1.tbz ORBit2-2.14.17.tbz pango-1.26.2.tbz
 libX11-1.2.1_1,1.tbz libSM-1.1.0_1,1.tbz libXtst-1.0.3_1.tbz
 libICE-1.0.4_1,1.tbz pkg-config-0.23_1.tbz gio-fam-backend-2.22.4.tbz
 libsndfile-1.0.20_1.tbz fftw3-3.2.2_1.tbz libogg-1.1.4,4.tbz
 expat-2.0.1_1.tbz gnome_subr-1.0.tbz dbus-glib-0.84.tbz
 polkit-0.96_1.tbz libdaemon-0.12.tbz policykit-0.9_6.tbz
 libvolume_id-0.81.1.tbz pciids-20091229.tbz python26-2.6.4.tbz
 dmidecode-2.10.tbz libiconv-1.13.1_1.tbz gnomehier-2.3_12.tbz
 pcre-8.00.tbz perl-5.10.1.tbz png-1.2.42.tbz tiff-3.9.2_1.tbz
 jpeg-8.tbz jasper-1.900.1_9.tbz shared-mime-info-0.71.tbz
 hicolor-icon-theme-0.12.tbz libXext-1.0.5,1.tbz libXrender-0.9.4_1.tbz
 libXinerama-1.0.3,1.tbz libXi-1.2.1,1.tbz libXrandr-1.3.0.tbz
 libXcursor-1.1.9_1.tbz libXfixes-4.0.3_1.tbz libXdamage-1.1.1.tbz
 libXcomposite-0.4.0,1.tbz cairo-1.8.8,1.tbz
 xorg-fonts-truetype-7.4.tbz encodings-1.0.2,1.tbz libXft-2.1.14.tbz
 libxcb-1.5.tbz kbproto-1.0.3.tbz libXau-1.0.4.tbz libXdmcp-1.0.2_1.tbz
 xproto-7.0.15.tbz recordproto-1.13.2.tbz inputproto-1.5.0.tbz
 gamin-0.1.10_3.tbz flac-1.2.1_1.tbz libvorbis-1.2.3_1,3.tbz
 eggdbus-0.6.tbz gobject-introspection-0.6.7.tbz jbigkit-1.6.tbz
 xextproto-7.0.5.tbz renderproto-0.9.3.tbz xineramaproto-1.1.2.tbz
 randrproto-1.3.0.tbz fixesproto-4.0.tbz damageproto-1.1.0_2.tbz
 compositeproto-0.4.tbz freetype2-2.3.11.tbz fontconfig-2.8.0,1.tbz
 pixman-0.16.6.tbz xcb-util-0.3.6_1.tbz font-bh-ttf-1.0.0.tbz
 font-misc-meltho-1.0.0_1.tbz font-misc-ethiopic-1.0.0.tbz
 bitstream-vera-1.10_4.tbz font-util-1.0.1.tbz
 libpthread-stubs-0.3_3.tbz libffi-3.0.9.tbz bison-2.4.1,1.tbz
 mkfontdir-1.0.4.tbz mkfontscale-1.0.6.tbz m4-1.4.13,1.tbz
 libfontenc-1.0.4.tbz pulseaudio-0.9.21_2.tbz faad2-2.7_2,1.tbz
 schroedinger-1.0.7_2.tbz libtheora-1.1.1_1.tbz x264-0.0.20090119.tbz
 xvid-1.2.2_1,1.tbz liboil-0.3.16.tbz gpac-libgpac-0.4.5_2,1.tbz
 libGL-7.4.4.tbz libGLU-7.4.4.tbz libdrm-2.4.12.tbz dri2proto-2.1.tbz
 libXxf86vm-1.0.2.tbz xf86vidmodeproto-2.2.2.tbz ffmpeg-0.5_2,1.tbz
 hu-hunspell-1.2.8.tbz gmake-3.81_3.tbz freetype-1.3.1_4.tbz
 lua-5.1.4.tbz libmspack-0.0.20060920.tbz wxgtk2-common-2.8.10_3.tbz
 gstreamer-plugins-0.10.25_1,3.tbz gstreamer-0.10.26.tbz popt-1.14.tbz
 libXv-1.0.4,1.tbz videoproto-2.2.2.tbz wxgtk2-unicode-2.8.10_3.tbz
 wxgtk2-contrib-common-2.8.10_3.tbz wxgtk2-unicode-contrib-2.8.10_3.tbz
 adding dependencies
 pkg_add libsamplerate-0.1.7_1.tbz
 pkg_add speex-1.2.r1_2,1.tbz
 pkg_add dbus-1.2.16_1.tbz
 
 
 *****************************************************************
 Although libxcb can yield dramatic improvements in speed,
 memory footprint, and responsiveness, and will probably
 become the default Xlib for X.org/freedesktop.org, it is
 still experimental software.  Some broken callers will abort()
 on locking assertion failures.  As a temporary workaround, set
 LIBXCB_ALLOW_SLOPPY_LOCK in your environment to skip the abort().
 This may result in noisy stacktrace printing.
 *****************************************************************
 
 pkg_add gdbm-1.8.3_3.tbz
 pkg_add libexecinfo-1.1_3.tbz
 pkg_add consolekit-0.4.1_2.tbz
 
 ====
 Note that some of the standard modules are provided as separate
 ports since they require extra dependencies:
 
 bsddb           databases/py-bsddb
 gdbm            databases/py-gdbm
 sqlite3		databases/py-sqlite3
 tkinter         x11-toolkits/py-tkinter
 
 Install them as needed.
 ====
 
 Removing stale symlinks from /usr/bin...
     Skipping /usr/bin/perl
     Skipping /usr/bin/perl5
 Done.
 Creating various symlinks in /usr/bin...
     Symlinking /usr/local/bin/perl5.10.1 to /usr/bin/perl
     Symlinking /usr/local/bin/perl5.10.1 to /usr/bin/perl5
 Done.
 Cleaning up /etc/make.conf... Done.
 Spamming /etc/make.conf... Done.
 Cleaning up /etc/manpath.config... Done.
 Spamming /etc/manpath.config... Done.
 
 ===============================================================================
 
 Gamin will only provide realtime notification of changes for at most n files,
 where n is the minimum value between (kern.maxfiles * 0.7) and
 (kern.maxfilesperproc - 200). Beyond that limit, files will be polled.
 
 If you often open several large folders with Nautilus, you might want to
 increase the kern.maxfiles tunable (you do not need to set
 kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles).
 
 For a typical desktop, add the following line to /boot/loader.conf, then
 reboot the system:
 
     kern.maxfiles="25000"
 
 The behavior of gamin can be controlled via the various gaminrc files.
 See http://www.gnome.org/~veillard/gamin/config.html on how to create
 these files.  In particular, if you find gam_server is taking up too much
 CPU time polling for changes, something like the following may help
 in one of the gaminrc files:
 
 # reduce polling frequency to once per 10 seconds
 # for UFS file systems in order to lower CPU load
 fsset ufs poll 10
 
 ===============================================================================
 
 pkg_add avahi-app-0.6.25_2.tbz
 Added group "avahi".
 Added user "avahi".
 pkg_add hal-0.5.13_14.tbz
 pkg_add gettext-0.17_1.tbz
 skipping gettext-0.17_1, already added
 pkg_add libltdl-2.2.6b.tbz
 pkg_add atk-1.28.0.tbz
 pkg_add gconf2-2.28.0_1.tbz
 ./etc/CORBA missing (created)
 ./etc/CORBA/servers missing (created)
 ./etc/X11 missing (created)
 ./etc/X11/serverconfig missing (created)
 ./etc/X11/starthere missing (created)
 ./etc/X11/sysconfig missing (created)
 ./etc/gconf missing (created)
 ./etc/gconf/gconf.xml.defaults missing (created)
 ./etc/gconf/gconf.xml.mandatory missing (created)
 ./etc/gconf/gconf.xml.system missing (created)
 ./etc/gconf/schemas missing (created)
 ./etc/gnome missing (created)
 ./etc/gnome/config missing (created)
 ./etc/gnome-vfs-2.0 missing (created)
 ./etc/gnome-vfs-2.0/modules missing (created)
 ./etc/sound missing (created)
 ./etc/sound/events missing (created)
 ./etc/vfs missing (created)
 ./etc/vfs/modules missing (created)
 ./etc/xdg missing (created)
 ./etc/xdg/autostart missing (created)
 ./include/gconf missing (created)
 ./include/gdkcardimage missing (created)
 ./include/gnome-1.0 missing (created)
 ./lib/GConf missing (created)
 ./lib/bonobo missing (created)
 ./lib/bonobo/monikers missing (created)
 ./lib/bonobo/plugin missing (created)
 ./lib/gnome-vfs-2.0 missing (created)
 ./lib/gnome-vfs-2.0/modules missing (created)
 ./lib/vfs missing (created)
 ./lib/vfs/modules missing (created)
 ./libdata/bonobo missing (created)
 ./libdata/bonobo/servers missing (created)
 ./share/applets missing (created)
 ./share/applets/Amusements missing (created)
 ./share/applets/Clocks missing (created)
 ./share/applets/Monitors missing (created)
 ./share/applets/Multimedia missing (created)
 ./share/applets/Network missing (created)
 ./share/applets/Utility missing (created)
 ./share/application-registry missing (created)
 ./share/capplets missing (created)
 ./share/control-center missing (created)
 ./share/control-center/Desktop missing (created)
 ./share/control-center/Documents missing (created)
 ./share/control-center/Peripherals missing (created)
 ./share/control-center/Session missing (created)
 ./share/control-center/capplets missing (created)
 ./share/control-center/keybindings missing (created)
 ./share/control-center-2.0 missing (created)
 ./share/control-center-2.0/capplets missing (created)
 ./share/doc/libgda missing (created)
 ./share/games missing (created)
 ./share/gnome missing (created)
 ./share/gnome/apps missing (created)
 ./share/gnome/apps/Applications missing (created)
 ./share/gnome/apps/Audio missing (created)
 ./share/gnome/apps/Development missing (created)
 ./share/gnome/apps/Games missing (created)
 ./share/gnome/apps/Graphics missing (created)
 ./share/gnome/apps/Internet missing (created)
 ./share/gnome/apps/Multimedia missing (created)
 ./share/gnome/apps/Settings missing (created)
 ./share/gnome/apps/Settings/Desktop missing (created)
 ./share/gnome/apps/Settings/Documents missing (created)
 ./share/gnome/apps/Settings/Peripherals missing (created)
 ./share/gnome/apps/Settings/Session missing (created)
 ./share/gnome/apps/System missing (created)
 ./share/gnome/apps/Utilities missing (created)
 ./share/gnome/autostart missing (created)
 ./share/gnome/help missing (created)
 ./share/gnome/help/fdl missing (created)
 ./share/gnome/help/fdl/C missing (created)
 ./share/gnome/help/gpl missing (created)
 ./share/gnome/help/gpl/C missing (created)
 ./share/gnome/help/lgpl missing (created)
 ./share/gnome/help/lgpl/C missing (created)
 ./share/gnome/panel missing (created)
 ./share/gnome/ui missing (created)
 ./share/gnome/wm-properties missing (created)
 ./share/gnome-2.0 missing (created)
 ./share/gnome-2.0/ui missing (created)
 ./share/gnome-about missing (created)
 ./share/gnome-control-center missing (created)
 ./share/gnome-control-center/keybindings missing (created)
 ./share/images missing (created)
 ./share/mc missing (created)
 ./share/mc/templates missing (created)
 ./share/mime-info missing (created)
 ./share/oaf missing (created)
 ./share/omf missing (created)
 ./share/pixmaps/document-icons missing (created)
 ./share/pixmaps/splash missing (created)
 ./share/sgml/docbook missing (created)
 ./share/sgml/docbook/gnome-customization-0.1 missing (created)
 ./share/sounds missing (created)
 ./share/vala missing (created)
 ./share/vala/vapi missing (created)
 ./share/vfolders missing (created)
 ./share/xmodmap missing (created)
 Running fc-cache to build fontconfig cache...
 /usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 3 dirs
 /usr/local/lib/X11/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
 /usr/local/lib/X11/fonts/encodings/large: caching, new cache contents:
 0 fonts, 0 dirs
 /usr/local/lib/X11/fonts/local: caching, new cache contents: 0 fonts, 0 dirs
 /usr/local/lib/X11/fonts/util: caching, new cache contents: 0 fonts, 0 dirs
 /root/.fonts: skipping, no such directory
 /var/db/fontconfig: cleaning cache directory
 /root/.fontconfig: not cleaning non-existent cache directory
 fc-cache: succeeded
 /var/tmp/instmp.Xekcno/lib/X11/fonts/bitstream-vera: caching, new
 cache contents: 10 fonts, 0 dirs
 /var/db/fontconfig: cleaning cache directory
 /var/db/fontconfig: invalid cache file:
 deea84fa067eec67b69dab1b2344175b-le32d4.cache-3
 /root/.fontconfig: not cleaning non-existent cache directory
 /usr/local/bin/fc-cache: succeeded
 
 IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these fonts
 before using.  The copyright can be found at
 /usr/local/lib/X11/fonts/bitstream-vera/COPYRIGHT.TXT.  To
 use these fonts, follow the instructions below.
 
 Make sure that the freetype module is loaded.  If it is not, add the following
 line to the "Modules" section of your X Windows configuration file:
 
 	Load "freetype"
 
 Add the following line to the "Files" section of X Windows configuration file:
 
 	FontPath "/usr/local/lib/X11/fonts/bitstream-vera/"
 
 Note: your X Windows configuration file is typically /etc/X11/xorg.conf
 
 /usr/local/lib/X11/fonts/TTF: caching, new cache contents: 12 fonts, 0 dirs
 /var/db/fontconfig: cleaning cache directory
 /var/db/fontconfig: invalid cache file:
 107039888837dc55c0e8706c943213fa-le32d4.cache-3
 /root/.fontconfig: not cleaning non-existent cache directory
 fc-cache: succeeded
 /usr/local/lib/X11/fonts/OTF: caching, new cache contents: 22 fonts, 0 dirs
 /var/db/fontconfig: cleaning cache directory
 /var/db/fontconfig: invalid cache file:
 d6a82a7420f683b92800b5c72e29748a-le32d4.cache-3
 /root/.fontconfig: not cleaning non-existent cache directory
 fc-cache: succeeded
 /usr/local/lib/X11/fonts/TTF: caching, new cache contents: 13 fonts, 0 dirs
 /var/db/fontconfig: cleaning cache directory
 /var/db/fontconfig: invalid cache file:
 e08e430c0039b81a359824020e18a281-le32d4.cache-3
 /root/.fontconfig: not cleaning non-existent cache directory
 fc-cache: succeeded
 /usr/local/lib/X11/fonts/OTF: caching, new cache contents: 23 fonts, 0 dirs
 /var/db/fontconfig: cleaning cache directory
 /root/.fontconfig: not cleaning non-existent cache directory
 fc-cache: succeeded
 pkg_add glib-2.22.4.tbz
 skipping glib-2.22.4, already added
 pkg_add gtk-2.18.7.tbz
 skipping gtk-2.18.7, already added
 pkg_add libIDL-0.8.13.tbz
 skipping libIDL-0.8.13, already added
 pkg_add libxml2-2.7.6_1.tbz
 skipping libxml2-2.7.6_1, already added
 pkg_add ORBit2-2.14.17.tbz
 skipping ORBit2-2.14.17, already added
 pkg_add pango-1.26.2.tbz
 skipping pango-1.26.2, already added
 pkg_add libX11-1.2.1_1,1.tbz
 skipping libX11-1.2.1_1,1, already added
 pkg_add libSM-1.1.0_1,1.tbz
 pkg_add libXtst-1.0.3_1.tbz
 pkg_add libICE-1.0.4_1,1.tbz
 skipping libICE-1.0.4_1,1, already added
 pkg_add pkg-config-0.23_1.tbz
 skipping pkg-config-0.23_1, already added
 pkg_add gio-fam-backend-2.22.4.tbz
 skipping gio-fam-backend-2.22.4, already added
 pkg_add libsndfile-1.0.20_1.tbz
 skipping libsndfile-1.0.20_1, already added
 pkg_add fftw3-3.2.2_1.tbz
 skipping fftw3-3.2.2_1, already added
 pkg_add libogg-1.1.4,4.tbz
 skipping libogg-1.1.4,4, already added
 pkg_add expat-2.0.1_1.tbz
 skipping expat-2.0.1_1, already added
 pkg_add gnome_subr-1.0.tbz
 skipping gnome_subr-1.0, already added
 pkg_add dbus-glib-0.84.tbz
 skipping dbus-glib-0.84, already added
 pkg_add polkit-0.96_1.tbz
 skipping polkit-0.96_1, already added
 pkg_add libdaemon-0.12.tbz
 skipping libdaemon-0.12, already added
 pkg_add policykit-0.9_6.tbz
 skipping policykit-0.9_6, already added
 pkg_add libvolume_id-0.81.1.tbz
 skipping libvolume_id-0.81.1, already added
 pkg_add pciids-20091229.tbz
 skipping pciids-20091229, already added
 pkg_add python26-2.6.4.tbz
 skipping python26-2.6.4, already added
 pkg_add dmidecode-2.10.tbz
 skipping dmidecode-2.10, already added
 pkg_add libiconv-1.13.1_1.tbz
 skipping libiconv-1.13.1_1, already added
 pkg_add gnomehier-2.3_12.tbz
 skipping gnomehier-2.3_12, already added
 pkg_add pcre-8.00.tbz
 skipping pcre-8.00, already added
 pkg_add perl-5.10.1.tbz
 skipping perl-5.10.1, already added
 pkg_add png-1.2.42.tbz
 skipping png-1.2.42, already added
 pkg_add tiff-3.9.2_1.tbz
 skipping tiff-3.9.2_1, already added
 pkg_add jpeg-8.tbz
 skipping jpeg-8, already added
 pkg_add jasper-1.900.1_9.tbz
 skipping jasper-1.900.1_9, already added
 pkg_add shared-mime-info-0.71.tbz
 skipping shared-mime-info-0.71, already added
 pkg_add hicolor-icon-theme-0.12.tbz
 skipping hicolor-icon-theme-0.12, already added
 pkg_add libXext-1.0.5,1.tbz
 skipping libXext-1.0.5,1, already added
 pkg_add libXrender-0.9.4_1.tbz
 skipping libXrender-0.9.4_1, already added
 pkg_add libXinerama-1.0.3,1.tbz
 skipping libXinerama-1.0.3,1, already added
 pkg_add libXi-1.2.1,1.tbz
 skipping libXi-1.2.1,1, already added
 pkg_add libXrandr-1.3.0.tbz
 skipping libXrandr-1.3.0, already added
 pkg_add libXcursor-1.1.9_1.tbz
 skipping libXcursor-1.1.9_1, already added
 pkg_add libXfixes-4.0.3_1.tbz
 skipping libXfixes-4.0.3_1, already added
 pkg_add libXdamage-1.1.1.tbz
 skipping libXdamage-1.1.1, already added
 pkg_add libXcomposite-0.4.0,1.tbz
 skipping libXcomposite-0.4.0,1, already added
 pkg_add cairo-1.8.8,1.tbz
 skipping cairo-1.8.8,1, already added
 pkg_add xorg-fonts-truetype-7.4.tbz
 skipping xorg-fonts-truetype-7.4, already added
 pkg_add encodings-1.0.2,1.tbz
 skipping encodings-1.0.2,1, already added
 pkg_add libXft-2.1.14.tbz
 skipping libXft-2.1.14, already added
 pkg_add libxcb-1.5.tbz
 skipping libxcb-1.5, already added
 pkg_add kbproto-1.0.3.tbz
 skipping kbproto-1.0.3, already added
 pkg_add libXau-1.0.4.tbz
 skipping libXau-1.0.4, already added
 pkg_add libXdmcp-1.0.2_1.tbz
 skipping libXdmcp-1.0.2_1, already added
 pkg_add xproto-7.0.15.tbz
 skipping xproto-7.0.15, already added
 pkg_add recordproto-1.13.2.tbz
 skipping recordproto-1.13.2, already added
 pkg_add inputproto-1.5.0.tbz
 skipping inputproto-1.5.0, already added
 pkg_add gamin-0.1.10_3.tbz
 skipping gamin-0.1.10_3, already added
 pkg_add flac-1.2.1_1.tbz
 skipping flac-1.2.1_1, already added
 pkg_add libvorbis-1.2.3_1,3.tbz
 skipping libvorbis-1.2.3_1,3, already added
 pkg_add eggdbus-0.6.tbz
 skipping eggdbus-0.6, already added
 pkg_add gobject-introspection-0.6.7.tbz
 skipping gobject-introspection-0.6.7, already added
 pkg_add jbigkit-1.6.tbz
 skipping jbigkit-1.6, already added
 pkg_add xextproto-7.0.5.tbz
 skipping xextproto-7.0.5, already added
 pkg_add renderproto-0.9.3.tbz
 skipping renderproto-0.9.3, already added
 pkg_add xineramaproto-1.1.2.tbz
 skipping xineramaproto-1.1.2, already added
 pkg_add randrproto-1.3.0.tbz
 skipping randrproto-1.3.0, already added
 pkg_add fixesproto-4.0.tbz
 skipping fixesproto-4.0, already added
 pkg_add damageproto-1.1.0_2.tbz
 skipping damageproto-1.1.0_2, already added
 pkg_add compositeproto-0.4.tbz
 skipping compositeproto-0.4, already added
 pkg_add freetype2-2.3.11.tbz
 skipping freetype2-2.3.11, already added
 pkg_add fontconfig-2.8.0,1.tbz
 skipping fontconfig-2.8.0,1, already added
 pkg_add pixman-0.16.6.tbz
 skipping pixman-0.16.6, already added
 pkg_add xcb-util-0.3.6_1.tbz
 skipping xcb-util-0.3.6_1, already added
 pkg_add font-bh-ttf-1.0.0.tbz
 skipping font-bh-ttf-1.0.0, already added
 pkg_add font-misc-meltho-1.0.0_1.tbz
 skipping font-misc-meltho-1.0.0_1, already added
 pkg_add font-misc-ethiopic-1.0.0.tbz
 skipping font-misc-ethiopic-1.0.0, already added
 pkg_add bitstream-vera-1.10_4.tbz
 skipping bitstream-vera-1.10_4, already added
 pkg_add font-util-1.0.1.tbz
 skipping font-util-1.0.1, already added
 pkg_add libpthread-stubs-0.3_3.tbz
 skipping libpthread-stubs-0.3_3, already added
 pkg_add libffi-3.0.9.tbz
 skipping libffi-3.0.9, already added
 pkg_add bison-2.4.1,1.tbz
 skipping bison-2.4.1,1, already added
 pkg_add mkfontdir-1.0.4.tbz
 skipping mkfontdir-1.0.4, already added
 pkg_add mkfontscale-1.0.6.tbz
 skipping mkfontscale-1.0.6, already added
 pkg_add m4-1.4.13,1.tbz
 skipping m4-1.4.13,1, already added
 pkg_add libfontenc-1.0.4.tbz
 skipping libfontenc-1.0.4, already added
 pkg_add pulseaudio-0.9.21_2.tbz
 pkg_add faad2-2.7_2,1.tbz
 pkg_add schroedinger-1.0.7_2.tbz
 pkg_add libtheora-1.1.1_1.tbz
 pkg_add x264-0.0.20090119.tbz
 pkg_add xvid-1.2.2_1,1.tbz
 pkg_add liboil-0.3.16.tbz
 skipping liboil-0.3.16, already added
 pkg_add gpac-libgpac-0.4.5_2,1.tbz
 skipping gpac-libgpac-0.4.5_2,1, already added
 pkg_add libGL-7.4.4.tbz
 skipping libGL-7.4.4, already added
 pkg_add libGLU-7.4.4.tbz
 skipping libGLU-7.4.4, already added
 pkg_add libdrm-2.4.12.tbz
 skipping libdrm-2.4.12, already added
 pkg_add dri2proto-2.1.tbz
 skipping dri2proto-2.1, already added
 pkg_add libXxf86vm-1.0.2.tbz
 skipping libXxf86vm-1.0.2, already added
 pkg_add xf86vidmodeproto-2.2.2.tbz
 skipping xf86vidmodeproto-2.2.2, already added
 pkg_add ffmpeg-0.5_2,1.tbz
 pkg_add hu-hunspell-1.2.8.tbz
 pkg_add gmake-3.81_3.tbz
 pkg_add freetype-1.3.1_4.tbz
 pkg_add lua-5.1.4.tbz
 pkg_add libmspack-0.0.20060920.tbz
 pkg_add wxgtk2-common-2.8.10_3.tbz
 pkg_add gstreamer-plugins-0.10.25_1,3.tbz
 skipping gstreamer-plugins-0.10.25_1,3, already added
 pkg_add gstreamer-0.10.26.tbz
 skipping gstreamer-0.10.26, already added
 pkg_add popt-1.14.tbz
 skipping popt-1.14, already added
 pkg_add libXv-1.0.4,1.tbz
 skipping libXv-1.0.4,1, already added
 pkg_add videoproto-2.2.2.tbz
 skipping videoproto-2.2.2, already added
 pkg_add wxgtk2-unicode-2.8.10_3.tbz
 pkg_add wxgtk2-contrib-common-2.8.10_3.tbz
 pkg_add wxgtk2-unicode-contrib-2.8.10_3.tbz
 ===>   aegisub-2.1.8 depends on executable: pulseaudio - found
 ===>   aegisub-2.1.8 depends on executable: ffmpeg - found
 ===>   aegisub-2.1.8 depends on file:
 /usr/local/libdata/pkgconfig/hunspell.pc - found
 ===>   aegisub-2.1.8 depends on executable: gmake - found
 ===>   aegisub-2.1.8 depends on executable: pkg-config - found
 ===>   aegisub-2.1.8 depends on shared library: iconv.3 - found
 ===>   aegisub-2.1.8 depends on shared library: intl - found
 ===>   aegisub-2.1.8 depends on shared library: ttf.4 - found
 ===>   aegisub-2.1.8 depends on shared library: lua-5.1.1 - found
 ===>   aegisub-2.1.8 depends on shared library: wx_baseu-2.8 - found
 ===>   aegisub-2.1.8 depends on shared library: wx_gtk2u_fl-2.8 - found
 ===>  Configuring for aegisub-2.1.8
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... ./install-sh -c -d
 checking for gawk... no
 checking for mawk... no
 checking for nawk... nawk
 checking whether gmake sets $(MAKE)... yes
 checking for style of include used by gmake... GNU
 checking for gcc... cc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables...
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether cc accepts -g... yes
 checking for cc option to accept ISO C89... none needed
 checking dependency style of cc... gcc3
 checking how to run the C preprocessor... cc -E
 checking for grep that handles long lines and -e... /usr/bin/grep
 checking for egrep... /usr/bin/grep -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking build system type... i386-portbld-freebsd9.0
 checking host system type... i386-portbld-freebsd9.0
 checking for target architecture... i386-portbld-freebsd9.0
 checking for MDCPUCFG setting... md/_freebsd.cfg
 checking whether byte ordering is bigendian... no
 checking whether BUILD_CREDIT has been set... no
 checking for GNU make... gmake
 checking for gcc... (cached) cc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether cc accepts -g... (cached) yes
 checking for cc option to accept ISO C89... (cached) none needed
 checking dependency style of cc... (cached) gcc3
 checking whether we are using the GNU C++ compiler... yes
 checking whether c++ accepts -g... yes
 checking dependency style of c++... gcc3
 checking whether cc understands -c and -o together... yes
 checking for a sed that does not truncate output... /usr/bin/sed
 checking for fgrep... /usr/bin/grep -F
 checking for ld used by cc... /usr/bin/ld
 checking if the linker (/usr/bin/ld) is GNU ld... yes
 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
 checking the name lister (/usr/bin/nm -B) interface... BSD nm
 checking whether ln -s works... yes
 checking the maximum length of command line arguments... (cached) 262144
 checking whether the shell understands some XSI constructs... yes
 checking whether the shell understands "+="... no
 checking for /usr/bin/ld option to reload object files... -r
 checking for objdump... objdump
 checking how to recognize dependent libraries... pass_all
 checking for ar... ar
 checking for strip... strip
 checking for ranlib... ranlib
 checking command to parse /usr/bin/nm -B output from cc object... ok
 checking for dlfcn.h... yes
 checking whether we are using the GNU C++ compiler... (cached) yes
 checking whether c++ accepts -g... (cached) yes
 checking dependency style of c++... (cached) gcc3
 checking how to run the C++ preprocessor... c++ -E
 checking for objdir... .libs
 checking if cc supports -fno-rtti -fno-exceptions... no
 checking for cc option to produce PIC... -fPIC -DPIC
 checking if cc PIC flag -fPIC -DPIC works... yes
 checking if cc static flag -static works... yes
 checking if cc supports -c -o file.o... yes
 checking if cc supports -c -o file.o... (cached) yes
 checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
 checking whether -lc should be explicitly linked in... no
 checking dynamic linker characteristics... freebsd9.0 ld.so
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... yes
 checking if libtool supports shared libraries... yes
 checking whether to build shared libraries... yes
 checking whether to build static libraries... yes
 checking for ld used by c++... /usr/bin/ld
 checking if the linker (/usr/bin/ld) is GNU ld... yes
 checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
 checking for c++ option to produce PIC... -fPIC -DPIC
 checking if c++ PIC flag -fPIC -DPIC works... yes
 checking if c++ static flag -static works... yes
 checking if c++ supports -c -o file.o... yes
 checking if c++ supports -c -o file.o... (cached) yes
 checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
 checking dynamic linker characteristics... freebsd9.0 ld.so
 checking how to hardcode library paths into programs... immediate
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
 checking for ranlib... (cached) ranlib
 checking for pkg-config... /usr/local/bin/pkg-config
 checking pkg-config is at least version 0.20... yes
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking for svn version... 4062 from "./svn_revision"
 checking for build date... 2010-03-05 08:53 UTC
 checking for the pthreads library -lpthreads... no
 checking whether pthreads work without any flags... no
 checking whether pthreads work with -Kthread... no
 checking whether pthreads work with -kthread... no
 checking for the pthreads library -llthread... no
 checking whether pthreads work with -pthread... yes
 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
 checking if more special flags are required for pthreads... -D_THREAD_SAFE
 checking whether cc supports -Wall... yes
 checking whether cc supports -Wextra... yes
 checking whether cc supports -Wno-unused-parameter... yes
 checking whether cc supports -std=gnu99... yes
 checking whether cc supports -pipe... yes
 checking whether c++ supports -Wall... yes
 checking whether c++ supports -Wextra... yes
 checking whether c++ supports -Wno-unused-parameter... yes
 checking whether c++ supports -Wno-long-long... yes
 checking whether c++ supports -fpermissive... yes
 checking whether c++ supports -fno-strict-aliasing... yes
 checking whether c++ supports -std=c++98... yes
 checking whether c++ supports -pipe... yes
 checking whether cc supports -O2... yes
 checking whether c++ supports -O2... yes
 checking for X... libraries /usr/local/lib, headers /usr/local/include
 checking whether -R must be followed by a space... no
 checking for gethostbyname... yes
 checking for connect... yes
 checking for remove... yes
 checking for shmat... yes
 checking for IceConnectionNumber in -lICE... yes
 checking for ANSI C header files... (cached) yes
 checking for stdbool.h that conforms to C99... no
 checking for _Bool... no
 checking for an ANSI C-conforming const... yes
 checking for inline... inline
 checking for working volatile... yes
 checking for main in -lm... yes
 checking for strlcpy... yes
 checking whether preprocessor supports #pragma once... yes
 checking for OpenMP flag of C++ compiler... -fopenmp
 checking wchar.h usability... yes
 checking wchar.h presence... yes
 checking for wchar.h... yes
 checking whether we are using the Microsoft C compiler... no
 checking windows.h usability... no
 checking windows.h presence... no
 checking for windows.h... no
 checking for OpenGL library... -lGL
 checking whether OpenGL works... yes
 checking whether OpenGLU works... yes
 checking for FREETYPE... yes
 checking whether Freetype works... yes
 checking for FONTCONFIG... yes
 checking whether FontConfig works... yes
 checking whether iconv works... no
 checking for snd_pcm_open in -lasound... no
 checking for PORTAUDIO... no
 checking for LIBPULSE... yes
 checking whether PuleseAudio works... yes
 checking for OPENAL... no
 checking soundcard.h usability... no
 checking soundcard.h presence... no
 checking for soundcard.h... no
 checking sys/soundcard.h usability... yes
 checking sys/soundcard.h presence... yes
 checking for sys/soundcard.h... yes
 checking for LIBAVCODEC... no
 checking for LIBAVFORMAT... no
 checking for LIBSWSCALE... yes
 checking for LIBAVUTIL... no
 configure: WARNING: libiconv is required for libass support.
 checking for HUNSPELL... yes
 checking whether Hunspell works... yes
 checking whether Lua 5.1 (auto4) works... yes
 checking for lua.h in /usr/include/lua5.0... no
 checking for lua.h in /usr/include/lua50... no
 checking for lua.h in /usr/local/include/lua50... no
 checking for lua.h in /usr/local/include/lua5.0... no
 checking for lua.h in /usr/include... no
 checking for lua.h in /usr/local/include... no
 checking for -llua50... no
 checking for -llua-5.0... no
 checking for -llua5.0... no
 checking for -llua... no
 checking for -llualib50... no
 checking for -llualib-5.0... no
 checking for -llualib5.0... no
 checking for -llualib... no
 checking whether Lua 5.0 (auto3) works... no
 checking for wx-config... /usr/local/bin/wxgtk2u-2.8-config
 checking for wxWidgets version >= 2.8.1 (--unicode)... yes (version 2.8.10)
 checking for wxWidgets static library... no
 checking wx/glcanvas.h usability... yes
 checking wx/glcanvas.h presence... yes
 checking for wx/glcanvas.h... yes
 checking whether wxWidgets OpenGL support works... yes
 checking wx/stc/stc.h usability... yes
 checking wx/stc/stc.h presence... yes
 checking for wx/stc/stc.h... yes
 checking whether wxWidgets StyledTextCtrl support works... yes
 checking whether to use precompiled headers... no
 checking whether to turn on debugging... no
 checking whether to use exception handling in debug mode... no
 checking whether to turn on profiling... no
 checking whether to turn on gcov... no
 checking whether to turn on Electric Fence... no
 checking whether to turn on ccmalloc... no
 checking whether NLS is requested... yes
 checking for intltool-update... no
 checking for intltool-merge... no
 checking for intltool-extract... no
 configure: error: The intltool scripts were not found. Please install intltool.
 ===>  Script "configure" failed unexpectedly.
 Please report the problem to salfrancl@yahoo.es [maintainer] and attach the
 "/work/a/ports/multimedia/aegisub/work/aegisub-2.1.8/config.log" including
 the output of the failure of your make command. Also, it might be a good idea
 to provide an overview of all packages installed on your system (e.g. an `ls
 /var/db/pkg`).
 *** Error code 1
 
 Stop in /a/ports/multimedia/aegisub.
 ================================================================
 build of /usr/ports/multimedia/aegisub ended at Fri Mar  5 08:53:30 UTC 2010
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Thu Mar 11 08:57:34 UTC 2010 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144456 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144456: commit references a PR
Date: Thu, 11 Mar 2010 08:56:13 +0000 (UTC)

 wen         2010-03-11 08:56:05 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia           Makefile 
   Added files:
     multimedia/aegisub   Makefile distinfo pkg-descr pkg-plist 
   Log:
   The Aegisub Project is a community-driven effort to write the BSDL licensed
   cross-platform subtitle editor Aegisub. Composed completely of volunteers
   passionate about subtitling, as a project it strives to be open, fair and
   most of all: free.
   
   WWW: http://www.aegisub.org/
   
   PR:             ports/144456
   Submitted by:   Leinier Cruz Salfran <salfrancl@yahoo.es>
   
   Revision  Changes    Path
   1.359     +1 -0      ports/multimedia/Makefile
   1.1       +110 -0    ports/multimedia/aegisub/Makefile (new)
   1.1       +3 -0      ports/multimedia/aegisub/distinfo (new)
   1.1       +6 -0      ports/multimedia/aegisub/pkg-descr (new)
   1.1       +72 -0     ports/multimedia/aegisub/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
