FreeBSD Bugzilla – Attachment 28040 Details for
Bug 47331
Update port: graphics/pstoedit to 3.33
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.24 KB, created by
tkato
on 2003-01-21 20:40:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2003-01-21 20:40:10 UTC
Size:
4.24 KB
patch
obsolete
>diff -urN /usr/ports/graphics/pstoedit/Makefile graphics/pstoedit/Makefile >--- /usr/ports/graphics/pstoedit/Makefile Mon Nov 11 18:59:50 2002 >+++ graphics/pstoedit/Makefile Sat Jan 18 14:12:44 2003 >@@ -6,8 +6,7 @@ > # > > PORTNAME= pstoedit >-PORTVERSION= 3.32 >-PORTREVISION= 1 >+PORTVERSION= 3.33 > CATEGORIES= graphics print > MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ > >@@ -22,14 +21,14 @@ > gs:${PORTSDIR}/print/ghostscript-gnu > > USE_LIBTOOL= yes >-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} >+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" > INSTALLS_SHLIB= yes > > MAN1= pstoedit.1 > > CPPFLAGS= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \ >- -I${X11BASE}/include -fpermissive >+ -I${X11BASE}/include > LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib > > post-install: >diff -urN /usr/ports/graphics/pstoedit/distinfo graphics/pstoedit/distinfo >--- /usr/ports/graphics/pstoedit/distinfo Fri Sep 13 04:01:06 2002 >+++ graphics/pstoedit/distinfo Sat Jan 18 13:55:35 2003 >@@ -1 +1 @@ >-MD5 (pstoedit-3.32.tar.gz) = 3cc02f27c6030448f7b3705f85cba34e >+MD5 (pstoedit-3.33.tar.gz) = 6a671ef165bf7d1611a2ad3f0499ff5b >diff -urN /usr/ports/graphics/pstoedit/files/patch-configure graphics/pstoedit/files/patch-configure >--- /usr/ports/graphics/pstoedit/files/patch-configure Fri Sep 13 02:28:13 2002 >+++ graphics/pstoedit/files/patch-configure Sat Jan 18 13:55:35 2003 >@@ -1,9 +1,9 @@ > > $FreeBSD: ports/graphics/pstoedit/files/patch-configure,v 1.1 2002/09/12 17:28:13 sobomax Exp $ > >---- configure 2002/09/12 16:53:58 1.1 >-+++ configure 2002/09/12 16:54:04 >-@@ -7031,6 +7031,7 @@ >+--- configure.orig Tue Jan 7 06:21:27 2003 >++++ configure Sat Jan 18 13:25:14 2003 >+@@ -17286,6 +17286,7 @@ > > # This can be used to rebuild libtool when needed > LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" >@@ -11,22 +11,22 @@ > > # Always use our own libtool. > LIBTOOL='$(SHELL) $(top_builddir)/libtool' >-@@ -8016,16 +8017,15 @@ >+@@ -18852,16 +18853,15 @@ > echo "${ECHO_T}GNU" >&6 > SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wstrict-prototypes" > fi > - CXXFLAGS="-g" > elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then >- echo "$as_me:8021: result: AIX xlC" >&5 >+ echo "$as_me:$LINENO: result: AIX xlC" >&5 > echo "${ECHO_T}AIX xlC" >&6 > - CXXFLAGS="-D__unix__ -g -+ -I/usr/lpp/xlC/src/nihC/aixinclude" > + CXXFLAGS="$CXXFLAGS -D__unix__ -+ -I/usr/lpp/xlC/src/nihC/aixinclude" > elif test `echo "$CXX" | egrep -c 'cxx$'` -eq 1; then >- echo "$as_me:8025: result: OSF/1 cxx" >&5 >+ echo "$as_me:$LINENO: result: OSF/1 cxx" >&5 > echo "${ECHO_T}OSF/1 cxx" >&6 > SPECIAL_CXXFLAGS=-w > - CXXFLAGS=-define_templates > + CXXFLAGS="$CXXFLAGS -define_templates" > elif test `echo "$CXX" | egrep -c 'CC$'` -eq 1; then > if test "$host_os" = irix5.3; then >- echo "$as_me:8031: result: Irix 5.3" >&5 >+ echo "$as_me:$LINENO: result: Irix 5.3" >&5 >diff -urN /usr/ports/graphics/pstoedit/files/patch-src::Makefile.in graphics/pstoedit/files/patch-src::Makefile.in >--- /usr/ports/graphics/pstoedit/files/patch-src::Makefile.in Fri Sep 13 02:28:13 2002 >+++ graphics/pstoedit/files/patch-src::Makefile.in Thu Jan 1 09:00:00 1970 >@@ -1,14 +0,0 @@ >- >-$FreeBSD: ports/graphics/pstoedit/files/patch-src::Makefile.in,v 1.1 2002/09/12 17:28:13 sobomax Exp $ >- >---- src/Makefile.in 2002/09/12 17:11:07 1.1 >-+++ src/Makefile.in 2002/09/12 17:13:02 >-@@ -191,7 +191,7 @@ >- psimage.h >- >- >--CPPFLAGS = \ >-+CPPFLAGS = @CPPFLAGS@ \ >- ${LIBPLOTTER_CFLAGS} \ >- ${LIBMING_CFLAGS} \ >- ${LIBMAGICK_CFLAGS} \ >diff -urN /usr/ports/graphics/pstoedit/pkg-plist graphics/pstoedit/pkg-plist >--- /usr/ports/graphics/pstoedit/pkg-plist Fri Sep 20 19:33:36 2002 >+++ graphics/pstoedit/pkg-plist Sat Jan 18 13:55:36 2003 >@@ -5,6 +5,7 @@ > include/pstoedit/drvbase.h > include/pstoedit/drvfuncs.h > include/pstoedit/miscutil.h >+include/pstoedit/ordlist.h > include/pstoedit/poptions.h > include/pstoedit/psimage.h > include/pstoedit/pstoedit.h >@@ -27,6 +28,7 @@ > lib/pstoedit/libp2edrvswf.so > lib/pstoedit/libp2edrvswf.so.0 > libdata/pkgconfig/pstoedit.pc >+share/aclocal/pstoedit.m4 > %%PORTDOCS%%share/doc/pstoedit/changelog.htm > %%PORTDOCS%%share/doc/pstoedit/index.htm > %%PORTDOCS%%share/doc/pstoedit/pstoedit.htm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 47331
: 28040