summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gal2
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-01-13 19:21:34 +0000
committersobomax <sobomax@FreeBSD.org>2002-01-13 19:21:34 +0000
commitfe3d21a91203378da7fc2bdd90dd16b402746fcf (patch)
tree68616ff0452ffcb58b6a77f67cbd393455aa65fe /x11-toolkits/gal2
parent0fbec8637e86f59186e30c4bba13776262c23695 (diff)
downloadFreeBSD-ports-fe3d21a91203378da7fc2bdd90dd16b402746fcf.zip
FreeBSD-ports-fe3d21a91203378da7fc2bdd90dd16b402746fcf.tar.gz
Update to 0.19.
PR: 33831 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'x11-toolkits/gal2')
-rw-r--r--x11-toolkits/gal2/Makefile4
-rw-r--r--x11-toolkits/gal2/distinfo2
-rw-r--r--x11-toolkits/gal2/files/patch-aa20
-rw-r--r--x11-toolkits/gal2/files/patch-po::Makefile.in.in14
-rw-r--r--x11-toolkits/gal2/pkg-plist3
5 files changed, 29 insertions, 14 deletions
diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile
index 18e1127..c3625f8 100644
--- a/x11-toolkits/gal2/Makefile
+++ b/x11-toolkits/gal2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gal
-PORTVERSION= 0.18.1
+PORTVERSION= 0.19
CATEGORIES?= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gal
@@ -32,7 +32,7 @@ PLIST_SUB= VERSION=${PORTVERSION}
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
@find ${WRKSRC}/gal/widgets -name '*.[ch]' | xargs ${PERL} -pi -e \
diff --git a/x11-toolkits/gal2/distinfo b/x11-toolkits/gal2/distinfo
index c1a247b..e8824dd 100644
--- a/x11-toolkits/gal2/distinfo
+++ b/x11-toolkits/gal2/distinfo
@@ -1 +1 @@
-MD5 (gal-0.18.1.tar.gz) = c7bc647a9cbc92350fb65de524bf1259
+MD5 (gal-0.19.tar.gz) = 8c854f2532e434de6ea99382abe5fc35
diff --git a/x11-toolkits/gal2/files/patch-aa b/x11-toolkits/gal2/files/patch-aa
index f649c3b..6051ab1 100644
--- a/x11-toolkits/gal2/files/patch-aa
+++ b/x11-toolkits/gal2/files/patch-aa
@@ -1,23 +1,23 @@
$FreeBSD$
---- configure.orig Wed Sep 26 11:16:25 2001
-+++ configure Wed Sep 26 11:16:25 2001
-@@ -5075,9 +5075,9 @@
+--- configure.orig Sun Jan 13 17:23:41 2002
++++ configure Sun Jan 13 17:24:34 2002
+@@ -4890,9 +4890,9 @@
save_CFLAGS="$CFLAGS"
save_LDFLAGS="$LDFLAGS"
CFLAGS="$CFLAGS $ICONV_CFLAGS"
-LDFLAGS="$LDFLAGS $ICONV_LIBS -liconv"
-echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6
--echo "configure:5081: checking for iconv in -liconv" >&5
+-echo "configure:4896: checking for iconv in -liconv" >&5
+LDFLAGS="$LDFLAGS $ICONV_LIBS -lgiconv"
+echo $ac_n "checking for iconv in -lgiconv""... $ac_c" 1>&6
-+echo "configure:5081: checking for iconv in -lgiconv" >&5
++echo "configure:4896: checking for iconv in -lgiconv" >&5
if eval "test \"`echo '$''{'ac_cv_libiconv'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
-@@ -5085,7 +5085,7 @@
- #line 5086 "configure"
+@@ -4900,7 +4900,7 @@
+ #line 4901 "configure"
#include "confdefs.h"
-#include <iconv.h>
@@ -25,7 +25,7 @@ $FreeBSD$
int main() {
-@@ -5108,7 +5108,7 @@
+@@ -4923,7 +4923,7 @@
echo "$ac_t""$ac_cv_libiconv" 1>&6
if test $ac_cv_libiconv = yes; then
@@ -34,8 +34,8 @@ $FreeBSD$
have_iconv=yes
else
CFLAGS="$save_CFLAGS"
-@@ -5234,7 +5234,7 @@
- #line 5235 "configure"
+@@ -5049,7 +5049,7 @@
+ #line 5050 "configure"
#include "confdefs.h"
-#include <iconv.h>
diff --git a/x11-toolkits/gal2/files/patch-po::Makefile.in.in b/x11-toolkits/gal2/files/patch-po::Makefile.in.in
new file mode 100644
index 0000000..4b62b94
--- /dev/null
+++ b/x11-toolkits/gal2/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2002/01/13 15:56:57 1.1
++++ po/Makefile.in.in 2002/01/13 15:57:15
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \
diff --git a/x11-toolkits/gal2/pkg-plist b/x11-toolkits/gal2/pkg-plist
index 7af6c0a..1acf200 100644
--- a/x11-toolkits/gal2/pkg-plist
+++ b/x11-toolkits/gal2/pkg-plist
@@ -98,6 +98,7 @@ include/gal/util/e-util.h
include/gal/util/e-xml-utils.h
include/gal/widgets/color-group.h
include/gal/widgets/color-palette.h
+include/gal/widgets/e-canvas-background.h
include/gal/widgets/e-canvas-utils.h
include/gal/widgets/e-canvas-vbox.h
include/gal/widgets/e-canvas.h
@@ -130,7 +131,7 @@ include/gal/widgets/widget-color-combo.h
include/gal/widgets/widget-pixmap-combo.h
lib/libgal.a
lib/libgal.so
-lib/libgal.so.18
+lib/libgal.so.19
share/gnome/etable/%%VERSION%%/glade/e-table-config-no-group.glade
share/gnome/etable/%%VERSION%%/glade/e-table-config.glade
share/gnome/etable/%%VERSION%%/glade/e-table-field-chooser.glade
OpenPOWER on IntegriCloud