- Update to 3.45
PR: 116927 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
492d5ebdce
commit
0628349385
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200958
3 changed files with 7 additions and 17 deletions
|
@ -6,11 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= pstoedit
|
||||
PORTVERSION= 3.44
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.45
|
||||
CATEGORIES= graphics print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Convert PostScript to other vector graphic formats
|
||||
|
@ -36,15 +34,6 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500035
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
CFLAGS+= -DHAVESTL -DHAVETYPENAME -DUSE_NEWSTRSTREAM -DHAVEAUTOPTR
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/stlport ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -lstlport_gcc ${PTHREAD_LIBS}
|
||||
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_IMAGEMAGICK)
|
||||
CONFIGURE_ARGS+= --without-magick
|
||||
PLIST_SUB+= IMAGEMAGICK="@comment "
|
||||
|
@ -80,10 +69,10 @@ PLIST_SUB+= PLOTUTILS=""
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|CXXFLAGS="-g"|CXXFLAGS="$$CXXFLAGS"|g ; \
|
||||
s|GCC_OK=no|GCC_OK=yes|g ; \
|
||||
s|GraphicsMagick|Magick|g ; \
|
||||
s|=$$OLDCPPFLAGS|=$$CPPFLAGS|g ; \
|
||||
s|-pedantic||g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/src/Makefile.in
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (pstoedit-3.44.tar.gz) = 13f24cb070da3f6af82ed84f4e53f049
|
||||
SHA256 (pstoedit-3.44.tar.gz) = 84af13a39dde6e5fd224306d87090fb5350de52ee7fb412e0b1373207af1027e
|
||||
SIZE (pstoedit-3.44.tar.gz) = 837147
|
||||
MD5 (pstoedit-3.45.tar.gz) = 071efc64d9edf5d942b407348ac7451d
|
||||
SHA256 (pstoedit-3.45.tar.gz) = a489e47e536c194d7fc3a8121a274156a3577d3d893ac4b54d79849bb29f7fd9
|
||||
SIZE (pstoedit-3.45.tar.gz) = 848922
|
||||
|
|
|
@ -6,6 +6,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 a new issue