update to 3.50
This commit is contained in:
parent
182f00f47a
commit
f2ab6d9e32
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2007/09/15 20:09:42 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/07/22 19:44:07 steven Exp $
|
||||
|
||||
COMMENT= translate PostScript/PDF graphics to other vector formats
|
||||
|
||||
DISTNAME= pstoedit-3.44
|
||||
SHARED_LIBS= pstoedit 1.1
|
||||
DISTNAME= pstoedit-3.50
|
||||
SHARED_LIBS= pstoedit 2.0
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://www.pstoedit.net/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (pstoedit-3.44.tar.gz) = E/JMsHDaP2r4LthPTlPwSQ==
|
||||
RMD160 (pstoedit-3.44.tar.gz) = 90XMk+5oGWOkX3aZVfV0z6/GTuk=
|
||||
SHA1 (pstoedit-3.44.tar.gz) = hXhcobUjeV9htE8ZRyUO3Krotak=
|
||||
SHA256 (pstoedit-3.44.tar.gz) = hK8To53ebl/SJDBthwkPtTUN5S7n+0EuCxNzIHrxAn4=
|
||||
SIZE (pstoedit-3.44.tar.gz) = 837147
|
||||
MD5 (pstoedit-3.50.tar.gz) = l9ZJMFrZD6t6VpFU8X4JFg==
|
||||
RMD160 (pstoedit-3.50.tar.gz) = upvihCTO1IRk2T3YvKYBB9GBocM=
|
||||
SHA1 (pstoedit-3.50.tar.gz) = VoW+8p+gCq58wxTTod0hYSqY6ys=
|
||||
SHA256 (pstoedit-3.50.tar.gz) = IrFkUtdTg1j47N/x/sKai21NpJ3/7JrkNvYL2V0QVxE=
|
||||
SIZE (pstoedit-3.50.tar.gz) = 894115
|
||||
|
@ -1,13 +1,13 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2006/03/12 02:31:16 steven Exp $
|
||||
--- configure.orig Fri Mar 10 23:38:16 2006
|
||||
+++ configure Sun Mar 12 03:21:46 2006
|
||||
@@ -22588,9 +22588,7 @@ echo "${ECHO_T}GNU on RiscOS" >&6
|
||||
else
|
||||
echo "$as_me:$LINENO: result: GNU" >&5
|
||||
echo "${ECHO_T}GNU" >&6
|
||||
- SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith "
|
||||
$OpenBSD: patch-configure,v 1.4 2010/07/22 19:44:07 steven Exp $
|
||||
--- configure.orig Wed Jul 21 22:50:32 2010
|
||||
+++ configure Wed Jul 21 22:50:42 2010
|
||||
@@ -18160,9 +18160,7 @@ $as_echo "GNU on RiscOS" >&6; }
|
||||
{ $as_echo "$as_me:$LINENO: result: GNU" >&5
|
||||
$as_echo "GNU" >&6; }
|
||||
# need to disable long long warning here because of ImageMagick using it
|
||||
- SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long "
|
||||
fi
|
||||
- CXXFLAGS="-g"
|
||||
elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then
|
||||
echo "$as_me:$LINENO: result: AIX xlC" >&5
|
||||
echo "${ECHO_T}AIX xlC" >&6
|
||||
{ $as_echo "$as_me:$LINENO: result: AIX xlC" >&5
|
||||
$as_echo "AIX xlC" >&6; }
|
||||
|
@ -1,7 +1,16 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.4 2006/03/12 02:31:16 steven Exp $
|
||||
--- src/Makefile.in.orig Sun Mar 5 21:55:24 2006
|
||||
+++ src/Makefile.in Sun Mar 12 02:40:36 2006
|
||||
@@ -473,9 +473,9 @@ clean-pkglibLTLIBRARIES:
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.5 2010/07/22 19:44:07 steven Exp $
|
||||
--- src/Makefile.in.orig Thu Aug 13 10:18:34 2009
|
||||
+++ src/Makefile.in Wed Jul 21 22:59:54 2010
|
||||
@@ -396,7 +396,7 @@ libpstoedit_la_SOURCES = \
|
||||
genericints.h \
|
||||
version.h
|
||||
|
||||
-libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm
|
||||
+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -lm
|
||||
libpstoedit_la_LDFLAGS = -no-undefined
|
||||
pstoedit_SOURCES = cmdmain.cpp
|
||||
pstoedit_LDFLAGS = -no-undefined -L. libpstoedit.la ${LIBLD_LDFLAGS}
|
||||
@@ -524,9 +524,9 @@ clean-pkglibLTLIBRARIES:
|
||||
libp2edrvlplot.la: $(libp2edrvlplot_la_OBJECTS) $(libp2edrvlplot_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(am_libp2edrvlplot_la_rpath) $(libp2edrvlplot_la_LDFLAGS) $(libp2edrvlplot_la_OBJECTS) $(libp2edrvlplot_la_LIBADD) $(LIBS)
|
||||
libp2edrvmagick++.la: $(libp2edrvmagick___la_OBJECTS) $(libp2edrvmagick___la_DEPENDENCIES)
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2006/03/12 02:31:16 steven Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/07/22 19:44:07 steven Exp $
|
||||
%%SHARED%%
|
||||
bin/pstoedit
|
||||
@bin bin/pstoedit
|
||||
include/pstoedit/
|
||||
include/pstoedit/base64writer.h
|
||||
include/pstoedit/cppcomp.h
|
||||
@ -9,6 +9,7 @@ include/pstoedit/drvfuncs.h
|
||||
include/pstoedit/genericints.h
|
||||
include/pstoedit/miscutil.h
|
||||
include/pstoedit/ordlist.h
|
||||
include/pstoedit/papersizes.h
|
||||
include/pstoedit/poptions.h
|
||||
include/pstoedit/psimage.h
|
||||
include/pstoedit/pstoedit.h
|
||||
|
Loading…
Reference in New Issue
Block a user