Index: head/arabic/kacst_fonts/Makefile =================================================================== --- head/arabic/kacst_fonts/Makefile (revision 209810) +++ head/arabic/kacst_fonts/Makefile (revision 209811) @@ -1,39 +1,38 @@ # New ports collection makefile for: kacst_fonts # Date created: August 22 2003 # Whom: Samy Al Bahra # # $FreeBSD$ # PORTNAME= kacst_fonts PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= arabic MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= arabeyes DISTNAME= kacst_fonts_${PORTVERSION} MAINTAINER= sbahra@gwu.edu COMMENT= Truetype Arabic fonts created by KACST BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir -USE_X_PREFIX= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION} SUB_FILES= pkg-message SUB_LIST= PORTNAME="${PORTNAME}" do-build: cd ${WRKDIR} && ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir do-install: ${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts/ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/lib/X11/fonts/kacst_fonts/ ${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/kacst_fonts/ post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/arabic/kacst_fonts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/biology/protomol/Makefile =================================================================== --- head/biology/protomol/Makefile (revision 209810) +++ head/biology/protomol/Makefile (revision 209811) @@ -1,59 +1,58 @@ # New ports collection makefile for: protomol # Date created: 5 May 2006 # Whom: Sangwoo Shim # # $FreeBSD$ PORTNAME= protomol PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-tar.gz EXTRACT_SUFX= # nada MAINTAINER= sangwoos@gmail.com COMMENT= OO, component based, framework for molecular dynamics (MD) simulations LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -USE_XLIB= yes USE_GCC= 3.4+ # Hack to cure a misbehavior of the configure script CONFIGURE_ARGS+= --without-irix_mipspro_mpi CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include CXXFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS= GLUT "Use glut" on .include .if ${OSVERSION} >= 700042 BROKEN= Does not compile with GCC 4.2 .endif .if defined(WITH_GLUT) CONFIGURE_ARGS+= --with-glut=yes LIB_DEPENDS+= glut.4:${PORTSDIR}/graphics/libglut .else CONFIGURE_ARGS+= --with-glut=no .endif .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC}/examples && ${FIND} . | ${EGREP} -v '\.cvsignore' | \ ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} .endif .include Property changes on: head/biology/protomol/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/deskutils/pypanel/Makefile =================================================================== --- head/deskutils/pypanel/Makefile (revision 209810) +++ head/deskutils/pypanel/Makefile (revision 209811) @@ -1,53 +1,52 @@ # New ports collection makefile for: pypanel # Date created: 24 October 2005 # Whom: Florian Unglaub # # $FreeBSD$ # PORTNAME= pypanel PORTVERSION= 2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= pypanel DISTNAME= PyPanel-${PORTVERSION} MAINTAINER= u0@rootofallevil.net COMMENT= Desktop panel written in Python LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ Xft.2:${PORTSDIR}/x11-fonts/libXft BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Xlib/X.py:${PORTSDIR}/x11-toolkits/py-xlib RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Xlib/X.py:${PORTSDIR}/x11-toolkits/py-xlib -USE_X_PREFIX= yes USE_PYTHON= yes USE_PYDISTUTILS= yes USE_EFL= imlib2 PYDISTUTILS_PKGNAME= PyPanel PORTDOCS= * post-patch: @${REINPLACE_CMD} -e \ 's|/usr/bin/freetype-config|${LOCALBASE}/bin/freetype-config|; \ s|/usr/bin/imlib2-config|${LOCALBASE}/bin/imlib2-config|; \ s|/usr/X11R6/include|${X11BASE}/include|; \ s|"COPYING", "README", ||' ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's|sysconfig\.get_python_lib()|"${PREFIX}/share"|' \ ${WRKSRC}/setup.py ${WRKSRC}/pypanel @${REINPLACE_CMD} -e \ 's|/usr/lib/libImlib2.so.1|${LOCALBASE}/lib/libImlib2.so|' \ ${WRKSRC}/setup.py ${WRKSRC}/ppmodule.c @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' ${WRKSRC}/pypanel @${REINPLACE_CMD} -e 's|/usr/share/imlib2|${LOCALBASE}/share/imlib2|' \ ${WRKSRC}/pypanelrc post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/deskutils/pypanel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/deskutils/snotes/Makefile =================================================================== --- head/deskutils/snotes/Makefile (revision 209810) +++ head/deskutils/snotes/Makefile (revision 209811) @@ -1,41 +1,40 @@ # New ports collection makefile for: snotes # Date Created: 2006-04-27 # Whom: Shaun Amott # # $FreeBSD$ # PORTNAME= snotes PORTVERSION= 1.1.5 PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= s-notes MAINTAINER= shaun@FreeBSD.org COMMENT= A lightweight, configurable sticky notes utility BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -USE_X_PREFIX= yes USE_QT_VER= 3 MAKE_ENV= QTDIR="${QT_PREFIX}" \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include post-patch: @${REINPLACE_CMD} -e 's|Config::parseConfig|parseConfig|' \ ${WRKSRC}/config.h do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake -project @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake -nocache do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include Property changes on: head/deskutils/snotes/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/qca/Makefile =================================================================== --- head/devel/qca/Makefile (revision 209810) +++ head/devel/qca/Makefile (revision 209811) @@ -1,39 +1,38 @@ # New ports collection makefile for: qca # Date created: 27 March 2005 # Whom: Vsevolod Stakhov # # $FreeBSD$ # PORTNAME= qca PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= devel security MASTER_SITES= http://delta.affinix.com/download/qca/ \ http://mirror.inerd.com/FreeBSD/distfiles/qca/ MAINTAINER= shaun@FreeBSD.org COMMENT= Straightforward and cross-platform crypto API BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake QT_NONSTANDARD= yes HAS_CONFIGURE= yes USE_BZIP2= yes USE_QT_VER= 3 -USE_X_PREFIX= yes USE_LDCONFIG= yes CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ CONFIGURE_ARGS= --qtdir=${QT_PREFIX} MAKE_ARGS+= QTDIR=${QT_PREFIX} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ do-install: ${TEST} -d ${PREFIX}/include/plugins/qca || ${MKDIR} ${PREFIX}/include/plugins/qca ${INSTALL_SCRIPT} ${WRKSRC}/src/qca.h ${WRKSRC}/src/qcaprovider.h ${PREFIX}/include/plugins/qca ${INSTALL_SCRIPT} -m 755 ${WRKSRC}/libqca.so.1.0.0 ${PREFIX}/lib ${LN} -sf ${PREFIX}/lib/libqca.so.1.0.0 ${PREFIX}/lib/libqca.so.1 ${LN} -sf ${PREFIX}/lib/libqca.so.1.0.0 ${PREFIX}/lib/libqca.so .include Property changes on: head/devel/qca/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/devel/sdl12/Makefile =================================================================== --- head/devel/sdl12/Makefile (revision 209810) +++ head/devel/sdl12/Makefile (revision 209811) @@ -1,158 +1,159 @@ # New ports collection makefile for: SDL # Date created: 1 April 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= sdl PORTVERSION= 1.2.13 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ DISTNAME= SDL-${PORTVERSION} MAINTAINER= mva@sysfault.org COMMENT= Cross-platform multimedia development API BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes WANT_GNOME= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_ICONV= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ LDFLAGS="${LDFLAGS}" CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--disable-alsa --disable-alsatest CONFIGURE_ARGS+=--disable-video-directfb EXAMPLES= test/*.c test/*.bmp test/*.dat test/*.xbm test/*.wav DOCS= BUGS COPYING CREDITS README README-SDL.txt WhatsNew docs.html OPTIONS= AALIB "ASCII art support" On \ ARTS "ARts sound system support" Off \ ESD "Enlightenment sound system support" Off \ GGI "General Graphics Interface support" Off \ NAS "Network Audio System support" Off \ OPENGL "OpenGL 2D/3D graphics support" On \ OSS "Open Sound System support" On \ PULSEAUDIO "PulseAudio sound system support" Off \ SVGALIB "SVGA graphics support (i386 only)" Off .if exists(/usr/lib/libvgl.so) OPTIONS+= VGL "Video Graphics Lib support" On .else WITHOUT_VGL= true .endif .if defined(WITHOUT_X11) WITHOUT_XLIB= true .else OPTIONS+= XLIB "XLib (xorg) graphics support" On .endif .include MAN3!= ${CAT} ${FILESDIR}/man3 .if ${OSVERSION} >= 500111 CONFIGURE_ENV+= ac_cv_header_libusbhid_h=no .endif .if defined(WITHOUT_AALIB) CONFIGURE_ARGS+=--disable-video-aalib .else LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib CONFIGURE_ARGS+=--enable-video-aalib .endif .if defined(WITH_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts CONFIGURE_ARGS+=--enable-arts .else CONFIGURE_ARGS+=--disable-arts .endif .if defined(WITH_ESD) USE_GNOME+= esound CONFIGURE_ARGS+=--enable-esd .else CONFIGURE_ARGS+=--disable-esd --disable-esdtest .endif .if defined(WITH_GGI) LIB_DEPENDS+= ggi.2:${PORTSDIR}/graphics/libggi CONFIGURE_ARGS+=--enable-video-ggi .else CONFIGURE_ARGS+=--disable-video-ggi .endif .if defined(WITH_NAS) LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas .else CONFIGURE_ARGS+=--disable-nas .endif .if defined(WITHOUT_OPENGL) CONFIGURE_ARGS+=--disable-video-opengl .else USE_GL= yes CONFIGURE_ARGS+=--enable-video-opengl .endif .if defined(WITHOUT_OSS) CONFIGURE_ARGS+=--disable-oss .else CONFIGURE_ARGS+=--enable-oss .endif .if defined(WITH_PULSEAUDIO) CONFIGURE_ARGS+=--enable-pulseaudio .else CONFIGURE_ARGS+=--disable-pulseaudio .endif .if defined(WITHOUT_SVGALIB) CONFIGURE_ARGS+=--disable-video-svga .else LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib CONFIGURE_ARGS+=--enable-video-svga .endif .if (defined(WITHOUT_VGL) || ${ARCH} != "i386") CONFIGURE_ARGS+=--disable-video-vgl PKGMESSAGE= none DISPLAY_MSG= ${DO_NADA} .else CONFIGURE_ARGS+=--enable-video-vgl DISPLAY_MSG= ${CAT} ${PKGMESSAGE} .endif .if defined(WITHOUT_XLIB) PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS+=--disable-video-x11 .else -USE_XLIB= yes +USE_XORG= x11 xrender xrandr xextproto .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} &&\ ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ &&\ cd ${WRKSRC} &&\ ${COPYTREE_SHARE} docs ${DOCSDIR}/ "! -regex .*/man3.*" .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} &&\ ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${EXAMPLESDIR}/ .endif @${DISPLAY_MSG} .include Property changes on: head/devel/sdl12/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.110 \ No newline at end of property +1.111 \ No newline at end of property Index: head/editors/wily/Makefile =================================================================== --- head/editors/wily/Makefile (revision 209810) +++ head/editors/wily/Makefile (revision 209811) @@ -1,65 +1,65 @@ # New ports collection makefile for: wily # Date created: 23 September 1997 # Whom: koshy # # $FreeBSD$ # PORTNAME= wily PORTVERSION= 0.13.42 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors plan9 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= serge.gagnon.1@ulaval.ca COMMENT= A clone of the Plan9 editor `acme' RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \ ${X11BASE}/lib/X11/fonts/Xg/unicode.9.font:${PORTSDIR}/x11-fonts/Xg -USE_XLIB= YES +USE_XORG= x11 ice xt GNU_CONFIGURE= YES USE_GMAKE= YES MAN1= wgoto.1 win.1 wreplace.1 Tag.1 mktags.1 Man.1 PORTDOCS= index.html intro.html download.html credits.html FAQ.html \ onepage.html user.html idioms.html C.html python.html \ hack.html AcmeVsWily.html Tcl.html \ pythonpaper.html winmanager.html auug.html one.html \ example.gif thumb.gif cartoon.gif \ FAQ.txt Tcl.txt changes.txt perl.txt \ Credits fonts mouse TUTEDOCS= hello.c start typescript TUTESHS= findword script send_to_gary post-patch: cd ${WRKSRC}/tools/win; ${REINPLACE_CMD} -e 's," in " __FUNCTION__ "()",,' \ win.c wgoto.c wreplace.c; \ ${CHMOD} 755 configure mkinstalldirs; # Run the configure script in the tools directory. post-configure: @${RM} ${WRKSRC}/tools/win/config.cache cd ${WRKSRC}/tools/win && \ ${SETENV} CC=${CC} "CFLAGS=${CFLAGS}" \ ${SH} ./configure --prefix=${PREFIX} # The default Wily makefile does not install any documentation. Rectify. post-install: @${STRIP_CMD} ${PREFIX}/bin/wily .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/tute . for doc in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/Doc/${doc} ${DOCSDIR} . endfor . for doc in ${TUTEDOCS} @${INSTALL_DATA} ${WRKSRC}/Doc/tute/${doc} ${DOCSDIR}/tute . endfor . for doc in ${TUTESHS} @${INSTALL_SCRIPT} ${WRKSRC}/Doc/tute/${doc} ${DOCSDIR}/tute . endfor .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/editors/wily/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/games/acm/Makefile =================================================================== --- head/games/acm/Makefile (revision 209810) +++ head/games/acm/Makefile (revision 209811) @@ -1,31 +1,31 @@ # New ports collection makefile for: acm # Date created: 5 March 1995 # Whom: joerg # # $FreeBSD$ # PORTNAME= acm PORTVERSION= 5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.websimulations.com/download/ MAINTAINER= se@FreeBSD.org COMMENT= A flight simulator for X11 -USE_XLIB= yes +USE_XORG= x11 GNU_CONFIGURE= yes USE_PERL5_BUILD=yes MAN6= acm.6 .include # Include sound support (Use network audio server (nas)) .if defined(WITH_SOUND) || (exists(${PREFIX}/lib/libaudio.a) \ && !defined(WITHOUT_SOUND)) LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas .endif .include Property changes on: head/games/acm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/games/grhino/Makefile =================================================================== --- head/games/grhino/Makefile (revision 209810) +++ head/games/grhino/Makefile (revision 209811) @@ -1,32 +1,31 @@ # New ports collection makefile for: grhino # Date created: 21 Sep 2002 # Whom: UMENO Takashi # # $FreeBSD$ # PORTNAME= grhino PORTVERSION= 0.16.0 PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rhino MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= GRhino Othello/Reversi Program -USE_X_PREFIX= yes USE_GNOME= gnomeprefix libgnomeui USE_GCC= 3.4+ USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_OMF= yes PLIST_SUB+= VERSION=${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include Property changes on: head/games/grhino/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/games/ninix-aya/Makefile =================================================================== --- head/games/ninix-aya/Makefile (revision 209810) +++ head/games/ninix-aya/Makefile (revision 209811) @@ -1,34 +1,33 @@ # New ports collection makefile for: ninix-aya # Date created: 6 Dec 2003 # Whom: UMENO Takashi # # $FreeBSD$ # PORTNAME= ninix-aya PORTVERSION= 3.9.7 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ninix-aya/28636 DISTNAME= ninix-aya-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= Ninix-aya is a compatible with desktop mascot program "Ukagaka" LIB_DEPENDS= png:${PORTSDIR}/graphics/png RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ lha:${PORTSDIR}/archivers/lha \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet PYVERSION= ${PYTHON_VERSION:S/^python//} .if defined(PYTHON_VERSION) && ${PYVERSION:S/.//} < 24 RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec .endif # defined(PYVERSION) && ${PYVERSION:S/.//} < 24 USE_PYTHON= yes -USE_X_PREFIX= yes USE_GMAKE= yes .include Property changes on: head/games/ninix-aya/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/games/pykawari/Makefile =================================================================== --- head/games/pykawari/Makefile (revision 209810) +++ head/games/pykawari/Makefile (revision 209811) @@ -1,56 +1,55 @@ # New ports collection makefile for: pykawari # Date created: 23 Jan 2004 # Whom: UMENO Takashi # # $FreeBSD$ # PORTNAME= pykawari PORTVERSION= 8.2.4 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kawari DISTNAME= kawari-${PORTVERSION:S/.//g} EXTRACT_SUFX= .zip MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= A real kawari8 module for ninix-aya EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ninix:${PORTSDIR}/games/ninix-aya EXTRACT_CMD= ${UNZIP_CMD} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= # empty PLIST_SUB= LOCALBASE=${LOCALBASE} USE_PYTHON= yes USE_GMAKE= yes -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/kawari-${PORTVERSION:S/.//g} CFLAGS+= ${PTHREAD_CFLAGS} -fPIC .include .if ${OSVERSION} >= 700042 BROKEN= Does not compile with GCC 4.2 .endif .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .endif do-build: (cd ${WRKSRC}/build/src; CFLAGS="${CFLAGS}" ${GMAKE} -f gcc.mak PYTHONBASE=${PYTHONBASE} PYTHON_VERSION=${PYTHON_VERSION} PTHREAD_LIBS=${PTHREAD_LIBS} CXX=${CXX}) do-install: ${MKDIR} ${PREFIX}/share/kawari (cd ${WRKSRC}; ${TAR} -cf - document license.txt readme.1st build/BUILD.TXT) | ${TAR} -xvpf - -C ${PREFIX}/share/kawari ${LN} -f ${WRKSRC}/build/mach/freebsd/libshiori.so ${WRKSRC}/build/mach/freebsd/_kawari8.so ${MKDIR} ${PREFIX}/libexec/ninix ${INSTALL_PROGRAM} ${WRKSRC}/build/mach/freebsd/_kawari8.so ${PREFIX}/libexec/ninix .include Property changes on: head/games/pykawari/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/games/tmw/Makefile =================================================================== --- head/games/tmw/Makefile (revision 209810) +++ head/games/tmw/Makefile (revision 209811) @@ -1,60 +1,59 @@ # New ports collection makefile for: tmw # Date created: 12 Oktober 2005 # Whom: Tobias Gion # # $FreeBSD$ # PORTNAME= tmw PORTVERSION= 0.0.24 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR= themanaworld DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= mva@sysfault.org COMMENT= A free open source 2D MMORPG in development LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ png.5:${PORTSDIR}/graphics/png \ curl.4:${PORTSDIR}/ftp/curl \ physfs-1.0.1:${PORTSDIR}/devel/physfs BUILD_DEPENDS= guichan>=0.7.1:${PORTSDIR}/devel/guichan RUN_DEPENDS= guichan>=0.7.1:${PORTSDIR}/devel/guichan -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_SDL= sdl image mixer net USE_GCC= 3.2+ -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN6= tmw.6 OPTIONS= MUSIC "Install additional music" On .include .if !defined(WITHOUT_MUSIC) MUSICNAME= tmwmusic-0.0.20 MUSICSUBDIR= data/music DISTFILES+= ${MUSICNAME}.tar.gz MUSICDIR= ${WRKDIR}/${MUSICNAME}/${MUSICSUBDIR} PLIST_SUB+= MUSICADDON="" .else PLIST_SUB+= MUSICADDON="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure post-install: .if !defined(WITHOUT_MUSIC) ${MKDIR} ${DATADIR}/data/music ${FIND} -E ${MUSICDIR} -type f -iregex ".*\.ogg" \ -exec ${INSTALL_DATA} "{}" "${DATADIR}/${MUSICSUBDIR}" \; .endif .include Property changes on: head/games/tmw/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/games/xtris/Makefile =================================================================== --- head/games/xtris/Makefile (revision 209810) +++ head/games/xtris/Makefile (revision 209811) @@ -1,30 +1,30 @@ # New ports collection makefile for: xtris # Date created: 24. Sep 97 # Whom: sec@42.org # # $FreeBSD$ # PORTNAME= xtris PORTVERSION= 1.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games ipv6 MASTER_SITES= http://www.iagora.com/~espel/xtris/ \ ftp://quatramaran.ens.fr/pub/orabidoo/ PATCH_SITES= ftp://ftp.42.org/pub/orphan/ PATCHFILES= xtris-1.15-v6-19991218.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= sec@42.org COMMENT= A multi-player version of a popular game for the X Window system RESTRICTED= "Possible trademark infringement" WRKSRC= ${WRKDIR}/xtris +USE_XORG= x11 xext -USE_X_PREFIX= yes MAN6= xtris.6 xtserv.6 xtbot.6 MAKE_ENV= IPV6_CFLAGS="-DINET6" .include Property changes on: head/games/xtris/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/graphics/grx/Makefile =================================================================== --- head/graphics/grx/Makefile (revision 209810) +++ head/graphics/grx/Makefile (revision 209811) @@ -1,123 +1,123 @@ # New ports collection makefile for: grx # Date created: 1 Jul 2006 # Whom: alepulver # # $FreeBSD$ # PORTNAME= grx PORTVERSION= 2.4.6 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://grx.gnu.de/download/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= alepulver@FreeBSD.org COMMENT= A 2D graphics library USE_GCC= 3.4 USE_GMAKE= yes +USE_XORG= x11 USE_LDCONFIG= yes -USE_XLIB= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-fontpath=${DATADIR}/fonts \ --with-x11-base=${X11BASE} CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib ALL_TARGET= libs INSTALL_TARGET= install install-bin install-fonts install-info OPTIONS= BGI "Enable BGI support" on \ BMP "Enable BMP support" on \ GPC "Install GNU Pascal Compiler unit" off \ JPEG "Enable JPEG support" off \ PNG "Enable PNG support" on \ PRINT "Enable printing support" on \ TIFF "Enable TIFF support" off \ ZLIB "Enable zlib support" on INFO= grx .include .if defined(WITH_BGI) CONFIGURE_ARGS+=--enable-bgi PLIST_SUB+= BGI="" .else CONFIGURE_ARGS+=--disable-bgi PLIST_SUB+= BGI="@comment " .endif .if defined(WITH_BMP) CONFIGURE_ARGS+=--enable-bmp .else CONFIGURE_ARGS+=--disable-bmp .endif .if defined(WITH_GPC) RUN_DEPENDS+= gpc:${PORTSDIR}/lang/gpc GCC_VER!= cd ${PORTSDIR}/lang/gpc && ${MAKE} -V GCC_VER GNU_HOST!= cd ${PORTSDIR}/lang/gpc && ${MAKE} -V GNU_HOST PLIST_SUB+= GPC="" \ GCC_VER="${GCC_VER}" \ GNU_HOST="${GNU_HOST}" .else PLIST_SUB+= GPC="@comment " .endif .if defined(WITH_JPEG) LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+=--enable-jpeg .else CONFIGURE_ARGS+=--disable-jpeg .endif .if defined(WITH_PNG) LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png CONFIGURE_ARGS+=--enable-png .else CONFIGURE_ARGS+=--disable-png .endif .if defined(WITH_PRINT) CONFIGURE_ARGS+=--enable-print PLIST_SUB+= PRINT="" .else CONFIGURE_ARGS+=--disable-print PLIST_SUB+= PRINT="@comment " .endif .if defined(WITH_TIFF) LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff CONFIGURE_ARGS+=--enable-tiff .else CONFIGURE_ARGS+=--disable-tiff .endif .if defined(WITH_ZLIB) || defined(WITH_PNG) CONFIGURE_ARGS+=--enable-zlib .else CONFIGURE_ARGS+=--disable-zlib .endif post-patch: @${GREP} -ERl '<(malloc|alloca)\.h>' ${WRKSRC} | ${XARGS} \ ${REINPLACE_CMD} -Ee 's|<(malloc\|alloca)\.h>||' @${REINPLACE_CMD} -Ee \ 's|^(CC[[:blank:]]*=).*|\1 ${CC}|; \ s|^(CCOPT =)|\1 ${CPPFLAGS} ${CFLAGS}|; \ s|^(LDOPT =)|\1 ${LDFLAGS}|;' \ ${WRKSRC}/makedefs.grx @${REINPLACE_CMD} -e 's/gcc/${CC}/' ${WRKSRC}/src/makefile.[lx]* post-install: .if defined(WITH_GPC) ${INSTALL_DATA} ${WRKSRC}/pascal/grx.pas \ ${PREFIX}/lib/gpc/gcc/${GNU_HOST}/${GCC_VER}/units .if defined(WITH_BGI) ${INSTALL_DATA} ${WRKSRC}/pascal/bgi/graph.pas \ ${PREFIX}/lib/gpc/gcc/${GNU_HOST}/${GCC_VER}/units .endif .endif .include Property changes on: head/graphics/grx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/graphics/libglut/Makefile =================================================================== --- head/graphics/libglut/Makefile (revision 209810) +++ head/graphics/libglut/Makefile (revision 209811) @@ -1,32 +1,31 @@ # New ports collection makefile for: libglut # Date created: Tue Feb 7 12:02:49 1995 # Whom: anholt # # $FreeBSD$ # PORTNAME= libglut PORTVERSION= 7.0.1 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mesa3d DISTNAME= MesaGLUT-${PORTVERSION} MAINTAINER= shaun@FreeBSD.org COMMENT= OpenGL utility toolkit USE_BZIP2= yes USE_LDCONFIG= yes USE_GL= glu -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION}/src/glut/glx pre-patch: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/ pre-install: @${MKDIR} ${PREFIX}/include/GL .include Property changes on: head/graphics/libglut/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/japanese/scim-anthy/Makefile =================================================================== --- head/japanese/scim-anthy/Makefile (revision 209810) +++ head/japanese/scim-anthy/Makefile (revision 209811) @@ -1,47 +1,46 @@ # New ports collection makefile for: ja-scim-anthy # Date created: 2 Mar 2005 # Whom: Hajimu UMEMOTO # # $FreeBSD$ # PORTNAME= scim-anthy PORTVERSION= 1.2.4 #PORTREVISION= 0 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=scim-imengine/25404 MAINTAINER= ume@FreeBSD.org COMMENT= SCIM IMEngine module using Anthy BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy RUN_DEPENDS= ${BUILD_DEPENDS} \ kasumi:${PORTSDIR}/japanese/kasumi USE_GNOME= lthack -USE_XLIB= yes USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" .include .if ${OSVERSION} < 500035 IGNORE= does not build on FreeBSD < 5.x .else CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib" .endif post-install: @${CAT} ${PKGMESSAGE} @${ECHO} @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' @${ECHO} .include Property changes on: head/japanese/scim-anthy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/japanese/scim-tomoe/Makefile =================================================================== --- head/japanese/scim-tomoe/Makefile (revision 209810) +++ head/japanese/scim-tomoe/Makefile (revision 209811) @@ -1,57 +1,56 @@ # New ports collection makefile for: ja-scim-tomoe # Date created: 18 Dec 2005 # Whom: Hajimu UMEMOTO # # $FreeBSD$ # PORTNAME= scim-tomoe PORTVERSION= 0.6.0 PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=tomoe MAINTAINER= ume@FreeBSD.org COMMENT= SCIM IMEngine module using Tomoe BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \ tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk USE_GNOME= lthack intlhack -USE_XLIB= yes USE_GETTEXT= yes USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" PLIST_FILES= bin/scim-tomoe \ lib/scim-1.0/1.4.0/Helper/tomoe.a \ lib/scim-1.0/1.4.0/Helper/tomoe.la \ lib/scim-1.0/1.4.0/Helper/tomoe.so \ share/locale/ja/LC_MESSAGES/scim-tomoe.mo \ share/scim/icons/scim-tomoe.png .include .if ${OSVERSION} < 500035 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \ LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}" .else CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib" .endif post-install: @${CAT} ${PKGMESSAGE} @${ECHO} @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' @${ECHO} .include Property changes on: head/japanese/scim-tomoe/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/japanese/uim-tomoe-gtk/Makefile =================================================================== --- head/japanese/uim-tomoe-gtk/Makefile (revision 209810) +++ head/japanese/uim-tomoe-gtk/Makefile (revision 209811) @@ -1,33 +1,32 @@ # New ports collection makefile for: ja-uim-tomoe-gtk # Date created: 9 Apr 2007 # Whom: Hajimu UMEMOTO # # $FreeBSD$ # PORTNAME= uim-tomoe-gtk PORTVERSION= 0.6.0 PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=tomoe MAINTAINER= ume@FreeBSD.org COMMENT= UIM helper program for Tomoe LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \ tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk \ uim.5:${PORTSDIR}/textproc/uim USE_GNOME= lthack gtk20 -USE_XLIB= yes USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes PLIST_FILES= bin/uim-tomoe-gtk \ share/locale/ja/LC_MESSAGES/uim-tomoe-gtk.mo CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt" .include Property changes on: head/japanese/uim-tomoe-gtk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/misc/gkrellmfmonitor/Makefile =================================================================== --- head/misc/gkrellmfmonitor/Makefile (revision 209810) +++ head/misc/gkrellmfmonitor/Makefile (revision 209811) @@ -1,33 +1,32 @@ # New ports collection makefile for: gkrellmfmonitor # Date Created: 08 Sep 2002 # Whom: Jean-Yves Lefort # # $FreeBSD$ # $Id: Makefile,v 1.2 2002/11/09 03:14:54 jylefort Exp $ # PORTNAME= gkrellmfmonitor PORTVERSION= 0.3 PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= # none DISTNAME= fmonitor-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM FMonitor plugin BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm PLIST_FILES= libexec/gkrellm/plugins/fmonitor.so -USE_X_PREFIX= yes USE_GNOME= imlib ALL_TARGET= fmonitor.so CFLAGS+= -fPIC `${GTK_CONFIG} --cflags` `imlib-config --cflags-gdk` MAKE_ARGS= CC="${CC} ${CFLAGS}" GTK_LIB="`${GTK_CONFIG} --libs`" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fmonitor.so ${PREFIX}/libexec/gkrellm/plugins .include Property changes on: head/misc/gkrellmfmonitor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/misc/gkrellmfmonitor2/Makefile =================================================================== --- head/misc/gkrellmfmonitor2/Makefile (revision 209810) +++ head/misc/gkrellmfmonitor2/Makefile (revision 209811) @@ -1,35 +1,34 @@ # New ports collection makefile for: gkrellmfmonitor2 # Date Created: 24 Nov 2002 # Whom: Jean-Yves Lefort # # $FreeBSD$ # $Id: Makefile,v 1.2 2002/11/24 02:30:34 jylefort Exp $ # PORTNAME= gkrellmfmonitor PORTVERSION= 2.0.4 PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/ DISTNAME= gkrellm-fmonitor-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM FMonitor plugin BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 LATEST_LINK= gkrellmfmonitor2 -USE_X_PREFIX= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -fPIC" ALL_TARGET= fmonitor.so PLIST_FILES= libexec/gkrellm2/plugins/fmonitor.so do-install: @${MKDIR} ${PREFIX}/libexec/gkrellm2/plugins ${INSTALL_DATA} ${WRKSRC}/fmonitor.so ${PREFIX}/libexec/gkrellm2/plugins .include Property changes on: head/misc/gkrellmfmonitor2/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/misc/gkrellmlaunch/Makefile =================================================================== --- head/misc/gkrellmlaunch/Makefile (revision 209810) +++ head/misc/gkrellmlaunch/Makefile (revision 209811) @@ -1,35 +1,34 @@ # New ports collection makefile for: gkrellmlaunch # Date Created: Tue Nov 6 19:15:45 EST 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= gkrellmlaunch PORTVERSION= 0.4 PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An application launcher plugin for GKrellM BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm PLIST_FILES= libexec/gkrellm/plugins/gkrellmlaunch.so -USE_X_PREFIX= yes USE_GNOME= imlib ALL_TARGET= ${PORTNAME}.so .include .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so \ ${PREFIX}/libexec/gkrellm/plugins .include Property changes on: head/misc/gkrellmlaunch/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/misc/gkrellscore/Makefile =================================================================== --- head/misc/gkrellscore/Makefile (revision 209810) +++ head/misc/gkrellscore/Makefile (revision 209811) @@ -1,40 +1,39 @@ # New ports collection makefile for: gkrellscore # Date Created: Fri Aug 17 15:57:42 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= gkrellscore PORTVERSION= 0.0.2 PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://ftp.dvo.ru/pub/Gentoo/distfiles/ \ http://voodoo.bawue.com/download/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Plugin to GKrellM that displays current sports scores -BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm +BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \ wget:${PORTSDIR}/ftp/wget WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} -USE_X_PREFIX= yes USE_PERL5_BUILD=yes USE_GNOME= imlib USE_GMAKE= yes pre-patch: @${PERL} -pi.orig -e 's|/usr/bin/perl|${PERL}|; \ s|(mkdir \$$dir)|$$1,0755|' \ ${WRKSRC}/gkrellscore.excite do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gkrellscore.so \ ${PREFIX}/libexec/gkrellm/plugins @${INSTALL_SCRIPT} ${WRKSRC}/gkrellscore.excite \ ${PREFIX}/bin .include Property changes on: head/misc/gkrellscore/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/misc/gkrellshoot2/Makefile =================================================================== --- head/misc/gkrellshoot2/Makefile (revision 209810) +++ head/misc/gkrellshoot2/Makefile (revision 209811) @@ -1,32 +1,31 @@ # New ports collection makefile for: gkrellshoot2 # Date Created: 28 Jan 2003 # Whom: Andrew Stuart # # $FreeBSD$ # PORTNAME= gkrellshoot PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= 2 MAINTAINER= ports@FreeBSD.org COMMENT= A screen locking and screen capture plugin for GKrellM 2 -BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 +BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 \ import:${PORTSDIR}/graphics/ImageMagick PLIST_FILES= libexec/gkrellm2/plugins/gkrellshoot.so WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION} -USE_X_PREFIX= yes ALL_TARGET= ${PORTNAME}.so do-install: @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins .include Property changes on: head/misc/gkrellshoot2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/misc/gkx86info/Makefile =================================================================== --- head/misc/gkx86info/Makefile (revision 209810) +++ head/misc/gkx86info/Makefile (revision 209811) @@ -1,48 +1,47 @@ # New ports collection makefile for: gkx86info # Date created: Thu Aug 8 01:49:15 UTC 2002 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= gkx86info PORTVERSION= 0.0.2 PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://freebsd.unixfreunde.de/sources/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM plugin that simply prints the current clock speed BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm ONLY_FOR_ARCHS= i386 -USE_X_PREFIX= yes USE_GNOME= gtk12 imlib PLIST_FILES= libexec/gkrellm/plugins/gkx86info.so .ifndef(NOPORTDOCS) PORTDOCS= COPYING README .endif do-build: @cd ${WRKSRC} && eval ${CC} ${CFLAGS} -o MHz.o -c MHz.c @cd ${WRKSRC} && eval ${CC} -fPIC ${CFLAGS} \ `${GTK_CONFIG} --cflags` \ `${IMLIB_CONFIG} --cflags-gdk` -c gkx86info.c @cd ${WRKSRC} && eval ${CC} -shared ${CFLAGS} ${LDFLAGS} \ -o ${PORTNAME}.so MHz.o gkx86info.o do-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif #NOPORTDOCS @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so \ ${PREFIX}/libexec/gkrellm/plugins/ .include Property changes on: head/misc/gkx86info/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/misc/wmjulia/Makefile =================================================================== --- head/misc/wmjulia/Makefile (revision 209810) +++ head/misc/wmjulia/Makefile (revision 209811) @@ -1,26 +1,25 @@ # New ports collection makefile for: wmjulia # Date created: 16 May 2002 # Whom: Alexey Dokuchaev # # $FreeBSD$ # PORTNAME= wmjulia PORTVERSION= 0.40 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= misc windowmaker afterstep MASTER_SITES= http://web.novalis.org/programs/ MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp that creates an animated Julia set PLIST_FILES= bin/wmjulia WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} USE_GMAKE= yes -USE_XPM= yes -USE_X_PREFIX= yes +USE_XPM= xpm xext do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include Property changes on: head/misc/wmjulia/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/misc/wmx10/Makefile =================================================================== --- head/misc/wmx10/Makefile (revision 209810) +++ head/misc/wmx10/Makefile (revision 209811) @@ -1,25 +1,24 @@ # New ports collection makefile for: wmx10 # Date created: 16 September 2000 # Whom: eric # # $FreeBSD$ # PORTNAME= wmx10 PORTVERSION= 0.03 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc windowmaker MASTER_SITES= http://www.cs.uml.edu/~jhawkins/wmx10/ MAINTAINER= ports@FreeBSD.org COMMENT= Remote control for X10 devices WRKSRC= ${WRKDIR}/wmx10.app/wmx10 -USE_X_PREFIX= yes -USE_XPM= yes +USE_XPM= xpm x11 ice USE_GMAKE= yes PLIST_FILES= bin/wmx10 .include Property changes on: head/misc/wmx10/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/multimedia/xmms-skins/Makefile =================================================================== --- head/multimedia/xmms-skins/Makefile (revision 209810) +++ head/multimedia/xmms-skins/Makefile (revision 209811) @@ -1,111 +1,111 @@ # New ports collection makefile for: xmms-skins # Date created: 19 Aug 2004 # Whom: Filippo Natali # # $FreeBSD$ # PORTNAME= xmms-skins PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://www.xmms.org/files/Skins/ DISTFILES= AbsoluteE_Xmms.zip \ Absolute_Blue-XMMS.zip \ AdamAmp.zip \ Apple_Platinum_Amp.zip \ Aqua.zip \ BlackXMMS.zip \ BlueIce.zip \ BlueSteel.zip \ BlueSteel_xmms.zip \ BrushedMetal_Xmms.zip \ CX2.zip \ Cobalt-Obscura.tar.gz \ ColderXMMS.tar.gz \ ConceptX-Gold.zip \ Concept_X.zip \ Coolblue.tar.gz \ Covenant.zip \ Cyrus-XMMS.zip \ Eclipse.tar.gz \ FB_1.2.zip \ FB_2.1.zip \ FreeBSD.zip \ Freshmeat_Amp.zip \ GTK+.zip \ Ghost-10.zip \ HeliXMMS.zip \ Inverse.zip \ LinuxDotCom.tar.gz \ Marble.zip \ MarbleX.tar.gz \ NeXTAmp2-1.0pre1.zip \ NeXTAmp2.4.zip \ NoerdAmp-SE.tar.gz \ OmniAMP-1.3.zip \ Panic.zip \ Plume-XMMS-v1.zip \ SuedE.zip \ Ultrafina-pw.zip \ Ultrafina.zip \ Ultrafina2000.zip \ UltrafinaSE.zip \ UltrafinaSEM.zip \ Vegetal_Blues.zip \ Vegetali_1-1.zip \ Vulcan.zip \ Vulcan21.zip \ Winamp_X_XMMS_1.01.tar.gz \ WoodPanel.zip \ X-Tra.zip \ XMMS-AfterStep.zip \ XMMS-Green.zip \ XawMMS.zip \ arctic_Xmms.zip \ blackstar.zip \ blueHeart-xmms-20.zip \ blueHeart_Xmms.zip \ bmXmms.zip \ cart0onix.zip \ chaos_XMMS.zip \ cherry.zip \ cherry_best.tar.gz \ cracked.zip \ detone_blue.zip \ detone_green.zip \ eMac-XMMS.zip \ eMac_Xmms_color_schemes.zip \ fiRe.tar.gz \ fyre.zip \ gLaNDAmp-2.0.zip \ m2n.tar.gz \ maXMMS.tar.gz \ minEguE-xmms-v2.zip \ myway.zip \ nixamp2.tar.gz \ nuance-2.0.zip \ nuance-green-2.0.zip \ sinistar.zip \ spiffMEDIA.zip \ sword.tar.gz \ titanium.zip \ xmmearth.tar.gz \ xmms-256.zip EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Skins for X Multimedia System (XMMS) BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -USE_X_PREFIX= yes +USE_XORG= x11 NO_BUILD= yes NO_WRKSUBDIR= yes do-install: @for skin in ${DISTFILES}; do \ ${CP} ${DISTDIR}/$$skin ${PREFIX}/share/xmms/Skins; \ done .include Property changes on: head/multimedia/xmms-skins/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/multimedia/xmms-status-plugin/Makefile =================================================================== --- head/multimedia/xmms-status-plugin/Makefile (revision 209810) +++ head/multimedia/xmms-status-plugin/Makefile (revision 209811) @@ -1,27 +1,27 @@ # New ports collection makefile for: xmms-status-plugin # Date created: Sep 28, 2003 # Whom: Pav Lucistnik # # $FreeBSD$ PORTNAME= xmms-status-plugin PORTVERSION= 1.0 -PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://www.hellion.org.uk/source/ MAINTAINER= ports@FreeBSD.org COMMENT= XMMS control applet for GNOME 2 panel / KDE tray LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms -USE_X_PREFIX= yes +USE_XORG= x11 xpm USE_GMAKE= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: ${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure .include Property changes on: head/multimedia/xmms-status-plugin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/gkrellmwireless/Makefile =================================================================== --- head/net/gkrellmwireless/Makefile (revision 209810) +++ head/net/gkrellmwireless/Makefile (revision 209811) @@ -1,33 +1,32 @@ # New ports collection makefile for: gkrellm-wireless # Date Created: 4 Mar 2002 # Whom: Jim Mock # # $FreeBSD$ # PORTNAME= gkrellmwireless PORTVERSION= 0.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://gkrellm.luon.net/files/ MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM wireless plugin BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm NO_LATEST_LINK= yes -USE_X_PREFIX= yes USE_GNOME= imlib PLIST_FILES= libexec/gkrellm/plugins/wireless.so .include .if ${OSVERSION} >= 700042 BROKEN= Does not compile with GCC 4.2 .endif .include Property changes on: head/net/gkrellmwireless/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/gnoemoe/Makefile =================================================================== --- head/net/gnoemoe/Makefile (revision 209810) +++ head/net/gnoemoe/Makefile (revision 209811) @@ -1,32 +1,31 @@ # New ports collection makefile for: GnoeMoe # Date created: 11 January 2005 # Whom: Jesse van den Kieboom # # $FreeBSD$ # PORTNAME= gnoemoe PORTVERSION= 0.8.1 PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://www.icecrew.nl/software/gnoemoe/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Gnome MOO Client USE_RUBY= yes USE_RUBY_FEATURES= ruby18 USE_GNOME= gnomeprefix gtksourceview libglade2 libgnomeui vte -USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/src/Makefile.in post-install: update-mime-database ${PREFIX}/share/mime .include Property changes on: head/net/gnoemoe/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/gnome-mud/Makefile =================================================================== --- head/net/gnome-mud/Makefile (revision 209810) +++ head/net/gnome-mud/Makefile (revision 209811) @@ -1,37 +1,36 @@ # New ports collection makefile for: amcl # Date created: 15 Apr 2000 # Whom: will # # $FreeBSD$ # PORTNAME= gnome-mud PORTVERSION= 0.10.7 PORTREVISION= 4 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based MUD client with triggers, aliases, colors, etc -USE_X_PREFIX= yes USE_GETTEXT= yes USE_GNOME= gnomehack gnometarget gnomeprefix intlhack libgnomeui \ pygtk2 vte USE_PYTHON= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-mccp INSTALLS_OMF= yes MAN6= gnome-mud.6 GCONF_SCHEMAS= gnome-mud.schemas post-patch: @${REINPLACE_CMD} -e \ 's|prefix)/games|prefix)/bin|g' ${WRKSRC}/src/Makefile.in .include Property changes on: head/net/gnome-mud/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/net/gnometelnet/Makefile =================================================================== --- head/net/gnometelnet/Makefile (revision 209810) +++ head/net/gnometelnet/Makefile (revision 209811) @@ -1,46 +1,45 @@ # New ports collection makefile for: gnometelnet # Date created: 2 August 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= gnometelnet PORTVERSION= 2.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net gnome MASTER_SITES= http://www.cyest.org/downloads/ DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A nice frontend to the telnet, ssh, and rlogin clients for GNOME BROKEN= Size mismatch USE_AUTOTOOLS= automake:15:env libtool:15 USE_BZIP2= yes -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" pre-configure: @${LN} -sf ${AUTOMAKE_DIR}/install-sh ${WRKSRC} @${RM} -f ${WRKSRC}/config.cache .for file in config.guess config.sub @${RM} -f ${WRKSRC}/${file} && ${TOUCH} ${WRKSRC}/${file} .endfor post-install: @${MKDIR} ${PREFIX}/share/gnome/apps/Internet ${INSTALL_DATA} ${WRKSRC}/share/GTelnet.desktop \ ${PREFIX}/share/gnome/apps/Internet @${MKDIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/share/*.png \ ${PREFIX}/share/pixmaps @${MKDIR} ${PREFIX}/share/pixmaps/gnome-telnet ${INSTALL_DATA} ${WRKSRC}/share/*.jpg \ ${PREFIX}/share/pixmaps/gnome-telnet .include Property changes on: head/net/gnometelnet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/net/gnosamba/Makefile =================================================================== --- head/net/gnosamba/Makefile (revision 209810) +++ head/net/gnosamba/Makefile (revision 209811) @@ -1,29 +1,28 @@ # New ports collection makefile for: gnosamba # Date created: 4 November 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= gnosamba PORTVERSION= 0.3.3 PORTREVISION= 3 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/g/gnosamba DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Samba configuration tool for X Window System WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig PLIST_FILES= bin/gnosamba -USE_X_PREFIX= yes USE_GNOME= gnomelibs GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c .include Property changes on: head/net/gnosamba/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/net/jags/Makefile =================================================================== --- head/net/jags/Makefile (revision 209810) +++ head/net/jags/Makefile (revision 209811) @@ -1,38 +1,38 @@ # New ports collection makefile for: jags # Date created: Thu Jul 5 17:13:11 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= jags PORTVERSION= 0.20.2 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://sumpan.campus.luth.se/software/jags/download/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= JAGS - Just Another GTK+ Samba Client NO_LATEST_LINK= yes USE_GMAKE= yes -USE_XPM= yes +USE_XORG= xpm USE_GNOME= gtk12 USE_PERL5_BUILD=yes GNU_CONFIGURE= yes .include .if ${OSVERSION} >= 700042 BROKEN= Broken with gcc 4.2 .endif pre-patch: @${PERL} -pi.fbsd -e 's@/usr/local/share/jags/@${PREFIX}/share/jags/@g' \ ${WRKSRC}/src/jagsconfig.cpp @${PERL} -pi.fbsd -e 's@/usr/local/share/jags/pixmaps/@${PREFIX}/share/jags/pixmaps/@g' \ ${WRKSRC}/src/gtk_common.cpp .include Property changes on: head/net/jags/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net/mtr/Makefile =================================================================== --- head/net/mtr/Makefile (revision 209810) +++ head/net/mtr/Makefile (revision 209811) @@ -1,56 +1,56 @@ # New ports collection makefile for: mtr # Date created: 12 August 1998 # Whom: Bill Fumerola # # $FreeBSD$ # PORTNAME= mtr PORTVERSION= 0.72 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ http://www.mirrors.wiretapped.net/security/network-mapping/mtr/ \ http://gd.tuwien.ac.at/infosys/network/tools/mtr/ \ http://mirrors.evolva.ro/util/mtr/ MAINTAINER= ports@FreeBSD.org COMMENT= Traceroute and ping in a single graphical network diagnostic tool GNU_CONFIGURE= yes USE_GMAKE= yes MAN8= mtr.8 PLIST_FILES= sbin/mtr .if !defined(WITHOUT_X11) .if defined(WITH_GTK1) USE_GNOME= gtk12 PKGNAMESUFFIX= -gtk1 .else USE_GNOME= gtk20 CONFIGURE_ARGS=--enable-gtk2 .endif -USE_XLIB= yes +USE_XORG= x11 CONFIGURE_ARGS+=--with-gtk-prefix=${X11BASE} .else PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS=--without-gtk --with-gtk-prefix=/nonexistant .endif .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+=--disable-ipv6 .endif post-configure: @${REINPLACE_CMD} -e 's|-lresolv||g' ${WRKSRC}/Makefile post-install: @${ECHO} "" @${ECHO} "${PREFIX}/sbin/mtr is setuid \"root\" " @${ECHO} "" @${ECHO} "Please read about potential security issues" @${ECHO} "in file ${WRKSRC}/SECURITY (not installed)" @${ECHO} "" .include Property changes on: head/net/mtr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.63 \ No newline at end of property +1.64 \ No newline at end of property Index: head/net/py-mp-random/Makefile =================================================================== --- head/net/py-mp-random/Makefile (revision 209810) +++ head/net/py-mp-random/Makefile (revision 209811) @@ -1,35 +1,34 @@ # New ports collection makefile for: py-MirrorProjectRandomImageWidget # Date created: August 03, 2004 # Whom: Aaron Straup Cope ascope@cpan.org # # $FreeBSD$ # -PORTNAME=mp-random +PORTNAME= mp-random PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= net python MASTER_SITES= http://mirrorproject.com/widget/ PKGNAMEPREFIX= py- DISTNAME= MirrorProjectRandomImageWidget-src-${PORTVERSION} MAINTAINER= randomimage-widget@mirrorproject.com COMMENT= Display random Mirror Project images on your desktop USE_PYTHON= yes -USE_X_PREFIX= yes USE_WX= 2.4 WX_COMPS= python NO_BUILD= yes pre-install: ${PRINTF} "#!${PYTHON_CMD}\n" > ${WRKSRC}/mp-random ${CAT} ${WRKSRC}/MirrorProjectRandomImageWidget.py >> \ ${WRKSRC}/mp-random ${CHMOD} 0755 ${WRKSRC}/mp-random do-install: ${ECHO} "Installing ${PREFIX}/bin/mp-random" ${CP} ${WRKSRC}/mp-random ${PREFIX}/bin/ .include Property changes on: head/net/py-mp-random/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/sambasentinel/Makefile =================================================================== --- head/net/sambasentinel/Makefile (revision 209810) +++ head/net/sambasentinel/Makefile (revision 209811) @@ -1,31 +1,30 @@ # New ports collection makefile for: sambasentinel # Date created: Thu Jul 5 16:41:21 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= sambasentinel PORTVERSION= 0.1 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.fasta.fh-dortmund.de/pub/linux/gentoo/distfiles/ \ http://voodoo.bawue.com/download/ DISTNAME= SambaSentinel-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SambaSentinel is a gtk-frontend to smbstatus with additional features RUN_DEPENDS= jags:${PORTSDIR}/net/jags PLIST_FILES= bin/SambaSentinel WRKSRC= ${WRKDIR}/SambaSentinel USE_GMAKE= yes -USE_XPM= yes USE_GNOME= gtk12 ALL_TARGET= SambaSentinel do-install: @${INSTALL_PROGRAM} ${WRKSRC}/SambaSentinel ${PREFIX}/bin .include Property changes on: head/net/sambasentinel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/tvark/Makefile =================================================================== --- head/net/tvark/Makefile (revision 209810) +++ head/net/tvark/Makefile (revision 209811) @@ -1,30 +1,29 @@ # New ports collection makefile for: tvark # Date created: 19 July 2001 # Whom: mwest@uct.ac.za # # $FreeBSD$ # PORTNAME= tvark PORTVERSION= 0.4 PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://voodoo.bawue.com/download/ \ http://www.tvark.com/ MAINTAINER= ports@FreeBSD.org COMMENT= GUI network monitoring tool, tied to a MySQL database -USE_X_PREFIX= yes USE_PERL5_BUILD=yes USE_GNOME= gtk12 USE_MYSQL= yes .include post-patch: @${PERL} -pi -e "s|/usr/local/bin|${PREFIX}/bin|" ${WRKSRC}/Makefile @${PERL} -pi -e "s|gtk-config|${GTK_CONFIG}|" ${WRKSRC}/Makefile @${PERL} -pi -e "s|-ggdb|${CFLAGS}|" ${WRKSRC}/Makefile .include Property changes on: head/net/tvark/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/net/warppipe/Makefile =================================================================== --- head/net/warppipe/Makefile (revision 209810) +++ head/net/warppipe/Makefile (revision 209811) @@ -1,28 +1,27 @@ # New ports collection makefile for: warppipe # Date created: 27 June 2004 # Whom: Chris Howells # # $FreeBSD$ PORTNAME= warppipe PORTVERSION= 0.3.5b PORTREVISION= 1 CATEGORIES= net games MASTER_SITES= http://cubeonline.warppipe.com/download/ DISTNAME= WarpPipe-0.3.5-bsd MAINTAINER= ports@FreeBSD.org COMMENT= Online multi-player gaming for the Nintendo GameCube LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x ONLY_FOR_ARCHS= i386 -USE_XLIB= YES WRKSRC= ${WRKDIR}/WarpPipe-0.3.5-bsd NO_BUILD= YES do-install: @${INSTALL_PROGRAM} ${WRKSRC}/WarpPipe ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/soshell ${PREFIX}/bin .include Property changes on: head/net/warppipe/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/wmnetload/Makefile =================================================================== --- head/net/wmnetload/Makefile (revision 209810) +++ head/net/wmnetload/Makefile (revision 209811) @@ -1,31 +1,31 @@ # New ports collection makefile for: wmnetload # Date created: 6 February 2003 # Whom: Hendrik Scholz # # $FreeBSD$ # PORTNAME= wmnetload PORTVERSION= 1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net windowmaker afterstep MASTER_SITES= ftp://truffula.com/pub/ \ http://dl.fkb.wormulon.net/wmnetload/ \ http://dl.kel.wormulon.net/wmnetload/ MAINTAINER= ports@FreeBSD.org COMMENT= Network load monitor dockapp LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp USE_BZIP2= yes -USE_XPM= yes +USE_XORG= xpm x11 GNU_CONFIGURE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/wmnetload @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmnetload/ .endif .include Property changes on: head/net/wmnetload/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/wmping/Makefile =================================================================== --- head/net/wmping/Makefile (revision 209810) +++ head/net/wmping/Makefile (revision 209811) @@ -1,37 +1,36 @@ # New ports collection makefile for: wmping # Date created: 16 February 2004 # Whom: Sergey Velichkevych # # $FreeBSD$ # PORTNAME= wmping PORTVERSION= 0.2.1 PORTREVISION= 1 CATEGORIES= net windowmaker MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= serg@cad.kiev.ua COMMENT= Windowmaker dock app to display network hosts status -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= wmping.1 PLIST_FILES= bin/wmping PORTDOCS= BUGS CHANGES README TODO do-install: ${INSTALL} -c -s -m 4555 -o root -g wheel ${WRKSRC}/wmping ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/wmping.1 ${PREFIX}/man/man1 .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/net/wmping/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/xtraceroute/Makefile =================================================================== --- head/net/xtraceroute/Makefile (revision 209810) +++ head/net/xtraceroute/Makefile (revision 209811) @@ -1,45 +1,45 @@ # New ports collection makefile for: xtraceroute # Date created: 17 February 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= xtraceroute PORTVERSION= 0.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= ports@FreeBSD.org COMMENT= 3D graphical version of the traceroute program BUILD_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/dns/host RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea -USE_X_PREFIX= yes +USE_XORG= x11 USE_GNOME= gdkpixbuf USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \ --with-lib-GL \ --with-host=${LOCALBASE}/bin/host CONFIGURE_ENV+= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAKE_ENV+= OLD_PO_FILE_INPUT=1 DATAFILES= ndg_files.tar.gz MAN1= xtraceroute.1 post-patch: @${TOUCH} ${WRKSRC}/po/* post-install: ${INSTALL_DATA} ${WRKDIR}/hosts.cache ${PREFIX}/share/xtraceroute ${INSTALL_DATA} ${WRKDIR}/networks.cache ${PREFIX}/share/xtraceroute .include Property changes on: head/net/xtraceroute/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/net/xwhois/Makefile =================================================================== --- head/net/xwhois/Makefile (revision 209810) +++ head/net/xwhois/Makefile (revision 209811) @@ -1,34 +1,33 @@ # New ports collection makefile for: xwhois # Date created: 31 December 1998 # Whom: Kris Kennaway # # $FreeBSD$ # PORTNAME= xwhois PORTVERSION= 0.4.2 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://c64.org/~nr/xwhois/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= A GTK-based frontend to the whois service (RFC954) -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xwhois ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/xwhois ${MKDIR} ${PREFIX}/share/xwhois/pixmaps ${INSTALL_DATA} ${WRKSRC}/docs/xwhois.servers ${PREFIX}/share/xwhois ${INSTALL_DATA} ${WRKSRC}/docs/xwhois.xpm ${PREFIX}/share/xwhois/pixmaps .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/xwhois ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xwhois ${INSTALL_DATA} ${WRKSRC}/docs/TODO ${PREFIX}/share/doc/xwhois ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xwhois .endif .include Property changes on: head/net/xwhois/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/net-im/ayttm/Makefile =================================================================== --- head/net-im/ayttm/Makefile (revision 209810) +++ head/net-im/ayttm/Makefile (revision 209811) @@ -1,85 +1,84 @@ # New ports collection makefile for: ayttm # Date created: 1 Mar 2000 # Whom: Jim Mock # # $FreeBSD$ # PORTNAME= ayttm PORTVERSION= 0.4.6.17 PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= A "chat" program that combines AIM, ICQ, and Yahoo! Chat into one LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ jasper.4:${PORTSDIR}/graphics/jasper \ gpgme03.9:${PORTSDIR}/security/gpgme03 \ pspell.16:${PORTSDIR}/textproc/aspell WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_BZIP2= yes USE_GCC= 3.4 -USE_X_PREFIX= yes WANT_GNOME= yes USE_GNOME= gdkpixbuf gnometarget USE_OPENSSL= yes USE_AUTOTOOLS= libltdl:15 libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-smtp --enable-jasper-filter MAN1= ayttm.1 CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} .include .if ${HAVE_GNOME:Mesound}!="" USE_GNOME+= esound PKGNAMESUFFIX= -esound PLIST_SUB+= ESOUND="" .else CONFIGURE_ARGS+= --disable-esd PLIST_SUB+= ESOUND="@comment " .endif .if defined(WITH_LIBARTS) LIB_DEPENDS+= artsc:${PORTSDIR}/audio/libarts PLIST_SUB+= LIBARTS="" .else CONFIGURE_ARGS+= --disable-arts PLIST_SUB+= LIBARTS="@comment " .endif .if !defined(WITHOUT_XFT) LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+= --enable-xft CPPFLAGS+= `freetype-config --cflags` LDFLAGS+= `freetype-config --libs` .endif pre-everything:: @${ECHO_MSG} "Ayttm has the following tunable option(s):" @${ECHO_MSG} "" @${ECHO_MSG} " WITHOUT_GNOME=esound Truns off EsounD support" @${ECHO_MSG} " WITH_LIBARTS=yes Turns on libArts support" @${ECHO_MSG} " WITHOUT_XFT=yes Turns off Xft support" @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-pthread|${PTHREAD_CFLAGS:S/"//g}|g; \ s|gpgme-config|gpgme03-config|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|= pixmaps|=|g ; \ s|^Utilities|#Utilities|g ; \ s|^gnome|#gnome|g' ${WRKSRC}/Makefile.in .include Property changes on: head/net-im/ayttm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.49 \ No newline at end of property +1.50 \ No newline at end of property Index: head/net-im/gicq/Makefile =================================================================== --- head/net-im/gicq/Makefile (revision 209810) +++ head/net-im/gicq/Makefile (revision 209811) @@ -1,44 +1,43 @@ # New ports collection makefile for: gicq # Date Created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # # $FreeBSD$ # PORTNAME= gicq PORTVERSION= 0.33 PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://download.sourceforge.net/gicq/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flathill MAINTAINER= ports@FreeBSD.org COMMENT= GTK based ICQ program LIB_DEPENDS= icq.0:${PORTSDIR}/net-im/libicq USE_GETTEXT= yes -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 gnomehack gnomeprefix WANT_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include .if ${HAVE_GNOME:Mgnomelibs}!="" USE_GNOME+= gnomelibs PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+=--without-gnome .endif post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure .include Property changes on: head/net-im/gicq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/net-im/gtkyahoo/Makefile =================================================================== --- head/net-im/gtkyahoo/Makefile (revision 209810) +++ head/net-im/gtkyahoo/Makefile (revision 209811) @@ -1,30 +1,29 @@ # New ports collection makefile for: gtkyahoo # Date created: 18 August 1999 # Whom: dannyman@dannyland.org # # $FreeBSD$ # PORTNAME= gtkyahoo PORTVERSION= 0.18.3 PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkyahoo MAINTAINER= ports@FreeBSD.org COMMENT= Yahoo Messenger Client using GTK -USE_X_PREFIX= yes USE_GNOME= gtk12 USE_BISON= build GNU_CONFIGURE= yes USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 post-patch: @${REINPLACE_CMD} -e '/@INSTALL@/s/$$INSTALL/${INSTALL}/; \ s/echo aout/echo elf/' \ ${WRKSRC}/libyahoo/configure .include Property changes on: head/net-im/gtkyahoo/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/net-im/ickle/Makefile =================================================================== --- head/net-im/ickle/Makefile (revision 209810) +++ head/net-im/ickle/Makefile (revision 209811) @@ -1,65 +1,64 @@ # ex:ts=8 # New ports collection makefile for: ickle # Date created: Nov 21, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= ickle PORTVERSION= 0.3.2 PORTREVISION= 5 CATEGORIES= net-im devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= ICQ2000 protocol implementation LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12 \ icq2000.5:${PORTSDIR}/net-im/libicq2000 -USE_X_PREFIX= yes USE_GNOME= gtk12 WANT_GNOME= yes USE_ICONV= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \ --with-gtkmm-prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="`${LOCALBASE}/bin/sigc-config --cflags`" post-patch: @${REINPLACE_CMD} -E -e 's|(gtkmm_config_args[[:space:]]*=).+$$|\1|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include .if ${HAVE_GNOME:Mlibcapplet}!="" || defined(WITH_GNOME) USE_GNOME+= libcapplet PKGNAMESUFFIX= -gnome PLIST_SUB+= GNOME="" NOGNOME="@comment " .else CONFIGURE_ARGS+= --with-gnome=no PLIST_SUB+= GNOME="@comment " NOGNOME="" .endif .if defined(WITH_ICKLE_CONTROL) PLIST_SUB+= ICKLECONTROL="" .else CONFIGURE_ARGS+= --without-ickle-control PLIST_SUB+= ICKLECONTROL="@comment " .endif pre-everything:: .if ${HAVE_GNOME:Mlibcapplet}=="" && !defined(WITH_GNOME) @${ECHO_MSG} "===> Define WITH_GNOME to enable GNOME support" .endif .if !defined(WITH_ICKLE_CONTROL) @${ECHO_MSG} "===> Define WITH_ICKLE_CONTROL to enable external command-line" @${ECHO_MSG} "===> control for the ickle client" .endif .include Property changes on: head/net-im/ickle/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/net-im/psi/Makefile =================================================================== --- head/net-im/psi/Makefile (revision 209810) +++ head/net-im/psi/Makefile (revision 209811) @@ -1,59 +1,58 @@ # New ports collection makefile for: psi # Date created: Wed May 1 20:27:23 NZST 2002 # Whom: jonc@chen.org.nz # # $FreeBSD$ # PORTNAME= psi PORTVERSION= 0.10 PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= shaun@FreeBSD.org COMMENT?= A Qt-based Jabber client BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= qca.1:${PORTSDIR}/devel/qca RUN_DEPENDS= ${X11BASE}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls HAS_CONFIGURE= yes -USE_X_PREFIX= yes USE_BZIP2= yes USE_QT_VER= 3 CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LDFLAGS=${PTHREAD_LIBS} \ KDEDIR=${LOCALBASE} CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${X11BASE} \ --with-qca-inc=${X11BASE}/include/plugins/qca \ --with-qca-lib=${X11BASE}/lib \ --disable-growl --disable-dnotify --disable-ghbnr MAKE_ARGS+= QTDIR=${QT_PREFIX} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ PORTDOCS= README ChangeLog OPTIONS?= GENTOO_EXTRAS "Build with unofficial Gentoo patches" off PLIST_SUB= GENTOO="@comment " .include .if defined(WITH_GENTOO_EXTRAS) . include "Makefile.gentoo" .endif post-install: ${STRIP_CMD} ${PREFIX}/bin/psi .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net-im/psi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/net-im/vqcc-gtk/Makefile =================================================================== --- head/net-im/vqcc-gtk/Makefile (revision 209810) +++ head/net-im/vqcc-gtk/Makefile (revision 209811) @@ -1,29 +1,28 @@ # New ports collection makefile for: vqcc-gtk # Date created: 07 Sep 2004 # Whom: Saulius Menkevicius # # $FreeBSD$ # PORTNAME= vqcc-gtk PORTVERSION= 0.5 PORTREVISION= 3 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER?= ports@FreeBSD.org COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM) LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} .include Property changes on: head/net-im/vqcc-gtk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net-p2p/fidelio/Makefile =================================================================== --- head/net-p2p/fidelio/Makefile (revision 209810) +++ head/net-p2p/fidelio/Makefile (revision 209811) @@ -1,30 +1,29 @@ # New ports collection makefile for: fidelio # Date created: 13 November 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= fidelio PORTVERSION= 1.0.b1 PORTREVISION= 4 CATEGORIES= net-p2p gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME client for Hotline -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e \ 's|||g' ${WRKSRC}/configure .include Property changes on: head/net-p2p/fidelio/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/net-p2p/gnewtellium/Makefile =================================================================== --- head/net-p2p/gnewtellium/Makefile (revision 209810) +++ head/net-p2p/gnewtellium/Makefile (revision 209811) @@ -1,27 +1,26 @@ # New ports collection makefile for: gnewtellium # Date created: 9 April 2002 # Whom: haikal # # $FreeBSD$ PORTNAME= gnewtellium PORTVERSION= 0.05b PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A gnutella client -USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" PLIST_FILES= bin/gnewtellium %%DATADIR%%/pixmaps/gnewtellium.xpm PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%% .include Property changes on: head/net-p2p/gnewtellium/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net-p2p/gtorrentviewer/Makefile =================================================================== --- head/net-p2p/gtorrentviewer/Makefile (revision 209810) +++ head/net-p2p/gtorrentviewer/Makefile (revision 209811) @@ -1,42 +1,41 @@ # New ports collection makefile for: gtorrentviewer # Date created: 2004-10-16 # Whom: Michael Johnson # # $FreeBSD$ # $MCom: ports/net-p2p/gtorrentviewer/Makefile,v 1.4 2007/08/06 17:16:29 mezz Exp $ # PORTNAME= gtorrentviewer PORTVERSION= 0.2b PORTREVISION= 8 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= GTorrentViewer-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK+2 viewer and editor for BitTorrent meta files LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl USE_GNOME= gtk20 gnomehier intlhack -USE_XLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \ --with-desktopdir=${PREFIX}/share/applications MAN1= gtorrentviewer.1 DOCS= AUTHORS COPYING ChangeLog README .ifndef (NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net-p2p/gtorrentviewer/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/net-p2p/lopster/Makefile =================================================================== --- head/net-p2p/lopster/Makefile (revision 209810) +++ head/net-p2p/lopster/Makefile (revision 209811) @@ -1,53 +1,52 @@ # New ports collection makefile for: lopster # Date created: 19 Oct 2000 # Whom: Roman Shterenzon # # $FreeBSD$ # PORTNAME= lopster PORTVERSION= 1.2.2 PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://lopster.sourceforge.net/download/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ client for Napster GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_X_PREFIX= yes CONFIGURE_ARGS= --with-pthread=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .include .if exists(${LOCALBASE}/lib/libogg.so.4) WITH_OGG= yes .endif .if defined(WITH_OGG) LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg .endif .if !defined(WITHOUT_ZLIB) CONFIGURE_ARGS+= --with-zlib=yes .else CONFIGURE_ARGS+= --with-zlib=no .endif pre-everything:: .ifndef WITH_OGG @${ECHO_MSG} "You can specify WITH_OGG to include Ogg support" .endif .ifndef WITHOUT_ZLIB @${ECHO_MSG} "You can specify WITHOUT_ZLIB to disable compression for old servers" .endif post-patch: @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure .include Property changes on: head/net-p2p/lopster/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/net-p2p/napshare/Makefile =================================================================== --- head/net-p2p/napshare/Makefile (revision 209810) +++ head/net-p2p/napshare/Makefile (revision 209811) @@ -1,26 +1,25 @@ # New ports collection makefile for: napshare # Date created: 4 July 2001 # Whom: Mike Heffner # # $FreeBSD$ # PORTNAME= napshare PORTVERSION= 1.2 PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= napshare MAINTAINER= ports@FreeBSD.org COMMENT= A GTK based Gnutella client -USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes post-extract: @${RM} ${WRKSRC}/config.cache .include Property changes on: head/net-p2p/napshare/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/news/PicMonger/Makefile =================================================================== --- head/news/PicMonger/Makefile (revision 209810) +++ head/news/PicMonger/Makefile (revision 209811) @@ -1,26 +1,26 @@ # New ports collection makefile for: PicMonger # Date created: 23 July 2000 # Whom: Donald Burr # # $FreeBSD$ # PORTNAME= PicMonger PORTVERSION= 0.9.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= news graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=picmonger MAINTAINER= ports@FreeBSD.org COMMENT= An automated USENET (NNTP) picture decoding client LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12 RUN_DEPENDS= mpack:${PORTSDIR}/converters/mpack -USE_X_PREFIX= yes +USE_XORG= x11 USE_GMAKE= yes USE_GNOME= imlib GNU_CONFIGURE= yes .include Property changes on: head/news/PicMonger/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/news/grn/Makefile =================================================================== --- head/news/grn/Makefile (revision 209810) +++ head/news/grn/Makefile (revision 209811) @@ -1,33 +1,32 @@ # New ports collection makefile for: grm # Date created: 20 July 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= grn PORTVERSION= 0.0.28 PORTREVISION= 4 CATEGORIES= news gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A NNTP client for Gnome -USE_X_PREFIX= yes USE_BZIP2= yes USE_PERL5= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes GNU_CONFIGURE= yes LIBTOOLFILES= configure libmutt/configure CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure ${WRKSRC}/libmutt/configure .include Property changes on: head/news/grn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/palm/synce-multisync/Makefile =================================================================== --- head/palm/synce-multisync/Makefile (revision 209810) +++ head/palm/synce-multisync/Makefile (revision 209811) @@ -1,34 +1,33 @@ # New ports collection makefile for: synce-multisync # Date created: September 2004 # Whom: Sam Lawrance # # $FreeBSD$ # PORTNAME= synce-multisync_plugin PORTVERSION= 0.9.0 PORTREVISION= 6 CATEGORIES= palm deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce MAINTAINER= ports@FreeBSD.org COMMENT= SynCE synchronisation plugin for Multisync LIB_DEPENDS= rra.0:${PORTSDIR}/palm/synce-rra BUILD_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync USE_GNOME= gnomeprefix gnometarget gnomevfs2 USE_GMAKE= yes -USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \ --with-libsynce=${LOCALBASE} \ --with-librra=${LOCALBASE} \ --with-multisync-include=${LOCALBASE}/include/multisync post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure .include Property changes on: head/palm/synce-multisync/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/palm/synce-trayicon/Makefile =================================================================== --- head/palm/synce-trayicon/Makefile (revision 209810) +++ head/palm/synce-trayicon/Makefile (revision 209811) @@ -1,31 +1,30 @@ # New ports collection makefile for: synce-trayicon # Date created: 28 August 2003 # Whom: Sam Lawrance # # $FreeBSD$ PORTNAME= synce-trayicon PORTVERSION= 0.9.0 PORTREVISION= 6 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce MAINTAINER= ports@FreeBSD.org COMMENT= GNOME tray icon showing battery and storage status of a WinCE device BUILD_DEPENDS= ${LOCALBASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs RUN_DEPENDS= ${LOCALBASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop USE_GMAKE= yes USE_GNOME= libgnomeui gnometarget USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_XLIB= yes LDFLAGS+= -L${LOCALBASE}/lib -lsynce CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} \ --with-librapi2=${LOCALBASE} .include Property changes on: head/palm/synce-trayicon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/ports-mgmt/instant-tinderbox/Makefile =================================================================== --- head/ports-mgmt/instant-tinderbox/Makefile (revision 209810) +++ head/ports-mgmt/instant-tinderbox/Makefile (revision 209811) @@ -1,77 +1,76 @@ # New ports collection makefile for: instant-tinderbox # Date created: 28 November 2005 # Whom: Edwin Groothuis # # $FreeBSD$ # PORTNAME= instant-tinderbox PORTVERSION= 1.0 PORTREVISION= 6 CATEGORIES= ports-mgmt DISTFILES= MAINTAINER= edwin@mavetju.org COMMENT= Build a whole bunch of often-required ports for a tinderbox environment .if !defined(TINDERD_SLEEPTIME) IGNORE= should only be built from within a Tinderbox environment .endif ############################################################################### USE_SDL= ${_USE_SDL_ALL} USE_GNOME= gnomelibs USE_KDELIBS_VER= 3 USE_QT_VER= 3 USE_MYSQL= yes USE_PGSQL= yes USE_BDB= yes USE_SQLITE= yes USE_APACHE= yes USE_PHP= yes USE_TCL_RUN= yes USE_TK_RUN= yes -USE_XLIB= yes +USE_XORG= x11 xpm USE_PERL5= yes USE_ICONV= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GHOSTSCRIPT=yes USE_BISON= build USE_FREETYPE= yes USE_GL= yes -USE_XPM= yes USE_OPENLDAP= yes USE_FAM= yes USE_PYTHON= yes USE_RUBY= yes USE_LINUX= yes .for v in 2.13 2.61 RUN_DEPENDS+= autoconf-${v}:${PORTSDIR}/devel/autoconf${v:C/\.//} .endfor .for v in 1.4 1.5 1.6 1.7 1.8 1.9 1.10 RUN_DEPENDS+= automake-${v}:${PORTSDIR}/devel/automake${v:C/\.//} .endfor ############################################################################### NO_BUILD= yes PLIST_FILES= NO_WRKSUBDIR= yes do-install: ${DO_NADA} .include Property changes on: head/ports-mgmt/instant-tinderbox/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/print/hp2xx/Makefile =================================================================== --- head/print/hp2xx/Makefile (revision 209810) +++ head/print/hp2xx/Makefile (revision 209811) @@ -1,42 +1,42 @@ # New ports collection makefile for: hp2xx # Date created: 17 Jan 1999 # Whom: Lars Koeller # # $FreeBSD$ # PORTNAME= hp2xx PORTVERSION= 3.4.4 PORTREVISION= 1 CATEGORIES= print x11 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A HPGL to vector- and raster formats converter and previewer for X11 LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/${DISTNAME}/sources MAKE_ENV= DEFINES="${CPPFLAGS}" ALL_LIBS="${LDFLAGS}" \ PREVIEWER="${PREVIEWER}" MAN1= hp2xx.1 INFO= hp2xx CPPFLAGS= -DUNIX -I${LOCALBASE}/include LDFLAGS= -lm -L${LOCALBASE}/lib -ltiff -lpng -lz .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 PREVIEWER= no_prev .else -USE_XLIB= yes +USE_XORG= x11 CPPFLAGS+= -DHAS_UNIX_X11 -I${X11BASE}/include LDFLAGS+= -L${X11BASE}/lib -lX11 PREVIEWER= to_x11 .endif .include Property changes on: head/print/hp2xx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/print/mgv/Makefile =================================================================== --- head/print/mgv/Makefile (revision 209810) +++ head/print/mgv/Makefile (revision 209811) @@ -1,33 +1,32 @@ # New ports collection makefile for: mgv # Date created: 4 Mar 1998 # Whom: handy@physics.montana.edu # # $FreeBSD$ # PORTNAME= mgv PORTVERSION= 3.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.netsw.org/graphic/postscript/interpreter/mgv/ \ http://mirror2.unixfreunde.de/ \ http://freebsd.unixfreunde.de/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= A PostScript and PDF previewer -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_MOTIF= yes GNU_CONFIGURE= yes CONFIGURE_ENV= X11BASE=${X11BASE} CONFIGURE_ARGS= --enable-optimize \ --disable-debug PLIST_SUB= MGV_VERSION=${PORTVERSION} MAN1= mgv.1 post-install: @ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Property changes on: head/print/mgv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/print/wmlpq/Makefile =================================================================== --- head/print/wmlpq/Makefile (revision 209810) +++ head/print/wmlpq/Makefile (revision 209811) @@ -1,38 +1,37 @@ # New ports collection makefile for: wmlpq # Date created: Thu Jul 5 14:43:55 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= wmlpq PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print windowmaker MASTER_SITES= http://www.ur.uklinux.net/wmlpq/dl/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Print queue monitoring dockapp for Window Maker LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm MAN1= ${PORTNAME}.1x do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1x ${PREFIX}/man/man1 .ifndef(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} @${INSTALL_DATA} ${WRKSRC}/sample.wmlpqrc ${PREFIX}/share/examples/${PORTNAME} @${INSTALL_DATA} ${WRKSRC}/wmlpqrc ${PREFIX}/share/examples/${PORTNAME} .endif #NOPORTDOCS @${SED} -e "s|/usr/X11R6|${PREFIX}|" ${PKGMESSAGE} .include Property changes on: head/print/wmlpq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/russian/wmcyrx/Makefile =================================================================== --- head/russian/wmcyrx/Makefile (revision 209810) +++ head/russian/wmcyrx/Makefile (revision 209811) @@ -1,30 +1,30 @@ # New ports collection makefile for: CyrX-2 # Date created: 04 Janyary 1999 # Whom: Sergey Osokin aka oZZ # # $FreeBSD$ # PORTNAME= wmcyrx PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= russian windowmaker MASTER_SITES= http://ozz.pp.ru/distfiles/ \ ftp://ftp.vistdon.ru/pub/unix/X/wmanagers/windowmaker/ DISTNAME= cyrx-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The cyrillic keyboard layout manager for Window Maker -USE_XPM= yes +USE_XORG= x11 xpm NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/wmcyrx2 MAKE_ENV+= COPT="${CXXFLAGS} -fpermissive" post-extract: @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrx2 ${PREFIX}/bin/wmcyrx2 .include Property changes on: head/russian/wmcyrx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/russian/xcyrBGR/Makefile =================================================================== --- head/russian/xcyrBGR/Makefile (revision 209810) +++ head/russian/xcyrBGR/Makefile (revision 209811) @@ -1,30 +1,30 @@ # New ports collection makefile for: xcyrBGR # Date created: 18 Feb 2001 # Whom: vess /Veselin Slavov/ # # $FreeBSD$ # PORTNAME= xcyrBGR PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= russian MASTER_SITES= ftp://ftp.slavof.net/pub/FreeBSD/X11/cyrillic/ \ ftp://mail.partners-bg.org/pub/FreeBSD/X11/cyrillic/ \ ftp://80.72.71.229/pub/FreeBSD/X11/cyrillic/ MAINTAINER= ports@FreeBSD.org COMMENT= The bulgarian cyrillic keyboard layout manager for X11 PLIST_FILES= bin/xcyrBGR -USE_XPM= yes +USE_XORG= x11 xpm NO_INSTALL_MANPAGES= yes MAKE_ENV= COPT="${CXXFLAGS} -fpermissive" post-extract: @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xcyrBGR ${PREFIX}/bin/xcyrBGR .include Property changes on: head/russian/xcyrBGR/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/russian/xruskb/Makefile =================================================================== --- head/russian/xruskb/Makefile (revision 209810) +++ head/russian/xruskb/Makefile (revision 209811) @@ -1,45 +1,45 @@ # New ports collection makefile for: xruskb # Date created: 14 Jan 1998 # Whom: Igor Vinokurov # # $FreeBSD$ # PORTNAME= xruskb PORTVERSION= 1.15.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= russian x11 MASTER_SITES= ftp://ftp.yars.free.net/pub/source/xruskb/ MAINTAINER= ports@FreeBSD.org COMMENT= A keyboard layout switcher and indicator -USE_X_PREFIX= YES +USE_XORG= x11 ice xt xmu USE_BZIP2= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --datadir=${PREFIX}/share CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(WITH_MOTIF) CONFIGURE_ARGS+= --with-toolkit=motif LIB_DEPENDS= Xm.3:${PORTSDIR}/x11-toolkits/open-motif .else CONFIGURE_ARGS+= --with-toolkit=none pre-configure: @${ECHO_MSG} "*" @${ECHO_MSG} "* Use WITH_MOTIF=yes to enable using pixmaps in indicator icon" @${ECHO_MSG} "*" .endif MAN1= xrus.1 DOCS= FAQ NEWS README* TODO xrus.doc-* post-install: ${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${PREFIX}/lib/X11/app-defaults/Xrus .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/russian/xruskb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/science/bblimage/Makefile =================================================================== --- head/science/bblimage/Makefile (revision 209810) +++ head/science/bblimage/Makefile (revision 209811) @@ -1,37 +1,37 @@ # ex:ts=8 # Ports collection Makefile for: bblimage # Date created: Jul 22, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= bblimage PORTVERSION= 0.66 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= miwi EXTRACT_SUFX= .src.tgz MAINTAINER= ports@FreeBSD.org COMMENT= A set of software tools for medical image processing LIB_DEPENDS= Xm.2:${PORTSDIR}/x11-toolkits/lesstif -USE_XLIB= yes +USE_XORG= x11 USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lapack --with-python USE_GMAKE= yes USE_LDCONFIG= yes MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \ imstack.1 inleav2.1 lovar.1 qdv.1 rpsamp.1 skmiv.1 swab.1 usb2uc.1 \ vibihist.1 vihist.1 MAN5= cdata.5 mri_data.5 param.5 post-patch: @${REINPLACE_CMD} -e "s|python1\.5|${PYTHON_VERSION}|g" ${WRKSRC}/configure ${WRKSRC}/Makefile.in .include Property changes on: head/science/bblimage/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/science/oases/Makefile =================================================================== --- head/science/oases/Makefile (revision 209810) +++ head/science/oases/Makefile (revision 209811) @@ -1,59 +1,59 @@ # ex:ts=8 # Ports collection makefile for: oaeses # Date created: May 27, 2002 # Whom: Heiner Strauss # # $FreeBSD$ # PORTNAME= oases PORTVERSION= 2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= ftp://keel.mit.edu/pub/Oases/ DISTNAME= oases_Mar-28-2002 MAINTAINER= ports@FreeBSD.org COMMENT= Ocean Acoustics and Seismic Exploration Synthesis WRKSRC= ${WRKDIR}/Oases_export -USE_XLIB= yes +USE_XORG= x11 MAKE_ENV+= OASES_ROOT="${WRKSRC}" HOSTTYPE=FreeBSD OSTYPE=FreeBSD USE_FORTRAN= yes SCRIPT= avbeam bistat cplot mplot mtvplot multmtv oasn oasp oasr \ oass oassp oast plp2mtv EXAMPLE= mfp mfp_geo noise pulse rcoef rd_test rdloss rdpulse \ scat scatp tloss volume post-patch: @${REINPLACE_CMD} -e 's|%%FC%%|${FC}|g ; \ s|%%CC%%|${CC}|g ; \ s|%%FFLAGS%%|${FFLAGS}|g ; \ s|%%CFLAGS%%|${CFLAGS}|g ; \ s|%%LDFLAGS%%|${LDFLAGS}|g ; \ s|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/FreeBSD-FreeBSD/* ${PREFIX}/bin .for script in ${SCRIPT} ${INSTALL_SCRIPT} ${WRKSRC}/bin/${script} ${PREFIX}/bin .endfor ${INSTALL_DATA} ${WRKSRC}/lib/FreeBSD-FreeBSD/*.a ${PREFIX}/lib .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${TAR} -C ${WRKSRC}/doc -cf - . | \ ${TAR} -C ${DOCSDIR} --unlink -xf - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} .for dir in ${EXAMPLE} ${TAR} -C ${WRKSRC} -cf - ${dir} | \ ${TAR} -C ${EXAMPLESDIR} --unlink -xf - .endfor @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} .endif .include Property changes on: head/science/oases/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/science/pyvox/Makefile =================================================================== --- head/science/pyvox/Makefile (revision 209810) +++ head/science/pyvox/Makefile (revision 209811) @@ -1,37 +1,37 @@ # ex:ts=8 # Ports collection Makefile for: bblimage # Date created: Jul 22, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= bblimage PORTVERSION= 0.66 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= miwi EXTRACT_SUFX= .src.tgz MAINTAINER= ports@FreeBSD.org COMMENT= A set of software tools for medical image processing LIB_DEPENDS= Xm.2:${PORTSDIR}/x11-toolkits/lesstif -USE_XLIB= yes +USE_XORG= x11 USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lapack --with-python USE_GMAKE= yes USE_LDCONFIG= yes MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \ imstack.1 inleav2.1 lovar.1 qdv.1 rpsamp.1 skmiv.1 swab.1 usb2uc.1 \ vibihist.1 vihist.1 MAN5= cdata.5 mri_data.5 param.5 post-patch: @${REINPLACE_CMD} -e "s|python1\.5|${PYTHON_VERSION}|g" ${WRKSRC}/configure ${WRKSRC}/Makefile.in .include Property changes on: head/science/pyvox/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/security/dsniff/Makefile =================================================================== --- head/security/dsniff/Makefile (revision 209810) +++ head/security/dsniff/Makefile (revision 209811) @@ -1,67 +1,67 @@ # New ports collection makefile for: dsniff # Date created: 08 Jan 2000 # Whom: kris@FreeBSD.org # # $FreeBSD$ # PORTNAME= dsniff PORTVERSION= 2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://naughty.monkey.org/~dugsong/dsniff/ MAINTAINER= ports@FreeBSD.org COMMENT= Various sniffing utilities for penetration testing BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 \ ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids GNU_CONFIGURE= yes WANT_GNOME= yes OPTIONS= X11 "Enable X11 support" on MAN8= arpspoof.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \ tcpnice.8 urlsnarf.8 filesnarf.8 dnsspoof.8 msgsnarf.8 \ sshmitm.8 webmitm.8 LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config .include # If net/libnids has been compiled with the GLIB2 option then this port needs # the corresponding library and additional linker flags. LIBNIDS_GLIB2?= .if exists(${LOCALBASE}/lib/libnids.a) LIBNIDS_GLIB2!= nm -u ${LOCALBASE}/lib/libnids.a | ${GREP} g_thread_init || ${TRUE} .endif .if !empty(LIBNIDS_GLIB2) USE_GNOME+= glib20 .endif .if !defined(WITHOUT_X11) -USE_XLIB= yes +USE_XORG= x11 xmu PLIST_SUB+= X11='' MAN8+= webspy.8 .else CONFIGURE_ARGS+=--without-x PLIST_SUB+= X11='@comment ' .endif post-patch: @${REINPLACE_CMD} -Ee \ 's|libnet-config|${LIBNET_CONFIG:T}|; \ s|test -f \$${prefix}/include/libnet.h|${TRUE}|; \ s|(LNETINC=).*|\1"`${LIBNET_CONFIG} --cflags`"|; \ s|(LNETLIB=).*|\1"`${LIBNET_CONFIG} --libs`"|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .if !empty(LIBNIDS_GLIB2) pre-configure: @${REINPLACE_CMD} -e 's|@NIDSLIB@|& `pkg-config --libs gthread-2.0`|' \ ${WRKSRC}/Makefile.in .endif .include Property changes on: head/security/dsniff/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/security/fpm/Makefile =================================================================== --- head/security/fpm/Makefile (revision 209810) +++ head/security/fpm/Makefile (revision 209811) @@ -1,45 +1,44 @@ # New ports collection makefile for: fpm # Date created: 10 June 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= fpm PORTVERSION= 0.60 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Figaro's Password Manager, an app to securely store your passwords USE_GNOME= gnomeprefix gnomehack gnomelibs -USE_X_PREFIX= yes GNU_CONFIGURE= yes #CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= fpm.1 PORTDOCS= AUTHORS ChangeLog README TODO PLIST_FILES= bin/fpm share/pixmaps/fpm/logo.xpm PLIST_DIRS= share/pixmaps/fpm pre-build: ${REINPLACE_CMD} -E -e "s@encrypt\(@bfishencrypt\(@g" ${WRKSRC}/src/blowfish.c post-install: .if !defined(NOPORTDOCS) ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/fpm .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/fpm .endfor .endif @${ECHO} "=========================================================================" @${ECHO} "Make sure you set up a few IRQ's for random generation with rndcontrol before" @${ECHO} "expecting password generation to work well." @${ECHO} "=========================================================================" .include Property changes on: head/security/fpm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/security/gnome-ssh-askpass/Makefile =================================================================== --- head/security/gnome-ssh-askpass/Makefile (revision 209810) +++ head/security/gnome-ssh-askpass/Makefile (revision 209811) @@ -1,32 +1,31 @@ # New ports collection makefile for: gnome-ssh-askpass # Date created: 11 June 2002 # Whom: Mark Hannon # # $FreeBSD$ PORTNAME= gnome-ssh-askpass PORTVERSION= 3.6p1 PORTREVISION= 6 CATEGORIES= security gnome MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/ DISTNAME= openssh-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A graphical ssh askpass utility for Gnome2 WRKSRC= ${WRKDIR}/openssh-3.6p1 BUILD_WRKSRC= ${WRKSRC}/contrib ALL_TARGET= gnome-ssh-askpass2 PLIST_FILES= bin/gnome-ssh-askpass2 -USE_X_PREFIX= yes USE_GNOME= gtk20 .include CFLAGS+= ${PTHREAD_LIBS} do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gnome-ssh-askpass2 ${PREFIX}/bin .include Property changes on: head/security/gnome-ssh-askpass/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/security/gringotts/Makefile =================================================================== --- head/security/gringotts/Makefile (revision 209810) +++ head/security/gringotts/Makefile (revision 209811) @@ -1,50 +1,49 @@ # New ports collection makefile for: gringotts # Date created: 02 July 2002 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= gringotts PORTVERSION= 1.2.8 PORTREVISION= 5 CATEGORIES= security MASTER_SITES= http://devel.pluto.linux.it/projects/Gringotts/current/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK application to securely store sensitive data LIB_DEPENDS= gringotts.2:${PORTSDIR}/security/libgringotts \ popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 WANT_GNOME= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS+= --disable-env-check .include .if ${HAVE_GNOME:Mgnomehier}!="" USE_GNOME+= gnomehier PLIST_SUB+= GNOMEHIER='' .else PLIST_SUB+= GNOMEHIER='@comment ' .endif post-patch: ${REINPLACE_CMD} -E -e "s|^(gringottsdocdir =).*|\1 ${DOCSDIR}|;s|md5sum|md5|g" ${WRKSRC}/Makefile.in @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' .if defined(NOPORTDOCS) ${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-gringottsdocDATA|\1|" ${WRKSRC}/Makefile.in .endif .if ${HAVE_GNOME:Mgnomehier}=="" ${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-DsktpDATA|\1|" \ ${WRKSRC}/Makefile.in .endif .include Property changes on: head/security/gringotts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/security/gtk-knocker/Makefile =================================================================== --- head/security/gtk-knocker/Makefile (revision 209810) +++ head/security/gtk-knocker/Makefile (revision 209811) @@ -1,42 +1,41 @@ # New ports collection makefile for: gtk-knocker # Date created: Tue Jul 10 02:18:39 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= knocker PORTVERSION= 0.6.6 PORTREVISION= 3 CATEGORIES= security net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= gtk- DISTNAME= gtk-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A simple and easy to use TCP only port scanner (GTK+ version) -USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_XPM= yes +USE_XORG= x11 xpm USE_GNOME= gtk12 MAN1= gtk-knocker.1 .include post-patch: .for file in src/gtk_support.c src/gtk_callbacks.c @${REINPLACE_CMD} -e 's|"\.\./pixmaps"|PACKAGE_DATA_DIR "/pixmaps"|g' \ ${WRKSRC}/${file} .endfor .for file in src/license.h @${REINPLACE_CMD} -e 's|$$|\\n\\|g ; \ s|^".*|";|g' ${WRKSRC}/${file} .endfor post-install: @${INSTALL_MAN} ${WRKSRC}/docs/gtk-knocker.1 ${MANPREFIX}/man/man1 .include Property changes on: head/security/gtk-knocker/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/security/libgnomesu/Makefile =================================================================== --- head/security/libgnomesu/Makefile (revision 209810) +++ head/security/libgnomesu/Makefile (revision 209811) @@ -1,36 +1,35 @@ # New ports collection makefile for: libgnomesu # Date created: 12 January 2005 # Whom: Adam Weinberger # # $FreeBSD$ # $MCom: ports/security/libgnomesu/Makefile,v 1.2 2007/05/19 21:36:21 marcus Exp $ PORTNAME= libgnomesu PORTVERSION= 1.0.0 PORTREVISION= 4 CATEGORIES= security gnome MASTER_SITES= http://members.chello.nl/~h.lai/libgnomesu/ MAINTAINER= ports@FreeBSD.org COMMENT= Library and frontend for running commands as root -USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui CONFIGURE_ARGS+=--disable-install-pam CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.4.x.sample ${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.5.x.sample ${EXAMPLESDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/api.html ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/libgnomesu.css ${DOCSDIR} .endif @${SED} -e "s|%%EXAMPLESDIR%%|${EXAMPLESDIR}|g" ${PKGMESSAGE} .include Property changes on: head/security/libgnomesu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/security/ssh/Makefile =================================================================== --- head/security/ssh/Makefile (revision 209810) +++ head/security/ssh/Makefile (revision 209811) @@ -1,133 +1,133 @@ # New ports collection makefile for: ssh # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.org # # $FreeBSD$ # PORTNAME= ssh PORTVERSION= 1.2.33 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ \ ftp://ftp.nsysu.edu.tw/Unix/Security/ssh/ \ ftp://ftp.cronyx.ru/mirror/ssh/ \ ftp://ftp.univie.ac.at/applications/ssh.com/ MAINTAINER= ports@FreeBSD.org COMMENT= Secure shell client and server (remote login program) CONFLICTS= openssh-* openssh-portable-* openssh-gssapi-* ssh2-3.* NO_LATEST_LINK= YES USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= YES USE_PERL5= YES CONFIGURE_ENV+= PERL=${PERL5} CONFIGURE_ARGS+=--with-etcdir=${PREFIX}/etc # Uncomment if all your users are in their own group and their homedir # is writeable by that group. Beware the security implications! # #CONFIGURE_ARGS+= --enable-group-writeability # Uncomment if you want to allow ssh to emulate an unencrypted rsh connection # over a secure medium (i.e. allow SSH connections without encryption). # This is normally dangerous since it can lead to the disclosure of keys # and passwords. # #CONFIGURE_ARGS+= --with-none .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-kerberos5=${KRB5_HOME} --enable-kerberos-tgt-passing \ --disable-suid-ssh .endif # Include support for the SecureID card # Warning: untested ! # .if defined(WITH_SECUREID) CONFIGURE_ARGS+= --with-secureid .endif # Don't use IDEA. IDEA can be freely used for non-commercial use. However, # commercial use may require a licence in a number of countries. Since SSH # itself may not be used for commercial purposes without a license, we # enable IDEA by default since the user would already be getting himself # into trouble. # .if defined(WITHOUT_IDEA) CONFIGURE_ARGS+= --without-idea .endif LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \ GMPLIBDIR="${LOCALBASE}/lib" .include .if !defined(REALLY_WANT_SSH) IGNORE= is now deprecated: OpenSSH is a superior version of SSH which has been included in the FreeBSD base system since 4.0-RELEASE. To override this warning set the REALLY_WANT_SSH environment variable and rebuild .endif MAN1= scp1.1 ssh-add1.1 ssh-agent1.1 ssh-keygen1.1 ssh1.1 \ make-ssh-known-hosts1.1 MAN8= sshd1.8 MLINKS= make-ssh-known-hosts1.1 make-ssh-known-hosts.1 \ scp1.1 scp.1 \ ssh-add1.1 ssh-add.1 \ ssh-agent1.1 ssh-agent.1 \ ssh-keygen1.1 ssh-keygen.1 \ ssh1.1 ssh.1 \ ssh.1 slogin.1 \ ssh1.1 slogin1.1 \ sshd1.8 sshd.8 pre-patch: @${MV} -f ${WRKSRC}/make-ssh-known-hosts.pl \ ${WRKSRC}/make-ssh-known-hosts.pl.in post-install: @if [ ! -f ${PREFIX}/etc/ssh_host_key ]; then \ ${ECHO_MSG} "Generating a secret host key..."; \ ${PREFIX}/bin/ssh-keygen -f ${PREFIX}/etc/ssh_host_key -N ""; \ fi; \ if [ "`grep ssh /etc/inetd.conf|grep -v ^#ssh`" = "" ]; then \ if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \ ${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \ ${SED} -e 's+!!PREFIX!!+${PREFIX}+g' ${FILESDIR}/sshd.sh \ > ${PREFIX}/etc/rc.d/sshd.sh; \ ${CHMOD} 751 ${PREFIX}/etc/rc.d/sshd.sh; \ fi; \ fi # Include tcp-wrapper support (call remote identd) CONFIGURE_ARGS+= --with-libwrap # Original IPv6 patches were obtained from ftp://ftp.kyoto.wide.ad.jp/IPv6/ssh/ # ssh-1.2.27-IPv6-1.5-patch.gz # We still use WITH_INET6 here and try to support pre 4.0 machines with kame # IPv6 stack .if defined(WITH_INET6) CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 .endif # Include SOCKS firewall support .if defined(WITH_SOCKS) CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" --with-socks5 .endif # Include extra files if X11 is installed .if defined(WITH_X11) || (exists(${X11BASE}/lib/libX11.a) \ && !defined(WITHOUT_X11)) -USE_XLIB= yes +USE_XORG= x11 PLIST:= ${WRKDIR}/PLIST pre-install: @${CAT} ${PKGDIR}/pkg-plist.x11 ${PKGDIR}/pkg-plist > ${PLIST} .else CONFIGURE_ARGS+= --without-x .endif .include Property changes on: head/security/ssh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.137 \ No newline at end of property +1.138 \ No newline at end of property Index: head/sysutils/asapm/Makefile =================================================================== --- head/sysutils/asapm/Makefile (revision 209810) +++ head/sysutils/asapm/Makefile (revision 209811) @@ -1,27 +1,26 @@ # New ports collection makefile for: asapm # Date created: 6 Aug 1998 # Whom: Brian Handy # # $FreeBSD$ # PORTNAME= asapm PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.tigr.net/afterstep/download/asapm/ MAINTAINER= ports@FreeBSD.org COMMENT= Laptop battery status display for X11 ONLY_FOR_ARCHS= i386 -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes INSTALL_TARGET= install install.man MAN1= asapm.1 PLIST_FILES= bin/asapm .include Property changes on: head/sysutils/asapm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/sysutils/asfsm/Makefile =================================================================== --- head/sysutils/asfsm/Makefile (revision 209810) +++ head/sysutils/asfsm/Makefile (revision 209811) @@ -1,35 +1,34 @@ # New ports collection makefile for: asfsm # Date created: 4 June 1999 # Whom: jack # # $FreeBSD$ PORTNAME= asfsm PORTVERSION= 1.0.p15 PORTREVISION= 1 CATEGORIES= sysutils afterstep MASTER_SITES= http://www.tigr.net/afterstep/download/asfsm/ DISTNAME= asfsm-1.0pre15 MAINTAINER= ports@FreeBSD.org COMMENT= File-system monitor for the AfterStep window manager -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm x11 sm ice xext xaw xt GNU_CONFIGURE= yes MAN1= asfsm.1 PLIST_FILES= bin/asfsm do-install: ${INSTALL_MAN} ${WRKSRC}/asfsm.man ${PREFIX}/man/man1/asfsm.1 ${INSTALL_PROGRAM} ${WRKSRC}/asfsm ${PREFIX}/bin post-install: @${ECHO_MSG} "" @${ECHO_MSG} "If you would like to be able to mount and umount file systems" @${ECHO_MSG} "using asfsm, as root, type \`chmod 4555 ${PREFIX}/bin/asfsm\`" @${ECHO_MSG} "NOTE: This opens a SECURITY HOLE as ALL users will have this ability." @${ECHO_MSG} "" .include Property changes on: head/sysutils/asfsm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/sysutils/asmem/Makefile =================================================================== --- head/sysutils/asmem/Makefile (revision 209810) +++ head/sysutils/asmem/Makefile (revision 209811) @@ -1,31 +1,30 @@ # New ports collection makefile for: asfsm # Date created: 4 June 1999 # Whom: jack # # $FreeBSD$ # PORTNAME= asmem PORTVERSION= 1.12 PORTREVISION= 1 CATEGORIES= sysutils afterstep MASTER_SITES= http://www.tigr.net/afterstep/download/asmem/ MAINTAINER= ports@FreeBSD.org COMMENT= An AfterStep look-n-feel memory utilization monitor -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm \ --with-xpm-includes=${X11BASE}/include \ --with-xpm-library=${X11BASE}/lib MAN1= asmem.1 PLIST_FILES= bin/asmem do-install: ${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/asmem.man ${MANPREFIX}/man/man1/asmem.1 .include Property changes on: head/sysutils/asmem/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/sysutils/asmon/Makefile =================================================================== --- head/sysutils/asmon/Makefile (revision 209810) +++ head/sysutils/asmon/Makefile (revision 209811) @@ -1,36 +1,35 @@ # New ports collection makefile for: asmon # Date created: 27 Sep 1999 # Whom: jack # # $FreeBSD$ # PORTNAME= asmon PORTVERSION= 0.60 PORTREVISION= 2 CATEGORIES= sysutils afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} MASTER_SITE_SUBDIR= apps/asmon MAINTAINER= ports@FreeBSD.org COMMENT= A swallowable applet monitors the CPU usage, memory and swap, etc -USE_XPM= yes -USE_X_PREFIX= yes +USE_XORG= xpm x11 BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon CFLAGS+= -I${X11BASE}/include USE_GMAKE= yes ALL_TARGET= clean asmon MAKE_ARGS+= LIBDIR="-L${X11BASE}/lib" \ SOLARIS_LIBS=-lkvm PLIST_FILES= bin/asmon post-patch: ${REINPLACE_CMD} -e 's:gcc:${CC} ${CFLAGS}:' ${BUILD_WRKSRC}/Makefile do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/asmon/asmon ${PREFIX}/bin .include Property changes on: head/sysutils/asmon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/sysutils/bbapm/Makefile =================================================================== --- head/sysutils/bbapm/Makefile (revision 209810) +++ head/sysutils/bbapm/Makefile (revision 209811) @@ -1,44 +1,43 @@ # New ports collection makefile for: bbapm # Date created: 3 August 2001 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= bbapm PORTVERSION= 0.0.1 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bbtools PATCH_SITES= ${MASTER_SITE_SOURCEFORGE} PATCH_SITE_SUBDIR= bbtools PATCHFILES= bbapm-0.0.1-freebsd-patch-2.diff PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= APM monitor for the Blackbox slit ONLY_FOR_ARCHS= i386 -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes PLIST_FILES= bin/bbapm share/bbtools/README.bbapm share/bbtools/bbapm.conf \ share/bbtools/bbapm.nobb share/bbtools/bbapm.style \ share/bbtools/bbtoolsrc.in do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g operator \ -m 2555 ${WRKSRC}/bbapm ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/bbtools .for a in README.bbapm bbapm.conf bbapm.nobb bbapm.style bbtoolsrc.in ${INSTALL_DATA} ${WRKSRC}/data/${a} ${PREFIX}/share/bbtools .endfor post-install: @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \ >> ${TMPPLIST} .include Property changes on: head/sysutils/bbapm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/sysutils/disktool/Makefile =================================================================== --- head/sysutils/disktool/Makefile (revision 209810) +++ head/sysutils/disktool/Makefile (revision 209811) @@ -1,37 +1,35 @@ # New ports collection makefile for: disktool # Date created: Thu Apr 24 05:10:34 EDT 2003 # Whom: Serge Gagnon # # $FreeBSD$ # PORTNAME= disktool PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/disktool/ DISTNAME= disktool-2.0c MAINTAINER= ports@FreeBSD.org COMMENT= XView sysadmin tool for monitoring diskfull situations LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview - -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${DISTNAME} ALL_TARGET= disktool MAN1= disktool.1 PLIST_FILES= bin/disktool post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/disktool ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/disktool.man \ ${PREFIX}/man/man1/disktool.1 .include Property changes on: head/sysutils/disktool/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/sysutils/gkfreq/Makefile =================================================================== --- head/sysutils/gkfreq/Makefile (revision 209810) +++ head/sysutils/gkfreq/Makefile (revision 209811) @@ -1,26 +1,23 @@ # New ports collection makefile for: gkfreq # Date Created: Jun 18 2005 # Whom: Hajimu UMEMOTO # # $FreeBSD$ # PORTNAME= gkfreq PORTVERSION= 1.0 PORTREVISION= 1 -#PORTREVISION= 0 CATEGORIES= sysutils DISTNAME= gkrellm-gkfreq-${PORTVERSION} MASTER_SITES= http://www.peakunix.net/downloads/ MAINTAINER= ume@FreeBSD.org COMMENT= A plugin for gkrellm2 which displays the current CPU speed BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 PLIST_FILES= libexec/gkrellm2/plugins/gkfreq.so - -USE_X_PREFIX= yes .include Property changes on: head/sysutils/gkfreq/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/sysutils/gkleds2/Makefile =================================================================== --- head/sysutils/gkleds2/Makefile (revision 209810) +++ head/sysutils/gkleds2/Makefile (revision 209811) @@ -1,38 +1,37 @@ # New ports collection makefile for: gkleds2 # Date Created: Dec 10 2002 # Whom: Jan Stocker # # $FreeBSD$ # PORTNAME= gkleds2 PORTVERSION= 0.8.2 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://heim.ifi.uio.no/~oyvinha/files/files/ DISTNAME= gkleds-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM Leds for CapsLock, NumLock and ScrollLock BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -USE_X_PREFIX= yes USE_GNOME= gnometarget gtk20 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" PLIST_FILES= libexec/gkrellm2/plugins/gkleds.so post-patch: @${REINPLACE_CMD} -e 's|-O2||g ; \ s|GK_LDFLAGS|GKM_LDFLAGS|g' ${WRKSRC}/src/Makefile.in do-install: ${INSTALL_DATA} ${WRKSRC}/src/.libs/gkleds.so \ ${PREFIX}/libexec/gkrellm2/plugins .include Property changes on: head/sysutils/gkleds2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/sysutils/gkrellmouse/Makefile =================================================================== --- head/sysutils/gkrellmouse/Makefile (revision 209810) +++ head/sysutils/gkrellmouse/Makefile (revision 209811) @@ -1,33 +1,32 @@ # New ports collection makefile for: gkrellmouse # Date Created: Fri Aug 17 15:57:42 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= gkrellmouse PORTVERSION= 0.0.2 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.nafpik.com/paul/gkrellmouse/ \ http://mirror2.unixfreunde.de/ \ http://freebsd.unixfreunde.de/sources/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Mouse odometer plugin for GKrellM BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm PLIST_FILES= libexec/gkrellm/plugins/gkmouse.so WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} -USE_X_PREFIX= yes USE_GNOME= imlib USE_GMAKE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gkmouse.so \ ${PREFIX}/libexec/gkrellm/plugins .include Property changes on: head/sysutils/gkrellmouse/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/gkrellmwho/Makefile =================================================================== --- head/sysutils/gkrellmwho/Makefile (revision 209810) +++ head/sysutils/gkrellmwho/Makefile (revision 209811) @@ -1,31 +1,30 @@ # New ports collection makefile for: gkrellmwho # Date Created: 11.August 2002 # Whom: Steffen Vogelreuter # # $FreeBSD$ # PORTNAME= gkrellmwho PORTVERSION= 0.4 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://mirror2.unixfreunde.de/ \ http://freebsd.unixfreunde.de/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= A plugin that scrolls in a panel a list of currently logged on users BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} -USE_X_PREFIX= yes USE_GNOME= imlib USE_GMAKE= yes ALL_TARGET= #empty do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gkrellmwho.so \ ${PREFIX}/libexec/gkrellm/plugins .include Property changes on: head/sysutils/gkrellmwho/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/glload/Makefile =================================================================== --- head/sysutils/glload/Makefile (revision 209810) +++ head/sysutils/glload/Makefile (revision 209811) @@ -1,35 +1,34 @@ # New ports collection makefile for: glload # Date created: 04 Dec 1998 # Whom: Vanilla I. Shu # # $FreeBSD$ # PORTNAME= glload PORTVERSION= 0.4.2 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://reality.exsgi.org/eile/misc/ MAINTAINER= ports@FreeBSD.org COMMENT= Gl base load monitor LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut WRKSRC= ${WRKDIR}/${PORTNAME} -USE_X_PREFIX= yes USE_GL= yes MAKEFILE= Makefile.FreeBSD MAKE_ARGS= CC="${CC}" \ CFLAGS="${CFLAGS} -I${X11BASE}/include -DFreeBSD ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${X11BASE}/lib ${PTHREAD_LIBS}" \ OBJS="get_load.o trackball.o glload.o texture.o screenShot.o" ALL_TARGET= glload PLIST_FILES= bin/glload do-install: ${INSTALL_PROGRAM} ${WRKSRC}/glload ${PREFIX}/bin .include Property changes on: head/sysutils/glload/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/sysutils/gnomefind/Makefile =================================================================== --- head/sysutils/gnomefind/Makefile (revision 209810) +++ head/sysutils/gnomefind/Makefile (revision 209811) @@ -1,31 +1,30 @@ # New ports collection makefile for: gnomefind # Date created: 26 May 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= gnomefind PORTVERSION= 1.0.2 PORTREVISION= 4 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnome-find DISTNAME= gnome-find-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical version of the GNU "find" utility -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libglade GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-lgnuregex -L${LOCALBASE}/lib" MAN1= gnome-find.1 post-patch: @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' .include Property changes on: head/sysutils/gnomefind/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/sysutils/gtk-imonc/Makefile =================================================================== --- head/sysutils/gtk-imonc/Makefile (revision 209810) +++ head/sysutils/gtk-imonc/Makefile (revision 209811) @@ -1,27 +1,26 @@ # New ports collection makefile for: gtk-imonc # Date Created: 26. October 2002 # Whom: Steffen Vogelreuter # # $FreeBSD$ # PORTNAME= gtk-imonc PORTVERSION= 0.6.4.1 PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A GTK2-based imond-client to control an on(e) disc fli4l router GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GNOME= gtk20 gnomehier -USE_XLIB= yes post-patch: @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/src/md5.h .include Property changes on: head/sysutils/gtk-imonc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/sysutils/gtoaster/Makefile =================================================================== --- head/sysutils/gtoaster/Makefile (revision 209810) +++ head/sysutils/gtoaster/Makefile (revision 209811) @@ -1,61 +1,60 @@ # New ports collection makefile for: gtoaster # Date created: 28 September 2000 # Whom: eric # # $FreeBSD$ # PORTNAME= gtoaster PORTVERSION= 1.0.b6 PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= sysutils gnome MASTER_SITES= http://gnometoaster.rulez.org/archive/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.b/Beta/} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Graphical cd cooking interface WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/gtoaster USE_GETTEXT= yes -USE_X_PREFIX= yes WANT_GNOME= yes USE_GNOME= gnomehack gnometarget gtk12 USE_GMAKE= yes USE_CDRTOOLS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include .if ${HAVE_GNOME:Mgnomelibs}!="" PKGNAMESUFFIX= -gnome USE_GNOME+= gnomelibs .else CONFIGURE_ARGS+= --without-gnome .endif .if ${HAVE_GNOME:Morbit}!="" USE_GNOME+= orbit .else CONFIGURE_ARGS+= --without-orbit .endif .if ${HAVE_GNOME:Mesound}!="" USE_GNOME+= esound .else CONFIGURE_ARGS+= --without-esd .endif post-extract: @${RM} -f ${WRKSRC}/config.guess @${TOUCH} ${WRKSRC}/config.guess post-patch: ${REINPLACE_CMD} -e 's, -pthread, ${PTHREAD_LIBS},g' \ ${WRKSRC}/configure .include Property changes on: head/sysutils/gtoaster/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/sysutils/ticker.app/Makefile =================================================================== --- head/sysutils/ticker.app/Makefile (revision 209810) +++ head/sysutils/ticker.app/Makefile (revision 209811) @@ -1,35 +1,34 @@ # New ports collection makefile for: ticker.app # Date created: Sun Oct 14 15:14:24 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= ticker.app PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils windowmaker MASTER_SITES= http://seiichisato.jp/dockapps/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Ticker dockapp for Window Maker USE_BZIP2= yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xpm USE_GNOME= gnometarget GNU_CONFIGURE= yes MAN1= ticker.app.1 PORTDOCS= ChangeLog README PLIST_FILES= bin/ticker.app post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/sysutils/ticker.app/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/wmapm/Makefile =================================================================== --- head/sysutils/wmapm/Makefile (revision 209810) +++ head/sysutils/wmapm/Makefile (revision 209811) @@ -1,30 +1,29 @@ # New ports collection makefile for: wmapm # Date created: 99/07/02 # Whom: Satoshi TAOKA # # $FreeBSD$ # PORTNAME= wmapm PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils windowmaker MASTER_SITES= http://dockapps.org/files/18/25/ MAINTAINER= ports@FreeBSD.org COMMENT= Laptop battery status display for WindowMaker ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${DISTNAME}/wmapm -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm MAN1= wmapm.1 PLIST_FILES= bin/wmapm BINMODE= 2755 BINGRP= operator .include Property changes on: head/sysutils/wmapm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/sysutils/wmapmload/Makefile =================================================================== --- head/sysutils/wmapmload/Makefile (revision 209810) +++ head/sysutils/wmapmload/Makefile (revision 209811) @@ -1,29 +1,28 @@ # New ports collection makefile for: wmapmload # Date created: Sat Sep 21 01:48:10 EDT 2002 # Whom: pat # # $FreeBSD$ # PORTNAME= wmapmload PORTVERSION= 0.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils windowmaker MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ MAINTAINER= ports@FreeBSD.org COMMENT= APM battery status monitor dockapp with a similar look to wmcpuload ONLY_FOR_ARCHS= i386 -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix="" MAN1= ${PORTNAME}.1 PLIST_FILES= bin/wmapmload BINMODE= 2755 BINGRP= operator .include Property changes on: head/sysutils/wmapmload/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/wmbattery/Makefile =================================================================== --- head/sysutils/wmbattery/Makefile (revision 209810) +++ head/sysutils/wmbattery/Makefile (revision 209811) @@ -1,36 +1,35 @@ # New ports collection makefile for: wmbattery # Date created: 18 Sep 1999 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= wmbattery PORTVERSION= 1.21 PORTREVISION= 1 CATEGORIES= sysutils windowmaker MASTER_SITES= http://www.kitenet.net/programs/wmbattery/old/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker dockapp that displays info about your battery WRKSRC= ${WRKDIR}/${PORTNAME} -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib \ --x-includes=${X11BASE}/include MAN1= wmbattery.1 post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in README TODO @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/sysutils/wmbattery/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/sysutils/wmbsdbatt/Makefile =================================================================== --- head/sysutils/wmbsdbatt/Makefile (revision 209810) +++ head/sysutils/wmbsdbatt/Makefile (revision 209811) @@ -1,24 +1,23 @@ # New ports collection Makefile for: wmbsdbatt # Date created: 04 Feb 2004 # Whom: Josef El-Rayes # # $FreeBSD$ PORTNAME= wmbsdbatt PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils windowmaker MASTER_SITES= http://homepage.univie.ac.at/l.ertl/wmbsdbatt/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp for battery & temperature monitoring through ACPI -USE_XLIB= yes -USE_XPM= yes +USE_XORG= x11 xpm PLIST_FILES= bin/wmbsdbatt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmbsdbatt ${PREFIX}/bin .include Property changes on: head/sysutils/wmbsdbatt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/sysutils/wmcube/Makefile =================================================================== --- head/sysutils/wmcube/Makefile (revision 209810) +++ head/sysutils/wmcube/Makefile (revision 209811) @@ -1,50 +1,49 @@ # New ports collection makefile for: wmcube # Date created: Mon May 28 02:14:47 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= wmcube PORTVERSION= 0.98 PORTREVISION= 2 CATEGORIES= sysutils windowmaker MASTER_SITES= ${MASTER_SITE_TUCOWS} \ http://dockapps.org/download.php/id/222/ \ http://mirror2.unixfreunde.de/ \ http://freebsd.unixfreunde.de/sources/ MASTER_SITE_SUBDIR= x11/dock MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker dockapp that displays cpu load and a realtime 3d object WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm MAKEFILE= Makefile.FREEBSD do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmcube ${PREFIX}/bin @${CHMOD} g+s ${PREFIX}/bin/wmcube @${CHOWN} root:kmem ${PREFIX}/bin/wmcube post-install: .for file in *.wmc @${ECHO} "===> Installing extra 3d objects in ${PREFIX}/share/${PORTNAME}" @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 555 \ ${PREFIX}/share/${PORTNAME} @${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/3dObjects/${file} \ ${PREFIX}/share/${PORTNAME} .endfor .ifndef(NOPORTDOCS) @${ECHO} "===> Installing README in ${PREFIX}/share/doc/${PORTNAME}" @${ECHO} "===> Please Read pkg-descr and README for usage information" @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 555 \ ${PREFIX}/share/doc/${PORTNAME} .for file in CHANGES README TODO @${INSTALL_DATA} ${WRKSRC}/../${file} ${PREFIX}/share/doc/${PORTNAME} .endfor .endif # !NOPORTDOCS @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE} .include Property changes on: head/sysutils/wmcube/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/sysutils/wmcube-gdk/Makefile =================================================================== --- head/sysutils/wmcube-gdk/Makefile (revision 209810) +++ head/sysutils/wmcube-gdk/Makefile (revision 209811) @@ -1,45 +1,44 @@ # New ports collection makefile for: wmcube-gdk # Date created: Thu Aug 16 12:42:18 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= wmcube PORTVERSION= 0.98p2 PORTREVISION= 4 CATEGORIES= sysutils windowmaker MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ PKGNAMESUFFIX= -gdk DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= wmcube-gdk is a modified version of the dockapp wmCube -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_GNOME= gtk12 MAKEFILE= Makefile.FREEBSD do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmcube \ ${PREFIX}/bin/wmcube-gdk @${CHMOD} g+s ${PREFIX}/bin/wmcube-gdk @${CHOWN} root:kmem ${PREFIX}/bin/wmcube-gdk post-install: .for files in *.wmc @${MKDIR} ${DATADIR}${PKGNAMESUFFIX} @${INSTALL_DATA} ${WRKSRC}/3dObjects/${files} \ ${DATADIR}${PKGNAMESUFFIX} .endfor .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} .for file in CHANGES README README.GDK TODO @${INSTALL_DATA} ${WRKSRC}/${file} \ ${DOCSDIR}${PKGNAMESUFFIX} .endfor .endif #NOPORTDOCS @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE} .include Property changes on: head/sysutils/wmcube-gdk/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/sysutils/wmdiskmon/Makefile =================================================================== --- head/sysutils/wmdiskmon/Makefile (revision 209810) +++ head/sysutils/wmdiskmon/Makefile (revision 209811) @@ -1,25 +1,24 @@ # New ports collection makefile for: wmdiskmon # Date created: Sun Dec 31 19:29:23 UTC 2006 # Whom: pat # # $FreeBSD$ # PORTNAME= wmdiskmon PORTVERSION= 0.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils windowmaker MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ MAINTAINER= ports@FreeBSD.org COMMENT= Disk usage monitor dockapp -USE_X_PREFIX= yes -USE_XPM= yes +USE_XPM= x11 xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix="" MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} .include Property changes on: head/sysutils/wmdiskmon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/wmfire/Makefile =================================================================== --- head/sysutils/wmfire/Makefile (revision 209810) +++ head/sysutils/wmfire/Makefile (revision 209811) @@ -1,28 +1,27 @@ # New ports collection makefile for: wmfire # Date created: 21 October 1999 # Whom: Chris D. Faulhaber # # $FreeBSD$ # PORTNAME= wmfire PORTVERSION= 1.2.3 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.swanson.ukfsn.org/wmfire/ MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker dock app showing load average as a flame LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop -USE_X_PREFIX= yes USE_GNOME= gnometarget gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= wmfire.1 PLIST_FILES= bin/wmfire .include Property changes on: head/sysutils/wmfire/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/sysutils/wmflame/Makefile =================================================================== --- head/sysutils/wmflame/Makefile (revision 209810) +++ head/sysutils/wmflame/Makefile (revision 209811) @@ -1,26 +1,25 @@ # New ports collection makefile for: wmflame # Date created: 16 May 2002 # Whom: Alexey Dokuchaev # # $FreeBSD$ # PORTNAME= wmflame PORTVERSION= 0.60 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://web.novalis.org/programs/ MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp that shows the load average as a flame PLIST_FILES= bin/wmflame WRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME} USE_GMAKE= yes -USE_XPM= yes -USE_X_PREFIX= yes +USE_XORG= x11 xpm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmflame ${PREFIX}/bin .include Property changes on: head/sysutils/wmflame/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/sysutils/wmfsm/Makefile =================================================================== --- head/sysutils/wmfsm/Makefile (revision 209810) +++ head/sysutils/wmfsm/Makefile (revision 209811) @@ -1,29 +1,28 @@ # New ports collection makefile for: wmfsm # Date created: 2 January 2001 # Whom: Steven Enderle # # $FreeBSD$ # PORTNAME= wmfsm PORTVERSION= 0.34 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils windowmaker MASTER_SITES= http://www.cs.ubc.ca/~cmg/ MAINTAINER= ports@FreeBSD.org COMMENT= Displays filesystem usage of mountpoints in a nice WindowMaker dockapp -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xpm GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= wmfsm.1 PLIST_FILES= bin/wmfsm CPPFLAGS= -I${X11BASE}/include LDFLAGS= -L${X11BASE}/lib .include Property changes on: head/sysutils/wmfsm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/wmhm/Makefile =================================================================== --- head/sysutils/wmhm/Makefile (revision 209810) +++ head/sysutils/wmhm/Makefile (revision 209811) @@ -1,42 +1,41 @@ # New ports collection makefile for: wmhm # Date created: 21 September 1999 # Whom: Mike Muir # # $FreeBSD$ # PORTNAME= wmhm PORTVERSION= 1.46 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils windowmaker MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= fenner MAINTAINER= ports@FreeBSD.org COMMENT= WindowMaker dockable hardware monitor for FreeBSD WRKSRC= ${WRKDIR}/wmhm/wmhm GNU_CONFIGURE= yes MAN8= wmhm.8 MANCOMPRESSED= yes PLIST_FILES= bin/wmhm -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "requires speaker(4)" ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` CONFIGURE_ARGS+=--with-xpm-includes=${X11BASE}/include \ --with-xpm-library=${X11BASE}/lib .include .if (${OSVERSION} < 601000) && (${ARCH} == "amd64") IGNORE= 5.x does not support speaker(4) .endif post-install: ${STRIP_CMD} ${PREFIX}/bin/wmhm .include Property changes on: head/sysutils/wmhm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/sysutils/wminet/Makefile =================================================================== --- head/sysutils/wminet/Makefile (revision 209810) +++ head/sysutils/wminet/Makefile (revision 209811) @@ -1,29 +1,28 @@ # New ports collection makefile for: wminet # Date created: 23 May 1999 # Whom: Stephen Kiernan # # $FreeBSD$ # PORTNAME= wminet PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils windowmaker MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://mirror2.unixfreunde.de/ MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker dockable inetd monitor WRKSRC= ${WRKDIR}/wminet.app/wminet -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xpm post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/../HINTS ${DOCSDIR} .endif .include Property changes on: head/sysutils/wminet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/sysutils/wmlmmon/Makefile =================================================================== --- head/sysutils/wmlmmon/Makefile (revision 209810) +++ head/sysutils/wmlmmon/Makefile (revision 209811) @@ -1,29 +1,28 @@ # New ports collection makefile for: wmlmmon # Date created: 24 September 1999 # Whom: Chris D. Faulhaber # # $FreeBSD$ # PORTNAME= wmlmmon PORTVERSION= 0.60 PORTREVISION= 1 CATEGORIES= sysutils windowmaker MASTER_SITES= http://www.fxp.org/~jedgar/wmlmmon/ MAINTAINER= ports@FreeBSD.org COMMENT= WM dock app to display info from MB power management controllers ONLY_FOR_ARCHS= i386 -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm-includes=${X11BASE}/include \ --with-xpm-libraries=${X11BASE}/lib MAN8= wmlmmon.8 MANCOMPRESSED= yes PLIST_FILES= bin/wmlmmon .include Property changes on: head/sysutils/wmlmmon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/sysutils/wmlongrun/Makefile =================================================================== --- head/sysutils/wmlongrun/Makefile (revision 209810) +++ head/sysutils/wmlongrun/Makefile (revision 209811) @@ -1,34 +1,33 @@ # New ports collection makefile for: wmlongrun # Date created: Sat Mar 23 21:00:03 EST 2002 # Whom: pat # # $FreeBSD$ # PORTNAME= wmlongrun PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils windowmaker MASTER_SITES= http://seiichisato.jp/dockapps/src/ MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp to monitor the LongRun(tm) status on Crusoe -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_GNOME= gnometarget GNU_CONFIGURE= yes MAN1= wmlongrun.1 PORTDOCS= ChangeLog README PLIST_FILES= bin/wmlongrun post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif # !NOPORTDOCS .include Property changes on: head/sysutils/wmlongrun/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/wmmemfree/Makefile =================================================================== --- head/sysutils/wmmemfree/Makefile (revision 209810) +++ head/sysutils/wmmemfree/Makefile (revision 209811) @@ -1,34 +1,34 @@ # New ports collection makefile for: wmmemfree # Date created: 29 Mar 2003 # Whom: Alexey Dokuchaev # # $FreeBSD$ # PORTNAME= wmmemfree PORTVERSION= 0.7 PORTREVISION= 1 CATEGORIES= sysutils windowmaker MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/xutils MAINTAINER= ports@FreeBSD.org COMMENT= Memory and swap monitoring dockapp USE_BZIP2= yes USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm MAN1= ${PORTNAME}.1 PLIST_FILES= bin/wmmemfree post-patch: @${CP} ${FILESDIR}/mem_freebsd.* ${WRKSRC} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin @${CHMOD} g+s ${PREFIX}/bin/${PORTNAME} @${CHOWN} root:kmem ${PREFIX}/bin/${PORTNAME} @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 .include Property changes on: head/sysutils/wmmemfree/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/sysutils/wmmemmon/Makefile =================================================================== --- head/sysutils/wmmemmon/Makefile (revision 209810) +++ head/sysutils/wmmemmon/Makefile (revision 209811) @@ -1,39 +1,38 @@ # New ports collection makefile for: wmmemmon # Date created: Wed May 9 17:55:21 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= wmmemmon PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils windowmaker MASTER_SITES= http://seiichisato.jp/dockapps/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Mem/Swap monitoring dockapp for WindowMaker #USE_BZIP2= yes # ATM the .bz2 distfile is broken. -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_GNOME= gnometarget GNU_CONFIGURE= yes MAN1= wmmemmon.1 PORTDOCS= ChangeLog README PLIST_FILES= bin/wmmemmon post-patch: @${REINPLACE_CMD} -e '/^DEFS/s|-I\.\.$$|-I.. -I../libdockapp/|g ; \ /^CFLAGS/s|-I../libdockapp/||g' ${WRKSRC}/src/Makefile.in post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif # !NOPORTDOCS .include Property changes on: head/sysutils/wmmemmon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/sysutils/wmpccard/Makefile =================================================================== --- head/sysutils/wmpccard/Makefile (revision 209810) +++ head/sysutils/wmpccard/Makefile (revision 209811) @@ -1,27 +1,26 @@ # New ports collection makefile for: wmpccard # Date created: 00/02/5 # Whom: Satoshi Taoka # # $FreeBSD$ # PORTNAME= wmpccard PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= sysutils windowmaker MASTER_SITES= http://www.sra.co.jp/people/m-kasahr/wmpccard/src/ MAINTAINER= ports@FreeBSD.org COMMENT= PCcard monitor for FreeBSD + PAO -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xpm MAN1= wmpccard.1.gz NOMANCOMPRESS= yes PLIST_FILES= bin/wmpccard do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmpccard ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/wmpccard.1.gz ${PREFIX}/man/man1 .include Property changes on: head/sysutils/wmpccard/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/sysutils/wmshutdown/Makefile =================================================================== --- head/sysutils/wmshutdown/Makefile (revision 209810) +++ head/sysutils/wmshutdown/Makefile (revision 209811) @@ -1,35 +1,34 @@ # New ports collection makefile for: wmshutdown # Date created: 26 November 2002 # Whom: nishida # # $FreeBSD$ # PORTNAME= wmShutdown PORTVERSION= 0.2 PORTREVISION= 3 CATEGORIES= sysutils windowmaker MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://mirror2.unixfreunde.de/ MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker dock application to shutdown or reboot USE_GNOME= gtk12 USE_GMAKE= yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm do-install: @${ECHO} "wmShutdown -- Rafael V. Aroca " @${MKDIR} ${PREFIX}/share/wmShutdown/pixmaps && ${CHMOD} a+rx ${PREFIX}/share/wmShutdown/pixmaps @${INSTALL_PROGRAM} ${WRKSRC}/wmShutdown ${PREFIX}/bin @${INSTALL_PROGRAM} -g wheel -o root ${WRKSRC}/Shutdown ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/Shutdown ${PREFIX}/bin @${CHMOD} +s ${PREFIX}/bin/Shutdown @${INSTALL_DATA} ${WRKSRC}/wmShutdown.xpm ${PREFIX}/share/wmShutdown/pixmaps/wmShutdown.xpm post-install: @${ECHO} "===> Installed. Just type wmShutdown to use it" .include Property changes on: head/sysutils/wmshutdown/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/sysutils/wmtop/Makefile =================================================================== --- head/sysutils/wmtop/Makefile (revision 209810) +++ head/sysutils/wmtop/Makefile (revision 209811) @@ -1,45 +1,44 @@ # New ports collection makefile for: wmtop # Date created: 07 May 2000 # Whom: Dan Piponi # # $FreeBSD$ PORTNAME= wmtop PORTVERSION= 0.84 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils windowmaker MASTER_SITES= http://ftp1.sourceforge.net/wmtop/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Windowmaker dock app to display top 3 CPU consuming processes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm x11 ALL_TARGET= freebsd MAN1= wmtop.1 PLIST_FILES= bin/wmtop .if !defined(NOPORTDOCS) PORTDOCS= BUGS CHANGES COPYING README TODO .endif post-patch: ${REINPLACE_CMD} -e 's/^\(LIBS.*\)/\1 -lkvm/' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's/^\(FLAGS.*\)/\1 -DNO_PROCFS/' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmtop ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/wmtop.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 555 \ ${PREFIX}/share/doc/${PORTNAME} .for file in BUGS CHANGES COPYING README TODO @${INSTALL_DATA} ${WRKSRC}/${file} \ ${PREFIX}/share/doc/${PORTNAME} .endfor .endif # !NOPORTDOCS .include Property changes on: head/sysutils/wmtop/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/sysutils/wmupmon/Makefile =================================================================== --- head/sysutils/wmupmon/Makefile (revision 209810) +++ head/sysutils/wmupmon/Makefile (revision 209811) @@ -1,26 +1,25 @@ # New ports collection makefile for: wmupmon # Date created: Thu Jul 3 14:49:14 EDT 2003 # Whom: pat # # $FreeBSD$ # PORTNAME= wmupmon PORTVERSION= 0.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils windowmaker MASTER_SITES= http://j-z-s.com/projects/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= An uptime showing dockapp with a similar look to wmcpuload USE_BZIP2= yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_AUTOTOOLS= automake:15 autoheader:261 CONFIGURE_ARGS= --program-prefix="" MAN1= wmupmon.1 PLIST_FILES= bin/wmupmon .include Property changes on: head/sysutils/wmupmon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/sysutils/wmzazof/Makefile =================================================================== --- head/sysutils/wmzazof/Makefile (revision 209810) +++ head/sysutils/wmzazof/Makefile (revision 209811) @@ -1,29 +1,28 @@ # New ports collection makefile for: wmzazof # Date created: Sat Oct 6 18:44:32 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= wmzazof PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils windowmaker MASTER_SITES= http://members.chello.be/cr49940/wmzazof/ MAINTAINER= ports@FreeBSD.org COMMENT= A simple dockapp that displays the uptime, free and used memory LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmzazof ${PREFIX}/bin .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif #NOPORTDOCS .include Property changes on: head/sysutils/wmzazof/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/xsu/Makefile =================================================================== --- head/sysutils/xsu/Makefile (revision 209810) +++ head/sysutils/xsu/Makefile (revision 209811) @@ -1,38 +1,37 @@ # New ports collection makefile for: xsu # Date created: 27 Aug 2002 # Whom: Juan Salaverria # # $FreeBSD$ # PORTNAME= xsu PORTVERSION= 0.2.4 PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xsu MAINTAINER= ports@FreeBSD.org COMMENT= Xsu runs commands as root after prompting for the root password -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs CONFIGURE_ARGS= --su-pwd-out="Password:" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" MAN8= xsu.8 DOCS= CHANGELOG COPYING INSTALL post-install: ${INSTALL_DATA} ${WRKSRC}/xsu.desktop \ ${PREFIX}/share/gnome/apps/System .if !defined(NOPORTDOCS) .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/sysutils/xsu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/sysutils/xsysstats/Makefile =================================================================== --- head/sysutils/xsysstats/Makefile (revision 209810) +++ head/sysutils/xsysstats/Makefile (revision 209811) @@ -1,32 +1,32 @@ # ex:ts=8 # Ports collection makefile for: xsysstats # Date created: 12 December 1994 # Whom: asami # # $FreeBSD$ # PORTNAME= xsysstats PORTVERSION= 1.51 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A system information display tool GNU_CONFIGURE= yes USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= x11 MAN1= xsysstats.1 ALL_TARGET= xsysstats PLIST_FILES= bin/xsysstats pre-patch: ${RM} ${WRKSRC}/headers.h && ${TOUCH} ${WRKSRC}/headers.h .include Property changes on: head/sysutils/xsysstats/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/textproc/Ebnf2ps/Makefile =================================================================== --- head/textproc/Ebnf2ps/Makefile (revision 209810) +++ head/textproc/Ebnf2ps/Makefile (revision 209811) @@ -1,61 +1,61 @@ # New ports collection makefile for: Ebnf2ps # Date created: Nov 27, 2003 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= Ebnf2ps PORTVERSION= 1.05 PORTREVISION= 3 CATEGORIES= textproc devel MASTER_SITES= http://www.informatik.uni-freiburg.de/~thiemann/haskell/ebnf2ps/ DISTNAME= ebnf2ps-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Generate EPS/FIG diagrams from EBNF/yacc/bison grammars BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc BROKEN= Does not build WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= x11 USE_SUBMAKE= yes MAKE_ENV+= X11BASE=${X11BASE} .if defined(AFMPATH) MAKE_ENV+= AFMPATH=${AFMPATH} .endif EXAMPLES= ebnf.BNF examples.ps gofer.BNF regular.BNF .if !defined(NOPORTDOCS) DOC_EPS= Atom.eps Atom_unfold.eps Character.eps Export.eps \ ExtAtom.eps Factor.eps File.eps Nonterminal.eps \ Production.eps Production_unfold.eps RAtom.eps \ RAtom_unfold.eps RExtAtom.eps RFactor.eps Regexp.eps \ String.eps Term.eps .endif do-configure: @( cd ${WRKSRC}/src && ${MAKE} ${MAKE_ENV} afmpath.h && \ ${MAKE} ${MAKE_ENV} rgbpath.h ) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${EXAMPLESDIR} .for example in ${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/examples/${example} ${EXAMPLESDIR} .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/doc.ps ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/doc.tex ${DOCSDIR} .for eps in ${DOC_EPS} ${INSTALL_MAN} ${WRKSRC}/doc/${eps} ${DOCSDIR} .endfor .endif .include Property changes on: head/textproc/Ebnf2ps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/textproc/gxmlviewer/Makefile =================================================================== --- head/textproc/gxmlviewer/Makefile (revision 209810) +++ head/textproc/gxmlviewer/Makefile (revision 209811) @@ -1,35 +1,34 @@ # ex:ts=8 # New ports collection makefile for: gxmlviewer # Date created: Nov 8, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= gxmlviewer PORTVERSION= 1.3.3 PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An xmlviewer with a netscape plugin, and now a bonobo control as well -USE_XLIB= yes USE_GNOME= bonobo gnomehack gnomelibs gnomeprefix libxml2 USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" post-patch: @${REINPLACE_CMD} -e 's|intl||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|= -DXP_UNIX|= -fPIC -DXP_UNIX|g ; \ s|/netscape/|/gxmlviewer/|g' ${WRKSRC}/src/nsplugin/Makefile.in post-install: @${MKDIR} ${LOCALBASE}/lib/browser_plugins @${LN} -sf ${PREFIX}/lib/gxmlviewer/plugins/npgxmlviewer.so \ ${LOCALBASE}/lib/browser_plugins/npgxmlviewer.so .include Property changes on: head/textproc/gxmlviewer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/textproc/iiimf-gnome-im-switcher/Makefile =================================================================== --- head/textproc/iiimf-gnome-im-switcher/Makefile (revision 209810) +++ head/textproc/iiimf-gnome-im-switcher/Makefile (revision 209811) @@ -1,60 +1,59 @@ # New ports collection makefile for: iiimf-gnome-im-switcher # Date created: 10 Sep 2004 # Whom: Kuang-che Wu # # $FreeBSD$ # PORTNAME= gnome-im-switcher PORTVERSION= 12.2 PORTREVISION= 8 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- DISTNAME= iiimf-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= IIIMF gnome input method switcher ONLY_FOR_ARCHS= i386 -USE_XLIB= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= intltool gconf2 libglade2 libgnomeui \ gnomepanel gnomeprefix gnomehack INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_AUTOTOOLS= automake:19:env autoconf:261:env libtool:15:env GCONF_SCHEMAS= gnome-im-properties.schemas gnome-im-switcher.schemas WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/gnome-im-switcher .include .if ${OSVERSION} < 503000 IGNORE= is supported on FreeBSD 5.3 and later only .endif CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib -lintl ${PTHREAD_LIBS} CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" post-patch: ${REINPLACE_CMD} \ -e '/^serverdir/s,$$[(]libdir[)],%%LOCALBASE%%/libdata,g' \ ${BUILDDIR}/src/Makefile.am ${REINPLACE_CMD} \ -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ -e "s,%%PREFIX%%,${PREFIX},g" \ ${WRKSRC}/Makefile ${BUILDDIR}/Makefile.am \ ${BUILDDIR}/src/Makefile.am do-configure: @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} bootstrap @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${GMAKE} config .include Property changes on: head/textproc/iiimf-gnome-im-switcher/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/textproc/iiimf-gtk/Makefile =================================================================== --- head/textproc/iiimf-gtk/Makefile (revision 209810) +++ head/textproc/iiimf-gtk/Makefile (revision 209811) @@ -1,63 +1,62 @@ # New ports collection makefile for: iiimf-gtk # Date created: 6 Dec 2003 # Whom: Kuang-che Wu # # $FreeBSD$ # PORTNAME= gtk PORTVERSION= 12.2 PORTREVISION= 8 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- DISTNAME= iiimf-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Internet/Intranet Input Method Server Framework LIB_DEPENDS= iiimp.1:${PORTSDIR}/textproc/iiimf-protocol-lib \ iiimcf.3:${PORTSDIR}/textproc/iiimf-client-lib ONLY_FOR_ARCHS= i386 -USE_XLIB= yes USE_BZIP2= yes USE_ICONV= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= intltool gtk20 USE_AUTOTOOLS= automake:19:env autoconf:261:env libtool:15:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/iiimgcf .include .if ${OSVERSION} < 503000 IGNORE= is supported on FreeBSD 5.3 and later only .endif .if defined(WITH_DEBUG) CFLAGS+= -DDEBUG .endif CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv -lintl ${PTHREAD_LIBS} CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" post-patch: ${REINPLACE_CMD} \ -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ -e "s,%%PREFIX%%,${PREFIX},g" \ ${WRKSRC}/Makefile ${BUILDDIR}/Makefile.am do-configure: @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} bootstrap @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${GMAKE} config post-install: ${LOCALBASE}/bin/gtk-query-immodules-2.0 > \ ${LOCALBASE}/etc/gtk-2.0/gtk.immodules .include Property changes on: head/textproc/iiimf-gtk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/textproc/iiimf-le-unit/Makefile =================================================================== --- head/textproc/iiimf-le-unit/Makefile (revision 209810) +++ head/textproc/iiimf-le-unit/Makefile (revision 209811) @@ -1,61 +1,61 @@ # New ports collection makefile for: iiimf-le-unit # Date created: 6 Dec 2003 # Whom: Kuang-che Wu # # $FreeBSD$ # PORTNAME= le-unit PORTVERSION= 12.2 PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- DISTNAME= iiimf-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= IIIMF UNIcode Table based generic composition engine LIB_DEPENDS= iiimp.1:${PORTSDIR}/textproc/iiimf-protocol-lib \ iiimcf.3:${PORTSDIR}/textproc/iiimf-client-lib RUN_DEPENDS= iiimd:${PORTSDIR}/textproc/iiimf-server ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_ICONV= yes USE_GMAKE= yes USE_GNOME= libxml2 -USE_XLIB= yes +USE_XORG= x11 USE_AUTOTOOLS= automake:19:env autoconf:261:env libtool:15:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif .include .if ${OSVERSION} < 503000 IGNORE= is supported on FreeBSD 5.3 and later only .endif CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv ${PTHREAD_LIBS} CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" post-patch: ${REINPLACE_CMD} \ -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ -e "s,%%PREFIX%%,${PREFIX},g" \ ${WRKSRC}/Makefile ${BUILDDIR}/Makefile.am \ ${BUILDDIR}/../lib/EIMIL/Makefile.am do-configure: @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} reconfig @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${GMAKE} config pre-install: ${REINPLACE_CMD} \ -e "/^BUILDDIRS/s,lib/EIMIL,,g" \ ${WRKSRC}/Makefile .include Property changes on: head/textproc/iiimf-le-unit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/textproc/iiimf-x/Makefile =================================================================== --- head/textproc/iiimf-x/Makefile (revision 209810) +++ head/textproc/iiimf-x/Makefile (revision 209811) @@ -1,55 +1,55 @@ # New ports collection makefile for: iiimf-x # Date created: 6 Dec 2003 # Whom: Kuang-che Wu # # $FreeBSD$ # PORTNAME= x PORTVERSION= 12.2 PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- DISTNAME= iiimf-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Internet/Intranet Input Method X Client Framework LIB_DEPENDS= iiimp.1:${PORTSDIR}/textproc/iiimf-protocol-lib \ iiimcf.3:${PORTSDIR}/textproc/iiimf-client-lib RUN_DEPENDS= ${LOCALBASE}/lib/iiim/xiiimp.so:${PORTSDIR}/textproc/iiimf-x-lib ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= x11 ice xt USE_AUTOTOOLS= automake:19:env autoconf:261:env libtool:15:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/iiimxcf/htt_xbe .include .if ${OSVERSION} < 503000 IGNORE= is supported on FreeBSD 5.3 and later only .endif CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} CXXFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" post-patch: ${REINPLACE_CMD} \ -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ -e "s,%%PREFIX%%,${PREFIX},g" \ ${WRKSRC}/Makefile ${BUILDDIR}/Makefile.am \ ${BUILDDIR}/src/watchdog.c do-configure: @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} reconfig @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${GMAKE} config .include Property changes on: head/textproc/iiimf-x/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/textproc/sagasu/Makefile =================================================================== --- head/textproc/sagasu/Makefile (revision 209810) +++ head/textproc/sagasu/Makefile (revision 209811) @@ -1,41 +1,40 @@ # New ports collection makefile for: textproc/sagasu # Date created: 10 Jul 2003 # Whom: Juan Salaverria # # $FreeBSD$ # PORTNAME= sagasu PORTVERSION= 2.0.8 PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME tool to find strings in a set of files -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= sagasu.1 post-patch: @${REINPLACE_CMD} -e \ 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' ${WRKSRC}/src/Makefile.in post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in AUTHORS INSTALL NEWS README THANKS TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/textproc/sagasu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/www/erwn/Makefile =================================================================== --- head/www/erwn/Makefile (revision 209810) +++ head/www/erwn/Makefile (revision 209811) @@ -1,37 +1,36 @@ # New ports collection makefile for: erwin # Date created: 31 July 1999 # Whom: Jim Mock # # $FreeBSD$ # PORTNAME= erwn PORTVERSION= 0.8 PORTREVISION= 6 CATEGORIES= www editors MASTER_SITES= http://lisas.de/erwin/ DISTNAME= erwin-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple GTK+-2 HTML editor LIB_DEPENDS= gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= erwin.1 post-patch: @${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.8|g" \ ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/www/erwn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/x11/9menu/Makefile =================================================================== --- head/x11/9menu/Makefile (revision 209810) +++ head/x11/9menu/Makefile (revision 209811) @@ -1,37 +1,37 @@ # New ports collection makefile for: 9menu # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # # $FreeBSD$ # PORTNAME= 9menu PORTVERSION= 1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 plan9 MASTER_SITES= ftp://freefriends.org/arnold/Source/ \ ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ \ ${MASTER_SITE_NETBSD} EXTRACT_SUFX= .shar.gz MAINTAINER= serge.gagnon.1@ulaval.ca COMMENT= A simple menu patterened after plan9 +USE_XORG= x11 PLIST_FILES= bin/9menu -USE_XLIB= yes EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh MAKEFILE= Makefile.noimake ALL_TARGET= 9menu NO_WRKSUBDIR= yes MAN1= 9menu.1 MANCOMPRESSED= yes do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} -I${X11BASE}/include -L${X11BASE}/lib -lX11 -o 9menu 9menu.c .include Property changes on: head/x11/9menu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/x11/9term/Makefile =================================================================== --- head/x11/9term/Makefile (revision 209810) +++ head/x11/9term/Makefile (revision 209811) @@ -1,27 +1,27 @@ # New ports collection makefile for: 9term # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # # $FreeBSD$ # PORTNAME= 9term PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 plan9 MASTER_SITES= ftp://ftp.cs.usyd.edu.au/matty/unicode/ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An X11 program which emulates a plan9 window # needs library and private header, but not during runtime BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/editors/sam:build NO_WRKSUBDIR= yes -USE_X_PREFIX= yes +USE_XORG= x11 MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${.CURDIR}/../../editors/sam/work MAN1= 9term.1 PLIST_FILES= bin/9term .include Property changes on: head/x11/9term/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/x11/bbuname/Makefile =================================================================== --- head/x11/bbuname/Makefile (revision 209810) +++ head/x11/bbuname/Makefile (revision 209811) @@ -1,28 +1,28 @@ # New ports collection makefile for: bbuname # Date created: 11 February 2004 # Whom: Nikos "Noth" Ntarmos # # $FreeBSD$ # PORTNAME= bbuname PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://spiritisdigital.com/download/linux/bbuname/ PATCH_SITES= ftp://noth.ceid.upatras.gr/pub/FreeBSD/patches/ PATCHFILES= ${PORTNAME}-${PORTVERSION}.patch1.gz PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= A Flux/Black-box applet displaying system information a la GNU uname BROKEN= Checksum mismatch GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_X_PREFIX= yes +USE_XORG= x11 .include Property changes on: head/x11/bbuname/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/x11/blast/Makefile =================================================================== --- head/x11/blast/Makefile (revision 209810) +++ head/x11/blast/Makefile (revision 209811) @@ -1,31 +1,31 @@ # New ports collection makefile for: blast # Date created: 9 Jul 1996 # Whom: searle # # $FreeBSD$ # PORTNAME= blast PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/b/blast DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Blast blows holes through windows WRKSRC= ${WRKDIR}/${PORTNAME}-1.1.orig -USE_X_PREFIX= yes +USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xi xrandr MAN1= blast.1 PLIST_FILES= bin/blast do-build: ${CC} ${CFLAGS} ${WRKSRC}/blast.c -I${X11BASE}/include -L${X11BASE}/lib -lX11 -lXext -o ${WRKSRC}/blast do-install: ${INSTALL_PROGRAM} ${WRKSRC}/blast ${PREFIX}/bin/blast ${INSTALL_MAN} ${WRKSRC}/blast.man ${MANPREFIX}/man/man1/blast.1 .include Property changes on: head/x11/blast/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/x11/buttonbox/Makefile =================================================================== --- head/x11/buttonbox/Makefile (revision 209810) +++ head/x11/buttonbox/Makefile (revision 209811) @@ -1,51 +1,51 @@ # New ports collection makefile for: buttonbox # Date created: 2000-12-17 # Whom: trevor # # $FreeBSD$ # PORTNAME= buttonbox PORTVERSION= 0.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor DISTNAME= ${PORTNAME:S/b/B/g}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Xlib-based application launcher DOCDIR= share/doc/${PORTNAME} DOCS= COPYING ChangeLog DEDICATION README TODO PLIST= ${WRKDIR}/pkg-plist -USE_X_PREFIX= yes +USE_XORG= x11 xext do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o buttonbox -L${X11BASE}/lib \ -I${X11BASE}/include -lX11 -lXext button.c configuration.c \ colour.c dispatcher.c main.c pre-install: ${ECHO_CMD} bin/buttonbox > ${PLIST} ${ECHO_CMD} lib/X11/app-defaults/ButtonBox.ad >> ${PLIST} .if !defined(NOPORTDOCS) for i in ${DOCS}; \ do ${ECHO_CMD} ${DOCDIR}/$${i} >> ${PLIST}; \ done ${ECHO_CMD} @dirrm ${DOCDIR} >> ${PLIST} .endif do-install: ${INSTALL_DATA} ${WRKSRC}/ButtonBox.ad ${X11BASE}/lib/X11/app-defaults/ ${INSTALL_PROGRAM} ${WRKSRC}/buttonbox ${X11BASE}/bin/ .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/${DOCDIR} for i in ${DOCS}; \ do ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR}; \ done .endif .include Property changes on: head/x11/buttonbox/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/x11/cnslock/Makefile =================================================================== --- head/x11/cnslock/Makefile (revision 209810) +++ head/x11/cnslock/Makefile (revision 209811) @@ -1,28 +1,27 @@ # New ports collection makefile for: cnslock # Date created: 10 Apr 2003 # Whom: Alexey Dokuchaev # # $FreeBSD$ # PORTNAME= cnslock PORTVERSION= 1.02 PORTREVISION= 4 CATEGORIES= x11 windowmaker MASTER_SITES= http://www.dockapps.com/files/123/181/ \ http://freebsd.nsu.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= A visual indicator of the states of the three "lock" buttons PLIST_FILES= bin/cnslock USE_GNOME= gtk12 -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xpm MAKE_ENV= LDFLAGS="${LDFLAGS}" do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include Property changes on: head/x11/cnslock/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/x11/docker/Makefile =================================================================== --- head/x11/docker/Makefile (revision 209810) +++ head/x11/docker/Makefile (revision 209811) @@ -1,26 +1,26 @@ # New ports collection makefile for: docker # Date created: March 15, 2003 # Whom: Samy Al Bahra # # $FreeBSD$ # PORTNAME= docker PORTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= http://www.kerneled.org/files/FreeBSD-ports/ \ http://icculus.org/openbox/2/docker/ MAINTAINER= sbahra@gwu.edu COMMENT= A dockapp with support for GNOME2 and KDE3 tray icons PLIST_FILES= bin/docker USE_GMAKE= yes -USE_X_PREFIX= yes +USE_XORG= x11 USE_GNOME= glib20 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include Property changes on: head/x11/docker/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11/dxpc/Makefile =================================================================== --- head/x11/dxpc/Makefile (revision 209810) +++ head/x11/dxpc/Makefile (revision 209811) @@ -1,35 +1,35 @@ # New ports collection makefile for: dxpc # Date created: 2 May 1998 # Whom: Bruce A. Mah # # $FreeBSD$ # PORTNAME= dxpc PORTVERSION= 3.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.vigor.nu/dxpc/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Compressing X protocol proxy designed to support X11 over slow links LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2 -USE_X_PREFIX= yes +USE_XORG= x11 USE_GNOME= gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE} MAKE_ARGS= CPPFLAGS="-I. -I${X11BASE}/include" MAN1= dxpc.1 PLIST_FILES= bin/dxpc do-install: ${INSTALL_DATA} ${WRKSRC}/dxpc ${PREFIX}/bin/dxpc ${INSTALL_MAN} ${WRKSRC}/dxpc.man ${MANPREFIX}/man/man1/dxpc.1 .include Property changes on: head/x11/dxpc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/x11/fbsd-icons/Makefile =================================================================== --- head/x11/fbsd-icons/Makefile (revision 209810) +++ head/x11/fbsd-icons/Makefile (revision 209811) @@ -1,27 +1,26 @@ # New ports collection makefile for: fbsd-icons # Date created: Sat Jun 14 09:43:24 CEST 1997 # Whom: Andreas Klemm # # $FreeBSD$ # PORTNAME= fbsd-icons PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Collection of icons related to the FreeBSD project -USE_X_PREFIX= yes NO_BUILD= yes NO_WRKSUBDIR= yes do-install: ${MKDIR} ${X11BASE}/icons ( cd ${X11BASE}/icons; ${TAR} --no-same-owner --no-same-permissions -xzf ${DISTDIR}/fbsd-icons.tar.gz ) .include Property changes on: head/x11/fbsd-icons/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/x11/fluxbg/Makefile =================================================================== --- head/x11/fluxbg/Makefile (revision 209810) +++ head/x11/fluxbg/Makefile (revision 209811) @@ -1,38 +1,37 @@ # New ports collection makefile for: fluxbg # Date created: 30 September 2003 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= fluxbg PORTVERSION= 0.7 PORTREVISION= 7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Background changer for fluxbox/blackbox LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack gnometarget .include .if !exists(${LOCALBASE}/bin/fbsetbg) && \ !exists(${X11BASE}/bin/fbsetbg) RUN_DEPENDS= fbsetbg:${PORTSDIR}/x11-wm/fluxbox .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/src/fluxbg_conf.cc post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/x11/fluxbg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11/gcursor/Makefile =================================================================== --- head/x11/gcursor/Makefile (revision 209810) +++ head/x11/gcursor/Makefile (revision 209811) @@ -1,41 +1,40 @@ # New ports collection makefile for: gcursor # Date created: 08 March 2004 # Whom: Mezz # # $FreeBSD$ # PORTNAME= gcursor PORTVERSION= 0.061 PORTREVISION= 7 CATEGORIES= x11 gnome MASTER_SITES= http://download.qballcow.nl/programs/gcursor/ MAINTAINER= ports@FreeBSD.org COMMENT= A mouse cursor theme selector for GNOME RUN_DEPENDS= file-roller:${PORTSDIR}/archivers/file-roller USE_GMAKE= yes -USE_XLIB= yes USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" DOCS= AUTHORS COPYING ChangeLog INSTALL TODO post-patch: @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/gcursor.c .ifndef (NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/x11/gcursor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/x11/gdkxft/Makefile =================================================================== --- head/x11/gdkxft/Makefile (revision 209810) +++ head/x11/gdkxft/Makefile (revision 209811) @@ -1,64 +1,63 @@ # New ports collection makefile for: gdkxft # Date created: 3 September 2001 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= gdkxft PORTVERSION= 1.5 PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An anti-aliased font support for gtk+ LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft USE_AUTOTOOLS= libtool:15 -USE_X_PREFIX= yes USE_GNOME= gtk12 WANT_GNOME= yes USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnuregex -liconv" \ CFLAGS="${CFLAGS} `pkg-config xft --cflags`" CONFIGURE_ARGS= --sbindir=${PREFIX}/bin USE_LDCONFIG= yes MAN8= gdkxft_sysinstall.8 .include .if ${HAVE_GNOME:Mlibglade}!="" && ${HAVE_GNOME:Mlibcapplet}!="" USE_GNOME+= gnomeprefix libglade libcapplet PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+= --without-gnome .endif post-patch: @${REINPLACE_CMD} -e 's|gtk-config --prefix|$$GTK_CONFIG --prefix|g ; \ s|libgdk.la|libgdk-12.so|g ; \ s|libgdk.so|libgdk-12.so|g ; \ s|GDK_DLOPEN_NAME=.*$$|GDK_DLOPEN_NAME="libgdk-12.so"|g' \ ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|src capplet|src @BUILD_CAPPLET_TRUE@capplet|g ; \ s|DESTDIR)\$$(datadir|DESTDIR)\$$(pkgdatadir|g ; \ s|la_LDFLAGS =.*$$|la_LDFLAGS = -module -avoid-version|g' .for file in gdkxft_sysinstall.in gdkxft.c generate.pl @${REINPLACE_CMD} -e 's|||g ; \ s|gtk-config |${GTK_CONFIG:T} |g' ${WRKSRC}/src/${file} .endfor post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/x11/gdkxft/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/x11/gmrun/Makefile =================================================================== --- head/x11/gmrun/Makefile (revision 209810) +++ head/x11/gmrun/Makefile (revision 209811) @@ -1,45 +1,44 @@ # New ports collection makefile for: gmrun # Date created: 26 September 2002 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= gmrun PORTVERSION= 0.9.2 PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A customizable program to run programs, with tab-completion LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GCC= 3.4+ -USE_X_PREFIX= yes USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-stlport PORTDOCS= README PLIST_FILES= bin/gmrun %%DATADIR%%/gmrunrc PLIST_DIRS= %%DATADIR%% .include .if ${ARCH} == "amd64" BROKEN= Doesn't run, segmentation fault .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/x11/gmrun/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/x11/gnome-clipboard-daemon/Makefile =================================================================== --- head/x11/gnome-clipboard-daemon/Makefile (revision 209810) +++ head/x11/gnome-clipboard-daemon/Makefile (revision 209811) @@ -1,25 +1,24 @@ # New ports collection makefile for: gnome-clipboard-daemon # Date created: 24 January 2004 # Whom: Mezz # # $FreeBSD$ # PORTNAME= gnome-clipboard-daemon PORTVERSION= 1.0 PORTREVISION= 6 CATEGORIES= x11 gnome MASTER_SITES= http://members.chello.nl/~h.lai/gnome-clipboard-daemon/ MAINTAINER= ports@FreeBSD.org COMMENT= A program that keeps the content of your X clipboard in memory PLIST_FILES= bin/gnome-clipboard-daemon USE_BZIP2= yes -USE_X_PREFIX= yes USE_GNOME= gtk20 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ .include Property changes on: head/x11/gnome-clipboard-daemon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/x11/gtk-theme-switch/Makefile =================================================================== --- head/x11/gtk-theme-switch/Makefile (revision 209810) +++ head/x11/gtk-theme-switch/Makefile (revision 209811) @@ -1,29 +1,28 @@ # New ports collection makefile for: gtk-theme-switch # Date Created: 24 July 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= gtk-theme-switch PORTVERSION= 1.0.1 PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ MAINTAINER= ports@FreeBSD.org COMMENT= A command line tool for switching GTK+ themes -USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes MAN1= gtk-theme-switch.1 .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${PREFIX}/share/gtk-theme-switch ${INSTALL_MAN} ${WRKSRC}/readme ${PREFIX}/share/gtk-theme-switch/README .endif .include Property changes on: head/x11/gtk-theme-switch/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/x11/gtkterm2/Makefile =================================================================== --- head/x11/gtkterm2/Makefile (revision 209810) +++ head/x11/gtkterm2/Makefile (revision 209811) @@ -1,48 +1,47 @@ # New ports collection makefile for: gtkterm2 # Date created: 2004-06-12 # Whom: michael johnson # # $FreeBSD$ # PORTNAME= gtkterm2 PORTVERSION= 0.2.3 PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= gtkterm MAINTAINER= ports@FreeBSD.org COMMENT= A simple GTK-2 terminal with tabs -USE_X_PREFIX= yes USE_GNOME= gnometarget vte USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" PORTDOCS= README PLIST_FILES= bin/gtkterm2 \ share/locale/de/LC_MESSAGES/gtkterm2.mo \ %%DATADIR%%/pixmaps/gtkterm2.png PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%% CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=""||g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkterm2 ${PREFIX}/bin/gtkterm2 ${INSTALL_DATA} ${WRKSRC}/po/de.gmo \ ${PREFIX}/share/locale/de/LC_MESSAGES/gtkterm2.mo @${MKDIR} ${DATADIR}/pixmaps ${INSTALL_DATA} ${WRKSRC}/pixmaps/gtkterm2.png \ ${DATADIR}/pixmaps/gtkterm2.png .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README .endif .include Property changes on: head/x11/gtkterm2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11/gxset/Makefile =================================================================== --- head/x11/gxset/Makefile (revision 209810) +++ head/x11/gxset/Makefile (revision 209811) @@ -1,31 +1,30 @@ # New ports collection makefile for: gxset # Date created: 27 December 2001 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= gxset PORTVERSION= 0.3 PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= petef MAINTAINER= ports@FreeBSD.org COMMENT= GTK frontend for xset(1) -USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes USE_GMAKE= yes NOMAN= PLIST_FILES= bin/gxset PLIST_FILES+= share/locale/cs/LC_MESSAGES/gxset.mo PLIST_FILES+= share/locale/da/LC_MESSAGES/gxset.mo PLIST_FILES+= share/locale/ja/LC_MESSAGES/gxset.mo .include Property changes on: head/x11/gxset/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/x11/imwheel/Makefile =================================================================== --- head/x11/imwheel/Makefile (revision 209810) +++ head/x11/imwheel/Makefile (revision 209811) @@ -1,38 +1,38 @@ # New ports collection makefile for: imwheel-0.9.7 # Date created: 18 Feb 2000 # Whom: jhb # # $FreeBSD$ # PORTNAME= imwheel PORTVERSION= 1.0.0.p12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://jcatki.no-ip.org/pub/imwheel/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p12/pre12/} MAINTAINER= ports@FreeBSD.org COMMENT= Utility to translate mouse wheel actions into X keyboard events +USE_XORG= x11 xpm xtst xext xmu USE_GMAKE= YES -USE_X_PREFIX= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --disable-gpm MAN1= imwheel.1 post-patch: .for i in imwheel.1 util.c @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i} .endfor post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/EMACS ${DOCSDIR} .endif .include Property changes on: head/x11/imwheel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/x11/libsx/Makefile =================================================================== --- head/x11/libsx/Makefile (revision 209810) +++ head/x11/libsx/Makefile (revision 209811) @@ -1,39 +1,39 @@ # New ports collection makefile for: libsx # Date created: 5 December 1996 # Whom: Pedro Giffuni # # $FreeBSD$ # PORTNAME= libsx PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= libraries DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Simple X11 library LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d -USE_X_PREFIX= yes +USE_XORG= x11 ALL_TARGET= src freq do-install: ${INSTALL_DATA} ${WRKSRC}/src/libsx.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/freq/libfreq.a ${PREFIX}/lib ${MKDIR} ${PREFIX}/include/X11/libsx ${INSTALL_DATA} ${WRKSRC}/src/libsx.h ${PREFIX}/include/X11/libsx ${INSTALL_DATA} ${WRKSRC}/freq/freq.h ${PREFIX}/include/X11/libsx post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/libsx ${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/libsx ${GZIP_CMD} ${PREFIX}/share/doc/libsx/*.doc .endif .include Property changes on: head/x11/libsx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/x11/mgapdesk/Makefile =================================================================== --- head/x11/mgapdesk/Makefile (revision 209810) +++ head/x11/mgapdesk/Makefile (revision 209811) @@ -1,42 +1,41 @@ # New ports collection makefile for: mgapdesk # Date created: 2001/06/02 # Whom: Nick Sayer # # $FreeBSD$ # PORTNAME= mgapdesk PORTVERSION= 1.0.7 PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= ftp://ftp.matrox.com/pub/mga/archive/linux/2001/powerdesk_1_00_7/ DISTNAME= ${PORTNAME}-1_00-7beta_src EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Matrox Powerdesk for *nix IGNORE= needs an old XFree86/X.org header file to build -USE_X_PREFIX= YES USE_GNOME= gtk12 USE_GMAKE= YES USE_AUTOTOOLS= autoconf:213 WRKSRC= ${WRKDIR}/${PORTNAME} .include .if (${ARCH} == "alpha") CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -lio" .endif .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" BROKEN= "Does not compile on sparc64 or ia64" .endif post-extract: @${RM} -f ${WRKSRC}/config.cache @${CHMOD} 750 ${WRKSRC}/missing .include Property changes on: head/x11/mgapdesk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/x11/multi-aterm/Makefile =================================================================== --- head/x11/multi-aterm/Makefile (revision 209810) +++ head/x11/multi-aterm/Makefile (revision 209811) @@ -1,45 +1,45 @@ # New ports collection makefile for: multi-aterm # Date created: 2003-07-11 # Whom: Sebastian Yepes # # $FreeBSD$ # PORTNAME= multi-aterm PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.nongnu.org/materm/ MAINTAINER= ports@FreeBSD.org COMMENT= A multi terminal based on aterm -USE_X_PREFIX= yes +USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --with-xpm=${X11BASE} DOCS= AUTHORS ChangeLog INSTALL TODO MAN1= multi-aterm.1 .if defined(WITH_UTMP) CONFIGURE_ARGS+= --enable-utmp .endif .if defined(WITH_WTMP) CONFIGURE_ARGS+= --enable-wtmp .endif pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "You can specify the following options:" @${ECHO_MSG} "WITH_UTMP=yes - enable utmp support" @${ECHO_MSG} "WITH_WTMP=yes - enable wtmp support" .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/x11/multi-aterm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11/portoseguro/Makefile =================================================================== --- head/x11/portoseguro/Makefile (revision 209810) +++ head/x11/portoseguro/Makefile (revision 209811) @@ -1,36 +1,35 @@ # New ports collection makefile for: portoseguro # Date created: 2000-10-08 # Whom: trevor # # $FreeBSD$ # PORTNAME= portoseguro PORTVERSION= 0.4 PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor DISTNAME= ${PORTNAME}-alpha4 MAINTAINER= ports@FreeBSD.org COMMENT= Launch applications by clicking on an icon bar CONFIGURE_ENV= GTKCONFIG=${GTK_CONFIG} USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes USE_GNOME= gtk12 -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm WRKSRC= ${WRKDIR}/${PORTNAME} do-install: .for i in portoseguro portoseguro.conf ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${X11BASE}/bin .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/x11/portoseguro/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/x11/rxvt/Makefile =================================================================== --- head/x11/rxvt/Makefile (revision 209810) +++ head/x11/rxvt/Makefile (revision 209811) @@ -1,100 +1,99 @@ # New ports collection Makefile for: rxvt # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # # $FreeBSD$ # # If possible, please consider updating the simple ports/x11-clocks/rclock # (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use # the same distfile. PORTNAME= rxvt PORTVERSION= 2.6.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= x11 MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A low memory usage xterm replacement that supports color -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ --with-xpm --enable-xpm-background --enable-transparency \ --with-xpm-includes=${X11BASE}/include/X11 \ --with-xpm-library=${X11BASE}/lib MAN1= rxvt.1 PLIST_FILES= bin/rxvt # enable big5 support .if defined(WITH_BIG5) CONFIGURE_ARGS+= --enable-big5 .endif # WITH_BIG5 # # enable gb support .if defined(WITH_GB) CONFIGURE_ARGS+= --enable-gb .endif # WITH_GB # # enable greek keyboard support .if defined(WITH_GREEK_KEYBOARD) CONFIGURE_ARGS+= --enable-greek .endif # WITH_GREEK_KEYBOARD # # enable half width/height shadows scrollbar .if defined(WITH_HALF_SHADOW) CONFIGURE_ARGS+= --enable-half-shadow .endif # # enable kanji support .if defined(WITH_KANJI) CONFIGURE_ARGS+= --enable-kanji .endif # WITH_KANJI # # enable menubar .if defined(WITH_MENUBAR) CONFIGURE_ARGS+= --enable-menubar .endif # WITH_MENUBAR # # enable NeXT style scrollbar .if defined(WITH_NEXT_SCROLLBAR) CONFIGURE_ARGS+= --enable-next-scroll .endif # # make resources checking via XGetDefault() .if defined(WITH_XGETDEFAULT) CONFIGURE_ARGS+= --enable-xgetdefault .endif # WITH_XGETDEFAULT # # XIM (X Input Method) protocol support .ifndef(WITHOUT_XIM) CONFIGURE_ARGS+= --enable-xim .endif # WITH_XIM # # enable Xterm style scrollbar .if defined(WITH_XTERM_SCROLLBAR) CONFIGURE_ARGS+= --enable-xterm-scroll .endif # WITH_XTERM_SCROLLBAR # pre-fetch: @${ECHO_MSG} "" @${ECHO_MSG} "You may use the following build options:" @${ECHO_MSG} "" @${ECHO_MSG} "WITHOUT_XIM=yes disable support for XIM (X Input Method) protocol" @${ECHO_MSG} "WITH_XGETDEFAULT=yes make resources checking via XGetDefault()" @${ECHO_MSG} "WITH_BIG5=yes add support for Chinese characters (BIG5)" @${ECHO_MSG} "WITH_GB=yes add support for Chinese characters (GB)" @${ECHO_MSG} "WITH_GREEK_KEYBOARD=yes add support for greek keyboard" @${ECHO_MSG} "WITH_HALF_SHADOW=yes use half width/height shadows on non-Xterm scrollbar" @${ECHO_MSG} "WITH_KANJI=yes add support for Kanji characters" @${ECHO_MSG} "WITH_MENUBAR=yes add support for rxvt menu bar system" @${ECHO_MSG} "WITH_NEXT_SCROLLBAR=yes add support for a NeXT-like scrollbar" @${ECHO_MSG} "WITH_XTERM_SCROLLBAR=yes make the scrollbar look like an Xterm scrollbar" @${ECHO_MSG} "WITH_CLEARTEXTPASSWD=yes use cleartext passwords" post-install: @${CHMOD} 4711 ${PREFIX}/bin/rxvt .include Property changes on: head/x11/rxvt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.64 \ No newline at end of property +1.65 \ No newline at end of property Index: head/x11/rxvt-devel/Makefile =================================================================== --- head/x11/rxvt-devel/Makefile (revision 209810) +++ head/x11/rxvt-devel/Makefile (revision 209811) @@ -1,140 +1,139 @@ # New ports collection Makefile for: rxvt # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # # $FreeBSD$ # # If possible, please consider updating the simple ports/x11-clocks/rclock # (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use # the same distfile. PORTNAME= rxvt PORTVERSION= 2.7.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= x11 MASTER_SITES= SF PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org COMMENT= A low memory usage xterm replacement that supports color USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD=yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-utmp --enable-wtmp --enable-languages \ --with-xpm --enable-xpm-background --enable-transparency \ --enable-shared INSTALLS_SHLIB= yes MAN1= rxvt.1 # disable backspace key .if defined(WITHOUT_BACKSPACE_KEY) CONFIGURE_ARGS+= --disable-backspace-key .endif # WITHOUT_BACKSPACE_KEY # # disable delete key .if defined(WITHOUT_DELETE_KEY) CONFIGURE_ARGS+= --disable-delete-key .endif # WITHOUT_DELETE_KEY # # set the default encoding for multi-char glyph languages .if defined(WITH_ENCODING) CONFIGURE_ARGS+= --with-encoding=${WITH_ENCODING} .endif # WITH_ENCODING # # enable graphics support .if defined(WITH_GRAPHICS) CONFIGURE_ARGS+= --enable-graphics .endif # WITH_GRAPHICS # # enable greek keyboard support .if defined(WITH_GREEK_KEYBOARD) CONFIGURE_ARGS+= --enable-greek .endif # WITH_GREEK_KEYBOARD # # enable menubar .if defined(WITH_MENUBAR) CONFIGURE_ARGS+= --enable-menubar .endif # WITH_MENUBAR # # enable scrolling via mouse wheel or buttons 4 & 5 .if defined(WITH_MOUSEWHEEL) CONFIGURE_ARGS+= --enable-mousewheel .endif # WITH_MOUSEWHEEL # # enable NeXT style scrollbar .if defined(WITH_NEXT_SCROLLBAR) CONFIGURE_ARGS+= --enable-next-scroll .endif # # enable rxvt style scrollbar .if defined(WITH_RXVT_SCROLLBAR) CONFIGURE_ARGS+= --enable-rxvt-scroll .endif # WITH_RXVT_SCROLLBAR # # enable smart resize .if defined(WITH_SMART_RESIZE) CONFIGURE_ARGS+= --enable-smart-resize .endif # WITH_SMART_RESIZE # # make resources checking via XGetDefault() .if defined(WITH_XGETDEFAULT) CONFIGURE_ARGS+= --enable-xgetdefault .endif # WITH_XGETDEFAULT # # XIM (X Input Method) protocol support .ifndef(WITHOUT_XIM) CONFIGURE_ARGS+= --enable-xim .endif # WITHOUT_XIM # # enable Xterm style scrollbar .if defined(WITH_XTERM_SCROLLBAR) CONFIGURE_ARGS+= --enable-xterm-scroll .endif # WITH_XTERM_SCROLLBAR # # enable line-spacing .if defined(WITH_LINESPACE) CONFIGURE_ARGS+= --enable-linespace .endif # WITH_LINESPACE CONFIGURE_ENV+= LIBS="-lutil" pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "You may use the following build options:" @${ECHO_MSG} @${ECHO_MSG} "WITHOUT_BACKSPACE_KEY=yes disable handling of the backspace key" @${ECHO_MSG} "WITHOUT_DELETE_KEY=yes disable handling of the delete key" @${ECHO_MSG} "WITHOUT_XIM=yes disable support for XIM (X Input Method) protocol" @${ECHO_MSG} "WITH_XGETDEFAULT=yes make resources checking via XGetDefault()" @${ECHO_MSG} "WITH_GRAPHICS=yes enable rxvt own graphics mode" @${ECHO_MSG} "WITH_GREEK_KEYBOARD=yes add support for greek keyboard" @${ECHO_MSG} "WITH_LINESPACE=yes add support for line-spacing" @${ECHO_MSG} "WITH_MENUBAR=yes add support for rxvt menu bar system" @${ECHO_MSG} "WITH_MOUSEWHEEL=yes add support for scrolling via mouse wheel" @${ECHO_MSG} " or buttons 4 & 5" @${ECHO_MSG} "WITH_SMART_RESIZE=yes enable smart growth/shrink behaviour" @${ECHO_MSG} "WITH_NEXT_SCROLLBAR=yes add support for a NeXT-like scrollbar" @${ECHO_MSG} "WITH_RXVT_SCROLLBAR=yes add support for the original rxvt scrollbar" @${ECHO_MSG} "WITH_XTERM_SCROLLBAR=yes add support for an Xterm-like scrollbar" @${ECHO_MSG} .ifndef(WITH_ENCODING) @${ECHO_MSG} "==> You can specify an alternate encoding by setting the WITH_ENCODING variable" @${ECHO_MSG} '==> Options are: "eucj" EUC Japanese encoding; "sjis" Shift JIS encoding;' @${ECHO_MSG} '==> "big5" BIG5 encoding; "gb" GB encoding; "kr" EUC Korean encoding' @${ECHO_MSG} '==> "noenc" for no encoding (useful if you are experiencing encoding problems)' @${ECHO_MSG} '==> For example, "WITH_ENCODING=gb" for GB encoding' @${ECHO_MSG} .endif post-patch: @${PERL} -pi -e 's|(PTYCHAR2\s+"[^"]+)"|\1ghijklmnopqrstuv"|' \ ${WRKSRC}/src/ptytty.c post-install: @${CHMOD} 4711 ${PREFIX}/bin/rxvt .include Property changes on: head/x11/rxvt-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.84 \ No newline at end of property +1.85 \ No newline at end of property Index: head/x11/temperature.app/Makefile =================================================================== --- head/x11/temperature.app/Makefile (revision 209810) +++ head/x11/temperature.app/Makefile (revision 209811) @@ -1,30 +1,29 @@ # New ports collection makefile for: Temperature.app # Date created: 06 May 2001 # Whom: Per Otterstr=F6m # # $FreeBSD$ # PORTNAME= temperature.app PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 windowmaker MASTER_SITES= http://www.fukt.bth.se/~per/temperature/ DISTNAME= Temperature.app-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A dockable WindowMaker applet which displays the local temperature RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -USE_XPM= yes -USE_X_PREFIX= yes +USE_XORG= x11 xpm do-install: @${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${PREFIX}/bin .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/x11/temperature.app/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/x11/trayer/Makefile =================================================================== --- head/x11/trayer/Makefile (revision 209810) +++ head/x11/trayer/Makefile (revision 209811) @@ -1,45 +1,44 @@ # New ports collection makefile for: trayer # Date created: Aug 21, 2006 # Whom: Alexey Mikhailov # # $FreeBSD$ # PORTNAME= trayer PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/t/trayer DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight GTK2-based systray for UNIX desktop USE_GNOME= gtk20 glib20 pango atk USE_ICONV= yes -USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ARGS= "PREFIX=${X11BASE}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .if !defined(NOPORTDOCS) PORTDOCS= README CREDITS CHANGELOG .endif PLIST_FILES= bin/trayer post-patch: @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ ${WRKSRC}/Makefile.common post-install: ${MKDIR} ${DOCSDIR} .if !defined(NOPORTDOCS) .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/x11/trayer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/x11/vdesk/Makefile =================================================================== --- head/x11/vdesk/Makefile (revision 209810) +++ head/x11/vdesk/Makefile (revision 209811) @@ -1,41 +1,41 @@ # New ports collection makefile for: vdesk # Date created: 2002-05-13 # Whom: trevor # # $FreeBSD$ # PORTNAME= vdesk PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://offog.org/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Command-line utility for setting up and using virtual desktops DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README PLIST_DIRS= share/doc/vdesk PLIST_FILES= bin/vdesk .if !defined(NOPORTDOCS) .for ii in ${DOCS} PLIST_FILES+= share/doc/vdesk/${ii} .endfor .endif -USE_X_PREFIX= yes USE_AUTOTOOLS= autoconf:261 +USE_XORG= x11 post-extract: # Avoid having to read this lengthy file. ${RM} ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vdesk ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for ii in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR} .endfor .endif .include Property changes on: head/x11/vdesk/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/x11/wmappl/Makefile =================================================================== --- head/x11/wmappl/Makefile (revision 209810) +++ head/x11/wmappl/Makefile (revision 209811) @@ -1,67 +1,66 @@ # New ports collection makefile for: wmappl # Date created: 3 March 2002 # Whom: od # # $FreeBSD$ # PORTNAME= wmappl PORTVERSION= 0.6 PORTREVISION= 2 CATEGORIES= x11 windowmaker MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:main/} MASTER_SITE_SUBDIR=${PORTNAME}/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main .ifndef(NOICONS) PATCH_SITES= http://www.upl.cs.wisc.edu/~charkins/wmappl/ PATCHFILES= 16x16xpms.tar.gz icons_16x16.tar.gz smallicons.tar.gz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif MAINTAINER= ports@FreeBSD.org COMMENT= An application launcher dockapp similar to wmbutton -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm MAKE_ENV= DATADIR="${DATADIR}" \ CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" .ifndef(NOICONS) PLIST_SUB= ICONS="" .else PLIST_SUB= ICONS="@comment " .endif .ifndef(NOICONS) post-extract: @${ECHO_MSG} "===> Extracting icons ..." .for icons in ${PATCHFILES} @${ECHO_MSG} "===> ${icons} ..." @${TAR} -C ${WRKSRC}/icons -xzf ${DISTDIR}/${icons} .endfor @${MV} ${WRKSRC}/icons/smallicons/* ${WRKSRC}/icons .endif do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmappl ${PREFIX}/bin post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/sample.wmapplrc ${EXAMPLESDIR} .ifndef(NOICONS) @${ECHO_CMD} "" @${ECHO_CMD} "===> Installing icons to ${DATADIR} directory" @${MKDIR} ${DATADIR} @(cd ${WRKSRC}/icons; ${INSTALL_DATA} *.xpm ${DATADIR}) .endif .ifndef(NOPORTDOCS) @${ECHO_CMD} "===> Installing README as ${DOCSDIR}/README" @${ECHO_CMD} "===> Please read for configuration information" @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif @${SED} -E 's|%%EXAMPLESDIR%%|${EXAMPLESDIR}|' ${PKGMESSAGE} .include Property changes on: head/x11/wmappl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/x11/wmblob/Makefile =================================================================== --- head/x11/wmblob/Makefile (revision 209810) +++ head/x11/wmblob/Makefile (revision 209811) @@ -1,30 +1,29 @@ # New ports collection makefile for: wmblob # Date created: Thu Feb 6 12:24:23 MSK 2003 # Whom: Denis Shaposhnikov # # $FreeBSD$ # PORTNAME= wmblob PORTVERSION= 1.0.3 PORTREVISION= 3 CATEGORIES= x11 windowmaker MASTER_SITES= http://dockapps.org/files/155/541/ MAINTAINER= ports@FreeBSD.org COMMENT= Showing moving blobs -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_BZIP2= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes MAN1= wmblob.1 PLIST_FILES= bin/wmblob do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/wmblob ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/doc/wmblob.1 ${MANPREFIX}/man/man1 .include Property changes on: head/x11/wmblob/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/x11/wmbutton/Makefile =================================================================== --- head/x11/wmbutton/Makefile (revision 209810) +++ head/x11/wmbutton/Makefile (revision 209811) @@ -1,38 +1,37 @@ # New ports collection makefile for: wmbutton # Date created: 10 Apr 1999 # Whom: Jim Mock # # $FreeBSD$ # PORTNAME= wmbutton PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 windowmaker MASTER_SITES= http://greek0.net/~greek0/wmbutton/ MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp that displays 9 buttons to run apps of your choice -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm SUB_FILES= pkg-message do-build: cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} \ -I${X11BASE}/include/X11 -I${X11BASE}/include \ wmb_libs.c wmbutton.c -o wmbutton \ -L${X11BASE}/lib -lXpm -lXext -lX11 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmbutton ${PREFIX}/bin/wmbutton @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/.wmbutton ${EXAMPLESDIR}/dot.wmbutton .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/x11/wmbutton/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/x11/wmcliphist/Makefile =================================================================== --- head/x11/wmcliphist/Makefile (revision 209810) +++ head/x11/wmcliphist/Makefile (revision 209811) @@ -1,33 +1,32 @@ # New ports collection makefile for: wmcliphist # Date created: Thu Jul 5 14:43:55 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= wmcliphist PORTVERSION= 0.6 PORTREVISION= 2 CATEGORIES= x11 windowmaker MASTER_SITES= http://linux.nawebu.cz/wmcliphist/ MAINTAINER= ports@FreeBSD.org COMMENT= Clipboard history management dockapp for Window Maker -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_GNOME= gtk12 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/.wmcliphistrc ${EXAMPLESDIR} .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif #NOPORTDOCS post-install: @${SED} 's|%%EXAMPLESDIR%%|${EXAMPLESDIR}|' ${PKGMESSAGE} .include Property changes on: head/x11/wmcliphist/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/x11/wmdrawer/Makefile =================================================================== --- head/x11/wmdrawer/Makefile (revision 209810) +++ head/x11/wmdrawer/Makefile (revision 209811) @@ -1,47 +1,46 @@ # ex:ts=8 # Ports collection makefile for: wmDrawer # Date created: Apr 6, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= wmdrawer PORTVERSION= 0.10.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 windowmaker MASTER_SITES= http://people.easter-eggs.org/~valos/wmdrawer/:tarball \ http://wikitest.freebsd.org/wiki/common/:pixmap DISTNAME= ${PORTNAME}-${PORTVERSION} DISTFILES= ${EXTRACT_ONLY}:tarball \ logo-beastie.png:pixmap EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp which provides a drawer to launch applications -USE_X_PREFIX= yes USE_GNOME= gdkpixbuf USE_GMAKE= yes CONFIGURE_ENV+= DOCSDIR=${DOCSDIR} MAKE_ENV+= ${CONFIGURE_ENV} SUB_FILES+= pkg-message MANCOMPRESSED= yes MAN1= wmdrawer.1x post-patch: @${REINPLACE_CMD} -e "s,%%DATADIR%%,${DATADIR},g" ${WRKSRC}/wmdrawerrc.example @${REINPLACE_CMD} -e "s,CFLAGS = -O3,CFLAGS +=,g; \ s,LDFLAGS =,LDFLAGS+=,g; s,PREFIX =,#PREFIX =,g; \ s,$$[(]DESTDIR[)]/usr/local,${PREFIX},g; \ s,CC =,#CC =,g; \ s,/usr/X11R6,${X11BASE},g" ${WRKSRC}/Makefile post-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${DISTDIR}/logo-beastie.png ${DATADIR}/beastie.png @${CAT} ${PKGMESSAGE} .include Property changes on: head/x11/wmdrawer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/x11/wmfstatus/Makefile =================================================================== --- head/x11/wmfstatus/Makefile (revision 209810) +++ head/x11/wmfstatus/Makefile (revision 209811) @@ -1,23 +1,22 @@ # New ports collection makefile for: wmfstatus # Date created: 26 December 2001 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= wmfstatus PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.finik.net/files/ MAINTAINER= ports@FreeBSD.org COMMENT= General purpose LCD display for the WindowMaker dock WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm PLIST_FILES= bin/wmfstatus .include Property changes on: head/x11/wmfstatus/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/x11/wmmatrix/Makefile =================================================================== --- head/x11/wmmatrix/Makefile (revision 209810) +++ head/x11/wmmatrix/Makefile (revision 209811) @@ -1,28 +1,27 @@ # New ports collection makefile for: wmMatrix # Date created: 13 October 1999 # Whom: Brian Handy # # $FreeBSD$ # PORTNAME= wmmatrix PORTVERSION= 0.2 PORTREVISION= 2 CATEGORIES= x11 windowmaker MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \ http://ia300205.us.archive.org/0/items/tucows_10414_WMMatrix/ DISTNAME= wmMatrix-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A DockApp that runs a version of the xmatrix screenhack PLIST_FILES= bin/wmmatrix USE_GMAKE= yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm ALL_TARGET= clean all do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${PREFIX}/bin/wmmatrix .include Property changes on: head/x11/wmmatrix/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/x11/wmoldmenu2new/Makefile =================================================================== --- head/x11/wmoldmenu2new/Makefile (revision 209810) +++ head/x11/wmoldmenu2new/Makefile (revision 209811) @@ -1,30 +1,30 @@ # New ports collection makefile for: wm-oldmenu2new # Date created: 6 September 2002 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= wmoldmenu2new PORTVERSION= 20020609 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://largo.windowmaker.org/files/ DISTNAME= wm-oldmenu2new EXTRACT_SUFX= .gz MAINTAINER= ports@FreeBSD.org COMMENT= Script to convert WindowMaker RootMenu menus to new PropList format -USE_X_PREFIX= yes +USE_XORG= x11 NO_BUILD= yes NO_WRKSUBDIR= yes EXTRACT_AFTER_ARGS= > ${PORTNAME} NOMAN= # defined PLIST_FILES= bin/wmoldmenu2new do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin .include Property changes on: head/x11/wmoldmenu2new/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/x11/wmxss/Makefile =================================================================== --- head/x11/wmxss/Makefile (revision 209810) +++ head/x11/wmxss/Makefile (revision 209811) @@ -1,29 +1,29 @@ # New ports collection makefile for: wmxss # Date created: 27 August 2002 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= wmxss PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Run xscreensaver modules inside a WindowMaker dock +USE_XORG= x11 xpm PLIST_FILES= bin/wmxss -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/Src post-extract: @( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} -f .nfs* ) post-patch: @${REINPLACE_CMD} -E \ -e 's|-O2||' \ ${BUILD_WRKSRC}/${MAKEFILE} .include Property changes on: head/x11/wmxss/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/x11/wrapper/Makefile =================================================================== --- head/x11/wrapper/Makefile (revision 209810) +++ head/x11/wrapper/Makefile (revision 209811) @@ -1,37 +1,37 @@ # New ports collection makefile for: wrapper # Date created: 2000-09-18 # Whom: Trevor Johnson # # $FreeBSD$ # PORTNAME= wrapper PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 DISTNAME= # intentionally left blank EXTRACT_SUFX= # intentionally left blank MAINTAINER= ports@FreeBSD.org CONFLICTS= XFree86-3.3.6* NO_WRKSUBDIR= yes PLIST_FILES= bin/Xwrapper -USE_X_PREFIX= yes +USE_XORG= x11 .include XSERVER= -DXSERVER_PATH=\"${X11BASE}/bin/Xorg\" PKGNAMEPREFIX= xorg- COMMENT= Wrapper for X.org X11 server do-fetch: do-build: ${CC} ${CFLAGS} ${XSERVER} -o ${WRKSRC}/Xwrapper ${FILESDIR}/wrapper.c do-install: @${INSTALL_PROGRAM} ${WRKSRC}/Xwrapper ${PREFIX}/bin @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Property changes on: head/x11/wrapper/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/x11/xballoon/Makefile =================================================================== --- head/x11/xballoon/Makefile (revision 209810) +++ head/x11/xballoon/Makefile (revision 209811) @@ -1,33 +1,32 @@ # New ports collection makefile for: XBalloon # Date created: 3 March 1999 # Whom: Sakai Hiroaki # # $FreeBSD$ # PORTNAME= xballoon PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.saturn.dti.ne.jp/~hsakai/myfreesoft/ MAINTAINER= ports@FreeBSD.org COMMENT= Balloons move on root window -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm xmu xaw ALL_TARGET= xballoon MAN1= xballoon.1 PLIST_FILES= bin/xballoon post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|$${X11BASE}|g ; \ s|gcc |$${CC} |g ; \ s|-O |$${CFLAGS} |g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xballoon ${PREFIX}/bin/xballoon ${INSTALL_MAN} ${WRKSRC}/xballoon.man ${MANPREFIX}/man/man1/xballoon.1 .include Property changes on: head/x11/xballoon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11/xbanner/Makefile =================================================================== --- head/x11/xbanner/Makefile (revision 209810) +++ head/x11/xbanner/Makefile (revision 209811) @@ -1,39 +1,37 @@ # New ports collection makefile for: xbanner # Date created: 13 Jan 1999 # Whom: giffunip@asme.org # # $FreeBSD$ # PORTNAME= xbanner PORTVERSION= 1.31 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/xutils DISTNAME= XBanner${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Make your XDM login screen look beautiful -USE_X_PREFIX= yes -USE_XPM= yes -#USE_IMAKE= yes +USE_XORG= xpm x11 post-patch: @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ ${WRKSRC}/xres.c ${WRKSRC}/samples/XBanner.ad post-install: ${INSTALL_DATA} ${WRKSRC}/samples/XBanner.ad \ ${PREFIX}/lib/X11/app-defaults/XBanner .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/XBanner ${INSTALL_DATA} ${WRKSRC}/QuickStart ${PREFIX}/share/doc/XBanner ${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/XBanner @${MKDIR} ${PREFIX}/share/examples/XBanner ${INSTALL_DATA} ${WRKSRC}/samples/_other_ideas/* \ ${PREFIX}/share/examples/XBanner .endif .include Property changes on: head/x11/xbanner/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/x11/xlockmore/Makefile =================================================================== --- head/x11/xlockmore/Makefile (revision 209810) +++ head/x11/xlockmore/Makefile (revision 209811) @@ -1,147 +1,147 @@ # New ports collection makefile for: xlockmore # Date created: 9 November 1994 # Whom: smace # # $FreeBSD$ # PORTNAME= xlockmore PORTVERSION= 5.25 PORTREVISION= 3 CATEGORIES?= x11 MASTER_SITES= ftp://ibiblio.org/pub/Linux/X11/screensavers/ MAINTAINER?= ports@FreeBSD.org COMMENT= Like XLock session locker/screen saver, but just more USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gl --without-motif --without-sx \ --without-editres --without-dtsaver --without-rplay \ --without-nas --without-gtk --without-esound .if defined(MAKE_KERBEROS4) CONFIGURE_ARGS+=--enable-kerberos4 KRB4LIB= -lcom_err -lcrypto .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--enable-kerberos5 CFLAGS+= -I${KRB5_HOME}/include KRB5LIB= -L${KRB5_HOME}/lib .endif USE_GNOME= # -USE_XPM= yes +USE_XORG= x11 MAN1= xlock.1 PLIST_FILES= bin/xlock lib/X11/app-defaults/XLock OPTIONS=MESAGL "Enable Mesa 3D (for GL modes)" off \ MB "Enable Xmb function series" off \ SYSLOG "Enable syslog logging" off \ DISABLE_ALLOW_ROOT "Allows users to turn off allowroot" off \ NICE_ONLY "Enable only low cpu modes" off \ BLANK_ONLY "Enable blank mode only (boring)" off \ PAM "Enable PAM authentication support" off \ BAD_PAM "Xlock will ask PAM with root rights" off \ GTK2 "Build Gtk2 graphical shell" off \ XLOCK_GROUP "Allow xlock group to logout" off \ TIME_BOMB "Allow autologout" off \ CUSTOMIZATION "Allow tune through resource file" off .include .if ${ARCH} == amd64 .undef WITH_MESAGL .endif .if defined(WITH_MESAGL) CONFIGURE_ARGS+= --with-mesa MESALIB=${PTHREAD_LIBS} USE_GL= yes CFLAGS+= -I${LOCALBASE}/include/FTGL .else CONFIGURE_ARGS+= --without-mesa --without-opengl .endif .if defined(WITH_NICE_ONLY) CONFIGURE_ARGS+= --enable-nice-only .endif .if defined(WITH_BAD_PAM) CONFIGURE_ARGS+= --enable-bad-pam .endif .if defined(WITH_PAM) CONFIGURE_ARGS+= --enable-pam .if defined(WITH_XLOCK_GROUP) BROKEN= PAM and xlock group simultaneously breaks the build .endif .endif .if defined(WITH_NICE_ONLY) CONFIGURE_ARGS+= --enable-nice-only .endif .if defined(WITH_BLANK_ONLY) CONFIGURE_ARGS+= --enable-blank-only .endif .if defined(WITH_MB) CONFIGURE_ARGS+= --enable-use-mb .endif .if defined(XLOCKMORE_LANG) CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG} .endif .if defined(WITH_SYSLOG) CONFIGURE_ARGS+= --enable-syslog .endif .if defined(WITH_GTK2) CONFIGURE_ARGS+= --with-gtk2 USE_GNOME+= gtk20 PLIST_FILES+= bin/xglock share/xlock/xglockrc PLIST_DIRS+= share/xlock .else CONFIGURE_ARGS+= --without-gtk2 .endif .if defined(WITH_XLOCK_GROUP) CONFIGURE_ARGS+= --enable-xlock-group .if defined(WITH_PAM) BROKEN= PAM and xlock group simultaneously breaks the build .endif .endif .if defined(WITH_TIME_BOMB) CONFIGURE_ARGS+= --enable-bomb .else CONFIGURE_ARGS+= --disable-bomb .endif .if defined(WITH_CUSTOMIZATION) CONFIGURE_ARGS+= --enable-customization .endif CONFIGURE_ENV+= XLOCKLIBS="${KRB5LIB} ${KRB4LIB} ${MESALIB}" .if defined(WITH_DISABLE_ALLOW_ROOT) CONFIGURE_ARGS+= --disable-allow-root .endif .if defined(WITH_PAM) && !defined (WITH_BAD_PAM) pre-extract: @${ECHO} @${ECHO} "You have enabled PAM support. If you want to authenticate against" @${ECHO} "root only accessible PAM modules then define WITH_BAD_PAM=yes also." @${ECHO} "For example, pam_unix requires root rights to access shadow passwords." @${ECHO} .endif post-patch: @${REINPLACE_CMD} -e '/xglockrc/ s|PROGRAM|DATA|' ${WRKSRC}/xglock/Makefile.in post-configure: ${REINPLACE_CMD} -e 's/-lXdpms//g' ${WRKSRC}/modes/Makefile .include Property changes on: head/x11/xlockmore/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.111 \ No newline at end of property +1.112 \ No newline at end of property Index: head/x11/xmangekyou/Makefile =================================================================== --- head/x11/xmangekyou/Makefile (revision 209810) +++ head/x11/xmangekyou/Makefile (revision 209811) @@ -1,46 +1,45 @@ # New ports collection makefile for: XMangekyou # Date created: 30 October 1998 # Whom: Sakai Hiroaki # # $FreeBSD$ # PORTNAME= xmangekyou PORTVERSION= 2.0.1 PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://hp.vector.co.jp/authors/VA014157/myfreesoft/ \ ftp://ftp.vector.co.jp/pack/unix/art/anime/ MAINTAINER= ports@FreeBSD.org COMMENT= A kaleidoscope on X ALL_TARGET= xmangekyou -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xpm xaw MAN1= xmangekyou.1 MANCOMPRESSED= yes PORTDOCS= COPYRIGHT.euc HISTORY.euc README.euc PLIST_FILES= bin/xmangekyou lib/X11/XMangekyou/animation.dat PLIST_DIRS= lib/X11/XMangekyou post-patch: @${REINPLACE_CMD} -e 's|= /usr/X11R6|= $${PREFIX}|g ; \ s|gcc |$${CC} |g ; \ s|-O |$${CFLAGS} |g ; \ s|-I/usr/X11R6/|-I$${X11BASE}/|g ; \ s|-L/usr/X11R6/|-L$${X11BASE}/|g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmangekyou ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xmangekyou.1.gz ${MANPREFIX}/man/man1 @${MKDIR} ${PREFIX}/lib/X11/XMangekyou ${INSTALL_DATA} ${WRKSRC}/animation.dat ${PREFIX}/lib/X11/XMangekyou .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.euc ${DOCSDIR} .endif .include Property changes on: head/x11/xmangekyou/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11/xtermcontrol/Makefile =================================================================== --- head/x11/xtermcontrol/Makefile (revision 209810) +++ head/x11/xtermcontrol/Makefile (revision 209811) @@ -1,29 +1,28 @@ # New ports collection makefile for: xtermcontrol # Date created: 23.12.2004 # Whom: krion # # $FreeBSD$ # PORTNAME= xtermcontrol PORTVERSION= 2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.thrysoee.dk/xtermcontrol/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for dynamic control of xterm properties RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm -USE_X_PREFIX= yes USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" PLIST_FILES= bin/xtermcontrol MAN1= ${PORTNAME}.1 .include Property changes on: head/x11/xtermcontrol/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/x11/xtermset/Makefile =================================================================== --- head/x11/xtermset/Makefile (revision 209810) +++ head/x11/xtermset/Makefile (revision 209811) @@ -1,30 +1,29 @@ # New ports collection makefile for: xtermset # Date created: 21 August 1999 # Whom: Dominik Rothert # # $FreeBSD$ # PORTNAME= xtermset PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= clts MAINTAINER= ports@FreeBSD.org COMMENT= Dynamically change some settings of an xterm GNU_CONFIGURE= yes MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" USE_GMAKE= yes MAN1= xtermset.1 MAN5= terms.5 -USE_X_PREFIX= yes MANCOMPRESSED= no post-install: ${STRIP_CMD} ${PREFIX}/bin/xtermset .include Property changes on: head/x11/xtermset/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11/xtrlock/Makefile =================================================================== --- head/x11/xtrlock/Makefile (revision 209810) +++ head/x11/xtrlock/Makefile (revision 209811) @@ -1,27 +1,27 @@ # New ports collection makefile for: xtrlock # Date created: 18 May 2004 # Whom: Alexey Mikhailov # # $FreeBSD$ # PORTNAME= xtrlock PORTVERSION= 2.0.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/x/xtrlock/ DISTNAME= ${PORTNAME}_2.0-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= X Transparent Lock -USE_X_PREFIX= yes +USE_XORG= x11 WRKSRC= ${WRKDIR}/${PORTNAME}-2.0 MAKEFILE= ${FILESDIR}/Makefile MAN1= xtrlock.1 PLIST_FILES= bin/xtrlock .include Property changes on: head/x11/xtrlock/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/x11/xvattr/Makefile =================================================================== --- head/x11/xvattr/Makefile (revision 209810) +++ head/x11/xvattr/Makefile (revision 209811) @@ -1,26 +1,25 @@ # ex:ts=8 # Ports collection makefile for: xvattr # Date created: Jan 15, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= xvattr PORTVERSION= 1.3 PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Getting and setting Xv attributes -USE_X_PREFIX= yes USE_PERL5_BUILD= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= xvattr.1 .include Property changes on: head/x11/xvattr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/x11-clocks/gtubeclock/Makefile =================================================================== --- head/x11-clocks/gtubeclock/Makefile (revision 209810) +++ head/x11-clocks/gtubeclock/Makefile (revision 209811) @@ -1,21 +1,21 @@ # New ports collection makefile for: gtubeclock # Date created: 9 Jan 2005 # Whom: UMENO Takashi # # $FreeBSD$ # PORTNAME= gtubeclock PORTVERSION= 0.9.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-clocks MASTER_SITES= http://www.bonnyswan.com/gtubeclock/downloads/ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= A nixie tube clock for GNOME -USE_X_PREFIX= yes +USE_XORG= x11 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gtk20 libgnomeui .include Property changes on: head/x11-clocks/gtubeclock/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/x11-fm/asfiles/Makefile =================================================================== --- head/x11-fm/asfiles/Makefile (revision 209810) +++ head/x11-fm/asfiles/Makefile (revision 209811) @@ -1,34 +1,33 @@ # New ports collection makefile for: ASFiles # Date created: 17 August 1997 # Whom: lukin@okbmei.msk.su # # $FreeBSD$ # PORTNAME= asfiles PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm afterstep windowmaker MASTER_SITES= ${MASTER_SITE_AFTERSTEP} MASTER_SITE_SUBDIR= apps/ASFiles DISTNAME= ASFiles-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= X11 file manager. Dockable in WindowMaker LIB_DEPENDS= Dnd.1:${PORTSDIR}/x11/libdnd GNU_CONFIGURE= yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_PERL5_BUILD=yes MAN1= files.1 MAN3= regexp.3 post-install: ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/last-patch-aa ${INSTALL_DATA} ${WRKSRC}/src/Files.ad ${PREFIX}/lib/X11/app-defaults/ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL ${MV} ${WRKSRC}/src/Files.ad.orig ${WRKSRC}/src/Files.ad .include Property changes on: head/x11-fm/asfiles/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/x11-fm/dfm/Makefile =================================================================== --- head/x11-fm/dfm/Makefile (revision 209810) +++ head/x11-fm/dfm/Makefile (revision 209811) @@ -1,48 +1,47 @@ # New ports collection makefile for: dfm # Date created: 25 May 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= dfm PORTVERSION= 0.99.9 PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= http://www.kaisersite.de/dfm/ MAINTAINER= ports@FreeBSD.org COMMENT= OS/2 - like Desktop-File-Manager for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_GNOME= imlib GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-imlib-icons MAN1= dfm.1x MYPORTDOCS= ANNOUNCE BUGS COPYRIGHT CREDITS ChangeLog DOWNLOAD HELP.ERROR \ NO_WARRANTY README START TESTED TODO pre-patch: @${REINPLACE_CMD} -e \ 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure post-install: @${MKDIR} ${PREFIX}/share/examples/dfm ${INSTALL_DATA} ${WRKSRC}/dfmext-samples/dfmext_local ${PREFIX}/share/examples/dfm/dfmext.sample.local ${INSTALL_DATA} ${WRKSRC}/dfmext-samples/dfmext_normal ${PREFIX}/share/examples/dfm/dfmext.sample.normal ${INSTALL_DATA} ${WRKSRC}/dfmext-samples/dfmext_user ${PREFIX}/share/examples/dfm/dfmext.sample.user .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${MYPORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/x11-fm/dfm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/x11-fm/gnome-commander/Makefile =================================================================== --- head/x11-fm/gnome-commander/Makefile (revision 209810) +++ head/x11-fm/gnome-commander/Makefile (revision 209811) @@ -1,42 +1,41 @@ # New ports collection makefile for: gnomem-commander # Date created: 23 April 2002 # Whom: Edgardo Garcia Hoeffler # # $FreeBSD$ # PORTNAME= gnome-commander PORTVERSION= 1.0.1 PORTREVISION= 5 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-commander/1.0/ MAINTAINER= ports@FreeBSD.org COMMENT= File manager for Gnome .if defined(WITH_FAM) LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam .else CONFIGURE_ARGS= --without-fam .endif CONFLICTS= gnome-commander2-* -USE_X_PREFIX= yes USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack gnometarget gnomevfs gnomelibs gdkpixbuf GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" pre-everything:: .if !defined(WITH_FAM) @${ECHO} "" @${ECHO} " Define WITH_FAM to add support for the" @${ECHO} " 'file alteration monitor' fam" @${ECHO} "" .endif .include Property changes on: head/x11-fm/gnome-commander/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/x11-fm/mtoolsfm/Makefile =================================================================== --- head/x11-fm/mtoolsfm/Makefile (revision 209810) +++ head/x11-fm/mtoolsfm/Makefile (revision 209811) @@ -1,45 +1,44 @@ # New ports collection makefile for: MToolsFM # Date created: 12 Jan 2000 # Whom: Michael Vasilenko # # $FreeBSD$ # PORTNAME= mtoolsfm PORTVERSION= 1.9.3 PORTREVISION= 4 CATEGORIES= x11-fm MASTER_SITES= http://www.core-coutainville.org/MToolsFM/archive/SOURCES/ DISTNAME= MToolsFM-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= A graphical frontend to mtools RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-conffile="${PREFIX}/etc/mtoolsfm.conf" MAN1= mtoolsfm.1 post-patch: @${REINPLACE_CMD} -e 's|MToolsFM|mtoolsfm|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/MToolsFM.1 @${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} -e \ 's|MToolsFM|mtoolsfm|g' .for file in src/mtoolsfm.h po/de.po po/fr.po @${MV} -f ${WRKSRC}/${file} ${WRKSRC}/${file}.preedit @${CAT} ${WRKSRC}/${file}.preedit | \ ${TR} '\264' '\047' > ${WRKSRC}/${file} .endfor pre-build: @${LN} -sf ${WRKSRC}/MToolsFM.1 ${WRKSRC}/mtoolsfm.1 .include Property changes on: head/x11-fm/mtoolsfm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/x11-fm/workplace/Makefile =================================================================== --- head/x11-fm/workplace/Makefile (revision 209810) +++ head/x11-fm/workplace/Makefile (revision 209811) @@ -1,45 +1,44 @@ # New ports collection makefile for: workplace # Date created: 7 March 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= workplace PORTVERSION= 1.0.a3 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor PATCH_SITES= http://people.freebsd.org/~trevor/ports/ PATCHFILES= workplace-1.0.a3+tj1.diff.gz MAINTAINER= ports@FreeBSD.org COMMENT= File manager and launcher GNU_CONFIGURE= yes USE_GNOME= gtk12 -USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/glib12 \ -I${LOCALBASE}/include/gtk12" \ LIBS="-L${LOCALBASE}/lib" pre-configure: @ ${RM} ${WRKSRC}/config.cache do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/src/workplace ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/include/X11/pixmaps @ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps @ ${MKDIR} ${PREFIX}/share/doc/workplace .if !defined(NOPORTDOCS) .for file in AUTHORS INSTALL README TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/workplace .endfor .endif @ ${MKDIR} ${PREFIX}/share/examples/workplace @ ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/workplace .include Property changes on: head/x11-fm/workplace/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/x11-fonts/artwiz-fonts/Makefile =================================================================== --- head/x11-fonts/artwiz-fonts/Makefile (revision 209810) +++ head/x11-fonts/artwiz-fonts/Makefile (revision 209811) @@ -1,41 +1,40 @@ # New ports collection makefile for: artwiz-fonts # Date created: 25/08/2002 # Whom: Dominic Marks # # $FreeBSD$ # PORTNAME= artwiz-fonts PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= http://www.xs4all.nl/~hanb/software/fluxbox/ \ http://www.cus.org.uk/~dom/distfiles/artwiz-fonts/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A set of free fonts for X11 desktops NO_BUILD= yes USE_BZIP2= yes -USE_X_PREFIX= yes PKGMESSAGE= ${WRKDIR}/pkg-message WRKSRC= ${WRKDIR}/fluxbox-${PORTNAME} FONTS= anorexia aqui cure cursor drift edges gelly glisp-bold \ glisp lime mints-mild mints-strong nu snap FONTDIR= ${X11BASE}/lib/X11/fonts/${PORTNAME}/ FILES= ${FONTS:S,$,.pcf.gz,} ${FILESDIR}/fonts.dir .include do-install: @${MKDIR} ${FONTDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${FONTDIR} post-install: @${SED} 's|$${X11BASE}|${X11BASE}|g' \ ${PKGDIR}/pkg-message >${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include Property changes on: head/x11-fonts/artwiz-fonts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11-fonts/avifonts/Makefile =================================================================== --- head/x11-fonts/avifonts/Makefile (revision 209810) +++ head/x11-fonts/avifonts/Makefile (revision 209811) @@ -1,42 +1,41 @@ # New ports collection makefile for: AviSoft Font Family # Date created: 5 Dec 2005 # Whom: past@ebs.gr # # $FreeBSD$ # PORTNAME= avifonts PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://graphis.hellug.gr/packages/ DISTNAME= avifonts MAINTAINER= ports@FreeBSD.org COMMENT= AviFonts greek fonts collection BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig USE_BZIP2= yes -USE_X_PREFIX= yes NO_BUILD= yes FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} PLIST_SUB= FONTSDIR=${FONTSDIR:S|^${PREFIX}/||} SUB_FILES= pkg-message SUB_LIST= FONTSDIR=${FONTSDIR} do-install: ${MKDIR} ${FONTSDIR} ${INSTALL_DATA} ${WRKDIR}/avifonts-2005/avifonts/* ${FONTSDIR} post-install: @${ECHO_MSG} "===> Running fc-cache" -${X11BASE}/bin/fc-cache -f -v ${FONTSDIR} @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/x11-fonts/avifonts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/x11-fonts/freefont-ttf/Makefile =================================================================== --- head/x11-fonts/freefont-ttf/Makefile (revision 209810) +++ head/x11-fonts/freefont-ttf/Makefile (revision 209811) @@ -1,45 +1,44 @@ # Ports collection makefile for: freefont-ttf # Date created: 2005-12-17 # Whom: Andreas Kohn # # $FreeBSD$ # PORTNAME= freefont-ttf PORTVERSION= 20060126 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= freefont MAINTAINER= ports@FreeBSD.org COMMENT= Free UCS Outline Fonts NO_BUILD= yes -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/freefont-${PORTVERSION} SUB_FILES= pkg-message SUB_LIST= INSTALLDIR=${INSTALLDIR} PKGMESSAGE= ${WRKDIR}/pkg-message INSTALLDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} .endif ${MKDIR} ${INSTALLDIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${INSTALLDIR} # Use these pregenerated files instead of using mkfontscale and mkfontdir # to avoid xorg-clients dependency ${INSTALL_DATA} ${FILESDIR}/fonts.scale ${INSTALLDIR} ${INSTALL_DATA} ${FILESDIR}/fonts.dir ${INSTALLDIR} post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/x11-fonts/freefont-ttf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/x11-fonts/gfe/Makefile =================================================================== --- head/x11-fonts/gfe/Makefile (revision 209810) +++ head/x11-fonts/gfe/Makefile (revision 209811) @@ -1,23 +1,23 @@ # New ports collection makefile for: gfe # Date created: 26 December 2001 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= gfe PORTVERSION= 0.0.4 PORTREVISION= 4 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/fonts MAINTAINER= ports@FreeBSD.org COMMENT= GTK+-based .bdf font editor for X GNU_CONFIGURE= yes PLIST_FILES= bin/gfe USE_GNOME= gtk12 -USE_XPM= yes +USE_XORG= xpm .include Property changes on: head/x11-fonts/gfe/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/x11-fonts/mgopen/Makefile =================================================================== --- head/x11-fonts/mgopen/Makefile (revision 209810) +++ head/x11-fonts/mgopen/Makefile (revision 209811) @@ -1,41 +1,40 @@ # New ports collection makefile for: MgOpen Font Family # Date created: 16 May 2005 # Whom: past@ebs.gr # # $FreeBSD$ # PORTNAME= mgopen PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://www.ellak.gr/fonts/mgopen/files/ DISTNAME= MgOpen MAINTAINER= ports@FreeBSD.org COMMENT= MgOpen greek fonts collection BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig -USE_X_PREFIX= yes NO_BUILD= yes FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} PLIST_SUB= FONTSDIR=${FONTSDIR:S|^${PREFIX}/||} SUB_FILES= pkg-message SUB_LIST= FONTSDIR=${FONTSDIR} do-install: ${MKDIR} ${FONTSDIR} ${INSTALL_DATA} ${WRKDIR}/*.ttf ${FONTSDIR} post-install: @${ECHO_MSG} "===> Running fc-cache" -${X11BASE}/bin/fc-cache -f -v ${FONTSDIR} @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/x11-fonts/mgopen/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/x11-fonts/terminus-font/Makefile =================================================================== --- head/x11-fonts/terminus-font/Makefile (revision 209810) +++ head/x11-fonts/terminus-font/Makefile (revision 209811) @@ -1,41 +1,40 @@ # New ports collection makefile for: terminus-font # Date Created: 04 Nov 2002 # Whom: Michael Hsin # # $FreeBSD$ # PORTNAME= terminus-font PORTVERSION= 4.20 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-fonts MASTER_SITES= http://www.is-vn.bg/hamster/ MAINTAINER= vlad@vlad.uz.ua COMMENT= Terminus Font - a clean fixed width font BUILD_DEPENDS= mkitalic:${PORTSDIR}/x11-fonts/mkbold-mkitalic \ bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir USE_PERL5= yes -USE_X_PREFIX= yes ALL_TARGET= pcf SHAREMODE= 644 FONTDIR= lib/X11/fonts/${PORTNAME} PLIST_SUB+= FONTDIR=${FONTDIR} post-build: @${GZIP_CMD} ${WRKSRC}/*.pcf do-install: @${MKDIR} ${X11BASE}/${FONTDIR} @${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${X11BASE}/${FONTDIR} post-install: @cd ${X11BASE}/${FONTDIR}; mkfontdir @${CP} ${X11BASE}/${FONTDIR}/fonts.dir ${X11BASE}/${FONTDIR}/fonts.scale || true @command fc-cache -f -v ${X11BASE}/${FONTDIR} || true .include Property changes on: head/x11-fonts/terminus-font/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11-fonts/xmbdfed/Makefile =================================================================== --- head/x11-fonts/xmbdfed/Makefile (revision 209810) +++ head/x11-fonts/xmbdfed/Makefile (revision 209811) @@ -1,30 +1,29 @@ # New ports collection makefile for: xmbdfed # Date created: June 20, 1997 # Whom: jfieber # # $FreeBSD$ # PORTNAME= xmbdfed PORTVERSION= 4.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://crl.nmsu.edu/~mleisher/ DISTNAME= ${PORTNAME}-${PORTVERSION:R} PATCH_SITES= ${MASTER_SITES} PATCHFILES= ${DISTNAME}-patch1 MAINTAINER= ports@FreeBSD.org COMMENT= A Motif tool for editing X11 bitmap fonts LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_BZIP2= yes -USE_X_PREFIX= yes USE_MOTIF= yes MAN1= xmbdfed.1 PLIST_FILES= bin/xmbdfed .include Property changes on: head/x11-fonts/xmbdfed/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/x11-servers/driglide/Makefile =================================================================== --- head/x11-servers/driglide/Makefile (revision 209810) +++ head/x11-servers/driglide/Makefile (revision 209811) @@ -1,49 +1,49 @@ # New ports collection makefile for: glide3 # Date created: 31 Mar 2001 # Whom: Nick Sayer # # $FreeBSD$ # PORTNAME= driglide PORTVERSION= 0.9.1 PORTREVISION= 6 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= anholt/driglide/ MAINTAINER= ports@FreeBSD.org COMMENT= Libraries to support 3dfx Voodoo3/4/5/Banshee with the DRI -USE_XLIB= yes +USE_XORG= xxf86vm xxf86dga USE_BZIP2= yes USE_LDCONFIG= yes USE_AUTOTOOLS= automake:14 autoconf:261 libtool:15 AUTOMAKE_ARGS= -a USE_GMAKE= yes MAKE_ARGS= PREPROCESSOR=/usr/bin/cpp # Not yet ported to Alpha. ONLY_FOR_ARCHS= i386 # Glide DOES NOT work with CFLAGS greater than -O2 CFLAGS+= -O post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \ ${WRKSRC}/configure.in \ ${WRKSRC}/h3/glide3/src/Makefile.am \ ${WRKSRC}/h5/glide3/src/Makefile.am @${REINPLACE_CMD} -e \ 's|(float \*)pointers +=|pointers += sizeof(float *) *|' \ ${WRKSRC}/h3/glide3/src/gaa.c \ ${WRKSRC}/h3/glide3/src/gdraw.c \ ${WRKSRC}/h3/glide3/src/distrip.c \ ${WRKSRC}/h5/glide3/src/gaa.c \ ${WRKSRC}/h5/glide3/src/gdraw.c \ ${WRKSRC}/h5/glide3/src/distrip.c pre-configure: @cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal @${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4 .include Property changes on: head/x11-servers/driglide/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/x11-themes/sapphire-themes/Makefile =================================================================== --- head/x11-themes/sapphire-themes/Makefile (revision 209810) +++ head/x11-themes/sapphire-themes/Makefile (revision 209811) @@ -1,42 +1,41 @@ # New ports collection makefile for: sapphire-themes # Date created: 2000-09-04 # Whom: Trevor Johnson # # $FreeBSD$ # PORTNAME= sapphire-themes PORTVERSION= 1.1 PORTREVISION= 2 CATEGORIES= x11-themes x11-wm MASTER_SITES= http://jpj.net/~trevor/${PORTNAME}/ EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= Themes for sapphire RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli \ xloadimage:${PORTSDIR}/x11/xloadimage \ sapphire:${PORTSDIR}/x11-wm/sapphire REINPLACE_ARGS= -i '' -E -USE_X_PREFIX= yes NO_BUILD= yes NO_WRKSUBDIR= yes do-patch: ${REINPLACE_CMD} 's:~/\.:${X11BASE}/share/:g' \ ${WRKDIR}/menu/default \ ${WRKDIR}/themes/*.theme ${REINPLACE_CMD} 's:-15-:-12-:g' ${WRKDIR}/themes/*.theme do-install: ${MKDIR} ${X11BASE}/share/sapphire/themes/backgrounds/ ${INSTALL_DATA} ${WRKDIR}/themes/backgrounds/* \ ${X11BASE}/share/sapphire/themes/backgrounds/ ${INSTALL_DATA} ${WRKDIR}/themes/*.theme \ ${X11BASE}/share/sapphire/themes/ ${INSTALL_DATA} ${WRKDIR}/menu/default ${X11BASE}/share/sapphire/menu/ .include Property changes on: head/x11-themes/sapphire-themes/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/x11-toolkits/9libs/Makefile =================================================================== --- head/x11-toolkits/9libs/Makefile (revision 209810) +++ head/x11-toolkits/9libs/Makefile (revision 209811) @@ -1,31 +1,31 @@ # New ports collection makefile for: 9libs # Date created: 15 February 2003 # Whom: gagnon__s@videotron.ca # # $FreeBSD$ # PORTNAME= 9libs PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits plan9 MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Plan9 compatibility libraries -USE_XLIB= yes +USE_XORG= x11 xt ice GNU_CONFIGURE= yes CONFIGURE_ARGS+=--includedir=${PREFIX}/include/9libs MAN3= add.3 balloc.3 bitblt.3 cachechars.3 event.3 frame.3 graphics.3 rgbpix.3 rune.3 MAN4= font.4 keyboard.4 utf.4 MAN6= bitmap.6 regexp.6 .include .if ${ARCH} == "alpha" || ${ARCH} == "amd64" BROKEN= Does not compile on alpha or amd64 .endif .include Property changes on: head/x11-toolkits/9libs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11-toolkits/XawPlus/Makefile =================================================================== --- head/x11-toolkits/XawPlus/Makefile (revision 209810) +++ head/x11-toolkits/XawPlus/Makefile (revision 209811) @@ -1,47 +1,47 @@ # New ports collection makefile for: XawPlus # Date created: 30 January 2003 # Whom: DNPM # # $FreeBSD$ # PORTNAME= XawPlus PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://people.freenet.de/kra/XawPlus/ DISTNAME= ${PORTNAME:L}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A replacement for Xaw with a nicer 3-D look and some extensions +USE_XORG= x11 xaw WRKSRC= ${WRKDIR}/${PORTNAME} -USE_X_PREFIX= yes MAKE_ARGS= CC="${CC}" FLAGS="${CFLAGS} -fPIC -DHAS_WCHAR_H" \ INC_PATH="-I. -I${X11BASE}/include" LIB_PATH="-L${X11BASE}/lib" ALL_TARGET= lib USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's:so\.3\..:so.3:' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's:%%X11BASE%%:${X11BASE}:' ${WRKSRC}/test/Makefile do-install: @${MKDIR} ${PREFIX}/include/X11/XawPlus ${INSTALL_DATA} ${WRKSRC}/X11/XawPlus/*.h ${PREFIX}/include/X11/XawPlus ${INSTALL_DATA} ${WRKSRC}/libXawPlus.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/libXawPlus.so.3 ${PREFIX}/lib ${LN} -sf libXawPlus.so.3 ${PREFIX}/lib/libXawPlus.so .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/test/Makefile ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/test/*.c ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/test/*.xpm ${EXAMPLESDIR} .endif .include Property changes on: head/x11-toolkits/XawPlus/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/x11-toolkits/fl_editor/Makefile =================================================================== --- head/x11-toolkits/fl_editor/Makefile (revision 209810) +++ head/x11-toolkits/fl_editor/Makefile (revision 209811) @@ -1,71 +1,70 @@ # New ports collection makefile for: fl_editor # Date created: 17 August 2001 # Whom: Cyrille Lefevre # # $FreeBSD$ # PORTNAME= fl_editor PORTVERSION= 0.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= http://robertk.com/source/fl_editor/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Text Editor Widgets for the Fast Light ToolKit LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk -USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-shared --with-fltk=${LOCALBASE} USE_GMAKE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_SUB= INCSDIR="${INCSDIR:S,^${PREFIX}/,,}" \ LIBSDIR="${LIBSDIR:S,^${PREFIX}/,,}" REINPLACE_SUB= PREFIX=${PREFIX} INCSDIR= ${PREFIX}/include/FL LIBSDIR= ${PREFIX}/lib DOC_FILES= documentation/*.html documentation/*.jpg INC1_FILES= Fl_Editor.H Fl_FancyEditor.H Fl_FancyMultiEditor.H \ Fl_MultiEditor.H Fl_ProgressBox.H Fl_StatusPanel.H INC2_FILES= editengine.h editvars.h lists.h stringsup.h wstring.h LIB_FILES= libfleditor.so.1 post-patch: patch-inplace patch-inplace: @${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/Makefile.in post-install: symlink-inc symlink-lib install-doc symlink-inc: .for file in ${INC1_FILES} @${LN} -fs ${file} ${INCSDIR}/${file:R}.${file:E:L} .endfor .for file in ${INC2_FILES} @${LN} -fs ${file} ${INCSDIR}/${file:R}.${file:E:U} .endfor symlink-lib: .for file in ${LIB_FILES} @${LN} -fs ${file} ${LIBSDIR}/${file:R} .endfor install-doc: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/x11-toolkits/fl_editor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11-toolkits/flvw/Makefile =================================================================== --- head/x11-toolkits/flvw/Makefile (revision 209810) +++ head/x11-toolkits/flvw/Makefile (revision 209811) @@ -1,62 +1,61 @@ # New ports collection makefile for: flvw # Date created: 17 August 2001 # Whom: Cyrille Lefevre # # $FreeBSD$ # PORTNAME= flvw PORTVERSION= 20000224 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Virtual Widgets for the Fast Light ToolKit LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk WRKSRC= ${WRKDIR}/${PORTNAME}/1.0 -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_ARGS= DIRS=src PLIST_SUB= INCSDIR="${INCSDIR:S,^${PREFIX}/,,}" INCSDIR= ${PREFIX}/include/FL DOC_FILES= documentation/html/*.html INC_FILES= Flv_CStyle.H Flv_Data_Source.H Flv_List.H Flv_Style.H \ Flv_Table.H Flve_Check_Button.H Flve_Combo.H Flve_Input.H USE_LDCONFIG= yes .if ${MACHINE_ARCH:L} == "amd64" CFLAGS+= -fPIC .endif post-patch: ${REINPLACE_CMD} 's/^#define fl_inactive inactive//' \ ${WRKSRC}/FL/Flv_List.H ${REINPLACE_CMD} 's/\(friend\) \(Flv_Style_List\)/\1 class \2/' \ ${WRKSRC}/FL/Flv_Style.H post-install: symlink-inc install-doc symlink-inc: .for file in ${INC_FILES} @${LN} -fs ${file} ${INCSDIR}/${file:R}.${file:E:L} .endfor install-doc: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/x11-toolkits/flvw/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/x11-toolkits/gtkdatabox/Makefile =================================================================== --- head/x11-toolkits/gtkdatabox/Makefile (revision 209810) +++ head/x11-toolkits/gtkdatabox/Makefile (revision 209811) @@ -1,24 +1,23 @@ # ex:ts=8 # Ports collection makefile for: gtkdatabox # Date created: Mar 20, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= gtkdatabox PORTVERSION= 0.1.13.0 PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://www.eudoxos.de/gtk/gtkdatabox/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Display large amounts of numerical data fast and easy CONFLICTS= gtkdatabox2-* -USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes .include Property changes on: head/x11-toolkits/gtkdatabox/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11-toolkits/gtkextra/Makefile =================================================================== --- head/x11-toolkits/gtkextra/Makefile (revision 209810) +++ head/x11-toolkits/gtkextra/Makefile (revision 209811) @@ -1,27 +1,26 @@ # New ports collection makefile for: gtkextra # Date created: 17 August 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= gtkextra PORTVERSION= 0.99.17 PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://gtkextra.sourceforge.net/src/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= scigraphica DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A useful widget set complementary to GTK+ USE_AUTOTOOLS= libtool:15 -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 USE_GMAKE= yes USE_LDCONFIG= yes .include Property changes on: head/x11-toolkits/gtkextra/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/x11-toolkits/gtkextra2/Makefile =================================================================== --- head/x11-toolkits/gtkextra2/Makefile (revision 209810) +++ head/x11-toolkits/gtkextra2/Makefile (revision 209811) @@ -1,39 +1,38 @@ # New ports collection makefile for: gtkextra # Date created: 17 August 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= gtkextra PORTVERSION= 2.1.1 PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= scigraphica DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A useful widget set complementary to GTK+ 2.0 -USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gtk20 gnomehack USE_GMAKE= yes USE_LDCONFIG= yes LATEST_LINK= gtkextra2 DOCSDIR= ${PREFIX}/share/doc/gtkextra2 PORTDOCS= * post-install: .if !defined(NOPORTDOCS) . for d in reference tutorial cd ${WRKSRC}/docs && \ ${FIND} ${d} -type d ! -empty -exec ${MKDIR} "${DOCSDIR}/{}" \; && \ ${FIND} ${d} -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; . endfor .endif .include Property changes on: head/x11-toolkits/gtkextra2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/x11-toolkits/gtkglarea/Makefile =================================================================== --- head/x11-toolkits/gtkglarea/Makefile (revision 209810) +++ head/x11-toolkits/gtkglarea/Makefile (revision 209811) @@ -1,30 +1,29 @@ # New ports collection makefile for: gtkglarea # Date created: 1 August 1999 # Whom: Michael Sardo # # $FreeBSD$ # PORTNAME= gtkglarea PORTVERSION= 1.2.3 PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= An OpenGL widget for the GTK+ GUI toolkit WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_AUTOTOOLS= libtool:15 -USE_X_PREFIX= yes USE_GL= yes USE_GNOME= gnometarget gtk12 lthack GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -lstdc++ ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-lib-GL USE_LDCONFIG= yes .include Property changes on: head/x11-toolkits/gtkglarea/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/x11-toolkits/gtkglext/Makefile =================================================================== --- head/x11-toolkits/gtkglext/Makefile (revision 209810) +++ head/x11-toolkits/gtkglext/Makefile (revision 209811) @@ -1,27 +1,26 @@ # New ports collection makefile for: GtkGLExt # Date created: 6 November 2002 # Whom: Kimura Fuyuki # # $FreeBSD$ # PORTNAME= gtkglext PORTVERSION= 1.2.0 PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DIST_SUBDIR= gnome2 MAINTAINER= ports@FreeBSD.org COMMENT= An OpenGL extension to GTK USE_BZIP2= yes -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 USE_GL= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes .include Property changes on: head/x11-toolkits/gtkglext/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/x11-toolkits/gtkglextmm/Makefile =================================================================== --- head/x11-toolkits/gtkglextmm/Makefile (revision 209810) +++ head/x11-toolkits/gtkglextmm/Makefile (revision 209811) @@ -1,29 +1,28 @@ # New ports collection makefile for: gtkglextmm # Date created: 22 March 2003 # Whom: Kimura Fuyuki # # $FreeBSD$ # PORTNAME= gtkglextmm PORTVERSION= 1.2.0 PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkglext MAINTAINER= ports@FreeBSD.org COMMENT= C++ wrapper for GtkGLExt LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 USE_BZIP2= yes -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 USE_GCC= 3.4+ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes .include Property changes on: head/x11-toolkits/gtkglextmm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/x11-toolkits/inti/Makefile =================================================================== --- head/x11-toolkits/inti/Makefile (revision 209810) +++ head/x11-toolkits/inti/Makefile (revision 209811) @@ -1,55 +1,54 @@ # ex:ts=8 # Ports collection makefile for: intk # Date created: Mar 19, 2004 # Whom: ijliao # # $FreeBSD$ # $MCom: ports/x11-toolkits/inti/Makefile,v 1.3 2007/05/23 16:18:51 ahze Exp $ PORTNAME= inti PORTVERSION= 1.2 PORTREVISION= 9 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= inti MAINTAINER= ports@FreeBSD.org COMMENT= A set of C++ classes for developing GNOME and GTK+ applications USE_GNOME= glib20 gtk20 atk pango gnomehack gnomeprefix -USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" USE_LDCONFIG= yes .if !defined(NOPORTDOCS) PORTDOCS= * .endif .include post-patch: @${REINPLACE_CMD} -e 's|_gtk_window_get_group|gtk_window_get_group|' \ ${WRKSRC}/inti/gtk/window.cc post-configure: @${TOUCH} ${WRKSRC}/inti-config.h.in post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} @${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} @${FIND} ${EXAMPLESDIR} -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif @${FIND} ${PREFIX}/share/inti -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PREFIX}/share/inti -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .include Property changes on: head/x11-toolkits/inti/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/x11-toolkits/inti-gconf/Makefile =================================================================== --- head/x11-toolkits/inti-gconf/Makefile (revision 209810) +++ head/x11-toolkits/inti-gconf/Makefile (revision 209811) @@ -1,45 +1,44 @@ # ex:ts=8 # Ports collection makefile for: intk-gconf # Date created: Mar 19, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= inti-gconf PORTVERSION= 1.0.5 PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= inti MAINTAINER= ports@FreeBSD.org COMMENT= An Inti binding for GConf, the GNOME Configuration System LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti USE_GNOME= gconf2 gnomehack gnomeprefix -USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes .if !defined(NOPORTDOCS) PORTDOCS= * .endif post-configure: @${TOUCH} ${WRKSRC}/inti-gconf-config.h.in .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} @${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} @${FIND} ${EXAMPLESDIR} -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif .include Property changes on: head/x11-toolkits/inti-gconf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11-toolkits/inti-gl/Makefile =================================================================== --- head/x11-toolkits/inti-gl/Makefile (revision 209810) +++ head/x11-toolkits/inti-gl/Makefile (revision 209811) @@ -1,48 +1,47 @@ # ex:ts=8 # Ports collection makefile for: intk-gl # Date created: Mar 19, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= inti-gl PORTVERSION= 0.9 PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= inti MAINTAINER= ports@FreeBSD.org COMMENT= An Inti binding for GtkGLExt, the Open-GL extension to GTK+ LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti \ gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext USE_AUTOTOOLS= libtool:15 -USE_X_PREFIX= yes USE_GL= yes USE_GNOME= gnomehack gnomeprefix GNU_CONFIGURE= yes USE_LDCONFIG= yes .if !defined(NOPORTDOCS) PORTDOCS= * .endif post-configure: @${TOUCH} ${WRKSRC}/inti-gl-config.h.in .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} @${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} @${FIND} ${EXAMPLESDIR} -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif .include Property changes on: head/x11-toolkits/inti-gl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/x11-toolkits/inti-sourceview/Makefile =================================================================== --- head/x11-toolkits/inti-sourceview/Makefile (revision 209810) +++ head/x11-toolkits/inti-sourceview/Makefile (revision 209811) @@ -1,41 +1,40 @@ # ex:ts=8 # Ports collection makefile for: intk-sourceview # Date created: Mar 19, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= inti-sourceview PORTVERSION= 0.6 PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= inti MAINTAINER= ports@FreeBSD.org COMMENT= An Inti binding for GtkSourceView LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti USE_AUTOTOOLS= libtool:15 USE_GNOME= gtksourceview gnomehack gnomeprefix -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes USE_LDCONFIG= yes .if !defined(NOPORTDOCS) PORTDOCS= * .endif post-configure: @${TOUCH} ${WRKSRC}/inti-sourceview-config.h.in .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} .endif .include Property changes on: head/x11-toolkits/inti-sourceview/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/x11-toolkits/libgtkeditor/Makefile =================================================================== --- head/x11-toolkits/libgtkeditor/Makefile (revision 209810) +++ head/x11-toolkits/libgtkeditor/Makefile (revision 209811) @@ -1,58 +1,57 @@ # New ports collection makefile for: libgtkeditor # Date created: 25 September 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= libgtkeditor PORTVERSION= 0.1.8 PORTREVISION= 4 CATEGORIES= x11-toolkits editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/lib//} DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A source code editor widget for GTK+ LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode USE_AUTOTOOLS= automake:15:env autoconf:261:env libtool:15 -USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes USE_PERL5_BUILD=yes USE_LDCONFIG= yes CFLAGS+= -fPIC CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= ${MACHINE_ARCH}-portbld-freebsd${OSREL} pre-configure: .for file in install-sh mkinstalldirs @${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC}/${file} .endfor @${RM} ${WRKSRC}/config.guess ${WRKSRC}/config.sub @${TOUCH} ${WRKSRC}/config.sub # Crazy hacking to get around the fact that the tktext subdirectory # generates files ending in .lo that libtool 1.5.x is considerably # stricter on than libtool 1.3.x CRAZY_HACK_FILES= \ gtktextlayout.c gtktext.c gtktextdisplay.c gtktextbtree.c \ gtktextbuffer.c gtktexttag.c gtktextmark.c gtktexttypes.c \ gstring.c gbsearch.c gtktextchild.c gtktexttagtable.c \ gtktextiter.c gtktextsegment.c post-configure: .for file in ${CRAZY_HACK_FILES} @${LN} -sf tktext-port/${file} ${WRKSRC}/${file} .endfor @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/scanner.c pre-install: @${MKDIR} ${PREFIX}/include/tktext-port .include Property changes on: head/x11-toolkits/libgtkeditor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/x11-toolkits/libsexy/Makefile =================================================================== --- head/x11-toolkits/libsexy/Makefile (revision 209810) +++ head/x11-toolkits/libsexy/Makefile (revision 209811) @@ -1,27 +1,26 @@ # Ports collection makefile for: libsexy # Date created: 2005-11-06 # Whom: Andreas Kohn # # $FreeBSD$ # PORTNAME= libsexy PORTVERSION= 0.1.11 CATEGORIES= x11-toolkits devel MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://releases.chipx86.com/libsexy/libsexy/ MAINTAINER= ports@FreeBSD.org COMMENT= Extension widgets for GTK+ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant RUN_DEPENDS= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack lthack gtk20 libxml2 USE_LDCONFIG= yes -USE_XLIB= yes GNU_CONFIGURE= yes .include Property changes on: head/x11-toolkits/libsexy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11-toolkits/libsexymm/Makefile =================================================================== --- head/x11-toolkits/libsexymm/Makefile (revision 209810) +++ head/x11-toolkits/libsexymm/Makefile (revision 209811) @@ -1,27 +1,26 @@ # Ports collection makefile for: libsexymm # Date created: 2005-11-07 # Whom: Andreas Kohn # # $FreeBSD$ # PORTNAME= libsexymm PORTVERSION= 0.1.9 PORTREVISION= 1 CATEGORIES= x11-toolkits devel MASTER_SITES= http://releases.chipx86.com/libsexy/libsexymm/ MAINTAINER= ports@FreeBSD.org COMMENT= C++ bindings for libsexy LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ sexy:${PORTSDIR}/x11-toolkits/libsexy USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -USE_X_PREFIX= yes .include Property changes on: head/x11-toolkits/libsexymm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/x11-toolkits/pangoxsl/Makefile =================================================================== --- head/x11-toolkits/pangoxsl/Makefile (revision 209810) +++ head/x11-toolkits/pangoxsl/Makefile (revision 209811) @@ -1,28 +1,27 @@ # New ports collection makefile for: pangoxsl # Date created: 1 January 2005 # Whom: James Earl # # $FreeBSD$ # PORTNAME= pangoxsl PORTVERSION= 1.6.0.3 PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pangopdf MAINTAINER= ports@FreeBSD.org COMMENT= Implements Pango library with a PDF backend for PDF output -USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack pango USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include Property changes on: head/x11-toolkits/pangoxsl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11-toolkits/paragui/Makefile =================================================================== --- head/x11-toolkits/paragui/Makefile (revision 209810) +++ head/x11-toolkits/paragui/Makefile (revision 209811) @@ -1,52 +1,51 @@ # ex:ts=8 # New ports collection makefile for: paragui # Date Created: Mar 28, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= paragui PORTVERSION= 1.0.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform high-level application framework and GUI library LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \ expat.6:${PORTSDIR}/textproc/expat2 CONFLICTS= paragui-devel-[0-9]* -USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 USE_SDL= sdl image ttf CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" INSTALLS_SHLIB= yes SHLIB_VER= 4 PLIST_SUB= SHLIB_VER="${SHLIB_VER}" PORTSCOUT= limit:^1\.0\. .include post-extract: @${RM} -f ${WRKSRC}/src/physfs/platform.c post-patch: @${REINPLACE_CMD} -e 's|LT_CURRENT=.*$$|LT_CURRENT=${SHLIB_VER}|g ; \ s|`sdl-config |`\$$\{SDL_CONFIG\} |g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|[$][(]SDL_CFLAGS[)]|\$\(PARAGUI_CFLAGS\)|g ; \ s|lib/pkgconfig|libdata/pkgconfig|g ; \ s|-L[./]*../src|&/.libs |g ; \ s|-release $$(LT_RELEASE)||g' .include Property changes on: head/x11-toolkits/paragui/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/x11-toolkits/py-fltk/Makefile =================================================================== --- head/x11-toolkits/py-fltk/Makefile (revision 209810) +++ head/x11-toolkits/py-fltk/Makefile (revision 209811) @@ -1,54 +1,54 @@ # New ports collection makefile for: py-fltk # Date created: 6 Apr 2004 # Whom: Radim Kolar # # $FreeBSD$ # PORTNAME= fltk PORTVERSION= 1.1.2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= pyfltk PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyFltk-${PORTVERSION:S/.b/b/} MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to FLTK window toolkit LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes -USE_XLIB= yes +USE_XORG= x11 PYDISTUTILS_PKGNAME= pyFltk PYDISTUTILS_PKGVERSION= 1.1.2 MAKE_ENV+= FLTK_HOME=${LOCALBASE}/bin DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} XTRADOCS= CHANGES README TODO post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g;s|package_data.*},||g;s|sunos5|freebsd8|g' ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's|>mininum|>minimum|g;s|>maxinum|>maximum|g;s|int size_buffer|Py_ssize_t size_buffer|g' ${WRKSRC}/python/fltk_wrap.cpp post-build: ${REINPLACE_CMD} -e "s|\.\./docs|${DOCSDIR}/html|g" ${WRKSRC}/fltk/test/help.py do-install: @(cd ${INSTALL_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} install ${PYDISTUTILS_INSTALLARGS}) .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/fltk/docs/*.html ${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/fltk/docs/*.jpg ${DOCSDIR}/html ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/fltk/test/*.py ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/fltk/test/HelpDialog.html ${EXAMPLESDIR} .for i in ${XTRADOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/x11-toolkits/py-fltk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11-toolkits/py-fox/Makefile =================================================================== --- head/x11-toolkits/py-fox/Makefile (revision 209810) +++ head/x11-toolkits/py-fox/Makefile (revision 209811) @@ -1,49 +1,48 @@ # New ports collection makefile for: py-fox # Date created: 5 Apr 2004 # Whom: Radim Kolar # # $FreeBSD$ # PORTNAME= fox PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fxpy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= FXPy-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to FOX Graphics library LIB_DEPENDS= FOX-1.0:${PORTSDIR}/x11-toolkits/fox10 USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_XLIB= yes USE_GL= yes PYDISTUTILS_PKGNAME= FXPy WRKSRC= ${WRKDIR}/FXPy-${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} post-patch: ${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/setup.py do-install: @(cd ${INSTALL_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} install ${PYDISTUTILS_INSTALLARGS}) .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR} ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.xml ${EXAMPLESDIR} ${MKDIR} ${EXAMPLESDIR}/icons ${INSTALL_DATA} ${WRKSRC}/examples/icons/*.png ${EXAMPLESDIR}/icons .endif .include Property changes on: head/x11-toolkits/py-fox/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/x11-toolkits/ruby-gtk/Makefile =================================================================== --- head/x11-toolkits/ruby-gtk/Makefile (revision 209810) +++ head/x11-toolkits/ruby-gtk/Makefile (revision 209811) @@ -1,74 +1,74 @@ # New ports collection makefile for: ruby-gtk # Date created: 19 April 1999 # Whom: Yasuhiro Fukuma # # $FreeBSD$ # PORTNAME= gtk PORTVERSION= ${RUBY_GNOME_PORTVERSION} PORTREVISION= 3 CATEGORIES= x11-toolkits ruby MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_GNOME_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= Ruby binding for GTK+ USE_RUBY= yes USE_RUBY_EXTCONF= yes -USE_XLIB= yes +USE_XORG= x11 USE_GNOME= gtk12 RUBY_GNOME_VERSION= 0.34 #RUBY_GNOME_SNAPSHOTDATE= 20010224 .if defined(RUBY_GNOME_SNAPSHOTDATE) RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION}.${RUBY_GNOME_SNAPSHOTDATE} .else RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION} .endif RUBY_GNOME_MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} RUBY_GNOME_MASTER_SITE_SUBDIR= ruby-gnome RUBY_GNOME_DISTNAME= ruby-gnome-all-${RUBY_GNOME_VERSION} .if defined(RUBY_GNOME_SNAPSHOTDATE) RUBY_GNOME_WRKSRC= ${WRKDIR}/ruby-gnome-snapshot-${RUBY_GNOME_SNAPSHOTDATE} .else RUBY_GNOME_WRKSRC= ${WRKDIR}/${RUBY_GNOME_DISTNAME} .endif WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG} INSTALL_TARGET= site-install DOCS_EN= BUGS \ ChangeLog \ NEWS \ README \ README.EXT \ ToDo DOCS_JA= README.EXT.ja post-extract: ${FIND} ${WRKSRC} -name CVS -type d -print0 | ${XARGS} -0 ${RM} -rf ${MKDIR} ${WRKSRC}/sample/browser ${MV} ${WRKSRC}/doc/*.rb ${WRKSRC}/sample/browser/ post-install: ${INSTALL_DATA} ${WRKSRC}/lib/gtkcompat.rb ${RUBY_SITELIBDIR}/ .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR}/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif .include Property changes on: head/x11-toolkits/ruby-gtk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/x11-toolkits/scx/Makefile =================================================================== --- head/x11-toolkits/scx/Makefile (revision 209810) +++ head/x11-toolkits/scx/Makefile (revision 209811) @@ -1,36 +1,36 @@ # New ports collection makefile for: scx # Date created: 14 July 2004 # Whom: bkhl@elektrubadur.se # # $FreeBSD$ # PORTNAME= scx PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits scheme MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/packages/scx/ MAINTAINER= ports@FreeBSD.org COMMENT= A GUI library for scsh and Scheme 48 RUN_DEPENDS= ${LOCALBASE}/lib/scsh/scsh-install-pkg:${PORTSDIR}/devel/scsh-install-lib +USE_XORG= x11 xmu NO_BUILD= yes -USE_XLIB= yes USE_LDCONFIG= ${PREFIX}/lib/scsh/0.6/scx-0.2/lib/${MACHINE_ARCH}-portbld-freebsd${OSREL}/ DEPRECATED= Version branch long since retired EXPIRATION_DATE= 2007-10-28 PLIST_SUB= TARGET=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: ${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \ -e 's|echo aout|echo elf|g' \ ${WRKSRC}/configure do-install: (cd ${WRKSRC}; ${LOCALBASE}/lib/scsh/scsh-install-pkg --prefix=${PREFIX}/lib/scsh) .include Property changes on: head/x11-toolkits/scx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/x11-toolkits/v/Makefile =================================================================== --- head/x11-toolkits/v/Makefile (revision 209810) +++ head/x11-toolkits/v/Makefile (revision 209811) @@ -1,70 +1,70 @@ # New ports collection makefile for: v # Date created: 8 Feb 1998 # Whom: Donald Burr # # $FreeBSD$ # PORTNAME= v PORTVERSION= 1.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits devel graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= vgui DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}a-patch${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A C++ GUI development framework for X11 and Microsoft Windows WRKSRC= ${WRKDIR}/home/vgui -USE_X_PREFIX= YES +USE_XORG= x11 xt xmu xaw USE_GMAKE= YES MAKE_ENV= INSTALLDIR=${PREFIX} HOMEV=${WRKSRC} USE_DOS2UNIX= yes .include .if ${ARCH} == "alpha" BROKEN= compiler error in function fixup_memory_subreg .endif do-configure: ${CP} ${WRKSRC}/configs/ConfigX.mk ${WRKSRC}/Config.mk pre-build: ${MKDIR} ${WRKSRC}/obj/bsd ${WRKSRC}/objm/bsd ${WRKSRC}/lib/bsd ${WRKSRC}/bin/bsd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/viconedx ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/b2v ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/icondemox ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/protox ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/tutappx ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/vdrawx ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/vdrawexx ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/vgenx ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/vtestlibx ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/lib/libVx.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/lib/libVxgl.a ${PREFIX}/lib ${MKDIR} ${PREFIX}/include/v ${INSTALL_DATA} ${WRKSRC}/includex/v/*.h ${PREFIX}/include/v ${INSTALL_DATA} ${WRKSRC}/includex/v/*.cxx ${PREFIX}/include/v post-install: ${RANLIB} ${PREFIX}/lib/libVx.a ${RANLIB} ${PREFIX}/lib/libVxgl.a #.ifdef NOPORTDOCS # @${ECHO_MSG} "==> Extra documentation WILL NOT be installed." #.else # @${ECHO_MSG} "==> Installing extra docs under ${PREFIX}/share/doc/v..." ## ${MKDIR} ${PREFIX}/share/doc/v # ${CP} -R ${WRKSRC}/doc/* ${PREFIX}/share/doc/v # ${FIND} ${PREFIX}/share/doc/v -type d -exec ${CHMOD} 755 {} \; # ${FIND} ${PREFIX}/share/doc/v -type f -exec ${CHMOD} 644 {} \; # @${ECHO_MSG} "==> Extra docs installed. Note, you will need *tex to read 'em." #.endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/x11-toolkits/v/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/x11-toolkits/vdk/Makefile =================================================================== --- head/x11-toolkits/vdk/Makefile (revision 209810) +++ head/x11-toolkits/vdk/Makefile (revision 209811) @@ -1,53 +1,52 @@ # New ports collection makefile for: vdk # Date created: 30 January 2000 # Whom: Yukihiro Nakai # # $FreeBSD$ # PORTNAME= vdk PORTVERSION= 2.4.1 -PORTREVISION= 4 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= vdklib MAINTAINER= ports@FreeBSD.org COMMENT= C++ wrapper for GTK+ toolkit USE_AUTOTOOLS= libtool:15 -USE_X_PREFIX= yes USE_GNOME= gnomehack gnometarget gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-opt=no --enable-doc-html=no --enable-testvdk=no USE_LDCONFIG= yes MAN1= vdk-config-2.1 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -lgnuregex ${PTHREAD_LIBS} .include .if ${OSVERSION} > 502010 GNU_REGEX_H= gnu/regex.h .else GNU_REGEX_H= gnuregex.h .endif post-patch: @${REINPLACE_CMD} -e \ 's|CXXFLAGS="-s"|CXXFLAGS="$$CXXFLAGS"|g' ${WRKSRC}/configure .for file in vdk-config-2.in vdk-2.x.pc.in @${REINPLACE_CMD} -e 's|-lpthread|${LDFLAGS}|g' ${WRKSRC}/${file} .endfor .for file in vdk/FileDialog.h vdk/gtksourcebuffer.h vdk/gtksourcetag.h @${REINPLACE_CMD} -e 's||<${GNU_REGEX_H}>|g' ${WRKSRC}/${file} .endfor @${REINPLACE_CMD} -e \ 's|VDKComboEntry::||g' ${WRKSRC}/vdk/vdkcomboentry.h @${REINPLACE_CMD} -e \ 's|VDKFileChooser::||g' ${WRKSRC}/vdk/vdkfilechooser.h .include Property changes on: head/x11-toolkits/vdk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/x11-toolkits/wmapp/Makefile =================================================================== --- head/x11-toolkits/wmapp/Makefile (revision 209810) +++ head/x11-toolkits/wmapp/Makefile (revision 209811) @@ -1,46 +1,45 @@ # ex:ts=8 # Ports collection makefile for: wmapp # Date Created: Apr 3, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= wmapp PORTVERSION= 0.0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits windowmaker MASTER_SITES= http://www.princeton.edu/~kmccarty/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= A DockApp Graphics Library -USE_XLIB= yes -USE_X_PREFIX= yes +USE_XORG= x11 xpm USE_GMAKE= yes CFLAGS+= -I${X11BASE}/include ALL_TARGET= # empty PLIST_FILES= lib/libwmapp.a post-patch: @${REINPLACE_CMD} -e "s|export |#export |g" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/xwrapper.h do-install: @${MKDIR} ${PREFIX}/include/wmapp ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/wmapp @${FIND} ${PREFIX}/include/wmapp -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${ECHO_CMD} "@dirrm include/wmapp" >> ${TMPPLIST} ${INSTALL_DATA} ${WRKSRC}/libwmapp.a ${PREFIX}/lib .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in FAQ.txt README Widgets.txt ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor @${FIND} ${DOCSDIR} -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${ECHO_CMD} "@dirrm ${DOCSDIR:S,^${PREFIX}/,,}" >> ${TMPPLIST} .endif .include Property changes on: head/x11-toolkits/wmapp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11-toolkits/xbae/Makefile =================================================================== --- head/x11-toolkits/xbae/Makefile (revision 209810) +++ head/x11-toolkits/xbae/Makefile (revision 209811) @@ -1,30 +1,29 @@ # New ports collection makefile for: Xbae # Date created: 11 December 96 # Whom: Lars Koeller # With some # modifications from: Andreas Klemm # # $FreeBSD$ # PORTNAME= Xbae PORTVERSION= 4.50.97 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xbae DISTNAME= Xbae-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A Motif-based widget which displays a grid of cells as a spreadsheet USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes USE_MOTIF= yes -USE_X_PREFIX= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS=--enable-production MAN3= XbaeCaption.3 XbaeInput.3 XbaeMatrix.3 .include Property changes on: head/x11-toolkits/xbae/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/x11-toolkits/xclasses/Makefile =================================================================== --- head/x11-toolkits/xclasses/Makefile (revision 209810) +++ head/x11-toolkits/xclasses/Makefile (revision 209811) @@ -1,71 +1,70 @@ # New ports collection makefile for: xclasses # Date created: 2000-10-01 # Whom: trevor # # $FreeBSD$ # PORTNAME= xclasses PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xcmail DISTNAME= Xclasses-public-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= C++ layout library for X DEPRECATED= Version branch long since retired EXPIRATION_DATE= 2007-10-28 USE_LDCONFIG= yes NOT_FOR_ARCHS= alpha amd64 ia64 sparc64 PLIST= ${WRKDIR}/pkg-plist PLIST_SUB= VERSION="${PORTVERSION}" USE_GMAKE= yes USE_PERL5_BUILD=yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xpm WRKSRC= ${WRKDIR}/xclasses pre-configure: .for file in build System/ARules.FreeBSD @${PERL} -pi \ -e "s|%%CXX%%|${CXX}|g;" \ -e "s|%%CXXFLAGS%%|${CXXFLAGS}|g;" \ -e "s|%%X11BASE%%|${X11BASE}|g;" ${WRKSRC}/${file} .endfor ${REINPLACE_CMD} -e 's|\([:alnum:]\)\\$$|\1 \\|' ${WRKSRC}/Makefile do-build: @cd ${WRKSRC} && ${SH} build all pre-install: ${ECHO_CMD} bin/setenvxc > ${PLIST} .for ii in \ Ddraw XCprogram Xclasses Xclasses_class Xcolors Xdisplay Xshadow Xwindows anim \ appwindow autotextbox bordergroup button callable card checkbox choice \ colornamegroup config creater dirview dlist easy_dialog fbutton file_dialog \ fileinput fontgroup gadget gfx_arrow gfx_autotext gfx_checkbox gfx_command \ gfx_dir gfx_file gfx_knob gfx_locked gfx_object gfx_text gfx_xpm go_button \ go_selbutton gpopup graphic group html_gadget htmltextbox image indicator \ input keyclass lefttext listgroup listview menu message message_tools \ multilistview mxbutton mxgadget mxknob output popbutton popup rubbergroup \ ruler scroller selbutton selgadget selknob slider spacegroup text textbox \ tools treeview types visible xclock ${ECHO_CMD} include/Xclasses/${ii}.h >> ${PLIST} .endfor .for ii in .a .so .so.1 .so.%%VERSION%% ${ECHO_CMD} lib/libXclasses${ii} >> ${PLIST} .endfor ${ECHO_CMD} share/Xclasses/Xclasses >> ${PLIST} .for ii in share include ${ECHO_CMD} @dirrm ${ii}/Xclasses >> ${PLIST} .endfor do-install: @cd ${WRKSRC} && ${SH} build install @${INSTALL_SCRIPT} ${WRKSRC}/setenvxc ${PREFIX}/bin .include Property changes on: head/x11-toolkits/xclasses/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/x11-toolkits/xg/Makefile =================================================================== --- head/x11-toolkits/xg/Makefile (revision 209810) +++ head/x11-toolkits/xg/Makefile (revision 209811) @@ -1,41 +1,41 @@ # New ports collection makefile for: xg # Date created: 3 December 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= xg PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://messners.com/code/ \ http://www.messners.com/code/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Windows(tm) controls - like widget set for Motif(tm) WRKSRC= ${WRKDIR}/Xg-${PORTVERSION} -USE_X_PREFIX= yes +USE_XORG= x11 USE_MOTIF= yes MAKEFILE= makefile DEPRECATED= Project is dead, last release from 1998 EXPIRATION_DATE= 2007-10-28 do-install: ${INSTALL_DATA} ${WRKSRC}/src/libxg.a ${PREFIX}/lib @${MKDIR} ${PREFIX}/include/xg ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/xg @${MKDIR} ${PREFIX}/share/examples/xg ${INSTALL_DATA} ${WRKSRC}/testsrc/*.c ${PREFIX}/share/examples/xg ${INSTALL_DATA} ${WRKSRC}/testsrc/*.xpm ${PREFIX}/share/examples/xg ${INSTALL_DATA} ${WRKSRC}/testsrc/makefile ${PREFIX}/share/examples/xg/Makefile .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/xg ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/xg ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xg .endif .include Property changes on: head/x11-toolkits/xg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11-toolkits/xmhtml/Makefile =================================================================== --- head/x11-toolkits/xmhtml/Makefile (revision 209810) +++ head/x11-toolkits/xmhtml/Makefile (revision 209811) @@ -1,53 +1,52 @@ # New ports collection makefile for: xmhtml # Date created: 18 Feb 1999 # Whom: Peter Hawkins # # $FreeBSD$ # PORTNAME= XmHTML PORTVERSION= 1.1.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits www MASTER_SITES= ${MASTER_SITE_NETBSD} MAINTAINER= ports@FreeBSD.org COMMENT= A Motif widget set for displaying HTML 3.2 documents LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_AUTOTOOLS= libtool:15:env USE_MOTIF= yes -USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV= CC="${LIBTOOL} ${CC}" USE_LDCONFIG= yes EXMP_DIR= ${PREFIX}/share/examples/${PORTNAME} DOCS_DIR= ${PREFIX}/share/doc/${PORTNAME} do-configure: @${DO_NADA} post-build: ${RM} -rf ${WRKSRC}/examples/.libs ${WRKSRC}/examples/*.lo ${WRKSRC}/examples/*.o ${RM} -rf ${WRKSRC}/book/.libs ${WRKSRC}/book/*.lo ${WRKSRC}/book/*.o ${RM} -rf ${WRKSRC}/contrib/.libs ${WRKSRC}/contrib/*.lo ${WRKSRC}/contrib/*.o do-install: ${LIBTOOL} --mode=install ${INSTALL_DATA} \ ${WRKSRC}/lib/libXmHTML.la ${PREFIX}/lib @${MKDIR} ${PREFIX}/include/XmHTML ${INSTALL_DATA} ${WRKSRC}/include/XmHTML/*.h ${PREFIX}/include/XmHTML .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing examples into ${EXMP_DIR}" @${MKDIR} ${EXMP_DIR} ${TAR} -C ${WRKSRC} -cpf- book contrib examples | \ ${TAR} -C ${EXMP_DIR} -xpf- @${ECHO_MSG} "===> Installing docs into ${DOCS_DIR}" @${MKDIR} ${DOCS_DIR} ${TAR} -C ${WRKSRC}/html -cpf- . | ${TAR} -C ${DOCS_DIR} -xpf- .endif .include Property changes on: head/x11-toolkits/xmhtml/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/x11-wm/pwm/Makefile =================================================================== --- head/x11-wm/pwm/Makefile (revision 209810) +++ head/x11-wm/pwm/Makefile (revision 209811) @@ -1,47 +1,48 @@ # New ports collection makefile for: pwm # Date created: 02 Oct 2000 # Whom: Neil Blakey-Milner # # $FreeBSD$ # PORTNAME= pwm PORTVERSION= 2007.07.20 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://modeemi.fi/~tuomov/dl/ \ http://schot.a-eskwadraat.nl/files/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= schot@a-eskwadraat.nl COMMENT= A lightweight window manager with emphasis on usability -USE_XLIB= yes +USE_XORG= x11 USE_GMAKE= yes MAKE_ENV= X11_PREFIX="${X11BASE}" HAS_SYSTEM_ASPRINTF=1 MAN1= pwm.1x post-patch: @${REINPLACE_CMD} -e \ 's|^PREFIX=|PREFIX?=|g ; \ s|^X11_PREFIX=|X11_PREFIX?=|g ; \ s|^CC=|CC?=|g ; \ s|^CFLAGS=-g -O2|CFLAGS+=|g ; \ s|^LDFLAGS=-g|LDFLAGS=|g ; \ s|-pedantic-errors||g' ${WRKSRC}/system.mk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pwm ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pwm.1x ${MANPREFIX}/man/man1 @${MKDIR} ${PREFIX}/etc/pwm ${INSTALL_DATA} ${WRKSRC}/etc/pwm/*.conf ${PREFIX}/etc/pwm .if !exists(${PREFIX}/etc/pwm/pwm.conf) ${CP} ${PREFIX}/etc/pwm/sample.conf ${PREFIX}/etc/pwm/pwm.conf .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/config.txt ${DOCSDIR} .endif .include Property changes on: head/x11-wm/pwm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property