View | Details | Raw Unified | Return to bug 116927
Collapse All | Expand All

(-)graphics/pstoedit/Makefile (-14 / +3 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	pstoedit
8
PORTNAME=	pstoedit
9
PORTVERSION=	3.44
9
PORTVERSION=	3.45
10
PORTREVISION=	2
11
CATEGORIES=	graphics print
10
CATEGORIES=	graphics print
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	SF
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
12
15
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Convert PostScript to other vector graphic formats
14
COMMENT=	Convert PostScript to other vector graphic formats
Lines 36-50 Link Here
36
34
37
.include <bsd.port.pre.mk>
35
.include <bsd.port.pre.mk>
38
36
39
.if ${OSVERSION} < 500035
40
BUILD_DEPENDS+=	${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
41
RUN_DEPENDS+=	${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
42
CFLAGS+=	-DHAVESTL -DHAVETYPENAME -DUSE_NEWSTRSTREAM -DHAVEAUTOPTR 
43
CPPFLAGS+=	-I${LOCALBASE}/include/stlport ${PTHREAD_CFLAGS}
44
LDFLAGS+=	-lstlport_gcc ${PTHREAD_LIBS}
45
46
.endif
47
48
.if defined(WITHOUT_IMAGEMAGICK)
37
.if defined(WITHOUT_IMAGEMAGICK)
49
CONFIGURE_ARGS+=	--without-magick
38
CONFIGURE_ARGS+=	--without-magick
50
PLIST_SUB+=	IMAGEMAGICK="@comment "
39
PLIST_SUB+=	IMAGEMAGICK="@comment "
Lines 80-89 Link Here
80
69
81
post-patch:
70
post-patch:
82
	@${REINPLACE_CMD} -e 's|CXXFLAGS="-g"|CXXFLAGS="$$CXXFLAGS"|g ; \
71
	@${REINPLACE_CMD} -e 's|CXXFLAGS="-g"|CXXFLAGS="$$CXXFLAGS"|g ; \
83
		 s|GCC_OK=no|GCC_OK=yes|g ; \
84
		 s|GraphicsMagick|Magick|g ; \
72
		 s|GraphicsMagick|Magick|g ; \
85
		 s|=$$OLDCPPFLAGS|=$$CPPFLAGS|g ; \
73
		 s|=$$OLDCPPFLAGS|=$$CPPFLAGS|g ; \
86
		 s|-pedantic||g' ${WRKSRC}/configure
74
		 s|-pedantic||g' ${WRKSRC}/configure
75
	@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/src/Makefile.in
87
76
88
post-install:
77
post-install:
89
	${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1
78
	${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1
(-)graphics/pstoedit/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pstoedit-3.44.tar.gz) = 13f24cb070da3f6af82ed84f4e53f049
1
MD5 (pstoedit-3.45.tar.gz) = 071efc64d9edf5d942b407348ac7451d
2
SHA256 (pstoedit-3.44.tar.gz) = 84af13a39dde6e5fd224306d87090fb5350de52ee7fb412e0b1373207af1027e
2
SHA256 (pstoedit-3.45.tar.gz) = a489e47e536c194d7fc3a8121a274156a3577d3d893ac4b54d79849bb29f7fd9
3
SIZE (pstoedit-3.44.tar.gz) = 837147
3
SIZE (pstoedit-3.45.tar.gz) = 848922
(-)graphics/pstoedit/pkg-plist (+1 lines)
Lines 6-11 Link Here
6
include/pstoedit/genericints.h
6
include/pstoedit/genericints.h
7
include/pstoedit/miscutil.h
7
include/pstoedit/miscutil.h
8
include/pstoedit/ordlist.h
8
include/pstoedit/ordlist.h
9
include/pstoedit/papersizes.h
9
include/pstoedit/poptions.h
10
include/pstoedit/poptions.h
10
include/pstoedit/psimage.h
11
include/pstoedit/psimage.h
11
include/pstoedit/pstoedit.h
12
include/pstoedit/pstoedit.h

Return to bug 116927