FreeBSD Bugzilla – Attachment 36942 Details for
Bug 59010
Update port: lang/yap to 4.4.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.81 KB, created by
tkato
on 2003-11-06 15:10:16 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2003-11-06 15:10:16 UTC
Size:
5.81 KB
patch
obsolete
>diff -urN /usr/ports/lang/yap/Makefile lang/yap/Makefile >--- /usr/ports/lang/yap/Makefile Sat Apr 12 22:54:18 2003 >+++ lang/yap/Makefile Thu Nov 6 22:51:52 2003 >@@ -7,7 +7,7 @@ > # > > PORTNAME= yap >-PORTVERSION= 4.3.22 >+PORTVERSION= 4.4.3 > CATEGORIES= lang > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -19,7 +19,19 @@ > LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 > > GNU_CONFIGURE= yes >-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ >+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib" >+ >+INFO= yap >+ >+post-extract: >+ @${RM} -f ${WRKSRC}/docs/*.info* >+ >+post-build: >+ cd ${WRKSRC}/docs && makeinfo --no-split yap.tex >+ >+post-install: >+ ${INSTALL_DATA} ${WRKSRC}/docs/yap.info ${PREFIX}/info >+ install-info ${PREFIX}/info/yap.info ${PREFIX}/info/dir > > .include <bsd.port.mk> >diff -urN /usr/ports/lang/yap/distinfo lang/yap/distinfo >--- /usr/ports/lang/yap/distinfo Tue Sep 10 20:16:45 2002 >+++ lang/yap/distinfo Thu Nov 6 22:03:32 2003 >@@ -1 +1 @@ >-MD5 (Yap-4.3.22.tar.gz) = f242618fc9e17ed2accd8e6b0ed68753 >+MD5 (Yap-4.4.3.tar.gz) = ef46d7325e86028b2da1065ec4a6654b >diff -urN /usr/ports/lang/yap/pkg-plist lang/yap/pkg-plist >--- /usr/ports/lang/yap/pkg-plist Tue Sep 10 20:16:45 2002 >+++ lang/yap/pkg-plist Thu Nov 6 22:32:02 2003 >@@ -1,6 +1,14 @@ > bin/yap >+include/Yap/YapInterface.h > include/Yap/c_interface.h > include/Yap/yap_structs.h >+lib/Yap/random.so >+lib/Yap/regexp.so >+lib/Yap/startup >+lib/Yap/sys.so >+lib/Yap/yap2swi.so >+lib/Yap/yap_tries.so >+lib/libYap.a > share/Yap/CHR.LICENSE > share/Yap/CLPQR.LICENSE > share/Yap/apply_macros.yap >@@ -8,35 +16,9 @@ > share/Yap/atts.yap > share/Yap/avl.yap > share/Yap/charsio.yap >-share/Yap/chr.yap >-share/Yap/clpq.yap >-share/Yap/clpr.yap >-share/Yap/heaps.yap >-share/Yap/icon_address.pl >-share/Yap/lists.yap >-share/Yap/logtalk.yap >-share/Yap/ordsets.yap >-share/Yap/pillow.pl >-share/Yap/prandom.yap >-share/Yap/queues.yap >-share/Yap/random.yap >-share/Yap/regexp.yap >-share/Yap/system.yap >-share/Yap/terms.yap >-share/Yap/timeout.yap >-share/Yap/trees.yap >-share/Yap/ugraphs.yap > share/Yap/chr/chrcmp.pl > share/Yap/chr/compenv.pl > share/Yap/chr/concat.pl >-share/Yap/chr/getval.pl >-share/Yap/chr/matching.pl >-share/Yap/chr/operator.pl >-share/Yap/chr/ordering.pl >-share/Yap/chr/sbag.pl >-share/Yap/chr/sbag_a.pl >-share/Yap/chr/sbag_l.pl >-share/Yap/chr/trace.yap > share/Yap/chr/examples/allentable.pl > share/Yap/chr/examples/arc.pl > share/Yap/chr/examples/bool.pl >@@ -83,35 +65,28 @@ > share/Yap/chr/examples/time.pl > share/Yap/chr/examples/tree.pl > share/Yap/chr/examples/type.pl >+share/Yap/chr/getval.pl >+share/Yap/chr/matching.pl >+share/Yap/chr/operator.pl >+share/Yap/chr/ordering.pl >+share/Yap/chr/sbag.pl >+share/Yap/chr/sbag_a.pl >+share/Yap/chr/sbag_l.pl >+share/Yap/chr/trace.yap >+share/Yap/chr.yap >+share/Yap/cleanup.yap > share/Yap/clpq/arith_q.yap > share/Yap/clpq/class.yap > share/Yap/clpq/geler.yap > share/Yap/clpq/nf.yap > share/Yap/clpq/nfq.yap >+share/Yap/clpq.yap > share/Yap/clpqr/arith.pl > share/Yap/clpqr/bb.yap > share/Yap/clpqr/bv.yap > share/Yap/clpqr/compenv.pl > share/Yap/clpqr/dump.pl >-share/Yap/clpqr/expand.yap >-share/Yap/clpqr/fourmotz.pl >-share/Yap/clpqr/ineq.yap >-share/Yap/clpqr/itf3.pl >-share/Yap/clpqr/monash.pl >-share/Yap/clpqr/ordering.yap >-share/Yap/clpqr/printf.pl >-share/Yap/clpqr/project.pl >-share/Yap/clpqr/redund.pl >-share/Yap/clpqr/store.yap > share/Yap/clpqr/examples/README >-share/Yap/clpqr/examples/caneghem.pl >-share/Yap/clpqr/examples/eliminat.pl >-share/Yap/clpqr/examples/matmul.pl >-share/Yap/clpqr/examples/mg.pl >-share/Yap/clpqr/examples/mip.pl >-share/Yap/clpqr/examples/root.pl >-share/Yap/clpqr/examples/simplex.pl >-share/Yap/clpqr/examples/squares.pl > share/Yap/clpqr/examples/SESSION/010 > share/Yap/clpqr/examples/SESSION/011 > share/Yap/clpqr/examples/SESSION/012 >@@ -153,6 +128,11 @@ > share/Yap/clpqr/examples/SESSION/133 > share/Yap/clpqr/examples/SESSION/134 > share/Yap/clpqr/examples/SESSION/135 >+share/Yap/clpqr/examples/caneghem.pl >+share/Yap/clpqr/examples/eliminat.pl >+share/Yap/clpqr/examples/matmul.pl >+share/Yap/clpqr/examples/mg.pl >+share/Yap/clpqr/examples/mip.pl > share/Yap/clpqr/examples/monash/README > share/Yap/clpqr/examples/monash/air > share/Yap/clpqr/examples/monash/amplif >@@ -172,28 +152,52 @@ > share/Yap/clpqr/examples/monash/smm > share/Yap/clpqr/examples/monash/toolpath > share/Yap/clpqr/examples/monash/zebra >+share/Yap/clpqr/examples/root.pl >+share/Yap/clpqr/examples/simplex.pl >+share/Yap/clpqr/examples/squares.pl >+share/Yap/clpqr/expand.yap >+share/Yap/clpqr/fourmotz.pl >+share/Yap/clpqr/ineq.yap >+share/Yap/clpqr/itf3.pl >+share/Yap/clpqr/monash.pl >+share/Yap/clpqr/ordering.yap >+share/Yap/clpqr/printf.pl >+share/Yap/clpqr/project.pl >+share/Yap/clpqr/redund.pl >+share/Yap/clpqr/store.yap > share/Yap/clpr/arith_r.yap > share/Yap/clpr/class.yap > share/Yap/clpr/geler.yap > share/Yap/clpr/nf.yap > share/Yap/clpr/nfr.yap >+share/Yap/clpr.yap >+share/Yap/heaps.yap >+share/Yap/icon_address.pl >+share/Yap/lists.yap > share/Yap/logtalk/logtalk.pl > share/Yap/logtalk/yap430.config >-lib/Yap/random.so >-lib/Yap/regexp.so >-lib/Yap/startup >-lib/Yap/sys.so >-lib/Yap/yap2swi.so >-lib/libYap.a >-@dirrm include/Yap >-@dirrm share/Yap/chr/examples >-@dirrm share/Yap/chr >-@dirrm share/Yap/clpq >-@dirrm share/Yap/clpqr/examples/SESSION >+share/Yap/logtalk.yap >+share/Yap/ordsets.yap >+share/Yap/pillow.pl >+share/Yap/prandom.yap >+share/Yap/queues.yap >+share/Yap/random.yap >+share/Yap/regexp.yap >+share/Yap/system.yap >+share/Yap/terms.yap >+share/Yap/timeout.yap >+share/Yap/trees.yap >+share/Yap/tries.yap >+share/Yap/ugraphs.yap >+@dirrm share/Yap/logtalk >+@dirrm share/Yap/clpr > @dirrm share/Yap/clpqr/examples/monash >+@dirrm share/Yap/clpqr/examples/SESSION > @dirrm share/Yap/clpqr/examples > @dirrm share/Yap/clpqr >-@dirrm share/Yap/clpr >-@dirrm share/Yap/logtalk >+@dirrm share/Yap/clpq >+@dirrm share/Yap/chr/examples >+@dirrm share/Yap/chr > @dirrm share/Yap > @dirrm lib/Yap >+@dirrm include/Yap
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 59010
: 36942