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

(-)graphics/pstoedit/Makefile (-4 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	pstoedit
8
PORTNAME=	pstoedit
9
PORTVERSION=	3.32
9
PORTVERSION=	3.33
10
PORTREVISION=	1
11
CATEGORIES=	graphics print
10
CATEGORIES=	graphics print
12
MASTER_SITES=	http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/
11
MASTER_SITES=	http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/
13
12
Lines 22-35 Link Here
22
		gs:${PORTSDIR}/print/ghostscript-gnu
21
		gs:${PORTSDIR}/print/ghostscript-gnu
23
22
24
USE_LIBTOOL=	yes
23
USE_LIBTOOL=	yes
25
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
26
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
25
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
27
INSTALLS_SHLIB=	yes
26
INSTALLS_SHLIB=	yes
28
27
29
MAN1=	pstoedit.1
28
MAN1=	pstoedit.1
30
29
31
CPPFLAGS=	-I${LOCALBASE}/include/ming -I${LOCALBASE}/include \
30
CPPFLAGS=	-I${LOCALBASE}/include/ming -I${LOCALBASE}/include \
32
		-I${X11BASE}/include -fpermissive
31
		-I${X11BASE}/include
33
LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib
32
LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib
34
33
35
post-install:
34
post-install:
(-)graphics/pstoedit/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (pstoedit-3.32.tar.gz) = 3cc02f27c6030448f7b3705f85cba34e
1
MD5 (pstoedit-3.33.tar.gz) = 6a671ef165bf7d1611a2ad3f0499ff5b
(-)graphics/pstoedit/files/patch-configure (-7 / +7 lines)
Lines 1-9 Link Here
1
1
2
$FreeBSD: ports/graphics/pstoedit/files/patch-configure,v 1.1 2002/09/12 17:28:13 sobomax Exp $
2
$FreeBSD: ports/graphics/pstoedit/files/patch-configure,v 1.1 2002/09/12 17:28:13 sobomax Exp $
3
3
4
--- configure	2002/09/12 16:53:58	1.1
4
--- configure.orig	Tue Jan  7 06:21:27 2003
5
+++ configure	2002/09/12 16:54:04
5
+++ configure	Sat Jan 18 13:25:14 2003
6
@@ -7031,6 +7031,7 @@
6
@@ -17286,6 +17286,7 @@
7
 
7
 
8
 # This can be used to rebuild libtool when needed
8
 # This can be used to rebuild libtool when needed
9
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
9
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
Lines 11-32 Link Here
11
 
11
 
12
 # Always use our own libtool.
12
 # Always use our own libtool.
13
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
13
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
14
@@ -8016,16 +8017,15 @@
14
@@ -18852,16 +18853,15 @@
15
 echo "${ECHO_T}GNU" >&6
15
 echo "${ECHO_T}GNU" >&6
16
     SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wstrict-prototypes"
16
     SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wstrict-prototypes"
17
   fi
17
   fi
18
-  CXXFLAGS="-g"
18
-  CXXFLAGS="-g"
19
 elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then
19
 elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then
20
   echo "$as_me:8021: result: AIX xlC" >&5
20
   echo "$as_me:$LINENO: result: AIX xlC" >&5
21
 echo "${ECHO_T}AIX xlC" >&6
21
 echo "${ECHO_T}AIX xlC" >&6
22
-  CXXFLAGS="-D__unix__ -g -+ -I/usr/lpp/xlC/src/nihC/aixinclude"
22
-  CXXFLAGS="-D__unix__ -g -+ -I/usr/lpp/xlC/src/nihC/aixinclude"
23
+  CXXFLAGS="$CXXFLAGS -D__unix__ -+ -I/usr/lpp/xlC/src/nihC/aixinclude"
23
+  CXXFLAGS="$CXXFLAGS -D__unix__ -+ -I/usr/lpp/xlC/src/nihC/aixinclude"
24
 elif test `echo "$CXX" | egrep -c 'cxx$'` -eq 1; then
24
 elif test `echo "$CXX" | egrep -c 'cxx$'` -eq 1; then
25
   echo "$as_me:8025: result: OSF/1 cxx" >&5
25
   echo "$as_me:$LINENO: result: OSF/1 cxx" >&5
26
 echo "${ECHO_T}OSF/1 cxx" >&6
26
 echo "${ECHO_T}OSF/1 cxx" >&6
27
   SPECIAL_CXXFLAGS=-w
27
   SPECIAL_CXXFLAGS=-w
28
-  CXXFLAGS=-define_templates
28
-  CXXFLAGS=-define_templates
29
+  CXXFLAGS="$CXXFLAGS -define_templates"
29
+  CXXFLAGS="$CXXFLAGS -define_templates"
30
 elif test `echo "$CXX" | egrep -c 'CC$'` -eq 1; then
30
 elif test `echo "$CXX" | egrep -c 'CC$'` -eq 1; then
31
   if test "$host_os" = irix5.3; then
31
   if test "$host_os" = irix5.3; then
32
     echo "$as_me:8031: result: Irix 5.3" >&5
32
     echo "$as_me:$LINENO: result: Irix 5.3" >&5
(-)graphics/pstoedit/files/patch-src::Makefile.in (-14 lines)
Lines 1-14 Link Here
1
2
$FreeBSD: ports/graphics/pstoedit/files/patch-src::Makefile.in,v 1.1 2002/09/12 17:28:13 sobomax Exp $
3
4
--- src/Makefile.in	2002/09/12 17:11:07	1.1
5
+++ src/Makefile.in	2002/09/12 17:13:02
6
@@ -191,7 +191,7 @@
7
 	psimage.h
8
 
9
 
10
-CPPFLAGS = \
11
+CPPFLAGS = @CPPFLAGS@ \
12
 	${LIBPLOTTER_CFLAGS}			\
13
 	${LIBMING_CFLAGS}			\
14
 	${LIBMAGICK_CFLAGS}			\
(-)graphics/pstoedit/pkg-plist (+2 lines)
Lines 5-10 Link Here
5
include/pstoedit/drvbase.h
5
include/pstoedit/drvbase.h
6
include/pstoedit/drvfuncs.h
6
include/pstoedit/drvfuncs.h
7
include/pstoedit/miscutil.h
7
include/pstoedit/miscutil.h
8
include/pstoedit/ordlist.h
8
include/pstoedit/poptions.h
9
include/pstoedit/poptions.h
9
include/pstoedit/psimage.h
10
include/pstoedit/psimage.h
10
include/pstoedit/pstoedit.h
11
include/pstoedit/pstoedit.h
Lines 27-32 Link Here
27
lib/pstoedit/libp2edrvswf.so
28
lib/pstoedit/libp2edrvswf.so
28
lib/pstoedit/libp2edrvswf.so.0
29
lib/pstoedit/libp2edrvswf.so.0
29
libdata/pkgconfig/pstoedit.pc
30
libdata/pkgconfig/pstoedit.pc
31
share/aclocal/pstoedit.m4
30
%%PORTDOCS%%share/doc/pstoedit/changelog.htm
32
%%PORTDOCS%%share/doc/pstoedit/changelog.htm
31
%%PORTDOCS%%share/doc/pstoedit/index.htm
33
%%PORTDOCS%%share/doc/pstoedit/index.htm
32
%%PORTDOCS%%share/doc/pstoedit/pstoedit.htm
34
%%PORTDOCS%%share/doc/pstoedit/pstoedit.htm

Return to bug 47331