diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-06-09 23:33:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-06-09 23:33:28 +0800 |
commit | c829dec847f90199d0d7d44713c95d02395e6d35 (patch) | |
tree | 9e45cea72b2ff3ed81fca7dceb4f892eb1f7b13d | |
parent | b246222bf190a67c421dcb4a82dc5bd01a13f149 (diff) | |
download | freebsd-ports-graphics-c829dec847f90199d0d7d44713c95d02395e6d35.tar.gz freebsd-ports-graphics-c829dec847f90199d0d7d44713c95d02395e6d35.tar.zst freebsd-ports-graphics-c829dec847f90199d0d7d44713c95d02395e6d35.zip |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
240 files changed, 508 insertions, 320 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index a873b1042de..9540f400854 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -368,10 +368,9 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # new features: 'build', 'run', 'both', implying build, # runtime, and both build/run dependencies ## -# USE_IMAKE - If set, this port uses imake. Implies USE_X_PREFIX. +# USE_IMAKE - If set, this port uses imake. # XMKMF - Set to path of `xmkmf' if not in $PATH # Default: xmkmf -a -# USE_X_PREFIX - If set, this port installs in ${X11BASE}. Implies USE_XLIB. # USE_XLIB - If set, this port uses the X libraries. In the USE_LINUX # case the linux X libraries are referenced. # USE_DISPLAY - If set, this ports requires a (virtual) X11 environment @@ -552,8 +551,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # LINUXBASE - Where Linux ports install things. # Default: /compat/linux # PREFIX - Where *this* port installs its files. -# Default: ${X11BASE} if USE_X_PREFIX is set, -# ${LINUXBASE} if USE_LINUX_PREFIX is set, +# Default: ${LINUXBASE} if USE_LINUX_PREFIX is set, # otherwise ${LOCALBASE} # # IGNORE_PATH_CHECKS @@ -1396,18 +1394,7 @@ FILESDIR?= ${MASTERDIR}/files SCRIPTDIR?= ${MASTERDIR}/scripts PKGDIR?= ${MASTERDIR} -.if defined(USE_IMAKE) && !defined(USE_X_PREFIX) && !defined(USE_XORG) -USE_X_PREFIX= yes -.endif -.if defined(USE_X_PREFIX) && ${USE_X_PREFIX} == "no" -.undef USE_X_PREFIX -.endif -.if defined(USE_X_PREFIX) -USE_XLIB= yes -.endif -.if defined(USE_X_PREFIX) -PREFIX?= ${X11BASE} -.elif defined(USE_LINUX_PREFIX) +.if defined(USE_LINUX_PREFIX) PREFIX?= ${LINUXBASE} NO_MTREE= yes .else diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index 6029c319683..3ddf5db6e2d 100644 --- a/astro/xphoon/Makefile +++ b/astro/xphoon/Makefile @@ -7,16 +7,16 @@ PORTNAME= xphoon PORTVERSION= 2000.06.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= Set the root window to the moon in its current phase USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xphoon.1 PLIST_FILES= bin/xphoon diff --git a/audio/libworkman/Makefile b/audio/libworkman/Makefile index adac9e8f6d3..9cee93f7897 100644 --- a/audio/libworkman/Makefile +++ b/audio/libworkman/Makefile @@ -7,7 +7,7 @@ PORTNAME= libworkman PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jim diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index c498f5afcd7..1e7eeb6a4f2 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -7,7 +7,7 @@ PORTNAME= timidity++ PORTVERSION= 2.13.2 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES+= audio MASTER_SITES= SF MASTER_SITE_SUBDIR=timidity @@ -56,7 +56,7 @@ MAN5= timidity.cfg.5 CONFIGURE_ARGS+=--without-x --disable-spectrogram --disable-wrd --disable-dynamic .else CONFIGURE_ARGS+=--with-x --enable-spectrogram --enable-wrd --enable-dynamic -USE_XLIB= yes +USE_XORG= x11 xext LIB_DEPENDS+= png:${PORTSDIR}/graphics/png .endif diff --git a/audio/workman/Makefile b/audio/workman/Makefile index 5656e1021d9..2fa0de882da 100644 --- a/audio/workman/Makefile +++ b/audio/workman/Makefile @@ -7,7 +7,7 @@ PORTNAME= workman PORTVERSION= 1.3a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications/WorkMan @@ -20,6 +20,7 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/workman USE_IMAKE= yes +USE_XORG= x11 xext MAN1= workman.1 MAN5= workmandb.5 PLIST_FILES= bin/workman lib/help/workman.info diff --git a/audio/wsoundprefs/Makefile b/audio/wsoundprefs/Makefile index bce4e6fd838..00103205592 100644 --- a/audio/wsoundprefs/Makefile +++ b/audio/wsoundprefs/Makefile @@ -7,7 +7,7 @@ PORTNAME= wsoundprefs PORTVERSION= 1.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio windowmaker MASTER_SITES= ${MASTER_SITE_NETBSD} DISTNAME= WSoundPrefs-${PORTVERSION} @@ -21,6 +21,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker USE_IMAKE= yes +USE_XORG= x11 xext NO_INSTALL_MANPAGES=yes .include <bsd.port.mk> diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 8117705f02e..fc9f07f7401 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmcd PORTVERSION= 3.3.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/3.3.2/src/ @@ -20,6 +20,7 @@ RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= x11 xext xaw xmu xp xpm xt sm ice MAN1= cda.1 xmcd.1 MANCOMPRESSED= no PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH} diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile index 808e4c5420d..3211a4ba97d 100644 --- a/audio/xmix/Makefile +++ b/audio/xmix/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmix PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/mixers @@ -21,6 +21,7 @@ COMMENT= Mixer for X Window System USE_IMAKE= yes WRKSRC= ${WRKDIR}/xmix +USE_XORG= x11 xext xmu xaw xt sm ice MAN1= xmix.1 PLIST_FILES= bin/xmix lib/X11/app-defaults/XMix diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index f0788321ef1..10be67451f9 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmmix PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.ibiblio.org/tkan/download/xmmix/1.2.2/src/ @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/xmmix-1.2 USE_IMAKE= yes USE_MOTIF= yes +USE_XORG= x11 xext sm ice xt xp MAN1= xmmix.1 diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile index 80ee4d8ca3e..3fa580fb4da 100644 --- a/benchmarks/xengine/Makefile +++ b/benchmarks/xengine/Makefile @@ -7,7 +7,7 @@ PORTNAME= xengine PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks MASTER_SITES= http://www.kazu.kz/freebsd/ DISTFILES= part01.gz patch1.gz @@ -22,6 +22,7 @@ EXTRACT_DEPENDS= gunshar:${PORTSDIR}/archivers/sharutils DIST_SUBDIR= xengine NO_WRKSUBDIR= yes USE_IMAKE= yes +USE_XORG= x11 xext xaw xmu xt sm ice EXTRACT_CMD= gzcat EXTRACT_BEFORE_ARGS= #empty diff --git a/biology/njplot/Makefile b/biology/njplot/Makefile index fbf0921d2a0..a383a85050a 100644 --- a/biology/njplot/Makefile +++ b/biology/njplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= njplot PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/njplot/archive/ @@ -15,7 +16,7 @@ COMMENT= Phylogenetic tree drawing program capable of interactive manipulation .ifndef (WITHOUT_X11) BUILD_DEPENDS= ${LOCALBASE}/lib/ncbi/libvibrant.a:${PORTSDIR}/biology/ncbi-toolkit -USE_XLIB= yes +USE_XORG= x11 xt xmu xp USE_MOTIF= yes .endif diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index 40d7d256695..42dbae22194 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -7,7 +7,7 @@ PORTNAME= rasmol PORTVERSION= 2.7.2.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/ DISTNAME= RasMol_${PORTVERSION} @@ -18,6 +18,7 @@ COMMENT= Fast Molecular Visualization Program WRKSRC= ${WRKDIR}/RasMol_${PORTVERSION}/src USE_IMAKE= yes +USE_XORG= x11 xext xi MANCOMPRESSED= no XFREE86_HTML_MAN= no diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index e0a23bfdcd4..25b402ad459 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -8,7 +8,7 @@ PORTNAME= cxterm PORTVERSION= 5.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese x11 MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ \ http://www.525183.com/freebsd/cxterm/ \ @@ -30,6 +30,7 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ WRKSRC= ${WRKDIR}/cxterm-5.0 USE_IMAKE= yes +USE_XORG= x11 xext xpm xmu xaw xt sm ice PORTDOCS= CXTERM.FAQ input.doc diff --git a/comms/acfax/Makefile b/comms/acfax/Makefile index e4fb5a78cb8..64c53edea1c 100644 --- a/comms/acfax/Makefile +++ b/comms/acfax/Makefile @@ -7,7 +7,7 @@ PORTNAME= acfax PORTVERSION= 0.981011 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= ftp://ftp.funet.fi/pub/ham/unix/Linux/misc/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//} @@ -21,6 +21,7 @@ PLIST_FILES= bin/acfax WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 xext xmu xt sm ice post-extract: @${TOUCH} ${WRKSRC}/acfax.man diff --git a/comms/ibp/Makefile b/comms/ibp/Makefile index b1fcc94fa97..99adf30173e 100644 --- a/comms/ibp/Makefile +++ b/comms/ibp/Makefile @@ -7,7 +7,7 @@ PORTNAME= ibp PORTVERSION= 0.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ \ ${MASTER_SITE_LOCAL} @@ -17,8 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= db@FreeBSD.org COMMENT= A little program for monitoring amateur radio beacons -USE_XLIB= yes USE_IMAKE= yes +USE_XORG= x11 PLIST_FILES= bin/ibp MAN1= ibp.1 diff --git a/comms/kb/Makefile b/comms/kb/Makefile index 45d9cc75383..46e882fa778 100644 --- a/comms/kb/Makefile +++ b/comms/kb/Makefile @@ -6,7 +6,7 @@ PORTNAME= kb PORTVERSION= 8.04 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://www.db.net/downloads/ \ ${MASTER_SITE_LOCAL} @@ -16,7 +16,6 @@ DISTFILES= kb_src-${PORTVERSION}.tar.gz kb_inst-${PORTVERSION}.tar.gz MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio contest logger -USE_XLIB= yes USE_GNOME= libgnome gtk20 libbonobo NO_WRKSUBDIR= yes PKGMESSAGE= ${FILESDIR}/pkg_message diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 0da39b78358..fc04ac0336a 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -7,7 +7,7 @@ PORTNAME= seyon PORTVERSION= 2.14b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= ftp://sipb.mit.edu/pub/seyon/ DISTNAME= Seyon-${PORTVERSION} @@ -18,6 +18,7 @@ COMMENT= A communications package for the X Window system WRKSRC= ${WRKDIR}/seyon USE_IMAKE= yes +USE_XORG= x11 xext xpm xmu xaw xt sm ice MAN1= seyon.1 diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile index 81ecf5fb5b9..662bb956e93 100644 --- a/comms/viewfax/Makefile +++ b/comms/viewfax/Makefile @@ -7,6 +7,7 @@ PORTNAME= viewfax PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ftp://ftp.ping.de/pub/unix/ \ ftp://ftp.leo.org/historic/comp/os/unix/networking/mgetty/ @@ -15,6 +16,7 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= Display files containing g3 and/or g4 coded fax pages USE_IMAKE= yes +USE_XORG= x11 xext PLIST_FILES= bin/viewfax lib/viewfax.tif diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile index 00d5da79957..6fd967c8d47 100644 --- a/databases/libgda4/Makefile +++ b/databases/libgda4/Makefile @@ -8,7 +8,7 @@ PORTNAME= libgda4 PORTVERSION?= 4.0.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:R} @@ -29,7 +29,6 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes -USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack USE_LDCONFIG= yes diff --git a/deskutils/mrundlg/Makefile b/deskutils/mrundlg/Makefile index 7b3c2dacf2d..fa58c7f36cc 100644 --- a/deskutils/mrundlg/Makefile +++ b/deskutils/mrundlg/Makefile @@ -7,7 +7,7 @@ PORTNAME= mrundlg PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://matt.sixxgate.com/files/ @@ -17,6 +17,7 @@ COMMENT= An application / program launcher for Motif USE_MOTIF= yes USE_BZIP2= yes USE_IMAKE= yes +USE_XORG= x11 xmu xt MAN1= mrundlg.1 MANCOMPRESSED= yes diff --git a/deskutils/sliderule/Makefile b/deskutils/sliderule/Makefile index b4b32d91ad1..8b62ed162ae 100644 --- a/deskutils/sliderule/Makefile +++ b/deskutils/sliderule/Makefile @@ -7,7 +7,7 @@ PORTNAME= sliderule PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= joerg @@ -17,6 +17,7 @@ MAINTAINER= joerg@FreeBSD.org COMMENT= The part of X11R3's xcalc featuring a slide rule USE_IMAKE= yes +USE_XORG= x11 xext MAN1= sliderule.1 PLIST_FILES= bin/sliderule diff --git a/deskutils/xcalendar/Makefile b/deskutils/xcalendar/Makefile index 93711082cf3..afadd347afe 100644 --- a/deskutils/xcalendar/Makefile +++ b/deskutils/xcalendar/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcalendar PORTVERSION= 4.0.2008 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_PORTS_JP} DISTNAME= ${PORTNAME}-4.0+i18n @@ -18,6 +18,7 @@ COMMENT= A calendar with a notebook for X11 (internationalized version) WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt USE_GMAKE= yes MAKE_ENV= FILESDIR=${FILESDIR} ALL_TARGET= all XCal-uj.ad xcalendar-uj.hlp xcalendar-uj.man diff --git a/deskutils/xmaddressbook/Makefile b/deskutils/xmaddressbook/Makefile index 31dcf1a5a1c..a8b366b3dc1 100644 --- a/deskutils/xmaddressbook/Makefile +++ b/deskutils/xmaddressbook/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmaddressbook PORTVERSION= 1.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= office @@ -18,6 +18,7 @@ COMMENT= X11/Motif-based addressbook program USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xext xi xp xt oldx WRKSRC= ${WRKDIR}/xmaddressbook MAN1= xmaddressbook.1 diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile index 53d4747c956..efff342db07 100644 --- a/deskutils/xmdiary/Makefile +++ b/deskutils/xmdiary/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmdiary PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= office @@ -20,6 +20,7 @@ NO_CDROM= "Don't sell for profit" EXTRACT_ONLY= ${DISTNAME}.tar.gz USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= x11 xext xp xpm xt MAN1= xdaclunix.1 xdalarm.1 xdcustom.1 xddump.1 xdiary.1 xdinitdb.1 \ xdlight.1 xdnotify.1 xdprformat.1 xdremind.1 xdremove.1 \ xdrestore.1 diff --git a/deskutils/xpostit/Makefile b/deskutils/xpostit/Makefile index a3bbdd7666b..25973414764 100644 --- a/deskutils/xpostit/Makefile +++ b/deskutils/xpostit/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpostit PORTVERSION= 3.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= joerg@FreeBSD.org COMMENT= PostIt (R) messages onto your X11 screen USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt WRKSRC= ${WRKDIR}/xpostit MAN1= xpostit.1 diff --git a/deskutils/xpostitPlus/Makefile b/deskutils/xpostitPlus/Makefile index ed10c197116..0f4e48d204a 100644 --- a/deskutils/xpostitPlus/Makefile +++ b/deskutils/xpostitPlus/Makefile @@ -7,7 +7,7 @@ PORTNAME= XPostitPlus PORTVERSION= 2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= office @@ -16,6 +16,7 @@ MAINTAINER= ports2@dclg.ca COMMENT= PostIt (R) messages onto your X11 screen USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xpostit+.1 .include <bsd.port.mk> diff --git a/deskutils/xrolo/Makefile b/deskutils/xrolo/Makefile index 92936efd49b..467f9bb600a 100644 --- a/deskutils/xrolo/Makefile +++ b/deskutils/xrolo/Makefile @@ -7,7 +7,7 @@ PORTNAME= xrolo PORTVERSION= 2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ftp://ftp.uni-potsdam.de/pub/X11/open-look/ \ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ @@ -22,6 +22,7 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/xrolo USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xrolo.1 PLIST_FILES= bin/xrolo diff --git a/devel/xxgdb/Makefile b/devel/xxgdb/Makefile index cbc6b5d0d4f..b9233ad43f7 100644 --- a/devel/xxgdb/Makefile +++ b/devel/xxgdb/Makefile @@ -7,7 +7,7 @@ PORTNAME= xxgdb PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An X window interface for gdb USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt MAN1= xxgdb.1 .include <bsd.port.pre.mk> diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile index be72ca24da9..01f6436e4cb 100644 --- a/editors/asedit/Makefile +++ b/editors/asedit/Makefile @@ -8,7 +8,7 @@ PORTNAME= asedit PORTVERSION= 1.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors @@ -19,6 +19,7 @@ COMMENT= Text editor for X/Motif USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xext xmu xp xt XMKMF= xmkmf MAN1= asedit.1 diff --git a/editors/axe/Makefile b/editors/axe/Makefile index cf91e9aa527..56db120e302 100644 --- a/editors/axe/Makefile +++ b/editors/axe/Makefile @@ -7,7 +7,7 @@ PORTNAME= aXe PORTVERSION= 6.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors @@ -19,6 +19,7 @@ COMMENT= Simple to use text editor for X LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt ALL_TARGET= Xaw3d all MAN1= axe.1 axinfo.1 diff --git a/editors/richtext/Makefile b/editors/richtext/Makefile index 33b53d28ade..0f9f61388d1 100644 --- a/editors/richtext/Makefile +++ b/editors/richtext/Makefile @@ -8,7 +8,7 @@ PORTNAME= richtext PORTVERSION= 0.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X @@ -19,6 +19,7 @@ COMMENT= A simple RTF editor BUILD_DEPENDS= objc:${PORTSDIR}/lang/objc USE_IMAKE= yes +USE_XORG= ice sm x11 xext xt USE_MOTIF= yes PLIST_FILES= bin/rt diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index 839e252df31..e30e6dd1de7 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= textedit PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= fenner @@ -19,6 +19,7 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/textedit USE_IMAKE= yes +USE_XORG= x11 xext MAN1= textedit.1 PLIST_FILES= bin/textedit diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 005bfb0ea63..5207b8cf4d5 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -7,7 +7,7 @@ PORTNAME= x48 PORTVERSION= 0.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,6 +19,7 @@ MAINTAINER= danfe@FreeBSD.org COMMENT= An HP48 SX/GX calculator emulator USE_IMAKE= yes +USE_XORG= x11 xext NO_INSTALL_MANPAGES= yes .include <bsd.port.pre.mk> diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile index 9d472b63184..2a0d4132225 100644 --- a/finance/xinvest/Makefile +++ b/finance/xinvest/Makefile @@ -7,7 +7,7 @@ PORTNAME= xinvest PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance deskutils MASTER_SITES= http://xinvest.sunsite.dk/ @@ -16,6 +16,7 @@ COMMENT= A personal finance tracking and performance tool USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xext xp xpm xt NO_INSTALL_MANPAGES= yes post-install: diff --git a/ftp/ftptool/Makefile b/ftp/ftptool/Makefile index 713f3c10166..3a317b3e674 100644 --- a/ftp/ftptool/Makefile +++ b/ftp/ftptool/Makefile @@ -7,7 +7,7 @@ PORTNAME= ftptool PORTVERSION= 4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities @@ -20,6 +20,7 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview RUN_DEPENDS= ${LOCALBASE}/bin/textedit:${PORTSDIR}/editors/textedit USE_IMAKE= yes +USE_XORG= x11 xext MAKE_ARGS= CC=${CC} WRKSRC= ${WRKDIR}/Ftptool4.6 diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile index b5b2f5b36fe..a22ec0e8c53 100644 --- a/ftp/llnlxdir/Makefile +++ b/ftp/llnlxdir/Makefile @@ -7,7 +7,7 @@ PORTNAME= llnlxdir PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= ftp://ftp.llnl.gov/pub/ia/llnlxdir/ DISTNAME= latest_xdir @@ -17,10 +17,11 @@ MAINTAINER= beech@FreeBSD.org COMMENT= Motif FTP client with drag-and-drop file transfer PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir -MAN1= xdir.1 +MAN1= xdir.1 WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xext xp xt .include <bsd.port.mk> diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile index 57cc50c8ef9..b72ceb544b2 100644 --- a/ftp/llnlxftp/Makefile +++ b/ftp/llnlxftp/Makefile @@ -7,7 +7,7 @@ PORTNAME= llnlxftp PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= ftp://ftp.llnl.gov/pub/ia/llnlxftp/ DISTNAME= latest_xftp @@ -20,6 +20,7 @@ PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp WRKSRC= ${WRKDIR}/llnlxftp2.1/sources USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xext xp xt MAN1= xftp.1 diff --git a/games/3dc/Makefile b/games/3dc/Makefile index 37b5de4073d..e8c133cd26d 100644 --- a/games/3dc/Makefile +++ b/games/3dc/Makefile @@ -5,22 +5,22 @@ # $FreeBSD$ # -PORTNAME= 3dc -PORTVERSION= 0.8.1 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} +PORTNAME= 3dc +PORTVERSION= 0.8.1 +PORTREVISION= 3 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/strategy -DISTNAME= 3Dc-${PORTVERSION} +DISTNAME= 3Dc-${PORTVERSION} -MAINTAINER= adam-ports@blacktabby.org +MAINTAINER= adam-ports@blacktabby.org COMMENT= 3-Dimensional Chess for X Window System LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d USE_PERL5_BUILD=yes -USE_XORG= xpm -WRKSRC= ${WRKDIR}/3Dc/src +USE_XORG= x11 xaw xext xmu xpm xt +WRKSRC= ${WRKDIR}/3Dc/src post-patch: .for file in init.c main.c piece.c stack.c xif.c diff --git a/games/antipolix/Makefile b/games/antipolix/Makefile index 46275ae2f62..9a63cdde0b8 100644 --- a/games/antipolix/Makefile +++ b/games/antipolix/Makefile @@ -7,7 +7,7 @@ PORTNAME= antipolix PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/multiplayer @@ -18,6 +18,7 @@ COMMENT= Simple multiplayer game for X Window System NO_WRKSUBDIR= yes USE_IMAKE= yes +USE_XORG= x11 NO_INSTALL_MANPAGES= yes pre-build: diff --git a/games/awele/Makefile b/games/awele/Makefile index ee60f797589..7f27c41d527 100644 --- a/games/awele/Makefile +++ b/games/awele/Makefile @@ -7,7 +7,7 @@ PORTNAME= awele PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games tk MASTER_SITES= http://www-air.inria.fr/ftp/Jean-Paul/ \ ${MASTER_SITE_XCONTRIB} @@ -21,6 +21,7 @@ USE_TCL_BUILD= 84 USE_TK_BUILD= ${USE_TCL_BUILD} WRKSRC= ${WRKDIR}/awele USE_IMAKE= yes +USE_XORG= x11 MAN6= xawele.6 PLIST_FILES= bin/awelewish bin/xawele diff --git a/games/bugsx/Makefile b/games/bugsx/Makefile index 4cf03280785..cccbd776f06 100644 --- a/games/bugsx/Makefile +++ b/games/bugsx/Makefile @@ -7,7 +7,7 @@ PORTNAME= bugsx PORTVERSION= 1.08 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Breed bugs using genetic algorithims USE_IMAKE= yes +USE_XORG= x11 xext WRKSRC= ${WRKDIR}/bugsx # isn't really gzipped EXTRACT_CMD= ${TAR} diff --git a/games/cosmo/Makefile b/games/cosmo/Makefile index 9f4ace828ec..bb05fc4dfee 100644 --- a/games/cosmo/Makefile +++ b/games/cosmo/Makefile @@ -7,7 +7,7 @@ PORTNAME= cosmo PORTVERSION= 2.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ftp://133.25.251.9/pub/linux/Vine/VinePlus/1.1/JG-0.9.1/other-sources/jp/ \ ftp://ftp.uni-erlangen.de/.mirrors/ftpbsd/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/cosmo/ @@ -22,6 +22,7 @@ NO_CDROM= Possible copyright infringement WRKSRC= ${WRKDIR}/cosmo2 DIST_SUBDIR= cosmo USE_IMAKE= yes +USE_XORG= x11 xext XMKMF= xmkmf NO_INSTALL_MANPAGES= yes diff --git a/games/editss/Makefile b/games/editss/Makefile index 43e86407cd6..5c3d2f355cc 100644 --- a/games/editss/Makefile +++ b/games/editss/Makefile @@ -7,7 +7,7 @@ PORTNAME= editss PORTVERSION= 2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jylefort @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An editor for XPilot shipshapes USE_IMAKE= yes +USE_XORG= x11 xaw xmu xt ALL_TARGET= editss MAN6= editss.6 NO_INSTALL_MANPAGES= yes diff --git a/games/flying/Makefile b/games/flying/Makefile index a20a1b8dc47..c9cf9dc5672 100644 --- a/games/flying/Makefile +++ b/games/flying/Makefile @@ -7,7 +7,7 @@ PORTNAME= flying PORTVERSION= 6.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/arcade @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Pool/snooker/billiards/carrom/etc game USE_IMAKE= yes +USE_XORG= x11 MAN1= flying.1 PLIST_FILES= bin/flying diff --git a/games/gru/Makefile b/games/gru/Makefile index dfc4bb9b654..3dbcccebfa2 100644 --- a/games/gru/Makefile +++ b/games/gru/Makefile @@ -7,7 +7,7 @@ PORTNAME= gru PORTVERSION= 8087 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.bsddiary.net/gru/ @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gru makes your eyes happy USE_IMAKE= yes +USE_XORG= x11 xext xmu xpm xaw xt sm ice MAN1= gru.1 diff --git a/games/imaze/Makefile b/games/imaze/Makefile index ce62776583e..ac3ae46398f 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -7,7 +7,7 @@ PORTNAME= imaze PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://home.tu-clausthal.de/student/iMaze/files/ PKGNAMESUFFIX= -${TOOLKIT} @@ -20,9 +20,11 @@ USE_MOTIF= yes TOOLKIT= motif .elif defined(WITH_ATHENA) TOOLKIT= athena +USE_XORG+= xaw .else LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview TOOLKIT= xview +USE_XORG+= xaw .endif HAS_CONFIGURE= yes @@ -32,6 +34,7 @@ BUILD_WRKSRC= ${WRKSRC}/source MAKE_ENV= SOUNDDIR=${SOUNDDIR} MAN6= genlab.6 imaze.6 imazesrv.6 imazestat.6 ninja.6 xlabed.6 MANCOMPRESSED= no +USE_XORG+= x11 xt .if defined(WITHOUT_AUDIO) CONFIGURE_ARGS+=noaudio diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index 52777f66f1d..461b1f7a940 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -7,7 +7,7 @@ PORTNAME= jetpack PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/ DISTNAME= ${PORTNAME} @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Arcade action game for X11 USE_IMAKE= yes +USE_XORG= x11 xext MAKE_FLAGS= PREFIX=${PREFIX} -f MAN6= jetpack.6 diff --git a/games/oneko-sakura/Makefile b/games/oneko-sakura/Makefile index d84124abecc..c855ae5a29e 100644 --- a/games/oneko-sakura/Makefile +++ b/games/oneko-sakura/Makefile @@ -7,7 +7,7 @@ PORTNAME= oneko PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.daidouji.com/oneko/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}.sakura.5 @@ -16,6 +16,7 @@ MAINTAINER= hotaru@tail.net COMMENT= A cat, Sakura or Tomoyo chasing a mouse all over the screen USE_IMAKE= yes +USE_XORG= x11 xext MAN6= oneko.6 PLIST_FILES= bin/oneko NO_CDROM= "Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp-net.com/ -> INFORMATION" diff --git a/games/spider/Makefile b/games/spider/Makefile index b1ed4ffbfd6..381c865fd0f 100644 --- a/games/spider/Makefile +++ b/games/spider/Makefile @@ -7,7 +7,7 @@ PORTNAME= spider PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/solitaires @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A challenging double decked solitaire game USE_IMAKE= yes +USE_XORG= x11 xext xaw xmu xt sm ice xpm INSTALL_TARGET= install install.doc MAN1= spider.1 diff --git a/games/wmtimebomb/Makefile b/games/wmtimebomb/Makefile index bd23d4a8eb9..62b7b9620e0 100644 --- a/games/wmtimebomb/Makefile +++ b/games/wmtimebomb/Makefile @@ -6,7 +6,7 @@ PORTNAME= wmtimebomb PORTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games windowmaker MASTER_SITES= ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ DISTNAME= wmtimebomb.20 @@ -18,6 +18,7 @@ LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker WRKSRC= ${WRKDIR}/wmtimebomb.app USE_IMAKE= yes +USE_XORG= x11 xext NO_INSTALL_MANPAGES= yes post-install: diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile index cc53ddd1333..76ac53b1ef0 100644 --- a/games/xasteroids/Makefile +++ b/games/xasteroids/Makefile @@ -7,7 +7,7 @@ PORTNAME= xasteroids PORTVERSION= 5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.opengroup.org/pub/ftp.x.org/R5contrib/ DISTFILES= xasteroids.sh.Z @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X11 based asteroids style arcade game USE_IMAKE= yes +USE_XORG= x11 xext NO_WRKSUBDIR= yes EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s ) EXTRACT_BEFORE_ARGS= < diff --git a/games/xataxx/Makefile b/games/xataxx/Makefile index d89908f8f99..8b38d7d1157 100644 --- a/games/xataxx/Makefile +++ b/games/xataxx/Makefile @@ -7,7 +7,7 @@ PORTNAME= xataxx PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTNAME= ${PORTNAME} @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Strategy game of position and movement for X Window System USE_IMAKE= yes +USE_XORG= x11 xext MAN6= xataxx.6 post-install: diff --git a/games/xbaby/Makefile b/games/xbaby/Makefile index 37a1ba522de..a1b5054346e 100644 --- a/games/xbaby/Makefile +++ b/games/xbaby/Makefile @@ -7,7 +7,7 @@ PORTNAME= xbaby PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://hpux.cs.utah.edu/ftp/hpux/X11/Misc/xbaby-1.2/ \ http://hpux.its.tudelft.nl/ftp/hpux/X11/Misc/xbaby-1.2/ \ @@ -23,6 +23,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Babies hide under your windows USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xbaby.1 PLIST_FILES= bin/xbaby diff --git a/games/xbat/Makefile b/games/xbat/Makefile index 4eb0110c750..5f7862d3e57 100644 --- a/games/xbat/Makefile +++ b/games/xbat/Makefile @@ -7,7 +7,7 @@ PORTNAME= xbat PORTVERSION= 1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/ DISTNAME= xev111 @@ -18,6 +18,7 @@ COMMENT= XEVIOUS like shooting game NO_CDROM= Possible copyright infringement USE_IMAKE= yes +USE_XORG= x11 xext WRKSRC= ${WRKDIR}/Xev111 ALL_TARGET= xbat diff --git a/games/xbattle/Makefile b/games/xbattle/Makefile index 8c819622f1f..806a13bce1f 100644 --- a/games/xbattle/Makefile +++ b/games/xbattle/Makefile @@ -7,7 +7,7 @@ PORTNAME= xbattle PORTVERSION= 5.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A concurrent multi-player battle strategy game USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xbattle.1 post-install: diff --git a/games/xblackjack/Makefile b/games/xblackjack/Makefile index e96dd4a000f..2b879dfa2fd 100644 --- a/games/xblackjack/Makefile +++ b/games/xblackjack/Makefile @@ -7,7 +7,7 @@ PORTNAME= xblackjack PORTVERSION= 2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An X11/Motif blackjack game USE_IMAKE= yes +USE_XORG= x11 xext xp xt xmu LIB_DEPENDS+= Xm.2:${PORTSDIR}/x11-toolkits/lesstif MAN1= xblackjack.1 diff --git a/games/xbloody/Makefile b/games/xbloody/Makefile index 866fe0e80f3..007f25862e5 100644 --- a/games/xbloody/Makefile +++ b/games/xbloody/Makefile @@ -7,7 +7,7 @@ PORTNAME= xbloody PORTVERSION= 1.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.kazu.kz/freebsd/ DISTNAME= ${PORTNAME} @@ -17,6 +17,7 @@ COMMENT= Knife on X NO_WRKSUBDIR= yes USE_IMAKE= yes +USE_XORG= x11 xext xt sm ice .include <bsd.port.pre.mk> diff --git a/games/xcheckers/Makefile b/games/xcheckers/Makefile index f2d19b28cbf..5997157e793 100644 --- a/games/xcheckers/Makefile +++ b/games/xcheckers/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcheckers PORTVERSION= 2.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://arton.cunst.net/xcheckers/ @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A checkers game for X11 USE_IMAKE= yes +USE_XORG= x11 xext xpm MAN6= xcheckers.6 simplech.6 diff --git a/games/xchomp/Makefile b/games/xchomp/Makefile index 373b7d2efad..2ddbc4100d9 100644 --- a/games/xchomp/Makefile +++ b/games/xchomp/Makefile @@ -7,7 +7,7 @@ PORTNAME= xchomp PORTVERSION= pl1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.x.org/R5contrib/ @@ -17,5 +17,6 @@ COMMENT= Pac-man-like game under X11 PLIST_FILES= bin/xchomp WRKSRC= ${WRKDIR}/xchomp USE_IMAKE= yes +USE_XORG= x11 xext .include <bsd.port.mk> diff --git a/games/xcubes/Makefile b/games/xcubes/Makefile index 49c0acc5c36..b361413f0bb 100644 --- a/games/xcubes/Makefile +++ b/games/xcubes/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcubes PORTVERSION= 5.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -17,6 +17,7 @@ COMMENT= Cube puzzle for X11 WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 xext xt sm ice MAN1= xcubes.1 MANCOMPRESSED= no XFREE86_HTML_MAN= no diff --git a/games/xdigger/Makefile b/games/xdigger/Makefile index 08742115461..8f7ef00fd89 100644 --- a/games/xdigger/Makefile +++ b/games/xdigger/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdigger PORTVERSION= 1.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/arcade @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Boulderdash-like KC85 Digger for X Window System USE_IMAKE= yes +USE_XORG= x11 xext MAN6= xdigger.6 post-patch: diff --git a/games/xdino/Makefile b/games/xdino/Makefile index 2d01d99fcf9..d6143f482b4 100644 --- a/games/xdino/Makefile +++ b/games/xdino/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdino PORTVERSION= 5.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -17,6 +17,7 @@ COMMENT= Dino puzzle game for X11 WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 xext xt sm ice MAN1= xdino.1 MANCOMPRESSED= no XFREE86_HTML_MAN= no diff --git a/games/xflame/Makefile b/games/xflame/Makefile index 795d63d0af7..a15a085e24f 100644 --- a/games/xflame/Makefile +++ b/games/xflame/Makefile @@ -7,7 +7,7 @@ PORTNAME= xflame PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=kris @@ -16,6 +16,7 @@ MAINTAINER= kris@FreeBSD.org COMMENT= A cool animated flame USE_IMAKE= yes +USE_XORG= x11 xext NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xflame diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile index 614b8cec6bb..1738bf8819e 100644 --- a/games/xgammon/Makefile +++ b/games/xgammon/Makefile @@ -7,7 +7,7 @@ PORTNAME= xgammon PORTVERSION= 0.98a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://fawn.unibw-hamburg.de/steuer/xgammon/Downloads/ @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A backgammon program for X11 USE_IMAKE= yes +USE_XORG= x11 xext xaw xmu xt sm ice MAN6= xgammon.6 PLIST_FILES= bin/xgammon lib/X11/app-defaults/XGammon \ diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile index f186f3ebec0..18551526207 100644 --- a/games/xgospel/Makefile +++ b/games/xgospel/Makefile @@ -6,7 +6,7 @@ PORTNAME= xgospel PORTVERSION= 1.12d -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.teaser.fr/~jlgailly/ @@ -15,13 +15,11 @@ COMMENT= An X11 Go (weiqi, baduk) client for the Internet Go Server LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d -USE_XORG= xpm x11 ice +USE_XORG= ice sm x11 xaw xext xmu xpm xt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-x --with-xpm --with-xaw3d -.include <bsd.port.pre.mk> - post-patch: ${REINPLACE_CMD} -e "s,#ifndef _POSIX_SOURCE,#if 0," \ ${WRKSRC}/connect.c ${WRKSRC}/relay.c ${WRKSRC}/relog.c \ @@ -40,4 +38,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/games/xhexagons/Makefile b/games/xhexagons/Makefile index 2e0d05f84b6..8a1adf95c1a 100644 --- a/games/xhexagons/Makefile +++ b/games/xhexagons/Makefile @@ -7,7 +7,7 @@ PORTNAME= xhexagons PORTVERSION= 5.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -17,6 +17,7 @@ COMMENT= Hexagons puzzle (similar to Fifteen Puzzle) for X Window System WRKSRC= ${WRKDIR}/xhexagons USE_IMAKE= yes +USE_XORG= x11 xext xt sm ice MAN1= xhexagons.1 XFREE86_HTML_MAN= no NO_INSTALL_MANPAGES= yes diff --git a/games/xhime/Makefile b/games/xhime/Makefile index 9d8f5135cb3..e9bd9659deb 100644 --- a/games/xhime/Makefile +++ b/games/xhime/Makefile @@ -7,7 +7,7 @@ PORTNAME= xhime PORTVERSION= 1.51 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.tcp-ip.or.jp/~shochan/linux/ DISTFILES= xhime151.tgz @@ -17,6 +17,7 @@ COMMENT= Resident Himechan for X Window System WRKSRC= ${WRKDIR}/xhime1.51 USE_IMAKE= yes +USE_XORG= x11 xext MANCOMPRESSED= yes MANLANG= . ja MAN6= xhime.6 diff --git a/games/xisola/Makefile b/games/xisola/Makefile index 0a3585f9f87..8e0e9246ee6 100644 --- a/games/xisola/Makefile +++ b/games/xisola/Makefile @@ -7,7 +7,7 @@ PORTNAME= xisola PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games @@ -17,6 +17,7 @@ COMMENT= Simple board game for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 xext xaw xmu xt sm ice NO_INSTALL_MANPAGES= yes post-install: diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index dad0a7ee1b1..b1184637cb5 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -7,7 +7,7 @@ PORTNAME= xjewel PORTVERSION= 1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ \ ftp://ftp.x.org/R5contrib/ @@ -21,6 +21,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale USE_IMAKE= yes +USE_XORG= x11 xext MAN6= xjewel.6 diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index 1e5b8845676..24b6f54aa3c 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -7,7 +7,7 @@ PORTNAME= xkobo PORTVERSION= 1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.uoknor.edu/mirrors/X/contrib/games/ @@ -17,6 +17,7 @@ MAINTAINER= will@FreeBSD.org COMMENT= Multi-way scrolling shoot 'em up game for X. Strangely addictive USE_IMAKE= yes +USE_XORG= x11 xext ALL_TARGET= xkobo MAN1= xkobo.1 diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile index 9c4c8d230a1..b4fee1c0c21 100644 --- a/games/xkoules/Makefile +++ b/games/xkoules/Makefile @@ -7,7 +7,7 @@ PORTNAME= xkoules PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/arcade/koules @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fast action arcade-style game for X Window USE_IMAKE= yes +USE_XORG= x11 xext MAN6= xkoules.6 post-extract: diff --git a/games/xlaby/Makefile b/games/xlaby/Makefile index d516a36e1f7..033e01a405b 100644 --- a/games/xlaby/Makefile +++ b/games/xlaby/Makefile @@ -7,7 +7,7 @@ PORTNAME= xlaby PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://quatramaran.ens.fr/pub/madore/xlaby/ @@ -19,6 +19,7 @@ COMMENT= Daemonic X Labyrinth played directly with the mouse pointer NO_WRKSUBDIR= yes USE_IMAKE= yes +USE_XORG= x11 MAN6= xlaby.6 PLIST_FILES= bin/xlaby diff --git a/games/xlife/Makefile b/games/xlife/Makefile index f5e10f97c90..be4b4e9c7c5 100644 --- a/games/xlife/Makefile +++ b/games/xlife/Makefile @@ -7,7 +7,7 @@ PORTNAME= xlife PORTVERSION= 3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTNAME= xlife @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= John Horton Conway's Game of Life USE_IMAKE= yes +USE_XORG= x11 xext INSTALL_TARGET= install install.patterns MAN1= xlife.1 diff --git a/games/xmball/Makefile b/games/xmball/Makefile index 1d09e1aa86b..5a669dde283 100644 --- a/games/xmball/Makefile +++ b/games/xmball/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmball PORTVERSION= 5.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -17,6 +17,7 @@ COMMENT= Masterball puzzle for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 xext xt sm ice MAN1= xmball.1 MANCOMPRESSED= no XFREE86_HTML_MAN= no diff --git a/games/xmemory/Makefile b/games/xmemory/Makefile index c5cb48dff26..10de8deece3 100644 --- a/games/xmemory/Makefile +++ b/games/xmemory/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmemory PORTVERSION= 3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/multiplayer @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Multi-player memory game USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xmemory.1 post-install: diff --git a/games/xmille/Makefile b/games/xmille/Makefile index df8154aa532..5eb2639f0e1 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmille PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games @@ -19,6 +19,7 @@ COMMENT= X window mille bourne game WRKSRC= ${WRKDIR}/Mille USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xmille.1 PLIST_FILES= bin/xmille diff --git a/games/xmine/Makefile b/games/xmine/Makefile index 651b26f26f1..193995adef9 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmine PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.sw.ru/pub/x11/ \ ${MASTER_SITE_LOCAL} @@ -20,6 +20,7 @@ COMMENT= The `Athena' port of the xminesweeper game LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d USE_IMAKE= yes +USE_XORG= x11 xaw xext xmu xt xpm sm ice MAN6= xmine.6 MANCOMPRESSED= no diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile index c26587d414f..ccccd1a70bc 100644 --- a/games/xminesweep/Makefile +++ b/games/xminesweep/Makefile @@ -7,7 +7,7 @@ PORTNAME= xminesweep PORTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/games/ \ ftp://ftp.uni-halle.de/pub/X11/contrib/games/ \ @@ -20,6 +20,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X11 minesweeper game USE_IMAKE= yes +USE_XORG= x11 xext xmu xaw xt xpm sm ice MAN1= xminesweep.1 PLIST_FILES= bin/xminesweep diff --git a/games/xmlink/Makefile b/games/xmlink/Makefile index 04249738e09..e97bf31e222 100644 --- a/games/xmlink/Makefile +++ b/games/xmlink/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlink PORTVERSION= 5.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -17,6 +17,7 @@ COMMENT= Missing Link puzzle for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 xext xt sm ice MAN1= xmlink.1 MANCOMPRESSED= no XFREE86_HTML_MAN= no diff --git a/games/xmris/Makefile b/games/xmris/Makefile index f8002547fd5..4d2bbcaa750 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -6,7 +6,7 @@ PORTNAME= xmris PORTVERSION= 4.04 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A version of the Mr Do video arcade game for X11 USE_IMAKE= yes +USE_XORG= x11 xext xaw xmu xt sm ice MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f ALL_TARGET= xmris xmred MAN6= xmred.6 xmris.6 xmsit.6 diff --git a/games/xmulti/Makefile b/games/xmulti/Makefile index 4341de38869..450ffd00ebd 100644 --- a/games/xmulti/Makefile +++ b/games/xmulti/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmulti PORTVERSION= 2.00b4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.denpa.org/~go/xmulti/ DISTFILES= xmul200b4.tgz @@ -18,6 +18,7 @@ COMMENT= A X11 mascot based on gal-game "To Heart" WRKSRC= ${WRKDIR}/xmulti200beta4 USE_IMAKE= yes +USE_XORG= x11 xext xaw xmu xt xpm sm ice MAN1= xmaid.1 NOMANCOMPRESS= yes diff --git a/games/xoct/Makefile b/games/xoct/Makefile index 10ff3e144a5..c0559b8ccb9 100644 --- a/games/xoct/Makefile +++ b/games/xoct/Makefile @@ -7,7 +7,7 @@ PORTNAME= xoct PORTVERSION= 5.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -17,6 +17,7 @@ COMMENT= Oct puzzle for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 xext xt sm ice MAN1= xoct.1 MANCOMPRESSED= no XFREE86_HTML_MAN= no diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile index 801045ede5e..a19e2fb88f6 100644 --- a/games/xpacman/Makefile +++ b/games/xpacman/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpacman PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ftp://ftp.nvg.unit.no/pub/pacman/ DISTNAME= pacman10 @@ -18,6 +18,7 @@ COMMENT= An old action game NO_WRKSUBDIR= Does not unpack into subdir. USE_ZIP= yes USE_IMAKE= yes +USE_XORG= x11 xext MAN1= pacman.1 PLIST_FILES= bin/pacman diff --git a/games/xpanex/Makefile b/games/xpanex/Makefile index 6a649437f78..2869bf6032d 100644 --- a/games/xpanex/Makefile +++ b/games/xpanex/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpanex PORTVERSION= 5.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -17,6 +17,7 @@ COMMENT= Panex puzzle for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 xext xt sm ice MAN1= xpanex.1 MANCOMPRESSED= no XFREE86_HTML_MAN= no diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index b617a745593..7fd0f716abe 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -7,15 +7,15 @@ PORTNAME= xpilot PORTVERSION= 4.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= xpilotgame +MASTER_SITES= SF/xpilotgame MAINTAINER= lme@FreeBSD.org COMMENT= Xpilot(client) and xpilots(server) USE_IMAKE= yes +USE_XORG= x11 xext MAN6= xpilot.6 xpilots.6 xp-mapedit.6 xp-replay.6 .include <bsd.port.mk> diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index 86d3889a4b6..22fccc5868b 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpipeman PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/strategy @@ -21,6 +21,7 @@ COMMENT= Connect the pipes to stop the leaks ONLY_FOR_ARCHS= i386 USE_IMAKE= yes +USE_XORG= x11 xaw xext xmu xt sm ice MAN6= xpipeman.6 post-install: diff --git a/games/xpyraminx/Makefile b/games/xpyraminx/Makefile index a83ff9227d9..be21d8eb876 100644 --- a/games/xpyraminx/Makefile +++ b/games/xpyraminx/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpyraminx PORTVERSION= 5.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -17,6 +17,7 @@ COMMENT= Pyraminx puzzle for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 xext xt sm ice MAN1= xpyraminx.1 MANCOMPRESSED= no XFREE86_HTML_MAN= no diff --git a/games/xripple/Makefile b/games/xripple/Makefile index 69379c73466..c89a3fb391f 100644 --- a/games/xripple/Makefile +++ b/games/xripple/Makefile @@ -7,7 +7,7 @@ PORTNAME= xripple PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://crydee.sai.msu.ru/zeus/X11/contrib/ \ ftp://ftp.cin.nihon-u.ac.jp/pub/X11/enlightenment/misc/ \ @@ -24,6 +24,7 @@ COMMENT= X program to make bottom of screen ripple like a pool of water PLIST_FILES= bin/xripple USE_IMAKE= yes +USE_XORG= x11 xext ALL_TARGET= xripple post-configure: diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 683362548be..58df57ea454 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -7,7 +7,7 @@ PORTNAME= xrisk PORTVERSION= 2.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://my.pages.de/pub/comp/unix/games/xrisk/old/ @@ -15,6 +15,7 @@ MAINTAINER= adam-ports@blacktabby.org COMMENT= A game for X11, much like the popular board game USE_IMAKE= yes +USE_XORG= x11 xext xt MAN6= xrisk.6 RESTRICTED= "Possible trademark infringement" diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index bb6aec22a30..a895cb7b3cd 100644 --- a/games/xrobots/Makefile +++ b/games/xrobots/Makefile @@ -7,7 +7,7 @@ PORTNAME= xrobots PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.mavetju.org/download/adopted/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ss-10.20 @@ -16,6 +16,7 @@ MAINTAINER= edwin@mavetju.org COMMENT= Fight off villainous robots (X version) USE_IMAKE= yes +USE_XORG= x11 xaw xext xmu xt sm ice WRKSRC= ${WRKDIR}/xrobots-1.0 MAN6= xrobots.6 diff --git a/games/xscavenger/Makefile b/games/xscavenger/Makefile index 70d74415e37..f2bc0f5dd03 100644 --- a/games/xscavenger/Makefile +++ b/games/xscavenger/Makefile @@ -7,7 +7,7 @@ PORTNAME= xscavenger PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.xdr.com/dash/ EXTRACT_SUFX= .tgz @@ -18,6 +18,7 @@ COMMENT= A Lode Runner clone for X11 WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_IMAKE= yes +USE_XORG= x11 xext MAN6= scavenger.6 pre-configure: diff --git a/games/xskat/Makefile b/games/xskat/Makefile index 66d20366c6e..3ab92664f85 100644 --- a/games/xskat/Makefile +++ b/games/xskat/Makefile @@ -7,7 +7,7 @@ PORTNAME= xskat PORTVERSION= 4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.xskat.de/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -21,6 +21,7 @@ RESTRICTED= "The altenburger card file is NOT freely redistributable!" .endif USE_IMAKE= yes +USE_XORG= x11 MAN1= xskat.1 xskat-de.1 PLIST_FILES= bin/xskat diff --git a/games/xskewb/Makefile b/games/xskewb/Makefile index 6d8071f40b3..4d5a9040ae8 100644 --- a/games/xskewb/Makefile +++ b/games/xskewb/Makefile @@ -7,7 +7,7 @@ PORTNAME= xskewb PORTVERSION= 5.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -17,6 +17,7 @@ COMMENT= Skewb puzzle (similar to Rubik's Cube) for X Window WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 xext xt sm ice MAN1= xskewb.1 MANCOMPRESSED= no XFREE86_HTML_MAN= no diff --git a/games/xspacewarp/Makefile b/games/xspacewarp/Makefile index fb77240c984..c6769d9c758 100644 --- a/games/xspacewarp/Makefile +++ b/games/xspacewarp/Makefile @@ -7,7 +7,7 @@ PORTNAME= xspacewarp PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Time Trek - like game for X Window System USE_IMAKE= yes +USE_XORG= x11 xaw xext xmu xt xpm sm ice NO_INSTALL_MANPAGES= yes post-extract: diff --git a/games/xspringies/Makefile b/games/xspringies/Makefile index 9dc17b607ee..c0c0d11b7ff 100644 --- a/games/xspringies/Makefile +++ b/games/xspringies/Makefile @@ -7,7 +7,7 @@ PORTNAME= xspringies PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/xspringies/RISC/3.2/src/ DISTFILES= xspringies.1.1.tar.Z @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A mass and spring simulation system USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xspringies.1 .include <bsd.port.mk> diff --git a/games/xtriangles/Makefile b/games/xtriangles/Makefile index c6061e4c44b..1bf8d7fd7e2 100644 --- a/games/xtriangles/Makefile +++ b/games/xtriangles/Makefile @@ -7,7 +7,7 @@ PORTNAME= xtriangles PORTVERSION= 5.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -17,6 +17,7 @@ COMMENT= Triangles puzzle WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 xext xt sm ice MAN1= xtriangles.1 MANCOMPRESSED= no XFREE86_HTML_MAN= no diff --git a/games/xvier/Makefile b/games/xvier/Makefile index 2ba7517e4ba..1da034ba77e 100644 --- a/games/xvier/Makefile +++ b/games/xvier/Makefile @@ -7,7 +7,7 @@ PORTNAME= xvier PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/strategy @@ -19,6 +19,7 @@ COMMENT= Throw stones into free columns WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_IMAKE= yes +USE_XORG= x11 xext MAN6= xvier.6 post-install: diff --git a/games/xvmines/Makefile b/games/xvmines/Makefile index 1a5623bb775..f1f1e19da96 100644 --- a/games/xvmines/Makefile +++ b/games/xvmines/Makefile @@ -7,7 +7,7 @@ PORTNAME= xvmines PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.x.org/R5contrib/ EXTRACT_SUFX= .tar.Z @@ -18,6 +18,7 @@ COMMENT= Simple minesweeper game for X Window System LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview USE_IMAKE= yes +USE_XORG= x11 MAN6= xvmines.6 MANCOMPRESSED= no diff --git a/games/yamsweeper/Makefile b/games/yamsweeper/Makefile index 4754d45cde0..38d238f595f 100644 --- a/games/yamsweeper/Makefile +++ b/games/yamsweeper/Makefile @@ -7,7 +7,7 @@ PORTNAME= yamsweeper PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.hanzubon.org/mirrors/Vine/VinePlus/1.1/JG-0.9.1/sources/ \ http://ftp.jaist.ac.jp/pub/Linux/Vine/VinePlus/1.1/JG-0.9.1/sources/ \ @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another Mine Sweeper USE_IMAKE= yes +USE_XORG= x11 xaw xext xmu xt xpm sm ice MAN1= yamsweeper.1 pre-configure: diff --git a/graphics/SciPlot/Makefile b/graphics/SciPlot/Makefile index fd8dec8588b..0fcab823a72 100644 --- a/graphics/SciPlot/Makefile +++ b/graphics/SciPlot/Makefile @@ -7,7 +7,7 @@ PORTNAME= SciPlot PORTVERSION= 1.36 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics math MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= widgets @@ -17,6 +17,7 @@ COMMENT= A full-featured Xt widget to display 2D data in a graph USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= xp MAKE_ENV= EXTRA_DEFINES="-fPIC" LIBNAME=${LIBNAME} USE_LDCONFIG= yes diff --git a/graphics/gltk/Makefile b/graphics/gltk/Makefile index df65a8ec9f5..e5033351f95 100644 --- a/graphics/gltk/Makefile +++ b/graphics/gltk/Makefile @@ -7,7 +7,7 @@ PORTNAME= gltk PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.sgi.com/opengl/contrib/ \ ftp://ftp.u-aizu.ac.jp/pub/os/sgi/misc/ftp.sgi.com/pub/opengl/contrib/ @@ -19,6 +19,7 @@ COMMENT= An OpenGL/Tk interface USE_GL= glut USE_IMAKE= yes +USE_XORG= x11 do-install: ${INSTALL_DATA} ${WRKSRC}/libtk.a ${PREFIX}/lib/libgltk.a diff --git a/graphics/lfview/Makefile b/graphics/lfview/Makefile index 041f2644920..6bb81713fc9 100644 --- a/graphics/lfview/Makefile +++ b/graphics/lfview/Makefile @@ -7,7 +7,7 @@ PORTNAME= lfview PORTVERSION= 1.1a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://hoshina.denpa.org/ EXTRACT_SUFX= .tgz @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphic viewer for Leaf products USE_IMAKE= yes +USE_XORG= x11 xext USE_LDCONFIG= yes NO_INSTALL_MANPAGES= yes diff --git a/graphics/libaux/Makefile b/graphics/libaux/Makefile index b6be89de1dd..122813a6f5b 100644 --- a/graphics/libaux/Makefile +++ b/graphics/libaux/Makefile @@ -7,7 +7,7 @@ PORTNAME= libaux PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/ DISTFILES= libaux${EXTRACT_SUFX} libtk${EXTRACT_SUFX} diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile index 9e4204a3738..fd4032268ff 100644 --- a/graphics/plotmtv/Makefile +++ b/graphics/plotmtv/Makefile @@ -7,7 +7,7 @@ PORTNAME= plotmtv PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} DISTNAME= Plotmtv${PORTVERSION} @@ -19,6 +19,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A multipurpose X11 plotting program USE_IMAKE= yes +USE_XORG= x11 xext xt ALL_TARGET= World MAN1= plotmtv.1 diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index 38d4d8d5345..6afbc964ff2 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -7,6 +7,7 @@ PORTNAME= rawstudio PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://rawstudio.org/files/release/ @@ -23,7 +24,6 @@ USE_GMAKE= yes CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GETTEXT= yes -USE_XLIB= yes USE_GNOME= gtk20 libxml2 gconf2 .include <bsd.port.mk> diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 99ea7bf70dd..0428716f3c9 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -7,12 +7,11 @@ PORTNAME= tgif PORTVERSION= 4.1.45 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/ \ http://groups.yahoo.com/group/tgif4-announce/files/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=tgif + SF DISTNAME= ${PORTNAME}-QPL-${PORTVERSION} MAINTAINER= bmc@clapper.org @@ -25,6 +24,7 @@ OPTIONS= NLS "Enable native language support" on \ USE_IMAKE= yes PORTDOCS= HISTORY README +USE_XORG= x11 xext xt sm ice MAN1= tgif.1 diff --git a/graphics/vertex/Makefile b/graphics/vertex/Makefile index 3518fd5eb47..f648d71ec11 100644 --- a/graphics/vertex/Makefile +++ b/graphics/vertex/Makefile @@ -7,7 +7,7 @@ PORTNAME= vertex PORTVERSION= 0.1.15 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://wolfpack.twu.net/users/wolfpack/ @@ -17,7 +17,6 @@ COMMENT= A 3D modeller for generating efficient game models LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_BZIP2= yes -USE_XLIB= yes USE_GL= yes USE_GNOME= imlib USE_GMAKE= yes diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile index af11149aedc..e9ffbbfe976 100644 --- a/graphics/xfig-devel/Makefile +++ b/graphics/xfig-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfig PORTVERSION= 3.2.5.a5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://xfig.org/software/xfig/${PORTVERSION:R}-alpha/ DISTNAME= ${PORTNAME}.${PORTVERSION:S,.a,-alpha,}.full @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION:S,.a,-alpha,} LATEST_LINK= xfig-devel USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= ice sm x11 xaw xext xi xmu xpm xt MAN1= xfig.1 MAKE_ENV+= DOCSDIR=${DOCSDIR} diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index 10f048e92e1..6362291b80b 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfig PORTVERSION= 3.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://files.xfig.org/ DISTNAME= ${PORTNAME}.${PORTVERSION}.full @@ -25,7 +25,7 @@ CONFLICTS= xfig-[12].* xfig-3.1* xfig-3.2.[1234]* WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION} USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= ice sm x11 xaw xext xi xmu xpm xt MAN1= xfig.1 MANCOMPRESSED= yes diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index 1d8ffd88607..2d90ffed6ec 100644 --- a/graphics/xfpovray/Makefile +++ b/graphics/xfpovray/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfpovray PORTVERSION= 1.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.batse.msfc.nasa.gov/~mallozzi/home/software/xforms/src/ \ ${MASTER_SITE_SUNSITE} @@ -21,6 +21,7 @@ LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray USE_IMAKE= yes +USE_XORG= x11 xext xpm USE_GMAKE= yes post-patch: diff --git a/graphics/xgrasp/Makefile b/graphics/xgrasp/Makefile index ce6ba3dd81a..9e82cf6e956 100644 --- a/graphics/xgrasp/Makefile +++ b/graphics/xgrasp/Makefile @@ -7,7 +7,7 @@ PORTNAME= xgrasp PORTVERSION= 1.7d -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTNAME= ${PORTNAME}.${PORTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Display GL animations on X screen USE_IMAKE= yes +USE_XORG= x11 xext MAN1= glib.1 xgrasp.1 NO_WRKSUBDIR= yes diff --git a/graphics/xmagv/Makefile b/graphics/xmagv/Makefile index 829c9318909..b91fc6cf853 100644 --- a/graphics/xmagv/Makefile +++ b/graphics/xmagv/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmagv PORTVERSION= 1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.vector.co.jp/pack/unix/art/graphics/loader/mag/ DISTFILES= xmagv111.tgz @@ -18,6 +18,7 @@ COMMENT= Viewer for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USE_IMAKE= yes +USE_XORG= x11 xext XMKMF= xmkmf MANLANG= . ja MAN1= xmagv.1 diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile index 1ca773cd5aa..55383172eff 100644 --- a/graphics/xmandel/Makefile +++ b/graphics/xmandel/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmandel PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cray.com/src/graphics/xmandel/ # The README says the location is ftp.cray.com:/usr/ftp/src/graphics/xmandel, @@ -22,6 +22,7 @@ EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= # empty USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt USE_PERL5_BUILD=yes NO_WRKSUBDIR= yes MAN1= xmandel.1 diff --git a/graphics/xoris/Makefile b/graphics/xoris/Makefile index 35b140c5473..b93fb7daad5 100644 --- a/graphics/xoris/Makefile +++ b/graphics/xoris/Makefile @@ -7,14 +7,15 @@ PORTNAME= xoris PORTVERSION= 0.1e +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= alexander.gromnitsky@gmail.com COMMENT= An X11 pixel color grabber -USE_XLIB= yes USE_IMAKE= yes +USE_XORG= x11 .if !defined(NOPORTDOCS) SUB_FILES= pkg-message diff --git a/graphics/xpx/Makefile b/graphics/xpx/Makefile index 06bb3b717ef..a48768c7974 100644 --- a/graphics/xpx/Makefile +++ b/graphics/xpx/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpx PORTVERSION= 1.41 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.oersted.co.jp/~yav/soft/xpx/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} @@ -17,6 +17,7 @@ COMMENT= A simple pixel editing tool to make datas for KISS WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 xext XMKMF= xmkmf DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} diff --git a/graphics/xtexcad/Makefile b/graphics/xtexcad/Makefile index 3faab91ac37..8e077f6ba5d 100644 --- a/graphics/xtexcad/Makefile +++ b/graphics/xtexcad/Makefile @@ -8,7 +8,7 @@ PORTNAME= xtexcad PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= graphics/xtexcad @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple drawing program enforcing limited slopes and diameters USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xtexcad.1 diff --git a/graphics/xwpick/Makefile b/graphics/xwpick/Makefile index ad5ea109469..ca378c033d6 100644 --- a/graphics/xwpick/Makefile +++ b/graphics/xwpick/Makefile @@ -5,21 +5,22 @@ # $FreeBSD$ # -PORTNAME= xwpick -PORTVERSION= 2.20 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications +PORTNAME= xwpick +PORTVERSION= 2.20 +PORTREVISION= 2 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR=applications -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Image pick up utility for X Window System -USE_IMAKE= yes -MAN1= xwpick.1 +USE_IMAKE= yes +USE_XORG= x11 xext +MAN1= xwpick.1 -post-install: .if !defined(NOPORTDOCS) +post-install: @${MKDIR} ${PREFIX}/share/doc/xwpick ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/xwpick ${INSTALL_DATA} ${WRKSRC}/CNL_ARTICLE.PS ${PREFIX}/share/doc/xwpick diff --git a/japanese/Wnn6-lib/Makefile b/japanese/Wnn6-lib/Makefile index b6da9df3803..6d9ba0fbef1 100644 --- a/japanese/Wnn6-lib/Makefile +++ b/japanese/Wnn6-lib/Makefile @@ -7,7 +7,7 @@ PORTNAME= Wnn6-lib PORTVERSION= 2000.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ftp://ftp.omronsoft.co.jp/pub/Wnn6/sdk_source/ DISTNAME= Wnn6-SDK diff --git a/japanese/Wnn7-lib/Makefile b/japanese/Wnn7-lib/Makefile index 25c259b4cb7..78daeef1d0c 100644 --- a/japanese/Wnn7-lib/Makefile +++ b/japanese/Wnn7-lib/Makefile @@ -7,7 +7,7 @@ PORTNAME= Wnn7-lib PORTVERSION= 2001.10.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ftp://ftp.omronsoft.co.jp/pub/Wnn7/sdk_source/ DISTNAME= Wnn7SDK diff --git a/japanese/chimera/Makefile b/japanese/chimera/Makefile index 61b70211951..e660d90f8b8 100644 --- a/japanese/chimera/Makefile +++ b/japanese/chimera/Makefile @@ -7,7 +7,7 @@ PORTNAME= chimera PORTVERSION= 1.70p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese www MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/ DISTNAME= ${PORTNAME}-${PREV_VERSION} @@ -24,6 +24,7 @@ COMMENT= X/Athena World-Wide Web client + Japanese patch PREV_VERSION= ${PORTVERSION:S/p1/p0/} USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= chimera.1 pre-configure: diff --git a/japanese/emacs-emcws/Makefile b/japanese/emacs-emcws/Makefile index 7854957a829..41d5dd35efb 100644 --- a/japanese/emacs-emcws/Makefile +++ b/japanese/emacs-emcws/Makefile @@ -7,7 +7,7 @@ PORTNAME= emcws PORTVERSION= ${EMACS_VER} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= japanese editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs @@ -49,7 +49,7 @@ CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd .if !defined(NO_X11) CONFIGURE_ARGS= --with-x-toolkit --with-pop -USE_X11= x11 +USE_XORG= x11 xaw .else CONFIGURE_ARGS= --with-x=no --with-pop .endif diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile index 96390df01c8..7db2f205166 100644 --- a/japanese/gxditview/Makefile +++ b/japanese/gxditview/Makefile @@ -8,7 +8,7 @@ PORTNAME= gxditview PORTVERSION= 1.18.1 DISTVERSIONSUFFIX= .1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/g/groff @@ -29,6 +29,7 @@ CONFLICTS= gxditview-[1-9]* GNU_CONFIGURE= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xp xpm xt USE_ICONV= yes CONFIGURE_ARGS= --program-prefix=g --enable-multibyte diff --git a/japanese/kdrill/Makefile b/japanese/kdrill/Makefile index 574e2e3b0f5..4b3b5ca1b9b 100644 --- a/japanese/kdrill/Makefile +++ b/japanese/kdrill/Makefile @@ -7,7 +7,7 @@ PORTNAME= kdrill PORTVERSION= 6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= http://www.bolthole.com/kdrill/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -22,6 +22,7 @@ MAN1= kdrill.1 makedic.1 makeedict.1 MANCOMPRESSED= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt RUN_DEPENDS+= xjdic:${PORTSDIR}/japanese/edict diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile index 64cd6db0b37..de15d30c6a6 100644 --- a/japanese/kinput2/Makefile +++ b/japanese/kinput2/Makefile @@ -7,7 +7,7 @@ PORTNAME= kinput2 PORTVERSION= 3.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= japanese x11 MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/ DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -16,6 +16,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= A Japanese text input server for X11 applications USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt SUB_FILES= Kinput2.conf PLIST_FILES= ${PLIST_ALL} diff --git a/japanese/sj3-lib/Makefile b/japanese/sj3-lib/Makefile index e0f63967fb0..8faf2c63913 100644 --- a/japanese/sj3-lib/Makefile +++ b/japanese/sj3-lib/Makefile @@ -7,7 +7,7 @@ PORTNAME= sj3 PORTVERSION= 2.0.1.20 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese MASTER_SITES= LOCAL/nork PKGNAMESUFFIX= -lib diff --git a/japanese/sj3-server/Makefile b/japanese/sj3-server/Makefile index 1ef74f40c90..3b25776599c 100644 --- a/japanese/sj3-server/Makefile +++ b/japanese/sj3-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= sj3 PORTVERSION= 2.0.1.20 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese MASTER_SITES= LOCAL/nork PKGNAMESUFFIX= -server diff --git a/japanese/skkinput/Makefile b/japanese/skkinput/Makefile index 302f43bd375..5d0eb3a4270 100644 --- a/japanese/skkinput/Makefile +++ b/japanese/skkinput/Makefile @@ -7,7 +7,7 @@ PORTNAME= skkinput PORTVERSION= 2.06.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= skkinput2/6273 @@ -16,6 +16,7 @@ MAINTAINER= koma2@lovepeers.org COMMENT= An SKK-like Japanese input method for X11 USE_IMAKE= yes +USE_XORG= ice sm x11 xext xt xmu OPTIONS= DBSKKD "Use ja-dbskkd-cdb as skkserver" off \ RSKKSERV "Use ja-rskkserv as skkserver" off diff --git a/japanese/skkinput3/Makefile b/japanese/skkinput3/Makefile index 670d6da9d57..ba2c48001eb 100644 --- a/japanese/skkinput3/Makefile +++ b/japanese/skkinput3/Makefile @@ -7,7 +7,7 @@ PORTNAME= skkinput3 PORTVERSION= 3.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11 MASTER_SITES= http://downloads.sourceforge.jp/skkinput3/2222/ DISTNAME= skkinput-${PORTVERSION} @@ -15,7 +15,8 @@ DISTNAME= skkinput-${PORTVERSION} MAINTAINER= koma2@lovepeers.org COMMENT= An SKK-like Japanese input method for X11 -USE_IMAKE= yes +USE_IMAKE= yes +USE_XORG= ice sm x11 xext xmu xt OPTIONS= DBSKKD "Use ja-dbskkd-cdb as skkserver" off \ RSKKSERV "Use ja-rskkserv as skkserver" off \ diff --git a/japanese/xmsgsaver/Makefile b/japanese/xmsgsaver/Makefile index c2b293da005..8b3006834ff 100644 --- a/japanese/xmsgsaver/Makefile +++ b/japanese/xmsgsaver/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmsgsaver PORTVERSION= 1.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese MASTER_SITES= http://www19.xdsl.ne.jp/~cdr/soft/dl/ @@ -18,5 +18,6 @@ LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib MAN1= xmsgsaver.1 USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xscrnsaver xt .include <bsd.port.mk> diff --git a/japanese/xshodo/Makefile b/japanese/xshodo/Makefile index cd02dc41750..ae13fc3061f 100644 --- a/japanese/xshodo/Makefile +++ b/japanese/xshodo/Makefile @@ -7,7 +7,7 @@ PORTNAME= xshodo PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ftp://cclub.cc.tut.ac.jp/pub/xwin/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A paint tool for Shodo, the Japanese traditional writing character USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xshodo.1 PLIST_FILES= bin/xshodo diff --git a/korean/hanterm/Makefile b/korean/hanterm/Makefile index 9247b4cb21d..1542fd9a477 100644 --- a/korean/hanterm/Makefile +++ b/korean/hanterm/Makefile @@ -7,7 +7,7 @@ PORTNAME= hanterm PORTVERSION= 3.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= korean x11 MASTER_SITES= http://hanterm.org/download/ \ ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/ @@ -19,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean CONFLICTS= ko-hanterm-xf-2.* USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt NO_INSTALL_MANPAGES= yes ALL_TARGET= hanterm diff --git a/korean/johabfonts/Makefile b/korean/johabfonts/Makefile index 31c056dbe56..7d0cf25b044 100644 --- a/korean/johabfonts/Makefile +++ b/korean/johabfonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= johabfonts PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= korean x11-fonts MASTER_SITES= http://hanterm.org/download/font/ DISTNAME= hanterm-font-${PORTVERSION} diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 282642a735c..982573354aa 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcl PORTVERSION= 2.6.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang tcl tk MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gcl @@ -22,7 +22,7 @@ ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= x11 CONFIGURE_ARGS=--prefix=${PREFIX} \ --enable-ansi \ --enable-machine=FreeBSD \ diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index cb81ffa0198..e41260db497 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozart PORTVERSION= 1.3.1.20040616 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang tk parallel MASTER_SITES= http://www.mozart-oz.org/download/mozart-ftp/store/1.3.1-2004-06-16/ DISTFILES= ${DISTNAME}-src.tar.gz @@ -31,7 +31,7 @@ MAKE_ARGS= PREFIX=${PREFIX}/lib/oz USE_BISON= build USE_GMAKE= yes HAS_CONFIGURE= yes -USE_XLIB= yes +USE_XORG= x11 USE_AUTOTOOLS= autoconf:213 # magic wand: set INSTALL to some absurd value, or else # mozart's configure will not find the right install diff --git a/lang/sr/Makefile b/lang/sr/Makefile index f4cd2d4abc2..9e6a489e021 100644 --- a/lang/sr/Makefile +++ b/lang/sr/Makefile @@ -7,7 +7,7 @@ PORTNAME= sr PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang parallel MASTER_SITES= ftp://ftp.uu.net/.vol/1/languages/sr/ \ http://www.it.uc3m.es/~ptb/clases/sr/inst/src/ \ @@ -31,7 +31,7 @@ MAN5 = srmap.5 srtrace.5 PLIST_SUB+= X11="@comment " .else PLIST_SUB+= X11="" -USE_XLIB= yes +USE_XORG= x11 .endif .include <bsd.port.pre.mk> diff --git a/mail/ml/Makefile b/mail/ml/Makefile index 66a9202c9d3..e7e75bbb814 100644 --- a/mail/ml/Makefile +++ b/mail/ml/Makefile @@ -7,7 +7,7 @@ PORTNAME= ml PORTVERSION= 3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://ftp.uni-koeln.de/windows/xcontrib/ @@ -16,6 +16,7 @@ COMMENT= An X11 IMAP client WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_IMAKE= yes +USE_XORG= ice sm x11 xext xmu xp xt USE_MOTIF= yes pre-configure: diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile index 528ffb90e22..ef060283799 100644 --- a/mail/xfaces/Makefile +++ b/mail/xfaces/Makefile @@ -6,7 +6,7 @@ PORTNAME= xfaces PORTVERSION= 3.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \ http://www.mavetju.org/download/adopted/xfaces/ @@ -23,12 +23,13 @@ PATCH_DIST_STRIP= MAINTAINER= faber@isi.edu COMMENT= Display shaped icons for mail spool contents -LIB_DEPENDS=compface:${PORTSDIR}/mail/faces:install +LIB_DEPENDS= compface:${PORTSDIR}/mail/faces:install # GNU make properly processes some overridden rules in the makefile that # imake generates. Specifically, installing the html docs. -USE_GMAKE=yes -USE_IMAKE=yes +USE_GMAKE= yes +USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt xpm MAN1= xfaces.1 diff --git a/mail/xlbiff/Makefile b/mail/xlbiff/Makefile index 617eac974b8..4e3c04c1a7c 100644 --- a/mail/xlbiff/Makefile +++ b/mail/xlbiff/Makefile @@ -8,7 +8,7 @@ PORTNAME= xlbiff PORTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.x.org/R5contrib/ EXTRACT_SUFX= .tar.Z @@ -17,6 +17,7 @@ MAINTAINER= obrien@FreeBSD.org COMMENT= The X Literate Biff - displays the from and subject from incoming mails USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xlbiff.1 .include <bsd.port.mk> diff --git a/mail/xmailwatcher/Makefile b/mail/xmailwatcher/Makefile index 38e0265e95a..2981e8e3160 100644 --- a/mail/xmailwatcher/Makefile +++ b/mail/xmailwatcher/Makefile @@ -5,19 +5,20 @@ # $FreeBSD$ # -PORTNAME= xmailwatcher -PORTVERSION= 1.6 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= http://www.dcs.ed.ac.uk/home/gdmr/X11/ -DISTNAME= xmailwatcher +PORTNAME= xmailwatcher +PORTVERSION= 1.6 +PORTREVISION= 2 +CATEGORIES= mail +MASTER_SITES= http://www.dcs.ed.ac.uk/home/gdmr/X11/ +DISTNAME= xmailwatcher -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Mailbox checker which displays sender and subject lines of mails -MAN1= xmailwatcher.1 -PLIST_FILES= bin/xmailwatcher -USE_IMAKE= yes +MAN1= xmailwatcher.1 +PLIST_FILES= bin/xmailwatcher +USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt post-install: ${STRIP_CMD} ${PREFIX}/bin/xmailwatcher diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile index e6cb309c899..57b31e8c078 100644 --- a/math/hexcalc/Makefile +++ b/math/hexcalc/Makefile @@ -7,7 +7,7 @@ PORTNAME= hexcalc PORTVERSION= 1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/ DISTNAME= ${PORTNAME} @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A multi-radix calculator for x11 USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt MAN1= hexcalc.1 PLIST_FILES= bin/hexcalc diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile index c2c87afce84..885296fe620 100644 --- a/math/xgraph/Makefile +++ b/math/xgraph/Makefile @@ -7,7 +7,7 @@ PORTNAME= xgraph PORTVERSION= 11.3.2.20000910 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math print MASTER_SITES= ftp://ftp.cs.utoronto.ca/pub/radford/ DISTNAME= xgraph-11 @@ -17,6 +17,7 @@ MAINTAINER= sanpei@FreeBSD.org COMMENT= A program that helps you plot graphs USE_IMAKE= yes +USE_XORG= x11 xext WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= xgraph.1 diff --git a/misc/kp/Makefile b/misc/kp/Makefile index 101abc79c1e..02edc9cdd99 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -7,7 +7,7 @@ PORTNAME= kp PORTVERSION= 1.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor @@ -17,6 +17,7 @@ COMMENT= The Keyboard Practicer, touch-type training program USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xp xpm xt MAN1= kp.1 post-install: diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 15a5abafb05..3036e6a560b 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -7,7 +7,7 @@ PORTNAME= magicpoint PORTVERSION= 1.13a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= misc MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ @@ -19,6 +19,7 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ RUN_DEPENDS+= pnmscale:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes +USE_XORG= x11 xext xmu xt sm ice xi xtst GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-vflib diff --git a/misc/unclutter/Makefile b/misc/unclutter/Makefile index 4ae667f8bc5..b1eb9ad0f7c 100644 --- a/misc/unclutter/Makefile +++ b/misc/unclutter/Makefile @@ -7,7 +7,7 @@ PORTNAME= unclutter PORTVERSION= 8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities @@ -18,6 +18,7 @@ COMMENT= Remove idle cursor image from screen WRKSRC= $(WRKDIR)/unclutter USE_IMAKE= yes +USE_XORG= x11 xext MAN1= unclutter.1 PLIST_FILES= bin/unclutter diff --git a/misc/xgas/Makefile b/misc/xgas/Makefile index 43fd50acc4b..6c640abd0f7 100644 --- a/misc/xgas/Makefile +++ b/misc/xgas/Makefile @@ -7,7 +7,7 @@ PORTNAME= xgas PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/demos @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The animated simulation of an ideal gas USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt MAN1= xgas.1 PLIST_FILES= bin/xgas lib/X11/app-defaults/XGas diff --git a/misc/xless/Makefile b/misc/xless/Makefile index cf7a58dae96..9740df1b5ff 100644 --- a/misc/xless/Makefile +++ b/misc/xless/Makefile @@ -7,7 +7,7 @@ PORTNAME= xless PORTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/ @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An X11 viewer for text files. Useful as an add-on tool for other apps USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xless.1 MANCOMPRESSED= yes diff --git a/misc/xtar/Makefile b/misc/xtar/Makefile index 06ef26137d6..30244e8decb 100644 --- a/misc/xtar/Makefile +++ b/misc/xtar/Makefile @@ -7,7 +7,7 @@ PORTNAME= xtar PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities @@ -17,6 +17,7 @@ COMMENT= View and manipulate contents of a tar file USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xext xp xt MAKE_ARGS= XMLIB="${MOTIFLIB}" MAN1= xtar.1 PLIST_FILES= bin/xtar lib/X11/xtar/xtar.doc lib/X11/app-defaults/XTar diff --git a/misc/xtypo/Makefile b/misc/xtypo/Makefile index 187f10742dd..ad21dc84c3f 100644 --- a/misc/xtypo/Makefile +++ b/misc/xtypo/Makefile @@ -7,7 +7,7 @@ PORTNAME= xtypo PORTVERSION= 1.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.intec.co.jp/pub/utils/ @@ -16,6 +16,7 @@ COMMENT= X-based keyboard trainer PLIST_FILES= bin/xtypo USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt ALL_TARGET= xtypo WRKSRC= ${WRKDIR}/xtypo diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 48e73093a46..d5a169c95cf 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -7,7 +7,7 @@ PORTNAME= fxtv PORTVERSION= 1.03 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= rhh @@ -19,7 +19,7 @@ COMMENT= X-based TV Display and Capture Application (for use with bt848 driver) LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d -USE_XORG= xpm xf86vidmodeproto xxf86dga +USE_XORG= ice sm x11 xaw xext xmu xt xpm xxf86vm xxf86dga USE_GMAKE= yes MAKE_FLAGS= -e MAN1= fxtv.1 diff --git a/multimedia/mpeg2play/Makefile b/multimedia/mpeg2play/Makefile index 40696ca9d2e..9bfa9f9e223 100644 --- a/multimedia/mpeg2play/Makefile +++ b/multimedia/mpeg2play/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpeg2play PORTVERSION= 1.1b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/ @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A program to play mpeg-2 movies on X displays USE_IMAKE= yes +USE_XORG= x11 xext xp xt USE_MOTIF= yes ALL_TARGET= mpeg2play diff --git a/multimedia/mpeg_play/Makefile b/multimedia/mpeg_play/Makefile index 26b509daf30..31cbb84908a 100644 --- a/multimedia/mpeg_play/Makefile +++ b/multimedia/mpeg_play/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpeg_play PORTVERSION= 2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/ \ ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/ @@ -18,6 +18,7 @@ COMMENT= A program to play mpeg movies on X displays WRKSRC= ${WRKDIR}/mpeg_play USE_IMAKE= yes +USE_XORG= x11 xext MAN1= mpeg_play.1 PLIST_FILES= bin/mpeg_play diff --git a/net-im/trix/Makefile b/net-im/trix/Makefile index 25cda2337e0..224359eab48 100644 --- a/net-im/trix/Makefile +++ b/net-im/trix/Makefile @@ -7,7 +7,7 @@ PORTNAME= trix PORTVERSION= 0.94 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= SF @@ -17,7 +17,7 @@ COMMENT= TriX is a chat compatible with 2.0 protocol of the Vypress Chat USE_QT_VER= 3 USE_GMAKE= yes USE_PERL5= yes -USE_XLIB= yes +USE_XORG= xext GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/net/pload/Makefile b/net/pload/Makefile index 98dd3602d5c..2f5dd514a20 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -7,7 +7,7 @@ PORTNAME= pload PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://opal.com/freebsd/ports/net/pload/ @@ -17,6 +17,7 @@ MAINTAINER= fbsd@opal.com COMMENT= An X11 program to display network traffic graphs USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt HAS_CONFIGURE= yes MAN1= pload.1 diff --git a/net/tridiavnc/Makefile b/net/tridiavnc/Makefile index 030f81c312c..29f28cfe2cc 100644 --- a/net/tridiavnc/Makefile +++ b/net/tridiavnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= tridiavnc PORTVERSION= 1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=dwcjr @@ -20,6 +20,7 @@ COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays USE_PERL5= yes WRKSRC= ${WRKDIR}/unix/vnc_unixsrc USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt xpm ALL_TARGET= World NO_INSTALL_MANPAGES= yes XFREE86_HTML_MAN= no diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 06faf64d10e..db54d8da0fa 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= vnc PORTVERSION= 4.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://www.realvnc.com/:vnc DISTNAME= vnc-4_1_3-unixsrc @@ -23,8 +23,7 @@ RUN_DEPENDS= xorg-fonts>=7.2:${PORTSDIR}/x11-fonts/xorg-fonts \ GNU_CONFIGURE= yes # The vnc supplied zlib seg. faults if compiled with -O CONFIGURE_ARGS= --with-installed-zlib -USE_XLIB= yes -USE_XORG= xpm xext +USE_XORG= x11 xext xpm xext xtst sm ice inputproto WANT_PERL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix diff --git a/net/wmnet2/Makefile b/net/wmnet2/Makefile index c0f801542c0..430def0d3f5 100644 --- a/net/wmnet2/Makefile +++ b/net/wmnet2/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmnet2 PORTVERSION= 1.06 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://mirror2.unixfreunde.de/ \ http://freebsd.unixfreunde.de/sources/ @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A nice network monitor for WindowMaker USE_IMAKE= yes +USE_XORG= x11 xext MAN1= wmnet2.1 PLIST_FILES= bin/wmnet2 diff --git a/net/xipmsg/Makefile b/net/xipmsg/Makefile index 84931539d14..213c1145e52 100644 --- a/net/xipmsg/Makefile +++ b/net/xipmsg/Makefile @@ -7,7 +7,7 @@ PORTNAME= xipmsg PORTVERSION= 0.8088 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.bsddiary.net/xipmsg/ DISTNAME= xipmsg-${PORTVERSION:E} @@ -16,6 +16,7 @@ MAINTAINER= candy@kgc.co.jp COMMENT= A popup style message communication tool for X11 USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xipmsg.1 MANCOMPRESSED= yes diff --git a/news/xrn/Makefile b/news/xrn/Makefile index 699e5bdaf4c..62fce1f2982 100644 --- a/news/xrn/Makefile +++ b/news/xrn/Makefile @@ -7,7 +7,7 @@ PORTNAME= xrn PORTVERSION= 9.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news MASTER_SITES= ftp://sipb.mit.edu/pub/xrn/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Usenet News reader for the X Window System USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xrn.1 MANCOMPRESSED= no diff --git a/print/bibview/Makefile b/print/bibview/Makefile index 8e738dace9c..7ff48855d01 100644 --- a/print/bibview/Makefile +++ b/print/bibview/Makefile @@ -7,7 +7,7 @@ PORTNAME= bibview PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print databases MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= biblio/bibtex/utils/bibview-2.0 @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical interface for manipulating BibTeX bibliography databases USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt WRKSRC= ${WRKDIR}/bibview-${PORTVERSION} MAN1= bibview.1 diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 9911584498a..66580e3b161 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdvi PORTVERSION= pl20 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications @@ -21,6 +21,7 @@ CONFLICTS= teTeX-* DIST_SUBDIR= xdvi USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt xpm USE_GMAKE= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall diff --git a/print/xmbibtex/Makefile b/print/xmbibtex/Makefile index 532e2dc30fb..6a1cd5c2d19 100644 --- a/print/xmbibtex/Makefile +++ b/print/xmbibtex/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmbibtex PORTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print databases MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/tex @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xext xmu xp xt xpm NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xmbibtex lib/X11/app-defaults/XmBibTeX diff --git a/science/2d-rewriter/Makefile b/science/2d-rewriter/Makefile index 282ac001304..51b6dd36b91 100644 --- a/science/2d-rewriter/Makefile +++ b/science/2d-rewriter/Makefile @@ -6,7 +6,8 @@ # PORTNAME= 2d-rewriter -DISTVERSION= 1.3 +PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.crowdeduniverse.org/distfiles/ @@ -16,9 +17,10 @@ COMMENT= Cellular automata simulator MAN1= 2d-rewriter.1 MANCOMPRESSED= yes USE_IMAKE= yes +USE_XORG= x11 xext -post-install: .if !defined(NOPORTEXAMPLES) +post-install: ${MKDIR} ${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif diff --git a/science/gramps/Makefile b/science/gramps/Makefile index 4da6e5ea332..211041bdaa7 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -6,7 +6,7 @@ PORTNAME= gramps PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science gnome python MASTER_SITES= SF @@ -17,7 +17,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml USE_BDB= 43 -USE_XLIB= yes USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/science/silo/Makefile b/science/silo/Makefile index 88e2cc5a4f0..949782759eb 100644 --- a/science/silo/Makefile +++ b/science/silo/Makefile @@ -7,7 +7,7 @@ PORTNAME= silo PORTVERSION= 4.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/ @@ -26,7 +26,6 @@ USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes -USE_XLIB= yes USE_QT_VER= 3 QT_COMPONENTS= moc uic diff --git a/security/xspy/Makefile b/security/xspy/Makefile index 896f926ec06..8fc7a8ffad6 100644 --- a/security/xspy/Makefile +++ b/security/xspy/Makefile @@ -7,7 +7,7 @@ PORTNAME= xspy PORTVERSION= 1.0c -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.acm.vt.edu/~jmaxwell/programs/xspy/ @@ -16,6 +16,7 @@ COMMENT= A utility for monitoring keystrokes on remote X servers WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes +USE_XORG= x11 XMKMF= xmkmf ALL_TARGET= xspy diff --git a/sysutils/contool/Makefile b/sysutils/contool/Makefile index d09953d640e..3d1647ee012 100644 --- a/sysutils/contool/Makefile +++ b/sysutils/contool/Makefile @@ -7,7 +7,7 @@ PORTNAME= contool PORTVERSION= 3.3a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nsayer @@ -20,6 +20,7 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview NO_CDROM= "source code cannot be sold, nor can you incorporate the source code into a product which is subsequently sold" NO_WRKSUBDIR= yes USE_IMAKE= yes +USE_XORG= x11 xext MAN1= contool.1 diff --git a/sysutils/mmore/Makefile b/sysutils/mmore/Makefile index ca5a454339d..1f1f210c285 100644 --- a/sysutils/mmore/Makefile +++ b/sysutils/mmore/Makefile @@ -7,7 +7,7 @@ PORTNAME= mmore PORTVERSION= 1.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://matt.sixxgate.com/files/ @@ -17,6 +17,7 @@ COMMENT= An Motif/X file/stream viewer USE_MOTIF= yes USE_BZIP2= yes USE_IMAKE= yes +USE_XORG= x11 xmu xt MAN1= mmore.1 MANCOMPRESSED= yes diff --git a/sysutils/perf/Makefile b/sysutils/perf/Makefile index a6376b3a844..fb5cc8ae821 100644 --- a/sysutils/perf/Makefile +++ b/sysutils/perf/Makefile @@ -7,7 +7,7 @@ PORTNAME= perf PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.spyz.org/perf/ @@ -17,6 +17,7 @@ COMMENT= Xview-based system monitoring tool LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview USE_IMAKE= yes +USE_XORG= x11 xext MAN1= perf.1 PLIST_FILES= bin/perf XFREE86_HTML_MAN= no diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile index 551ea0b9de7..91152c7ec6d 100644 --- a/sysutils/roottail/Makefile +++ b/sysutils/roottail/Makefile @@ -7,7 +7,7 @@ PORTNAME= roottail PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.goof.com/pcg/marc/data/ DISTNAME= root-tail-${PORTVERSION} @@ -24,6 +24,7 @@ COMMENT= Print text directly to X11 root window MAN1= root-tail.1 PLIST_FILES= bin/root-tail USE_IMAKE= yes +USE_XORG= x11 xext MAKE_ARGS= CC="${CC}" pre-everything:: diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile index 968a9e5249c..0681645811f 100644 --- a/sysutils/xbattbar/Makefile +++ b/sysutils/xbattbar/Makefile @@ -7,7 +7,7 @@ PORTNAME= xbattbar PORTVERSION= 1.4.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://iplab.aist-nara.ac.jp/member/suguru/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,6 +16,7 @@ MAINTAINER= sumikawa@FreeBSD.org COMMENT= Simple battery meter USE_IMAKE= yes +USE_XORG= x11 xext WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION} MAN1= xbattbar.1 PLIST_FILES= bin/xbattbar diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index d15ace312e7..6b8e2e4fa9e 100644 --- a/sysutils/xcpustate/Makefile +++ b/sysutils/xcpustate/Makefile @@ -8,7 +8,7 @@ PORTNAME= xcpustate PORTVERSION= 2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/jdd/xcpustate/ \ ${MASTER_SITE_XCONTRIB} @@ -22,6 +22,7 @@ EXTRACT_CMD= ${CAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt NO_WRKSUBDIR= yes MAN1= xcpustate.1 diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index e2261ffaff0..e244e789efb 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdu PORTVERSION= 3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://sd.wareonearth.com/~phil/xdu/ EXTRACT_SUFX= .tar.Z @@ -17,6 +17,7 @@ COMMENT= Graphically display output of du NO_WRKSUBDIR= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt PLIST_FILES= bin/xdu lib/X11/app-defaults/XDu MAN1= xdu.1 diff --git a/sysutils/xloadface/Makefile b/sysutils/xloadface/Makefile index caa97c0cf77..5d3225679d2 100644 --- a/sysutils/xloadface/Makefile +++ b/sysutils/xloadface/Makefile @@ -7,7 +7,7 @@ PORTNAME= xloadface PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.kazu.kz/freebsd/ @@ -18,6 +18,7 @@ BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf PATCH_STRIP= -p1 USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt XLOADFACEDIR= $(LOCALBASE)/lib/X11/xloadface MAN1= xloadface.1 diff --git a/sysutils/xwipower/Makefile b/sysutils/xwipower/Makefile index c2fe558c99e..90d4d9480f9 100644 --- a/sysutils/xwipower/Makefile +++ b/sysutils/xwipower/Makefile @@ -7,7 +7,7 @@ PORTNAME= xwipower PORTVERSION= 20000623 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.fumi.org/pub/xwipower/ EXTRACT_SUFX= .tgz @@ -19,6 +19,7 @@ ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/xwipower USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt xpm .include <bsd.port.pre.mk> diff --git a/textproc/docbook-to-man/Makefile b/textproc/docbook-to-man/Makefile index b1ea66d8bb5..c670e0a81b7 100644 --- a/textproc/docbook-to-man/Makefile +++ b/textproc/docbook-to-man/Makefile @@ -7,7 +7,7 @@ PORTNAME= docbook-to-man PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.oasis-open.org/docbook/tools/dtm/ DISTNAME= ${PORTNAME} diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile index ae38c0b5cf8..ab91a10899a 100644 --- a/textproc/mgdiff/Makefile +++ b/textproc/mgdiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= mgdiff PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications @@ -18,6 +18,7 @@ COMMENT= A graphical front end to the Unix diff command USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xext xmu xp xt MAN1= mgdiff.1 post-install: diff --git a/vietnamese/vnterm/Makefile b/vietnamese/vnterm/Makefile index 46174d75f9e..11e38696d69 100644 --- a/vietnamese/vnterm/Makefile +++ b/vietnamese/vnterm/Makefile @@ -8,7 +8,7 @@ PORTNAME= vnterm PORTVERSION= 3.4 #11.6.6[.0] -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= vietnamese x11 MASTER_SITES= ftp://ftp.x.org/pub/R6.6/tars/ DISTNAME= xorg-1 @@ -17,6 +17,7 @@ MAINTAINER= obrien@FreeBSD.org COMMENT= An xterm that speaks Vietnamese USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt xpm .include <bsd.port.pre.mk> diff --git a/www/ashe/Makefile b/www/ashe/Makefile index 0d917af2780..bff2ed7fb01 100644 --- a/www/ashe/Makefile +++ b/www/ashe/Makefile @@ -7,7 +7,7 @@ PORTNAME= ashe PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.3/%SUBDIR%/ MASTER_SITE_SUBDIR= src libcci libhtmlw-2.7 @@ -22,6 +22,7 @@ INSTALL_WRKSRC= ${WRKDIR}/src USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xp xpm xt MAN1= xhtml.1 post-patch: diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 649d1c7fc12..f5097b05c99 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -7,7 +7,7 @@ PORTNAME= chimera PORTVERSION= 1.70p0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.rocklinux.net/people/ripclaw/projects/software/chimera/devel/ @@ -18,6 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support NO_LATEST_LINK= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= chimera.1 diff --git a/x11-clocks/bclock/Makefile b/x11-clocks/bclock/Makefile index ca6479ad7b0..1cf7d519516 100644 --- a/x11-clocks/bclock/Makefile +++ b/x11-clocks/bclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= bclock PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/clocks @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A round, analog X11 clock with bezier curve hands USE_IMAKE= yes +USE_XORG= ice sm x11 xext xmu xt MAN1= bclock.1 PLIST_FILES= bin/bclock \ diff --git a/x11-clocks/dclock/Makefile b/x11-clocks/dclock/Makefile index dfe82b7f1df..20202da0e24 100644 --- a/x11-clocks/dclock/Makefile +++ b/x11-clocks/dclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= dclock PORTVERSION= 2.1.2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/d/dclock @@ -21,6 +21,7 @@ MAINTAINER= yasu@utahime.org COMMENT= A 7-segment digital clock with some optional features USE_IMAKE= yes +USE_XORG= ice sm x11 xext xt WRKSRC= ${WRKDIR}/dclock MAN1= dclock.1 diff --git a/x11-clocks/emiclock/Makefile b/x11-clocks/emiclock/Makefile index ed91bfd68dc..55ecb4c92b0 100644 --- a/x11-clocks/emiclock/Makefile +++ b/x11-clocks/emiclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= emiclock PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks MASTER_SITES= http://download.vector.co.jp/pack/unix/personal/tokei/ @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Hyper-animated face analog clock for X11 USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= emiclock.1 LANGRES= resources/R6/EUC/EmiClock.ad diff --git a/x11-clocks/lmclock/Makefile b/x11-clocks/lmclock/Makefile index 0c15eee8158..4b5b1ad1c84 100644 --- a/x11-clocks/lmclock/Makefile +++ b/x11-clocks/lmclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= lmclock PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= http://pantransit.reptiles.org/prog/ \ CRITICAL @@ -16,6 +16,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A Xerox Lisp machine clock clone USE_IMAKE= yes +USE_XORG= x11 xext MAKE_JOBS_SAFE= yes PLIST_FILES= bin/lmclock diff --git a/x11-clocks/mouseclock/Makefile b/x11-clocks/mouseclock/Makefile index 8979f4564d4..f90704a802a 100644 --- a/x11-clocks/mouseclock/Makefile +++ b/x11-clocks/mouseclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= mouseclock PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/clocks @@ -17,6 +17,7 @@ COMMENT= Display the current time using the X root cursor USE_GMAKE= yes USE_IMAKE= yes +USE_XORG= x11 xext XMKMF= xmkmf NO_INSTALL_MANPAGES= yes diff --git a/x11-clocks/swisswatch/Makefile b/x11-clocks/swisswatch/Makefile index 0db5300ff2b..91a0b96aa2a 100644 --- a/x11-clocks/swisswatch/Makefile +++ b/x11-clocks/swisswatch/Makefile @@ -7,7 +7,7 @@ PORTNAME= swisswatch PORTVERSION= 0.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_PORTS_JP} EXTRACT_SUFX= .tar.Z @@ -16,6 +16,7 @@ MAINTAINER= sanpei@FreeBSD.org COMMENT= A Swiss railway clock emulation, and a fancy default appearance USE_IMAKE= yes +USE_XORG= ice sm x11 xext xmu xt MAN1= swisswatch.1 .include <bsd.port.mk> diff --git a/x11-clocks/t3d/Makefile b/x11-clocks/t3d/Makefile index 5e011dc720a..26ab571fcec 100644 --- a/x11-clocks/t3d/Makefile +++ b/x11-clocks/t3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= t3d PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= http://www.jwdt.com/~paysan/ DISTNAME= t3d @@ -22,6 +22,7 @@ EXTRACT_AFTER_ARGS= | ${SH} NO_WRKSUBDIR= yes USE_IMAKE= yes +USE_XORG= x11 xext MAN1= t3d.1 PLIST_FILES= bin/t3d diff --git a/x11-clocks/tclock/Makefile b/x11-clocks/tclock/Makefile index 50ed1b55507..37bef3985e4 100644 --- a/x11-clocks/tclock/Makefile +++ b/x11-clocks/tclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= tclock PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/ \ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ @@ -18,6 +18,7 @@ COMMENT= Transparent analog clock for x11 NO_WRKSUBDIR= yes USE_IMAKE= yes +USE_XORG= x11 xext MAN1= tclock.1 PLIST_FILES= bin/tclock diff --git a/x11-clocks/xalarm/Makefile b/x11-clocks/xalarm/Makefile index 2cde6e91727..441ad46a0e9 100644 --- a/x11-clocks/xalarm/Makefile +++ b/x11-clocks/xalarm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xalarm PORTVERSION= 3.06 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An X based alarm clock USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt IS_INTERACTIVE= yes .include <bsd.port.pre.mk> diff --git a/x11-clocks/xtimer/Makefile b/x11-clocks/xtimer/Makefile index 1a7c0b86cbd..e4405053f40 100644 --- a/x11-clocks/xtimer/Makefile +++ b/x11-clocks/xtimer/Makefile @@ -7,7 +7,7 @@ PORTNAME= xtimer PORTVERSION= 0.8089 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= http://www.bsddiary.net/xtimer/ DISTNAME= ${PORTNAME}-8089 @@ -16,6 +16,7 @@ MAINTAINER= candy@kgc.co.jp COMMENT= A simple digital timer for X11 USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xtimer.1 PLIST_FILES= bin/xtimer diff --git a/x11-fm/xcruise/Makefile b/x11-fm/xcruise/Makefile index d1c93f89407..c0bd98e4fe1 100644 --- a/x11-fm/xcruise/Makefile +++ b/x11-fm/xcruise/Makefile @@ -8,15 +8,15 @@ PORTNAME= xcruiser PORTVERSION= 0.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= sanpei@FreeBSD.org COMMENT= Navigate through a three-dimensional view of a file system USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xcruiser.1 post-install: diff --git a/x11-fm/xfm/Makefile b/x11-fm/xfm/Makefile index 2a75e1058cc..f0a608ca991 100644 --- a/x11-fm/xfm/Makefile +++ b/x11-fm/xfm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfm PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/ @@ -17,7 +17,7 @@ COMMENT= The X File Manager LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xfm.1 xfmtype.1 .include <bsd.port.mk> diff --git a/x11-fonts/jmk-x11-fonts/Makefile b/x11-fonts/jmk-x11-fonts/Makefile index 0e636b49609..10a9594c2fc 100644 --- a/x11-fonts/jmk-x11-fonts/Makefile +++ b/x11-fonts/jmk-x11-fonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= jmk-x11-fonts PORTVERSION= 3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= http://www.jmknoble.net/fonts/ diff --git a/x11-fonts/nexfontsel/Makefile b/x11-fonts/nexfontsel/Makefile index 0c72aa28ebd..d5c2ab976e9 100644 --- a/x11-fonts/nexfontsel/Makefile +++ b/x11-fonts/nexfontsel/Makefile @@ -7,7 +7,7 @@ PORTNAME= nexfontsel PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ \ ${MASTER_SITE_LOCAL} @@ -20,6 +20,7 @@ COMMENT= A neXtaw based replacement for xfontsel LIB_DEPENDS= neXtaw:${PORTSDIR}/x11-toolkits/neXtaw USE_IMAKE= yes +USE_XORG= xaw MAN1= nexfontsel.1 diff --git a/x11-fonts/sgifonts/Makefile b/x11-fonts/sgifonts/Makefile index 05b909496d2..d4019d3a167 100644 --- a/x11-fonts/sgifonts/Makefile +++ b/x11-fonts/sgifonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= sgifonts PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= ftp://patches-europe.sgi.com/pub/linux/ProPack1.4/SRPMS/ \ ftp://ftp.rediris.es/sites/patches-europe.sgi.com/pub/linux/ProPack1.4/SRPMS/ diff --git a/x11-fonts/xfed/Makefile b/x11-fonts/xfed/Makefile index 3affec02d27..44951806b5e 100644 --- a/x11-fonts/xfed/Makefile +++ b/x11-fonts/xfed/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfed PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://mirror2.unixfreunde.de/ @@ -18,6 +18,7 @@ COMMENT= A program that will let you edit X fonts (.bdf files) IGNOREFILES= ${DISTFILES} USE_IMAKE= yes +USE_XORG= x11 xext MAKE_FLAGS= MANDIR=${PREFIX}/man/man1 BINDIR=${PREFIX}/bin -f WRKSRC= ${WRKDIR}/xfed MAN1= xfed.1 diff --git a/x11-servers/x2x/Makefile b/x11-servers/x2x/Makefile index 8f9c2195d43..5f75614f7b0 100644 --- a/x11-servers/x2x/Makefile +++ b/x11-servers/x2x/Makefile @@ -7,7 +7,7 @@ PORTNAME= x2x PORTVERSION= 1.27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-servers MASTER_SITES= http://gatekeeper.dec.com/pub/DEC/SRC/x2x/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A program to link multiple X servers together USE_IMAKE= yes +USE_XORG= x11 xext xtst USE_GMAKE= yes MAKE_ENV= MAKE=${GMAKE} MAN1= x2x.1 diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 1449ee5d3cf..3d892c3a6be 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= Xaw3d PORTVERSION= 1.5E -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ @@ -17,6 +17,7 @@ COMMENT= A 3-D Athena Widget set that looks like Motif WRKSRC= ${WRKDIR}/xc/lib/Xaw3d USE_IMAKE= yes USE_LDCONFIG= yes +USE_XORG= x11 xext xmu xt sm ice xpm SUB_FILES= pkg-message SUB_LIST= XAWVER="${XAWVER}" diff --git a/x11-toolkits/mowitz/Makefile b/x11-toolkits/mowitz/Makefile index ff7cf12aad1..44b5ee1b341 100644 --- a/x11-toolkits/mowitz/Makefile +++ b/x11-toolkits/mowitz/Makefile @@ -6,7 +6,7 @@ PORTNAME= Mowitz PORTVERSION= 0.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= http://siag.nu/pub/mowitz/ @@ -16,7 +16,7 @@ COMMENT= This is the Mowitz ("More widgets") library LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_AUTOTOOLS= libtool:15 -USE_XORG= xpm +USE_XORG= ice sm x11 xaw xext xmu xpm xt USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xawm=Xaw3d diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index 85efa7bd6fe..e1d10c6a0a1 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -7,7 +7,7 @@ PORTNAME= xview-clients PORTVERSION= 3.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.efd.lth.se/pub/X11/ \ ftp://ftp.uni-heidelberg.de/pub/X11/contrib/libraries/ \ @@ -23,6 +23,7 @@ PATCH_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../xview:patch LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview USE_IMAKE= yes +USE_XORG= x11 xext WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../xview/work/${DISTNAME} ALL_TARGET= Clients diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 5f4ac3e5093..97ec93eed24 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -7,7 +7,7 @@ PORTNAME= xview PORTVERSION= 3.2.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.efd.lth.se/pub/X11/ \ ftp://ftp.uni-heidelberg.de/pub/X11/contrib/libraries/ \ @@ -24,6 +24,7 @@ BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ ONLY_FOR_ARCHS= i386 REINPLACE_ARGS= -i "" USE_IMAKE= yes +USE_XORG= x11 USE_LDCONFIG= yes IMAKEINCLUDE= "-I${LOCALBASE}/lib/X11/config -I${WRKSRC}/config" MAKE_ENV+= IMAKEINCLUDE=${IMAKEINCLUDE} diff --git a/x11-wm/larswm/Makefile b/x11-wm/larswm/Makefile index 2f844f39517..49007df5740 100644 --- a/x11-wm/larswm/Makefile +++ b/x11-wm/larswm/Makefile @@ -7,7 +7,7 @@ PORTNAME= larswm PORTVERSION= 7.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://www.safereconnect.com/fnurt/larswm/ @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tiling Window Manager for X USE_IMAKE= yes +USE_XORG= ice sm x11 xext xmu xt MAN1= larsclock.1 larsmenu.1 larsremote.1 larswm.1 diff --git a/x11-wm/lwm/Makefile b/x11-wm/lwm/Makefile index 07f70069b02..1bc6b3e5de9 100644 --- a/x11-wm/lwm/Makefile +++ b/x11-wm/lwm/Makefile @@ -7,7 +7,7 @@ PORTNAME= lwm PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://www.jfc.org.uk/files/lwm/ @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A lightweight window manager USE_IMAKE= yes +USE_XORG= sm x11 xext MAN1= lwm.1 PORTDOCS= AUTHORS BUGS ChangeLog README TODO diff --git a/x11-wm/w9wm/Makefile b/x11-wm/w9wm/Makefile index eb9d4f89536..6ebeaefd6c5 100644 --- a/x11-wm/w9wm/Makefile +++ b/x11-wm/w9wm/Makefile @@ -7,7 +7,7 @@ PORTNAME= w9wm PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://www.grassouille.org/code/w9wm/src/ @@ -17,6 +17,7 @@ COMMENT= A hack of 9wm to give virtual screens WRKSRC= ${WRKDIR}/${DISTNAME}.orig USE_IMAKE= yes +USE_XORG= x11 xext MAN1= w9wm.1 PLIST_FILES= bin/w9wm diff --git a/x11/dynamag/Makefile b/x11/dynamag/Makefile index e0691f4e737..609780b1656 100644 --- a/x11/dynamag/Makefile +++ b/x11/dynamag/Makefile @@ -7,7 +7,7 @@ PORTNAME= dynamag PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 accessibility MASTER_SITES= ftp://trace.wisc.edu/pub/access_utils/unix/ DISTNAME= unwindows @@ -20,6 +20,7 @@ ALL_TARGET= dynamag NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/dynamag USE_IMAKE= yes +USE_XORG= x11 xaw xext xmu xt xpm sm ice WRKSRC= ${WRKDIR}/${PORTNAME} do-install: diff --git a/x11/emu/Makefile b/x11/emu/Makefile index 5a9b2f80d82..0a6e29ae0ea 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -7,7 +7,7 @@ PORTNAME= emu PORTVERSION= 1.31 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications @@ -19,6 +19,7 @@ BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt USE_DISPLAY= yes WRKSRC= ${WRKDIR}/emu diff --git a/x11/kb2mb2/Makefile b/x11/kb2mb2/Makefile index e071004f115..eefb4c745b4 100644 --- a/x11/kb2mb2/Makefile +++ b/x11/kb2mb2/Makefile @@ -7,7 +7,7 @@ PORTNAME= kb2mb2 PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_PORTS_JP} @@ -16,5 +16,6 @@ COMMENT= Redirect any key to second mouse button PLIST_FILES= bin/kb2mb2 USE_IMAKE= yes +USE_XORG= x11 xext xtst .include <bsd.port.mk> diff --git a/x11/libsx/Makefile b/x11/libsx/Makefile index 5d155a96140..3724329e5f9 100644 --- a/x11/libsx/Makefile +++ b/x11/libsx/Makefile @@ -7,7 +7,7 @@ PORTNAME= libsx PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= libraries @@ -19,8 +19,9 @@ COMMENT= Simple X11 library LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d -USE_XORG= x11 xext xmu xt +USE_XORG= x11 xaw xext xmu xt ALL_TARGET= src freq +MAKE_JOBS_UNSAFE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/src/libsx.a ${PREFIX}/lib diff --git a/x11/lupe/Makefile b/x11/lupe/Makefile index e103d4edfcb..07ab5b8ad8e 100644 --- a/x11/lupe/Makefile +++ b/x11/lupe/Makefile @@ -7,7 +7,7 @@ PORTNAME= lupe PORTVERSION= 0.08 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 accessibility MASTER_SITES= http://www.oersted.co.jp/~yav/soft/ DISTNAME= lupe008 @@ -17,6 +17,7 @@ COMMENT= Real-time magnifying glass for X11 WRKSRC= ${WRKDIR}/lupe USE_IMAKE= yes +USE_XORG= x11 xext XMKMF= xmkmf MAN1= lupe.1 diff --git a/x11/mxico/Makefile b/x11/mxico/Makefile index 580cda88b60..d36a880a2d6 100644 --- a/x11/mxico/Makefile +++ b/x11/mxico/Makefile @@ -9,7 +9,7 @@ PORTNAME= mxico PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://people.freebsd.org/~maho/mxico/ @@ -17,6 +17,7 @@ MAINTAINER= maho@FreeBSD.org COMMENT= Rotating Object on the screen (Zalgaller polyhedra) USE_IMAKE= yes +USE_XORG= x11 xext WRKSRC= ${WRKDIR}/${PORTNAME} MAN6= mxico.6 diff --git a/x11/props/Makefile b/x11/props/Makefile index 8ca25812774..d2b348db3d9 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -7,7 +7,7 @@ PORTNAME= props PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= fenner @@ -19,6 +19,7 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/props USE_IMAKE= yes +USE_XORG= x11 xext MAKE_ARGS= INFOFILES="" post-install: diff --git a/x11/sxpc/Makefile b/x11/sxpc/Makefile index c1d6fe3a6bc..2e53e0bff91 100644 --- a/x11/sxpc/Makefile +++ b/x11/sxpc/Makefile @@ -7,7 +7,7 @@ PORTNAME= sxpc PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index fba76864214..c18fbc0b610 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -7,7 +7,7 @@ PORTNAME= x3270 PORTVERSION= 3.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 net MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -20,6 +20,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-pr3287 --with-fontdir=local --disable-dbcs .if defined(WITHOUT_OPENSSL) diff --git a/x11/xaniroc/Makefile b/x11/xaniroc/Makefile index 1cf58baddb4..394b6716172 100644 --- a/x11/xaniroc/Makefile +++ b/x11/xaniroc/Makefile @@ -7,16 +7,17 @@ PORTNAME= xaniroc PORTVERSION= 1.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.42.org/pub/orphan/ -DISTNAME= ${PORTNAME} +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .src.tar.Z MAINTAINER= sec@42.org COMMENT= Animate your root-cursor USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xaniroc.1 PLIST_FILES= bin/xaniroc diff --git a/x11/xantfarm/Makefile b/x11/xantfarm/Makefile index 4841ffa5df5..0e8b20c257b 100644 --- a/x11/xantfarm/Makefile +++ b/x11/xantfarm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xantfarm PORTVERSION= 1.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.acme.com/software/xantfarm/ DISTNAME= ${PORTNAME}_23oct1991 @@ -17,6 +17,7 @@ COMMENT= Ant hill simulation on X11 root window WRKSRC= ${WRKDIR}/xantfarm USE_IMAKE= yes +USE_XORG= x11 xext xt MAN1= xantfarm.1 PLIST_FILES= bin/xantfarm diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index e7f877f18b1..a8fa4620c80 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -7,6 +7,7 @@ PORTNAME= xautolock PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/screensavers @@ -18,6 +19,7 @@ COMMENT= Used to activate xlock after a user defined time of inactivity RUN_DEPENDS= xlock:${PORTSDIR}/x11/xlockmore USE_IMAKE= yes +USE_XORG= x11 xext xscrnsaver MAN1= xautolock.1 PLIST_FILES= bin/xautolock diff --git a/x11/xbelld/Makefile b/x11/xbelld/Makefile index 8755679b638..5bfb4cffb55 100644 --- a/x11/xbelld/Makefile +++ b/x11/xbelld/Makefile @@ -7,7 +7,7 @@ PORTNAME= xbelld PORTVERSION= 0.2b2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.meowfishies.com/code/ DISTNAME= ${PORTNAME}-0.2beta2 @@ -19,6 +19,7 @@ COMMENT= XBellD is a small daemon for replacing the standard X terminal bell LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile USE_IMAKE= yes +USE_XORG= ice sm xtrap xmu xt USE_GNOME= esound PLIST_FILES= bin/xbelld \ diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile index 09a28e20b65..37a2eb07d1f 100644 --- a/x11/xcb/Makefile +++ b/x11/xcb/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcb PORTVERSION= 2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.goof.com/pcg/marc/data/ @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A tool for managing x11 cut-buffers USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt MAN1= xcb.1 .include <bsd.port.mk> diff --git a/x11/xcmd/Makefile b/x11/xcmd/Makefile index 4f4580d7aa2..1891bbfea5b 100644 --- a/x11/xcmd/Makefile +++ b/x11/xcmd/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcmd PORTVERSION= 1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.breuninger.org/files/distfiles/ @@ -17,6 +17,7 @@ MAINTAINER= ob@breuninger.org COMMENT= Xcmd is a front-end for starting programs under X11 USE_IMAKE= yes +USE_XORG= ice sm x11 xext xmu xt MANCOMPRESSED= yes MAN1= xcmd.1 diff --git a/x11/xco/Makefile b/x11/xco/Makefile index c1108c6d0ea..bdfaaf903ac 100644 --- a/x11/xco/Makefile +++ b/x11/xco/Makefile @@ -7,7 +7,7 @@ PORTNAME= xco PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 DISTNAME= ${PORTNAME} @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Display X11 color names and colors USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xco.1 MANCOMPRESSED= yes DOCDIR= ${PREFIX}/share/doc/xco diff --git a/x11/xcoloredit/Makefile b/x11/xcoloredit/Makefile index d3cf70c1737..d43b00a3bea 100644 --- a/x11/xcoloredit/Makefile +++ b/x11/xcoloredit/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcoloredit PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTNAME= ${PORTNAME} @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Find colour values by graphical colour mixing USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xcoloredit.1 MANCOMPRESSED= yes PLIST_FILES= bin/xcoloredit diff --git a/x11/xcut/Makefile b/x11/xcut/Makefile index 1e57403b8f4..8879cd65ddd 100644 --- a/x11/xcut/Makefile +++ b/x11/xcut/Makefile @@ -7,9 +7,9 @@ PORTNAME= xcut PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES= SF \ http://acsys.anu.edu.au/~tpot/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +17,7 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Manipulate X cut buffers from the commandline USE_IMAKE= YES +USE_XORG= x11 MAN1= xcut.1 PLIST_FILES= bin/xcut diff --git a/x11/xfishtank/Makefile b/x11/xfishtank/Makefile index a6473cff281..c89b077401e 100644 --- a/x11/xfishtank/Makefile +++ b/x11/xfishtank/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfishtank PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ @@ -16,6 +16,7 @@ COMMENT= Make fish swim in the background of your screen PLIST_FILES= bin/xfishtank USE_IMAKE= yes +USE_XORG= x11 xext WRKSRC= ${WRKDIR}/xfishtank2.0 post-patch: diff --git a/x11/xkbctrl/Makefile b/x11/xkbctrl/Makefile index d81112bd99b..18e3fc912a2 100644 --- a/x11/xkbctrl/Makefile +++ b/x11/xkbctrl/Makefile @@ -7,7 +7,7 @@ PORTNAME= xkbctrl PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG} MASTER_SITE_SUBDIR= unsupported/test/Xkb/programs @@ -19,6 +19,7 @@ COMMENT= Display and manipulate XKB keyboard controls from the commandline DIST_SUBDIR= xkbctrl PLIST_FILES= bin/xkbctrl USE_IMAKE= yes +USE_XORG= x11 xkbfile NO_WRKSUBDIR= yes do-extract: diff --git a/x11/xlogout/Makefile b/x11/xlogout/Makefile index def42569c77..52a170d986e 100644 --- a/x11/xlogout/Makefile +++ b/x11/xlogout/Makefile @@ -7,7 +7,7 @@ PORTNAME= xlogout PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tu-darmstadt.de/pub/X11/other/ EXTRACT_SUFX= .tar.Z @@ -17,6 +17,7 @@ COMMENT= Simple logout button WRKSRC= ${WRKDIR}/xlogout USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAKE_JOBS_SAFE= yes MAN1= xlogout.1 diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index 337248b0fd2..0ffe4a230ee 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmascot PORTVERSION= 2.6a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://cclub-flying.dsl.gr.jp/products/xmascot/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Moving mascot on your X11 screen USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xmascot.1 post-install: diff --git a/x11/xmold/Makefile b/x11/xmold/Makefile index 92f3f5cdd7d..f87c3410865 100644 --- a/x11/xmold/Makefile +++ b/x11/xmold/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmold PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://cclub.cc.tut.ac.jp/pub/xwin/ DISTNAME= ${PORTNAME} @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Mold spreading over your X11 screen USE_IMAKE= yes +USE_XORG= x11 xext NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xmold diff --git a/x11/xmon/Makefile b/x11/xmon/Makefile index 67a16d10cf4..6a386cd2194 100644 --- a/x11/xmon/Makefile +++ b/x11/xmon/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmon PORTVERSION= 1.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= devel_tools @@ -18,6 +18,7 @@ COMMENT= Raw X11 protocol analyser WRKSRC= ${WRKDIR}/xmon.${PORTVERSION} USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt MAN1= xmon.1 xmond.1 xmonui.1 MANCOMPRESSED= yes diff --git a/x11/xmotd/Makefile b/x11/xmotd/Makefile index e5ac66af1bd..109ac7f56fd 100644 --- a/x11/xmotd/Makefile +++ b/x11/xmotd/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmotd DISTVERSION= 1.17.3b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.ee.ryerson.ca/~elf/pub/ @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A message-of-the-day browser for X11 and dumb-terminals USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt NO_INSTALL_MANPAGES= yes XFREE86_HTML_MAN= no @@ -29,6 +30,7 @@ OPTIONS+= XPM "Allows colour XPM pixmaps" off .if defined(WITH_HTML) MAKE_ARGS+= -DHAVE_HTML +BROKEN= Does not compile when WITH_HTML is set .endif .if defined(WITH_MOTIF) @@ -37,7 +39,7 @@ USE_MOTIF= yes .endif .if defined(WITH_XPM) -USE_XORG= xpm +USE_XORG+= xpm .endif post-extract: diff --git a/x11/xmove/Makefile b/x11/xmove/Makefile index ba90479f4bc..192da732e44 100644 --- a/x11/xmove/Makefile +++ b/x11/xmove/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmove PORTVERSION= 2.0b2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/xmove/ DISTNAME= ${PORTNAME}.${PORTVERSION:S/b/beta/} @@ -18,6 +18,7 @@ COMMENT= Pseudoserver to support mobile X11 clients WRKSRC= ${WRKDIR}/xmove USE_IMAKE= yes +USE_XORG= x11 MAN1= xmove.1 xmovectrl.1 diff --git a/x11/xmsg/Makefile b/x11/xmsg/Makefile index 8e1a00bec24..a9da63966c2 100644 --- a/x11/xmsg/Makefile +++ b/x11/xmsg/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmsg PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.generalconcepts.com/resources/software/ @@ -18,5 +18,6 @@ MAN1= xmsg.1 MANCOMPRESSED= yes PLIST_FILES= bin/xmsg USE_IMAKE= yes +USE_XORG= x11 xext xaw xmu xt sm ice .include <bsd.port.mk> diff --git a/x11/xprompt/Makefile b/x11/xprompt/Makefile index 48761548c8c..3eaefe217bc 100644 --- a/x11/xprompt/Makefile +++ b/x11/xprompt/Makefile @@ -7,7 +7,7 @@ PORTNAME= xprompt PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= mph @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Displays a dialog box and prompts user for text USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt MAN1= xprompt.1 MANCOMPRESSED= yes diff --git a/x11/xrsh/Makefile b/x11/xrsh/Makefile index 6a9b7ab133b..2ca9677a6a1 100644 --- a/x11/xrsh/Makefile +++ b/x11/xrsh/Makefile @@ -7,7 +7,7 @@ PORTNAME= xrsh PORTVERSION= 5.92 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://jjd.com/ DISTNAME= ${PORTNAME} diff --git a/x11/xskyroot/Makefile b/x11/xskyroot/Makefile index a345fab1f7b..626cf2bf17c 100644 --- a/x11/xskyroot/Makefile +++ b/x11/xskyroot/Makefile @@ -7,7 +7,7 @@ PORTNAME= xskyroot PORTVERSION= 920428 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.sra.co.jp/pub/news/fj.sources/V10/ DISTFILES= 1079.gz @@ -22,6 +22,7 @@ EXTRACT_AFTER_ARGS= | ${SED} -e "/^...bin.sh/,/exit 0/!d" | ${SH} DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes USE_IMAKE= yes +USE_XORG= x11 NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xskyroot diff --git a/x11/xtacy/Makefile b/x11/xtacy/Makefile index e985a66f1e1..a68424635ac 100644 --- a/x11/xtacy/Makefile +++ b/x11/xtacy/Makefile @@ -7,7 +7,7 @@ PORTNAME= xtacy PORTVERSION= 1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.ultranet.com/~jjohnson/ \ ${MASTER_SITE_SUNSITE} @@ -18,6 +18,7 @@ MAINTAINER= matt@bdd.net COMMENT= An X11 trippy color-cycling toy USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xtacy.1 PLIST_FILES= bin/xtacy diff --git a/x11/xtestpicture/Makefile b/x11/xtestpicture/Makefile index f79f74dfcf5..1d2a8b8085d 100644 --- a/x11/xtestpicture/Makefile +++ b/x11/xtestpicture/Makefile @@ -7,7 +7,7 @@ PORTNAME= xtestpicture PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ @@ -15,6 +15,7 @@ MAINTAINER= joerg@FreeBSD.org COMMENT= Create a full-screen image to adjust your monitor USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xtestpicture.1 PLIST_FILES= bin/xtestpicture diff --git a/x11/xtoolwait/Makefile b/x11/xtoolwait/Makefile index b3c41c993a2..37d571dd269 100644 --- a/x11/xtoolwait/Makefile +++ b/x11/xtoolwait/Makefile @@ -7,7 +7,7 @@ PORTNAME= xtoolwait PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool startup utility for X11 USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xtoolwait.1 PLIST_FILES= bin/xtoolwait diff --git a/x11/xvkbd/Makefile b/x11/xvkbd/Makefile index 4bd7d83ec4c..dd3a5cb50c6 100644 --- a/x11/xvkbd/Makefile +++ b/x11/xvkbd/Makefile @@ -7,7 +7,7 @@ PORTNAME= xvkbd PORTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://homepage3.nifty.com/tsato/xvkbd/ @@ -21,6 +21,7 @@ OPTIONS= XAW3D "Xaw3d support" off \ I18N "internationalization" on USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xpm xt .include <bsd.port.pre.mk> @@ -33,6 +34,7 @@ XK_DEFSUBST += -e 's/XCOMM define XAW3D/\#define XAW3D/;' .endif .if defined(WITH_XTEST) XK_DEFSUBST += -e 's/XCOMM define XTEST/\#define XTEST/;' +USE_XORG+= xtst .endif .if defined(WITH_I18N) XK_DEFSUBST += -e 's/XCOMM define I18N/\#define I18N/;' diff --git a/x11/xwatchwin/Makefile b/x11/xwatchwin/Makefile index d79e1e1e879..b4e43deccab 100644 --- a/x11/xwatchwin/Makefile +++ b/x11/xwatchwin/Makefile @@ -6,7 +6,7 @@ PORTNAME= xwatchwin PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities @@ -20,5 +20,6 @@ MAN1= xwatchwin.1 PLIST_FILES= bin/xwatchwin USE_IMAKE= yes +USE_XORG= x11 xext .include <bsd.port.mk> diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile index 2c761020d51..ac1172278a7 100644 --- a/x11/xwit/Makefile +++ b/x11/xwit/Makefile @@ -7,7 +7,7 @@ PORTNAME= xwit PORTVERSION= 3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR = utilities @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X interface tool USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xwit.1 PLIST_FILES= bin/xwit diff --git a/x11/xzoom/Makefile b/x11/xzoom/Makefile index 0eabd5434b1..8b3f4d81d09 100644 --- a/x11/xzoom/Makefile +++ b/x11/xzoom/Makefile @@ -7,7 +7,7 @@ PORTNAME= xzoom PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 accessibility MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= libs/X @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Magnify, rotate, mirror the image on the X screen USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xzoom.1 PLIST_FILES= bin/xzoom |