aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-07-18 11:29:23 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-07-18 11:29:23 +0000
commite99c5fc107c25c2749108979fc6a880e9504e0e8 (patch)
tree47e5376d305d321e3eccc88c2acc237a40e89ed9 /graphics
parent5271cfccd2b6c42b2c7b7d46dfdd55a5e935655e (diff)
downloadports-e99c5fc107c25c2749108979fc6a880e9504e0e8.tar.gz
ports-e99c5fc107c25c2749108979fc6a880e9504e0e8.zip
Upgrade graphics/xaralx from 0.5r1175 to 0.6r1441 and
graphics/xaralx-devel from 0.5r1402 to 0.6r1460
Notes
Notes: svn path=/head/; revision=168137
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xaralx-devel/Makefile6
-rw-r--r--graphics/xaralx-devel/distinfo6
-rw-r--r--graphics/xaralx-devel/files/patch-configure.in11
-rw-r--r--graphics/xaralx/Makefile23
-rw-r--r--graphics/xaralx/distinfo6
-rw-r--r--graphics/xaralx/files/patch-PreComp_Makefile.am17
-rw-r--r--graphics/xaralx/files/patch-configure.in31
7 files changed, 20 insertions, 80 deletions
diff --git a/graphics/xaralx-devel/Makefile b/graphics/xaralx-devel/Makefile
index c815f84fbf70..35f3e2e0c124 100644
--- a/graphics/xaralx-devel/Makefile
+++ b/graphics/xaralx-devel/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTVERSION= 0.5r1402
+PORTVERSION= 0.6r1460
PORTREVISION= 0
PKGNAMESUFFIX= -devel
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2
@@ -15,8 +15,4 @@ COMMENT= Top-tier vector/general purpose graphics program (development version)
MASTERDIR= ${.CURDIR}/../xaralx
MD5_FILE= ${.CURDIR}/distinfo
-PATCHDIR= ${.CURDIR}/files
-
-MAKE_ENV= INCLUDES="-I${LOCALBASE}/include/dlmalloc"
-
.include "${MASTERDIR}/Makefile"
diff --git a/graphics/xaralx-devel/distinfo b/graphics/xaralx-devel/distinfo
index 2500ea529fa7..877b1767d8a9 100644
--- a/graphics/xaralx-devel/distinfo
+++ b/graphics/xaralx-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (XaraLX-0.5r1402.tar.bz2) = f0c9f848ae7a0537a8454b4068d06a27
-SHA256 (XaraLX-0.5r1402.tar.bz2) = 4f1eb460b628970fb1088e089bda8a4e3ef6d535de91b12e6a8229e407022bf7
-SIZE (XaraLX-0.5r1402.tar.bz2) = 30729723
+MD5 (XaraLX-0.6r1460.tar.bz2) = 01af9d74b071caea31dcb3c7a5b48af2
+SHA256 (XaraLX-0.6r1460.tar.bz2) = 468c1556c7c45b2eb3347fcc599142480ece45f31eafa388173f08acbbd6f507
+SIZE (XaraLX-0.6r1460.tar.bz2) = 27878142
diff --git a/graphics/xaralx-devel/files/patch-configure.in b/graphics/xaralx-devel/files/patch-configure.in
deleted file mode 100644
index f8934484b3e1..000000000000
--- a/graphics/xaralx-devel/files/patch-configure.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig Tue Jun 6 15:00:31 2006
-+++ configure.in Tue Jun 6 16:43:23 2006
-@@ -173,7 +173,7 @@
-
- if test "$InternationalEnable" = "yes"; then
- AC_MSG_CHECKING([wxWidgets wxrc utility])
-- WXRC="`$WXCONFIG --utility=wxrc`"
-+ WXRC="`$WXCONFIG --utility=wxrc-gtk2u`"
-
- if test "$WXRC" = "" ; then
- AC_MSG_RESULT([not found, disabling international build])
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile
index f3f56a8fd53a..10374c362a95 100644
--- a/graphics/xaralx/Makefile
+++ b/graphics/xaralx/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= XaraLX
-PORTVERSION?= 0.5r1175
-PORTREVISION?= 3
+PORTVERSION?= 0.6r1441
+PORTREVISION?= 0
CATEGORIES= graphics
MASTER_SITES= http://downloads.xara.com/opensource/
DISTFILES?= ${PORTNAME}Src-${PORTVERSION}.tar.bz2
@@ -33,14 +33,11 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-wx-config=wxgtk2u-2.6-config \
--program-suffix=${PKGNAMESUFFIX}
-CONFIGURE_ENV+= CPPFLAGS_APPEND="-I${LOCALBASE}/include/atk-1.0/atk \
- -I${X11BASE}/include/gtk-2.0/gtk"
# we're using dlmalloc because the stock libc does not have malloc_usable_size()
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -ldlmalloc"
USE_GMAKE= yes
-# add wxOil with -I- appended to it before any other -I stuff, see below
-MAKE_ENV?= INCLUDES="-I../wxOil -I- -I${LOCALBASE}/include/dlmalloc"
+MAKE_ENV?= INCLUDES="-I${LOCALBASE}/include/dlmalloc"
USE_GCC= 3.4+
@@ -71,19 +68,6 @@ PLIST_SUB+= PKGNAMESUFFIX=${PKGNAMESUFFIX} \
BROKEN= does not configure due to the lack of CDraw libraries for ${ARCH}
.endif
-.if !defined(PKGNAMESUFFIX)
-# we need to strip wxOil from the include path because it contains file
-# named strings.h which when included by /usr/include/string.h results
-# in a complete mess
-post-patch:
- ${REINPLACE_CMD} -E -e 's|-I[^[:space:]]*/wxOil[[:space:]]||g' \
- ${WRKSRC}/Makefile.am
- ${REINPLACE_CMD} -E -e 's/^CHECKSUM = md5sum$$/CHECKSUM = md5/' \
- ${WRKSRC}/wxOil/Makefile.am
- ${REINPLACE_CMD} -E \
- -e 's/^Name=Xara LX$$/Name=Xara LX ${PORTVERSION}/' \
- ${WRKSRC}/xaralx.desktop
-.else
post-patch:
${REINPLACE_CMD} -E \
-e 's/^Name=Xara LX$$/Name=Xara LX ${PORTVERSION}/' \
@@ -92,7 +76,6 @@ post-patch:
-e 's/^Exec=xaralx %F$$/Exec=xaralx${PKGNAMESUFFIX} %F/' \
-e 's/^TryExec=xaralx$$/TryExec=xaralx${PKGNAMESUFFIX}/' \
${WRKSRC}/xaralx.desktop
-.endif
pre-configure:
cd ${WRKSRC} && \
diff --git a/graphics/xaralx/distinfo b/graphics/xaralx/distinfo
index 53bfe84b31b0..3d4369f7233b 100644
--- a/graphics/xaralx/distinfo
+++ b/graphics/xaralx/distinfo
@@ -1,3 +1,3 @@
-MD5 (XaraLXSrc-0.5r1175.tar.bz2) = acad5d2e8a8bfa536d44faeaedb99122
-SHA256 (XaraLXSrc-0.5r1175.tar.bz2) = 2ea7607a1473ebb232835b67e213356ea3a1c32b27cdf6064834257a3c13d096
-SIZE (XaraLXSrc-0.5r1175.tar.bz2) = 23509155
+MD5 (XaraLXSrc-0.6r1441.tar.bz2) = 3992ac99522277e2183457e03b6918bc
+SHA256 (XaraLXSrc-0.6r1441.tar.bz2) = a22fa1dc358836f7dc9d92410971e7f51b40666a0e101dbb0c4f787959e8bcf8
+SIZE (XaraLXSrc-0.6r1441.tar.bz2) = 31057898
diff --git a/graphics/xaralx/files/patch-PreComp_Makefile.am b/graphics/xaralx/files/patch-PreComp_Makefile.am
deleted file mode 100644
index 9b4c5e1810ec..000000000000
--- a/graphics/xaralx/files/patch-PreComp_Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
---- PreComp/Makefile.am.orig Mon Mar 27 09:58:41 2006
-+++ PreComp/Makefile.am Mon Mar 27 09:58:52 2006
-@@ -13,10 +13,10 @@
- camtypes.h.gch: camtypes.h
- if $(CXXCOMPILE) -x c++-header -MT $@ -MD -MP -MF "$(DEPDIR)/camtypes.h.Tpo" -c -o $@ $<; \
- then mv -f "$(DEPDIR)/camtypes.h.Tpo" "$(DEPDIR)/camtypes.h.Po"; else rm -f "$(DEPDIR)/camtypes.h.Tpo"; exit 1; fi
-- make -C ../Kernel clean
-- make -C ../wxXtra clean
-- make -C ../tools clean
-- make -C ../wxOil clean
-+ $(MAKE) -C ../Kernel clean
-+ $(MAKE) -C ../wxXtra clean
-+ $(MAKE) -C ../tools clean
-+ $(MAKE) -C ../wxOil clean
-
-
-
diff --git a/graphics/xaralx/files/patch-configure.in b/graphics/xaralx/files/patch-configure.in
index 932bd36803e7..f8934484b3e1 100644
--- a/graphics/xaralx/files/patch-configure.in
+++ b/graphics/xaralx/files/patch-configure.in
@@ -1,22 +1,11 @@
---- configure.in.orig Mon Jun 5 15:06:26 2006
-+++ configure.in Mon Jun 5 15:07:19 2006
-@@ -139,7 +139,7 @@
- WX_CPPFLAGS="`$WXCONFIG --static=$StaticEnable --debug=$DebugEnable --unicode=yes --cppflags`"
- WX_CXXFLAGS="`$WXCONFIG --static=$StaticEnable --debug=$DebugEnable --unicode=yes --cxxflags | sed -e 's/-fno-exceptions//'`"
- WX_LIBS="`$WXCONFIG --static=$StaticEnable --debug=$DebugEnable --unicode=yes --libs`"
-- WXRC="`$WXCONFIG --utility=wxrc`"
-+ WXRC="`$WXCONFIG --utility=wxrc-gtk2u`"
-
- # See if we are running on GTK
- WX_GTK="no"
-@@ -252,8 +252,8 @@
- fi
-
- # pass the Pango, FreeType and GTK flags (required for wxGTK font rendering)
--CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS $PANGO_CFLAGS $FT_CFLAGS $GTK_CFLAGS $LIBXML2_CFLAGS"
--CXXFLAGS="$CXXFLAGS $WX_CPPFLAGS $PANGO_CFLAGS $FT_CFLAGS $GTK_CFLAGS $LIBXML2_CFLAGS"
-+CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS $PANGO_CFLAGS $FT_CFLAGS $GTK_CFLAGS $LIBXML2_CFLAGS $CPPFLAGS_APPEND"
-+CXXFLAGS="$CXXFLAGS $WX_CPPFLAGS $PANGO_CFLAGS $FT_CFLAGS $GTK_CFLAGS $LIBXML2_CFLAGS $CPPFLAGS_APPEND"
+--- configure.in.orig Tue Jun 6 15:00:31 2006
++++ configure.in Tue Jun 6 16:43:23 2006
+@@ -173,7 +173,7 @@
- AC_MSG_CHECKING([Linker])
- case $host in
+ if test "$InternationalEnable" = "yes"; then
+ AC_MSG_CHECKING([wxWidgets wxrc utility])
+- WXRC="`$WXCONFIG --utility=wxrc`"
++ WXRC="`$WXCONFIG --utility=wxrc-gtk2u`"
+
+ if test "$WXRC" = "" ; then
+ AC_MSG_RESULT([not found, disabling international build])