summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2006-11-28 23:41:12 +0000
committerfjoe <fjoe@FreeBSD.org>2006-11-28 23:41:12 +0000
commitbba288fd08dfb963180153df4a94d098661ef799 (patch)
tree9a4be6e66c826d5b6b38d52c256016258156cfcf /x11-toolkits
parent1ef81be26b15ab942b5c6be87b3ce75a60acecf1 (diff)
downloadFreeBSD-ports-bba288fd08dfb963180153df4a94d098661ef799.zip
FreeBSD-ports-bba288fd08dfb963180153df4a94d098661ef799.tar.gz
- Make X11BASE-clean.
- Bump PORTREVISION.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/wxgtk24-contrib/Makefile2
-rw-r--r--x11-toolkits/wxgtk24/Makefile5
-rw-r--r--x11-toolkits/wxgtk24/files/patch-configure8
-rw-r--r--x11-toolkits/wxgtk26-common/Makefile2
-rw-r--r--x11-toolkits/wxgtk26-contrib-common/Makefile2
-rw-r--r--x11-toolkits/wxgtk26-contrib/Makefile2
-rw-r--r--x11-toolkits/wxgtk26-unicode-contrib/Makefile2
-rw-r--r--x11-toolkits/wxgtk26-unicode/Makefile3
-rw-r--r--x11-toolkits/wxgtk26/Makefile3
-rw-r--r--x11-toolkits/wxgtk26/files/patch-configure8
-rw-r--r--x11-toolkits/wxgtk28-common/Makefile2
-rw-r--r--x11-toolkits/wxgtk28-contrib-common/Makefile2
-rw-r--r--x11-toolkits/wxgtk28-contrib/Makefile2
-rw-r--r--x11-toolkits/wxgtk28-unicode-contrib/Makefile2
-rw-r--r--x11-toolkits/wxgtk28-unicode/Makefile3
-rw-r--r--x11-toolkits/wxgtk28/Makefile3
-rw-r--r--x11-toolkits/wxgtk28/files/patch-configure8
-rw-r--r--x11-toolkits/wxgtk29-common/Makefile2
-rw-r--r--x11-toolkits/wxgtk29-contrib-common/Makefile2
-rw-r--r--x11-toolkits/wxgtk29-contrib/Makefile2
-rw-r--r--x11-toolkits/wxgtk29-unicode-contrib/Makefile2
-rw-r--r--x11-toolkits/wxgtk29-unicode/Makefile3
-rw-r--r--x11-toolkits/wxgtk29/Makefile3
-rw-r--r--x11-toolkits/wxgtk29/files/patch-configure8
24 files changed, 72 insertions, 9 deletions
diff --git a/x11-toolkits/wxgtk24-contrib/Makefile b/x11-toolkits/wxgtk24-contrib/Makefile
index 0b2963a..03acdc2 100644
--- a/x11-toolkits/wxgtk24-contrib/Makefile
+++ b/x11-toolkits/wxgtk24-contrib/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 5
+PORTREVISION= 6
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile
index eb11497..d628726 100644
--- a/x11-toolkits/wxgtk24/Makefile
+++ b/x11-toolkits/wxgtk24/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wx
PORTVERSION= 2.4.2
-PORTREVISION?= 11
+PORTREVISION?= 12
PKGNAMESUFFIX= ${WXGTK_FLAVOR}
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -41,7 +41,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include \
${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib -liconv \
-L${X11BASE}/lib \
- ${PTHREAD_LIBS}"
+ ${PTHREAD_LIBS}"\
+ X11BASE="${X11BASE}"
NO_LATEST_LINK= yes
PLIST= ${.CURDIR}/pkg-plist
diff --git a/x11-toolkits/wxgtk24/files/patch-configure b/x11-toolkits/wxgtk24/files/patch-configure
index 2236f9e..9fb5e6e 100644
--- a/x11-toolkits/wxgtk24/files/patch-configure
+++ b/x11-toolkits/wxgtk24/files/patch-configure
@@ -1,5 +1,13 @@
--- configure.orig Tue Nov 4 19:54:04 2003
+++ configure Tue Nov 4 20:12:59 2003
+@@ -11436,6 +11436,7 @@
+
+
+ SEARCH_INCLUDE="\
++ $X11BASE/include \
+ /usr/local/include \
+ \
+ /usr/Motif-1.2/include \
@@ -11731,7 +11731,7 @@
diff --git a/x11-toolkits/wxgtk26-common/Makefile b/x11-toolkits/wxgtk26-common/Makefile
index 1bdbb9c..3ad84ec 100644
--- a/x11-toolkits/wxgtk26-common/Makefile
+++ b/x11-toolkits/wxgtk26-common/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit (common files)
diff --git a/x11-toolkits/wxgtk26-contrib-common/Makefile b/x11-toolkits/wxgtk26-contrib-common/Makefile
index 58d6c54..c6a8b45 100644
--- a/x11-toolkits/wxgtk26-contrib-common/Makefile
+++ b/x11-toolkits/wxgtk26-contrib-common/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries (common files)
diff --git a/x11-toolkits/wxgtk26-contrib/Makefile b/x11-toolkits/wxgtk26-contrib/Makefile
index 1eba770..8140c66 100644
--- a/x11-toolkits/wxgtk26-contrib/Makefile
+++ b/x11-toolkits/wxgtk26-contrib/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries
diff --git a/x11-toolkits/wxgtk26-unicode-contrib/Makefile b/x11-toolkits/wxgtk26-unicode-contrib/Makefile
index 62f0029..441dcac 100644
--- a/x11-toolkits/wxgtk26-unicode-contrib/Makefile
+++ b/x11-toolkits/wxgtk26-unicode-contrib/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode)
diff --git a/x11-toolkits/wxgtk26-unicode/Makefile b/x11-toolkits/wxgtk26-unicode/Makefile
index e08c745..cb6c798 100644
--- a/x11-toolkits/wxgtk26-unicode/Makefile
+++ b/x11-toolkits/wxgtk26-unicode/Makefile
@@ -5,10 +5,11 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit (Unicode)
-PORTREVISION= 1
WXGTK_FLAVOR= gtk2-unicode
MASTERDIR= ${.CURDIR}/../wxgtk26
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile
index 7cb920e..e18ec9b 100644
--- a/x11-toolkits/wxgtk26/Makefile
+++ b/x11-toolkits/wxgtk26/Makefile
@@ -45,7 +45,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
LDFLAGS="-L${LOCALBASE}/lib -liconv \
-L${X11BASE}/lib" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
+ PTHREAD_LIBS="${PTHREAD_LIBS}"\
+ X11BASE="${X11BASE}"
PLIST= ${.CURDIR}/pkg-plist
WXGTK_FLAVOR?= gtk2
diff --git a/x11-toolkits/wxgtk26/files/patch-configure b/x11-toolkits/wxgtk26/files/patch-configure
index 33327df..b3cf594 100644
--- a/x11-toolkits/wxgtk26/files/patch-configure
+++ b/x11-toolkits/wxgtk26/files/patch-configure
@@ -1,5 +1,13 @@
--- configure.orig Thu Jun 2 23:03:05 2005
+++ configure Wed Aug 31 23:48:02 2005
+@@ -23409,6 +23409,7 @@
+
+
+ SEARCH_INCLUDE="\
++ $X11BASE/include \
+ /usr/local/include \
+ \
+ /usr/Motif-2.1/include \
@@ -34396,7 +34396,7 @@
fi
;;
diff --git a/x11-toolkits/wxgtk28-common/Makefile b/x11-toolkits/wxgtk28-common/Makefile
index 1bdbb9c..3ad84ec 100644
--- a/x11-toolkits/wxgtk28-common/Makefile
+++ b/x11-toolkits/wxgtk28-common/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit (common files)
diff --git a/x11-toolkits/wxgtk28-contrib-common/Makefile b/x11-toolkits/wxgtk28-contrib-common/Makefile
index 58d6c54..c6a8b45 100644
--- a/x11-toolkits/wxgtk28-contrib-common/Makefile
+++ b/x11-toolkits/wxgtk28-contrib-common/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries (common files)
diff --git a/x11-toolkits/wxgtk28-contrib/Makefile b/x11-toolkits/wxgtk28-contrib/Makefile
index 1eba770..8140c66 100644
--- a/x11-toolkits/wxgtk28-contrib/Makefile
+++ b/x11-toolkits/wxgtk28-contrib/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries
diff --git a/x11-toolkits/wxgtk28-unicode-contrib/Makefile b/x11-toolkits/wxgtk28-unicode-contrib/Makefile
index 62f0029..441dcac 100644
--- a/x11-toolkits/wxgtk28-unicode-contrib/Makefile
+++ b/x11-toolkits/wxgtk28-unicode-contrib/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode)
diff --git a/x11-toolkits/wxgtk28-unicode/Makefile b/x11-toolkits/wxgtk28-unicode/Makefile
index e08c745..cb6c798 100644
--- a/x11-toolkits/wxgtk28-unicode/Makefile
+++ b/x11-toolkits/wxgtk28-unicode/Makefile
@@ -5,10 +5,11 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit (Unicode)
-PORTREVISION= 1
WXGTK_FLAVOR= gtk2-unicode
MASTERDIR= ${.CURDIR}/../wxgtk26
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile
index 7cb920e..e18ec9b 100644
--- a/x11-toolkits/wxgtk28/Makefile
+++ b/x11-toolkits/wxgtk28/Makefile
@@ -45,7 +45,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
LDFLAGS="-L${LOCALBASE}/lib -liconv \
-L${X11BASE}/lib" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
+ PTHREAD_LIBS="${PTHREAD_LIBS}"\
+ X11BASE="${X11BASE}"
PLIST= ${.CURDIR}/pkg-plist
WXGTK_FLAVOR?= gtk2
diff --git a/x11-toolkits/wxgtk28/files/patch-configure b/x11-toolkits/wxgtk28/files/patch-configure
index 33327df..b3cf594 100644
--- a/x11-toolkits/wxgtk28/files/patch-configure
+++ b/x11-toolkits/wxgtk28/files/patch-configure
@@ -1,5 +1,13 @@
--- configure.orig Thu Jun 2 23:03:05 2005
+++ configure Wed Aug 31 23:48:02 2005
+@@ -23409,6 +23409,7 @@
+
+
+ SEARCH_INCLUDE="\
++ $X11BASE/include \
+ /usr/local/include \
+ \
+ /usr/Motif-2.1/include \
@@ -34396,7 +34396,7 @@
fi
;;
diff --git a/x11-toolkits/wxgtk29-common/Makefile b/x11-toolkits/wxgtk29-common/Makefile
index 1bdbb9c..3ad84ec 100644
--- a/x11-toolkits/wxgtk29-common/Makefile
+++ b/x11-toolkits/wxgtk29-common/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit (common files)
diff --git a/x11-toolkits/wxgtk29-contrib-common/Makefile b/x11-toolkits/wxgtk29-contrib-common/Makefile
index 58d6c54..c6a8b45 100644
--- a/x11-toolkits/wxgtk29-contrib-common/Makefile
+++ b/x11-toolkits/wxgtk29-contrib-common/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries (common files)
diff --git a/x11-toolkits/wxgtk29-contrib/Makefile b/x11-toolkits/wxgtk29-contrib/Makefile
index 1eba770..8140c66 100644
--- a/x11-toolkits/wxgtk29-contrib/Makefile
+++ b/x11-toolkits/wxgtk29-contrib/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries
diff --git a/x11-toolkits/wxgtk29-unicode-contrib/Makefile b/x11-toolkits/wxgtk29-unicode-contrib/Makefile
index 62f0029..441dcac 100644
--- a/x11-toolkits/wxgtk29-unicode-contrib/Makefile
+++ b/x11-toolkits/wxgtk29-unicode-contrib/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode)
diff --git a/x11-toolkits/wxgtk29-unicode/Makefile b/x11-toolkits/wxgtk29-unicode/Makefile
index e08c745..cb6c798 100644
--- a/x11-toolkits/wxgtk29-unicode/Makefile
+++ b/x11-toolkits/wxgtk29-unicode/Makefile
@@ -5,10 +5,11 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit (Unicode)
-PORTREVISION= 1
WXGTK_FLAVOR= gtk2-unicode
MASTERDIR= ${.CURDIR}/../wxgtk26
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile
index 7cb920e..e18ec9b 100644
--- a/x11-toolkits/wxgtk29/Makefile
+++ b/x11-toolkits/wxgtk29/Makefile
@@ -45,7 +45,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
LDFLAGS="-L${LOCALBASE}/lib -liconv \
-L${X11BASE}/lib" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
+ PTHREAD_LIBS="${PTHREAD_LIBS}"\
+ X11BASE="${X11BASE}"
PLIST= ${.CURDIR}/pkg-plist
WXGTK_FLAVOR?= gtk2
diff --git a/x11-toolkits/wxgtk29/files/patch-configure b/x11-toolkits/wxgtk29/files/patch-configure
index 33327df..b3cf594 100644
--- a/x11-toolkits/wxgtk29/files/patch-configure
+++ b/x11-toolkits/wxgtk29/files/patch-configure
@@ -1,5 +1,13 @@
--- configure.orig Thu Jun 2 23:03:05 2005
+++ configure Wed Aug 31 23:48:02 2005
+@@ -23409,6 +23409,7 @@
+
+
+ SEARCH_INCLUDE="\
++ $X11BASE/include \
+ /usr/local/include \
+ \
+ /usr/Motif-2.1/include \
@@ -34396,7 +34396,7 @@
fi
;;
OpenPOWER on IntegriCloud