aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2003-08-17 12:01:04 +0800
committerbland <bland@FreeBSD.org>2003-08-17 12:01:04 +0800
commit123eb8c6bf112f58140a0b2cd8f754b1dc9d42ad (patch)
treebe5932423d6755d168b7ad8df50fcbd93b91a3cf /x11-toolkits
parent421b29430b37df8fea308e2a051a7a1e9328290f (diff)
downloadfreebsd-ports-gnome-123eb8c6bf112f58140a0b2cd8f754b1dc9d42ad.tar.gz
freebsd-ports-gnome-123eb8c6bf112f58140a0b2cd8f754b1dc9d42ad.tar.zst
freebsd-ports-gnome-123eb8c6bf112f58140a0b2cd8f754b1dc9d42ad.zip
- Change my maintainer address.
- Use gnomehack for pkgconfig libdir. Approved by: marcus (mentor)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnomemm/Makefile2
-rw-r--r--x11-toolkits/libbonobouimm/Makefile4
-rw-r--r--x11-toolkits/libbonobouimm/files/patch-Makefile.in10
-rw-r--r--x11-toolkits/libgnomeuimm/Makefile4
-rw-r--r--x11-toolkits/libgnomeuimm/files/patch-libgnome::Makefile.in11
-rw-r--r--x11-toolkits/libgnomeuimm26/Makefile4
-rw-r--r--x11-toolkits/libgnomeuimm26/files/patch-libgnome::Makefile.in11
7 files changed, 11 insertions, 35 deletions
diff --git a/x11-toolkits/gnomemm/Makefile b/x11-toolkits/gnomemm/Makefile
index d930dcaaa9cd..90f00a322938 100644
--- a/x11-toolkits/gnomemm/Makefile
+++ b/x11-toolkits/gnomemm/Makefile
@@ -13,7 +13,7 @@ DISTFILES= # empty
EXTRACT_ONLY= # empty
-MAINTAINER= bland@mail.ru
+MAINTAINER= bland@FreeBSD.org
COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries
LIB_DEPENDS= bonobomm_servers-1.3:${PORTSDIR}/devel/libbonobomm \
diff --git a/x11-toolkits/libbonobouimm/Makefile b/x11-toolkits/libbonobouimm/Makefile
index 6f3a7f081b80..d948e8591b2f 100644
--- a/x11-toolkits/libbonobouimm/Makefile
+++ b/x11-toolkits/libbonobouimm/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkmm
DIST_SUBDIR= gnome2
-MAINTAINER= bland@mail.ru
+MAINTAINER= bland@FreeBSD.org
COMMENT= C++ interfaces for libbonoboui
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 \
@@ -21,7 +21,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= libbonoboui
+USE_GNOME= gnomehack libbonoboui
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static
diff --git a/x11-toolkits/libbonobouimm/files/patch-Makefile.in b/x11-toolkits/libbonobouimm/files/patch-Makefile.in
index 4f28104a28f9..f77ad3762720 100644
--- a/x11-toolkits/libbonobouimm/files/patch-Makefile.in
+++ b/x11-toolkits/libbonobouimm/files/patch-Makefile.in
@@ -1,12 +1,10 @@
---- Makefile.in.orig Wed May 21 17:58:30 2003
-+++ Makefile.in Wed May 21 17:59:05 2003
-@@ -100,8 +100,8 @@
- EXTRA_DIST = build_shared/Makefile_build.am_fragment build_shared/Makefile_build_gensrc.am_fragment build_shared/Makefile_gensrc.am_fragment
+--- Makefile.in.orig Sun Aug 17 11:55:52 2003
++++ Makefile.in Sun Aug 17 11:56:43 2003
+@@ -101,7 +101,7 @@
--pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfigdir = $(prefix)/libdata/pkgconfig
-pkgconfig_DATA = libbonobouimm-2.0.pc libbonobouimm-2.0-uninstalled.pc
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
+pkgconfig_DATA = libbonobouimm-2.0.pc
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
diff --git a/x11-toolkits/libgnomeuimm/Makefile b/x11-toolkits/libgnomeuimm/Makefile
index 1ac2cc8ab847..82e369448d1a 100644
--- a/x11-toolkits/libgnomeuimm/Makefile
+++ b/x11-toolkits/libgnomeuimm/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkmm
DIST_SUBDIR= gnome2
-MAINTAINER= bland@mail.ru
+MAINTAINER= bland@FreeBSD.org
COMMENT= C++ wrapper for libgnomeui library
LIB_DEPENDS= gnomemm-1.3:${PORTSDIR}/x11/libgnomemm \
@@ -25,7 +25,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= libgnomeui
+USE_GNOME= gnomehack libgnomeui
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static
diff --git a/x11-toolkits/libgnomeuimm/files/patch-libgnome::Makefile.in b/x11-toolkits/libgnomeuimm/files/patch-libgnome::Makefile.in
deleted file mode 100644
index 950e02ccf14d..000000000000
--- a/x11-toolkits/libgnomeuimm/files/patch-libgnome::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgnomeui/Makefile.in.orig Wed May 21 17:35:20 2003
-+++ libgnomeui/Makefile.in Wed May 21 17:35:40 2003
-@@ -158,7 +158,7 @@
- libgnomeuimm_configdir = $(libdir)/libgnomeuimm-2.0/include
- libgnomeuimm_config_DATA = libgnomeuimmconfig.h
-
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = libgnomeuimm-2.0.pc
- subdir = libgnomeui
- mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile
index 1ac2cc8ab847..82e369448d1a 100644
--- a/x11-toolkits/libgnomeuimm26/Makefile
+++ b/x11-toolkits/libgnomeuimm26/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkmm
DIST_SUBDIR= gnome2
-MAINTAINER= bland@mail.ru
+MAINTAINER= bland@FreeBSD.org
COMMENT= C++ wrapper for libgnomeui library
LIB_DEPENDS= gnomemm-1.3:${PORTSDIR}/x11/libgnomemm \
@@ -25,7 +25,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= libgnomeui
+USE_GNOME= gnomehack libgnomeui
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static
diff --git a/x11-toolkits/libgnomeuimm26/files/patch-libgnome::Makefile.in b/x11-toolkits/libgnomeuimm26/files/patch-libgnome::Makefile.in
deleted file mode 100644
index 950e02ccf14d..000000000000
--- a/x11-toolkits/libgnomeuimm26/files/patch-libgnome::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgnomeui/Makefile.in.orig Wed May 21 17:35:20 2003
-+++ libgnomeui/Makefile.in Wed May 21 17:35:40 2003
-@@ -158,7 +158,7 @@
- libgnomeuimm_configdir = $(libdir)/libgnomeuimm-2.0/include
- libgnomeuimm_config_DATA = libgnomeuimmconfig.h
-
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = libgnomeuimm-2.0.pc
- subdir = libgnomeui
- mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
'>Fix smb_auth helpermnag2005-10-073-2/+16 * Integrate a patch fromgarga2005-09-282-1/+4 * - Update to 2.5-STABLE11garga2005-09-234-114/+22 * Update the NTLM-scheme patch to version 2. The first version of the patch ispav2005-09-172-4/+4 * - Integrate the following vendor patches:pav2005-09-163-31/+23 * - Remove dependencies on security/pf, it was removed. pf is in base sincepav2005-09-151-4/+1 * - Fix somewhat messed up titles in FTP listings (squid bug #1220)sem2005-09-042-3/+54 * - Update transparent patch.flz2005-07-012-4/+4 * Update the chroot vendor patch to version 2, cfjylefort2005-06-302-4/+4 * - Integrate the following vendor patches as published onahze2005-06-283-16/+38 * - Read cachemgr.conf rather than cachemgr.conf.defaultjylefort2005-05-222-12/+6 * - Update Squid to 2.5.STABLE10pav2005-05-195-85/+28 * - update distinfo for the updated syslog patchvs2005-04-272-31/+2 * - Update distinfo for the 2GB patch, this includes a fix forleeym2005-04-211-1/+1 * - according web page, the patch file is rerolled at 2005-04-20 14:59 againleeym2005-04-211-2/+2 * - the patch is repacked at 2005-04-18 00:57, after maintainer submit PR 80028leeym2005-04-181-2/+2 * Integrate the following vendor patches as published onleeym2005-04-183-2/+62 * - Chase checksum of the updated pid_t patchahze2005-03-162-3/+3 * - Integrate the following vendor patches as published onahze2005-03-142-11/+47 * Integrate the following vendor patches as published onpav2005-03-092-1/+13 * - Update to 2.5.STABLE9pav2005-02-262-20/+5 * * Vendor patches:pav2005-02-212-1/+14 * - Update to 2.5-STABLE8sem2005-02-143-224/+7 * - Update header_parsing.patchpav2005-02-113-36/+3 * Integrate the following vendor patch as published onnectar2005-02-082-2/+20 * - Fix fetching.sem2005-02-012-3/+3 * - Integrate a vendor patch against a buffer overflow in the WCCP handling,sem2005-01-302-2/+5 * Sync follow-XFF with the latest vendor patch.krion2005-01-291-5/+5 * - Integrate vendor patches as published onsem2005-01-274-42/+213 * [Maintainer/security] www/squid: protect against HTTP resonse splitedwin2005-01-222-2/+11 * [Maintainer/Security] www/squid: integrate vendor patchesedwin2005-01-192-2/+11 * - Integrate vendor patches as published onsimon2005-01-132-4/+20 * Patch was rerolled because of some bug fixes.krion2004-12-291-2/+2 * Handle empty ACL definitions properly.krion2004-12-232-2/+5 * Integrate the following vendor patches as published onsem2004-12-092-2/+11 * - fix shutting down of helper applications on reconfigure orkrion2004-11-142-2/+8 * - Integrate the following vendor patches:sergei2004-10-272-2/+8 * - Integrate a vendor patch that prevents squid from consuming 100%sergei2004-10-193-15/+20 * - Update to 2.5-STABLE7; this release fixes a security issue regardingsergei2004-10-135-103/+26 * - Unbreak fetching squid again:sergei2004-10-112-3/+3 * - Unbreak fetching:sergei2004-10-072-2/+2 * Implement vendor patches for the following issues:sem2004-09-025-72/+93 * Integrate vendor patches for the following issues:sem2004-08-292-2/+11 * Fix grammatical and whitespace errors in squid.conf.default.krion2004-08-213-14/+20 * * Integrate a vendor patch for a possible DOS against the NTLMsem2004-08-202-2/+5 * The ldap_helpers patch has been updated again; see squid bugkrion2004-08-121-2/+2 * Integrate new vendor patches:krion2004-08-082-2/+8 * [Maintainer] www/squid: chase re-issued patch, unbreak fetchingedwin2004-07-302-3/+3 * - integrate a new version of the LDAP update patch, thekrion2004-07-292-8/+8 * Fix a bug that disallowed explicit unsetting of the squid_flags variable.ijliao2004-07-281-1/+1 * - Tweaks to RC scriptpav2004-07-262-12/+47 * Remove ldap_helpers.patchsem2004-07-251-2/+0 * Remove squid-2.5.STABLE6-ldap_helpers.patch until it is fixed.eik2004-07-231-1/+0 * The ldap_helpers patch has been rerolled (a missing returnkrion2004-07-222-3/+3 * Integrate the following vendor patches as published onkrion2004-07-202-9/+55 * Update to 2.5-STABLE6krion2004-07-152-113/+42 * Fix the patch that simulates the autotools bootstrap for thekrion2004-06-294-86/+24 * Correct the patch for the NTLM helper vulnerability accordingkrion2004-06-182-23/+12 * - Support systems where pf(4) must be installed from ports (seekrion2004-06-105-14/+42 * Add a couple of patches, including one for a buffer overflow in the NTLMdes2004-06-103-2/+95 * - correct report of available cache memory for cache sizes >2GBkrion2004-06-032-2/+23 * - Add new vendor patches:krion2004-05-022-2/+14 * - Fix plistkrion2004-04-292-6/+6 * - Add a vendor patch to fix an assertion failure that couldkrion2004-04-202-2/+5 * - integrate a vendor patch to fix a segfault that occured whenkrion2004-04-193-13/+23 * - Integrate a vendor patch that fixes an assertion caused bykrion2004-04-122-2/+5 * - Integrate two new vendor patches, please seekrion2004-04-104-13/+32