maintenance update to 3.73
This commit is contained in:
parent
ac6d103b5b
commit
ec5af6686c
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2018/10/24 14:28:06 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2019/01/05 10:08:33 steven Exp $
|
||||
|
||||
COMMENT= translate PostScript/PDF graphics to other vector formats
|
||||
|
||||
DISTNAME= pstoedit-3.71
|
||||
DISTNAME= pstoedit-3.73
|
||||
SHARED_LIBS= pstoedit 3.0
|
||||
CATEGORIES= graphics
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= http://www.pstoedit.net/
|
||||
|
||||
@ -19,6 +18,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pstoedit/}
|
||||
RUN_DEPENDS= print/ghostscript/gnu
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --without-libplot \
|
||||
--without-emf \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pstoedit-3.71.tar.gz) = BYnNIs2cI97hLZvJ8mdg+HIYXYoftyoFvFj2uCTPvJU=
|
||||
SIZE (pstoedit-3.71.tar.gz) = 1046071
|
||||
SHA256 (pstoedit-3.73.tar.gz) = rTHRO/TdG54lkNzNvp5KvnRyeqoWN2voXNXYVPeb8pA=
|
||||
SIZE (pstoedit-3.73.tar.gz) = 1276849
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.8 2018/04/27 05:35:15 steven Exp $
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.9 2019/01/05 10:08:33 steven Exp $
|
||||
Index: src/Makefile.in
|
||||
--- src/Makefile.in.orig
|
||||
+++ src/Makefile.in
|
||||
@@ -384,7 +384,7 @@ libp2edrvstd_la_SOURCES = \
|
||||
@@ -532,7 +532,7 @@ libp2edrvstd_la_SOURCES = \
|
||||
$(sample_drivers_src)
|
||||
|
||||
libp2edrvstd_la_LIBADD = libpstoedit.la
|
||||
@ -11,7 +11,7 @@ Index: src/Makefile.in
|
||||
|
||||
#libp2edrvplugins_la_SOURCES=drvmif.cpp drvcgm.cpp drvrtf.cpp drvwwmf.cpp
|
||||
#libp2edrvplugins_la_LIBADD=
|
||||
@@ -403,7 +403,7 @@ libp2edrvswf_la_LDFLAGS = -no-undefined -module
|
||||
@@ -551,7 +551,7 @@ libp2edrvswf_la_LDFLAGS = -no-undefined -module
|
||||
# note the __ stand for ++ - automake treats all no alphanums chars as _
|
||||
libp2edrvmagick___la_SOURCES = drvmagick++.cpp drvmagick++.h initlibrary.cpp
|
||||
libp2edrvmagick___la_LIBADD = ${LIBMAGICK_LDFLAGS} libpstoedit.la
|
||||
@ -20,9 +20,9 @@ Index: src/Makefile.in
|
||||
@USE_EMFBYSOURCE_FALSE@libp2edrvwmf_la_SOURCES = drvwmf.cpp drvwmf.h initlibrary.cpp
|
||||
# moved to configure.ac because needed only for g++ libp2edrvmagick___la_CPPFLAGS=$(LIBMAGICK_CFLAGS) $(AM_CPPFLAGS) -Wno-long-long
|
||||
@USE_EMFBYSOURCE_TRUE@libp2edrvwmf_la_SOURCES = emflib.cpp drvwmf.cpp drvwmf.h initlibrary.cpp
|
||||
@@ -428,7 +428,7 @@ libpstoedit_la_SOURCES = \
|
||||
genericints.h \
|
||||
version.h
|
||||
@@ -575,7 +575,7 @@ libpstoedit_la_SOURCES = \
|
||||
psfront.h \
|
||||
genericints.h
|
||||
|
||||
-libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm
|
||||
+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -lm
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2016/04/04 16:09:09 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2019/01/05 10:08:33 steven Exp $
|
||||
@bin bin/pstoedit
|
||||
include/pstoedit/
|
||||
include/pstoedit/base64writer.h
|
||||
@ -25,6 +25,11 @@ lib/pstoedit/
|
||||
lib/pstoedit/libp2edrvstd.so
|
||||
@man man/man1/pstoedit.1
|
||||
share/aclocal/pstoedit.m4
|
||||
share/doc/pstoedit/
|
||||
share/doc/pstoedit/changelog.htm
|
||||
share/doc/pstoedit/pstoedit.htm
|
||||
share/doc/pstoedit/pstoedit.pdf
|
||||
share/doc/pstoedit/readme.txt
|
||||
share/pstoedit/
|
||||
share/pstoedit/drvhpgl.pencolors
|
||||
share/pstoedit/examplefigmap.fmp
|
||||
|
Loading…
Reference in New Issue
Block a user