aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
commit3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch)
treed573ea09b2bf6be67cb497df199932da9e2707c4 /palm
parent40049f4af2200d0dcf33596508688623fc75f764 (diff)
downloadports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz
ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=211584
Diffstat (limited to 'palm')
-rw-r--r--palm/gnome-pilot-conduits/Makefile5
-rw-r--r--palm/gnome-pilot/Makefile3
-rw-r--r--palm/pose/Makefile4
-rw-r--r--palm/synce-gnomevfs/Makefile6
-rw-r--r--palm/synce-gvfs/Makefile6
5 files changed, 8 insertions, 16 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile
index 3db629cffbbe..7ab298fdb009 100644
--- a/palm/gnome-pilot-conduits/Makefile
+++ b/palm/gnome-pilot-conduits/Makefile
@@ -7,9 +7,9 @@
PORTNAME= gnome-pilot-conduits
PORTVERSION= 2.0.15
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= palm comms gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0
DIST_SUBDIR= gnome2
@@ -20,7 +20,6 @@ LIB_DEPENDS= gpilotd.3:${PORTSDIR}/palm/gnome-pilot
USE_BZIP2= yes
USE_GMAKE= yes
-USE_X_PREFIX= yes
USE_BISON= build
USE_GNOME= gnomeprefix gnomehack libgnome
USE_GETTEXT= yes
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile
index 9dec76fdea86..872c42969c20 100644
--- a/palm/gnome-pilot/Makefile
+++ b/palm/gnome-pilot/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnome-pilot
PORTVERSION= 2.0.15
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= palm comms gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0
@@ -20,7 +20,6 @@ BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2
LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link
USE_BZIP2= yes
-USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel intlhack
USE_GETTEXT= yes
diff --git a/palm/pose/Makefile b/palm/pose/Makefile
index 12c2802e4eac..91b63f0ad072 100644
--- a/palm/pose/Makefile
+++ b/palm/pose/Makefile
@@ -24,9 +24,7 @@ USE_PERL5_BUILD=yes
WRKSRC= ${WRKDIR}/Emulator_Src_${PORTVERSION}/BuildUnix
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --x-includes=${X11BASE}/include \
- --x-libraries=${X11BASE}/lib \
- --with-x --with-fltk=${X11BASE}
+CONFIGURE_ARGS= --with-x --with-fltk=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
CFLAGS=-DBROKEN_VIRTUAL_DEFAULT_ARGUMENTS=1 \
LIBS="${PTHREAD_LIBS}"
diff --git a/palm/synce-gnomevfs/Makefile b/palm/synce-gnomevfs/Makefile
index 3edf324f7d7e..5f14ba5d2b95 100644
--- a/palm/synce-gnomevfs/Makefile
+++ b/palm/synce-gnomevfs/Makefile
@@ -7,10 +7,9 @@
PORTNAME= synce-gnomevfs
PORTVERSION= 0.9.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= palm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= synce
+MASTER_SITES= SF/synce
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome VFS module for WinCE devices
@@ -19,7 +18,6 @@ LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomeprefix gnometarget gnomevfs2
-USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
--with-libsynce=${LOCALBASE}
diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile
index 3edf324f7d7e..5f14ba5d2b95 100644
--- a/palm/synce-gvfs/Makefile
+++ b/palm/synce-gvfs/Makefile
@@ -7,10 +7,9 @@
PORTNAME= synce-gnomevfs
PORTVERSION= 0.9.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= palm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= synce
+MASTER_SITES= SF/synce
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome VFS module for WinCE devices
@@ -19,7 +18,6 @@ LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomeprefix gnometarget gnomevfs2
-USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
--with-libsynce=${LOCALBASE}