Index: head/audio/gogglesmm/Makefile =================================================================== --- head/audio/gogglesmm/Makefile (revision 300822) +++ head/audio/gogglesmm/Makefile (revision 300823) @@ -1,99 +1,99 @@ # New ports collection makefile for: ggm # Date created: 28 May 2008 # Whom: Sascha Klauder # # $FreeBSD$ # PORTNAME= gogglesmm PORTVERSION= 0.12.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE MAINTAINER= bapt@FreeBSD.org COMMENT= Music collection manager and player LICENSE= GPLv3 BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= xine.2:${PORTSDIR}/multimedia/libxine \ tag.1:${PORTSDIR}/audio/taglib \ sqlite3.8:${PORTSDIR}/databases/sqlite3 OPTIONS_DEFINE= DBUS CURL NLS NEWREMOTE GCRYPT DOCS OPTIONS_SINGLE= FOX OPTIONS_SINGLE_FOX= FOX16 FOX17 OPTIONS_DEFAULT= DBUS CURL NEWREMOTE FOX16 FOX16_DESC= Use stable branch of FOX FOX17_DESC= Use development branch of FOX NEWREMOTE_DESC= Use new remote player GCRYPT_DESC= Use libgcrypt for md5 calculation HAS_CONFIGURE= yes CONFIGURE_ARGS+= --mandir=${PREFIX}/man --prefix=${PREFIX} MAKE_JOBS_SAFE= yes USE_GMAKE= yes USE_XZ= yes INSTALLS_ICONS= yes MAN1= gogglesmm.1 PORTDOCS= README AUTHORS .include .if ${PORT_OPTIONS:MFOX16} LIB_DEPENDS+= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 .endif .if ${PORT_OPTIONS:MFOX17} LIB_DEPENDS+= FOX-1.7:${PORTSDIR}/x11-toolkits/fox17 .endif .if ${PORT_OPTIONS:MGCRYPT} LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+= --with-md5=gcrypt .else CONFIGURE_ARGS+= --with-md5=internal .endif .if ${PORT_OPTIONS:MDBUS} LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus .else CONFIGURE_ARGS+= --without-dbus .endif .if ${PORT_OPTIONS:MCURL} LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl .else CONFIGURE_ARGS+= --without-curl .endif .if ${PORT_OPTIONS:MNLS} PLIST_SUB= NLS="" USE_GETTEXT= yes .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB= NLS="@comment " .endif .if empty(PORT_OPTIONS:MNEWREMOTE) CONFIGURE_ARGS+=--without-new-remote .endif post-patch: @${ECHO_CMD} ${SUBPORT} pre-install: @${MKDIR} ${PREFIX}/share/applications post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} . for FILE in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} . endfor .endif .include Property changes on: head/audio/gogglesmm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/editors/fxite/Makefile =================================================================== --- head/editors/fxite/Makefile (revision 300822) +++ head/editors/fxite/Makefile (revision 300823) @@ -1,41 +1,41 @@ # New ports collection Makefile for: fxite # Date created: 23 August 2010 # Whom: gahr # # $FreeBSD$ # PORTNAME= fxite PORTVERSION= 0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= gahr@FreeBSD.org COMMENT= An advanced cross-platform text editor LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 USE_GETTEXT= yes USE_LUA= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes CXXFLAGS+= -g -O0 -fPIC LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS+=--with-system-lua \ --with-lua-pkg=lua-${LUA_VER} .include .if ${OSVERSION} < 800067 LIB_DEPENDS+= getline.1:${PORTSDIR}/devel/libgetline LDFLAGS+= -lgetline .endif PLIST_FILES= bin/fxite post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/editors/fxite/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/games/fxsudoku/Makefile =================================================================== --- head/games/fxsudoku/Makefile (revision 300822) +++ head/games/fxsudoku/Makefile (revision 300823) @@ -1,32 +1,32 @@ # New ports collection makefile for: games/fxsudoku # Date created: 31 March 2006 # Whom: Edwin Groothuis # # $FreeBSD$ # PORTNAME= fxsudoku PORTVERSION= 0.5.1 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= games MASTER_SITES= http://www.fifthplanet.net/files/ MAINTAINER= edwin@mavetju.org COMMENT= An implementation of the Sudoku game LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 USE_BZIP2= yes USE_GMAKE= yes PLIST_FILES= bin/fxsudoku post-extract: ${CP} ${FILESDIR}/config.freebsd ${WRKSRC}/build do-build: cd ${WRKSRC} && MAKE=${GMAKE} ./gb do-install: cd ${WRKSRC} && MAKE=${GMAKE} ./gb install --prefix=${PREFIX} .include Property changes on: head/games/fxsudoku/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/x11-fm/xfe/Makefile =================================================================== --- head/x11-fm/xfe/Makefile (revision 300822) +++ head/x11-fm/xfe/Makefile (revision 300823) @@ -1,37 +1,37 @@ # New ports collection makefile for: xfe # Date created: Sun, Jul 13 2003 # Whom: ptiJo # # $FreeBSD$ # PORTNAME= xfe PORTVERSION= 1.32.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= SF MAINTAINER= gahr@FreeBSD.org COMMENT= Fast MS-Explorer like filemanager for X LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 USE_XORG= xft USE_GNOME= gnomehack intltool USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} MAN1= xfe.1 xfi.1 xfp.1 xfv.1 xfw.1 post-patch: @${REINPLACE_CMD} 's|/usr/local/share/xfe|${DATADIR}|g' \ ${WRKSRC}/src/XFileExplorer.cpp \ ${WRKSRC}/src/help.h \ ${WRKSRC}/src/xfedefs.h @${REINPLACE_CMD} 's/unsigned FXchar/FXuchar/' \ ${WRKSRC}/src/xfeutils.cpp .include Property changes on: head/x11-fm/xfe/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.51 \ No newline at end of property +1.52 \ No newline at end of property Index: head/x11-toolkits/fxscintilla/Makefile =================================================================== --- head/x11-toolkits/fxscintilla/Makefile (revision 300822) +++ head/x11-toolkits/fxscintilla/Makefile (revision 300823) @@ -1,28 +1,28 @@ # New ports collection makefile for: fxscintilla # Date created: 16 June 2004 # Whom: Alexander Novitsky # # $FreeBSD$ # PORTNAME= fxscintilla PORTVERSION= 2.28.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= A Fox toolkit reimplementation of Scintilla editing widget LICENSE= LGPL21 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes .include Property changes on: head/x11-toolkits/fxscintilla/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.44 \ No newline at end of property +1.45 \ No newline at end of property Index: head/x11-toolkits/ruby-fox16/Makefile =================================================================== --- head/x11-toolkits/ruby-fox16/Makefile (revision 300822) +++ head/x11-toolkits/ruby-fox16/Makefile (revision 300823) @@ -1,44 +1,44 @@ # New ports collection makefile for: FXRuby # Date created: 8 October 2008 # Whom: Luiz Eduardo Roncato Cordeiro # # $FreeBSD$ # PORTNAME= fox PORTVERSION= 1.6.19 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11-toolkits ruby MASTER_SITES= RF MASTER_SITE_SUBDIR= fxruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= FXRuby-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= lercordeiro@gmail.com COMMENT= Ruby extension module to use FOX 1.6, aka FXRuby LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 \ png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ fxscintilla.23:${PORTSDIR}/x11-toolkits/fxscintilla LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}16 USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb NOHARM_ARGS= --no-harm USE_XORG= xcursor xproto x11 xextproto xext xrandr USE_GL= yes install-noharm: cd ${WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install ${NOHARM_ARGS} ${RUBY_INSTALL_ARGS} post-configure: @${REINPLACE_CMD} -e 's|CPPFLAGS = -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6|CPPFLAGS = -ffriend-injection -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6|' \ ${WRKSRC}/ext/fox16/Makefile .include Property changes on: head/x11-toolkits/ruby-fox16/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property