Index: head/audio/pulseaudio/Makefile =================================================================== --- head/audio/pulseaudio/Makefile (revision 176369) +++ head/audio/pulseaudio/Makefile (revision 176370) @@ -1,60 +1,65 @@ # New ports collection makefile for: polypaudio # Date created: 29 October 2004 # Whom: Joe Marcus Clarke # # $FreeBSD$ # $MCom: ports/audio/pulseaudio/Makefile,v 1.5 2006/09/10 00:51:05 mezz Exp $ +# PORTNAME= pulseaudio PORTVERSION= 0.9.3 CATEGORIES= audio MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Sound server for UNIX LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \ oil-0.3.1:${PORTSDIR}/devel/liboil CONFLICTS= polypaudio-[1-9]* USE_GNOME= gnometarget gnomehack glib20 WANT_GNOME= yes USE_XLIB= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libltdl:15 GNU_CONFIGURE= yes USE_GMAKE= yes USE_GETOPT_LONG=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="-lm" CONFIGURE_ARGS+= --disable-lirc # untested .include + +.if ${OSVERSION} < 500000 +IGNORE= does not build on 4.X +.endif .if (exists(${LOCALBASE}/lib/libavahi-core.a) || defined(PACKAGE_BUILDING) \ || defined(WITH_AVAHI)) && !defined(WITHOUT_AVAHI) LIB_DEPENDS+= avahi-core.4:${PORTSDIR}/net/avahi CONFIGURE_ARGS+= --enable-avahi PLIST_SUB+= AVAHI="" .else CONFIGURE_ARGS+= --disable-avahi PLIST_SUB+= AVAHI="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/daemon/default.pa.in post-install: .for ii in default.pa daemon.conf client.conf ${INSTALL_DATA} ${WRKSRC}/src/${ii} \ ${PREFIX}/etc/pulse/${ii}-dist .endfor .if !defined(PACKAGE_BUILDING) @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif .include Property changes on: head/audio/pulseaudio/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/glade3/Makefile =================================================================== --- head/devel/glade3/Makefile (revision 176369) +++ head/devel/glade3/Makefile (revision 176370) @@ -1,42 +1,46 @@ # New ports collection makefile for: glade3 # Date created: Sun May 22 17:22:53 CEST 2005 # Whom: Koop Mast # # $FreeBSD$ # $MCom: ports/devel/glade3/Makefile,v 1.21 2006/10/08 19:17:28 mezz Exp $ # PORTNAME= glade3 PORTVERSION= 3.0.2 PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A user interface builder for GTK+/GNOME INSTALLS_ICONS= yes USE_XLIB= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 libxml2 gnomeprefix gnomehack WANT_GNOME= yes USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" USE_LDCONFIG= yes .include +.if ${OSVERSION} < 500000 +IGNORE= does not build on 4.X +.endif + .if ${HAVE_GNOME:Mlibgnomeui}!="" USE_GNOME+= libgnomeui CONFIGURE_ARGS+=--enable-gnome PKGNAMESUFFIX:= -gnome .else CONFIGURE_ARGS+=--disable-gnome .endif .include Property changes on: head/devel/glade3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/gimp-app-devel/Makefile =================================================================== --- head/graphics/gimp-app-devel/Makefile (revision 176369) +++ head/graphics/gimp-app-devel/Makefile (revision 176370) @@ -1,173 +1,177 @@ # New ports collection makefile for: The GIMP # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # # $FreeBSD$ # $MCom: ports/graphics/gimp-devel/Makefile,v 1.24 2006/10/13 23:42:43 marcus Exp $ # PORTNAME= gimp PORTVERSION= 2.3.9 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} \ ${MASTER_SITE_LOCAL:S|$|ahze/|:S|$|:gut|} MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} \ ahze:gut DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_DISTFILES} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program development version LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ aa.1:${PORTSDIR}/graphics/aalib \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff CONFLICTS= gimp-1.* gimp-2.2.* NO_LATEST_LINK= yes SHLIBVER?= 0 USE_BZIP2= yes USE_GETTEXT= yes USE_XPM= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack WANT_GNOME= yes USE_GCC= 3.4+ USE_LDCONFIG= yes INSTALLS_ICONS= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore PLIST_SUB= SHLIBVER="${SHLIBVER}" CONFIGURE_ARGS= --disable-perl \ --with-html-dir=${DOCSDIR} \ --disable-gtk-doc \ --enable-static \ --with-gimpprint CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAN1= gimp-2.3.1 gimp-remote-2.3.1 gimptool-2.0.1 MAN5= gimprc-2.3.5 OPTIONS= DEBUG "debugging" off \ PYTHON "Python-Fu support" off \ RSVG "SVG format support" on \ PRINT "Gutenprint plugin" on \ GNOMEPRINT "GNOME printing plugin" on \ MP "multiple processor support" off .include +.if ${OSVERSION} < 500000 +IGNORE= does not build on 4.X +.endif + #.if defined(WITHOUT_EXIF) CONFIGURE_ARGS+= --without-libexif #.else #LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif #.endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if defined(WITH_PYTHON) USE_PYTHON= yes # we need to manually include this, because USE_PYTHON is defined # # after including bsd.port.pre.mk .include "${PORTSDIR}/Mk/bsd.python.mk" USE_GNOME+= pygtk2 CONFIGURE_ARGS+= --enable-python PLIST_SUB+= PYTHON:="" .else CONFIGURE_ARGS+= --disable-python PLIST_SUB+= PYTHON:="@comment " .endif .if defined(WITHOUT_RSVG) CONFIGURE_ARGS+= --without-librsvg PLIST_SUB+= SVG="@comment " .else USE_GNOME+= librsvg2 PLIST_SUB+= SVG="" .endif .if !defined(WITHOUT_PRINT) LIB_DEPENDS+= gutenprintui2.1:${PORTSDIR}/print/gutenprint EXTRA_DISTFILES+= gimp2-gutenprint-2${EXTRACT_SUFX}:gut GUT_WRKSRC= ${WRKDIR}/gimp2-gutenprint PKGCONFIG?= ${LOCALBASE}/bin/pkg-config GUTENPRINT_CFLAGS= `${PKGCONFIG} --cflags gutenprintui2` GUTENPRINT_LIBS= `${PKGCONFIG} --libs gutenprintui2` GUT_MAKE_ENV= GUTENPRINT_CFLAGS="${GUTENPRINT_CFLAGS}" \ GUTENPRINT_LIBS="${GUTENPRINT_LIBS}" PLIST_SUB+= GPRINT="" .else PLIST_SUB+= GPRINT="@comment " .endif .if !defined(WITHOUT_GNOMEPRINT) USE_GNOME+= libgnomeprintui PLIST_SUB+= PRINT="" .else CONFIGURE_ARGS+= --without-gnomeprint PLIST_SUB+= PRINT="@comment " .endif .if defined(WITH_MP) CONFIGURE_ARGS+= --enable-mp .endif .if ${HAVE_GNOME:Mgnomepanel}!="" USE_GNOME+= gnomepanel desktopfileutils gnomehier CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} PKGNAMESUFFIX:= -gnome PLIST_SUB+= GTK="gnome/" GNOMEPANEL:="" GNOME_ENABLED= yes .else PLIST_SUB+= GTK="" GNOMEPANEL:="@comment " CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} CONFIGURE_ARGS+= --without-desktop-dir .endif post-extract: .if !defined(WITHOUT_PRINT) ${RM} -rf ${WRKSRC}/plug-ins/print ${MKDIR} ${WRKSRC}/plug-ins/print ${CP} -f ${GUT_WRKSRC}/* ${WRKSRC}/plug-ins/print .endif post-patch: @${REINPLACE_CMD} -e 's|"libpng"|"libpng12"|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|@mandir@|${PREFIX}/man|' \ ${WRKSRC}/docs/Makefile.in post-build: .if !defined(WITHOUT_PRINT) @(cd ${WRKSRC}/plug-ins/print; ${SETENV} ${GUT_MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) .endif post-install: .if !defined(WITHOUT_PRINT) @(cd ${WRKSRC}/plug-ins/print; ${SETENV} ${GUT_MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .endif .if defined(GNOME_ENABLED) @-update-desktop-database .endif .include Property changes on: head/graphics/gimp-app-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.160 \ No newline at end of property +1.161 \ No newline at end of property Index: head/graphics/gimp-devel/Makefile =================================================================== --- head/graphics/gimp-devel/Makefile (revision 176369) +++ head/graphics/gimp-devel/Makefile (revision 176370) @@ -1,173 +1,177 @@ # New ports collection makefile for: The GIMP # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # # $FreeBSD$ # $MCom: ports/graphics/gimp-devel/Makefile,v 1.24 2006/10/13 23:42:43 marcus Exp $ # PORTNAME= gimp PORTVERSION= 2.3.9 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} \ ${MASTER_SITE_LOCAL:S|$|ahze/|:S|$|:gut|} MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} \ ahze:gut DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_DISTFILES} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program development version LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ aa.1:${PORTSDIR}/graphics/aalib \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff CONFLICTS= gimp-1.* gimp-2.2.* NO_LATEST_LINK= yes SHLIBVER?= 0 USE_BZIP2= yes USE_GETTEXT= yes USE_XPM= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack WANT_GNOME= yes USE_GCC= 3.4+ USE_LDCONFIG= yes INSTALLS_ICONS= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore PLIST_SUB= SHLIBVER="${SHLIBVER}" CONFIGURE_ARGS= --disable-perl \ --with-html-dir=${DOCSDIR} \ --disable-gtk-doc \ --enable-static \ --with-gimpprint CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAN1= gimp-2.3.1 gimp-remote-2.3.1 gimptool-2.0.1 MAN5= gimprc-2.3.5 OPTIONS= DEBUG "debugging" off \ PYTHON "Python-Fu support" off \ RSVG "SVG format support" on \ PRINT "Gutenprint plugin" on \ GNOMEPRINT "GNOME printing plugin" on \ MP "multiple processor support" off .include +.if ${OSVERSION} < 500000 +IGNORE= does not build on 4.X +.endif + #.if defined(WITHOUT_EXIF) CONFIGURE_ARGS+= --without-libexif #.else #LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif #.endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if defined(WITH_PYTHON) USE_PYTHON= yes # we need to manually include this, because USE_PYTHON is defined # # after including bsd.port.pre.mk .include "${PORTSDIR}/Mk/bsd.python.mk" USE_GNOME+= pygtk2 CONFIGURE_ARGS+= --enable-python PLIST_SUB+= PYTHON:="" .else CONFIGURE_ARGS+= --disable-python PLIST_SUB+= PYTHON:="@comment " .endif .if defined(WITHOUT_RSVG) CONFIGURE_ARGS+= --without-librsvg PLIST_SUB+= SVG="@comment " .else USE_GNOME+= librsvg2 PLIST_SUB+= SVG="" .endif .if !defined(WITHOUT_PRINT) LIB_DEPENDS+= gutenprintui2.1:${PORTSDIR}/print/gutenprint EXTRA_DISTFILES+= gimp2-gutenprint-2${EXTRACT_SUFX}:gut GUT_WRKSRC= ${WRKDIR}/gimp2-gutenprint PKGCONFIG?= ${LOCALBASE}/bin/pkg-config GUTENPRINT_CFLAGS= `${PKGCONFIG} --cflags gutenprintui2` GUTENPRINT_LIBS= `${PKGCONFIG} --libs gutenprintui2` GUT_MAKE_ENV= GUTENPRINT_CFLAGS="${GUTENPRINT_CFLAGS}" \ GUTENPRINT_LIBS="${GUTENPRINT_LIBS}" PLIST_SUB+= GPRINT="" .else PLIST_SUB+= GPRINT="@comment " .endif .if !defined(WITHOUT_GNOMEPRINT) USE_GNOME+= libgnomeprintui PLIST_SUB+= PRINT="" .else CONFIGURE_ARGS+= --without-gnomeprint PLIST_SUB+= PRINT="@comment " .endif .if defined(WITH_MP) CONFIGURE_ARGS+= --enable-mp .endif .if ${HAVE_GNOME:Mgnomepanel}!="" USE_GNOME+= gnomepanel desktopfileutils gnomehier CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} PKGNAMESUFFIX:= -gnome PLIST_SUB+= GTK="gnome/" GNOMEPANEL:="" GNOME_ENABLED= yes .else PLIST_SUB+= GTK="" GNOMEPANEL:="@comment " CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} CONFIGURE_ARGS+= --without-desktop-dir .endif post-extract: .if !defined(WITHOUT_PRINT) ${RM} -rf ${WRKSRC}/plug-ins/print ${MKDIR} ${WRKSRC}/plug-ins/print ${CP} -f ${GUT_WRKSRC}/* ${WRKSRC}/plug-ins/print .endif post-patch: @${REINPLACE_CMD} -e 's|"libpng"|"libpng12"|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|@mandir@|${PREFIX}/man|' \ ${WRKSRC}/docs/Makefile.in post-build: .if !defined(WITHOUT_PRINT) @(cd ${WRKSRC}/plug-ins/print; ${SETENV} ${GUT_MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) .endif post-install: .if !defined(WITHOUT_PRINT) @(cd ${WRKSRC}/plug-ins/print; ${SETENV} ${GUT_MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .endif .if defined(GNOME_ENABLED) @-update-desktop-database .endif .include Property changes on: head/graphics/gimp-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.160 \ No newline at end of property +1.161 \ No newline at end of property Index: head/news/pan/Makefile =================================================================== --- head/news/pan/Makefile (revision 176369) +++ head/news/pan/Makefile (revision 176370) @@ -1,45 +1,49 @@ # New ports collection makefile for: pan2 # Date created: 19 August 2002 # Whom: Joe Marcus Clarke # # $FreeBSD$ # $MCom: ports-stable/news/pan/Makefile,v 1.1 2006/10/19 16:50:55 mezz Exp $ # PORTNAME= pan PORTVERSION= 0.118 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Threaded GTK+2 newsreader based on Agent for Windows LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 \ gmime-2.0.4:${PORTSDIR}/mail/gmime2 USE_XLIB= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget gtk20 intlhack USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -lgnuregex" OPTIONS= GTKSPELL "Enable spell checking support" on .include +.if ${OSVERSION} < 500000 +IGNORE= does not build on 4.X +.endif + .if defined(WITHOUT_GTKSPELL) CONFIGURE_ARGS+= --without-gtkspell .else LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+= --with-gtkspell .endif post-patch: @${FIND} ${WRKSRC} -name "Makefile.in"| ${XARGS} ${REINPLACE_CMD} -e \ 's|noinst_PROGRAMS = |noinst_PROGRAMS = #|g' .include Property changes on: head/news/pan/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.73 \ No newline at end of property +1.74 \ No newline at end of property