FreeBSD Bugzilla – Attachment 38466 Details for
Bug 60877
Update lang/onyx port to 5.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
onyx_port_5_0_0.diff
onyx_port_5_0_0.diff (text/plain), 4.62 KB, created by
Jason Evans
on 2004-01-04 01:30:16 UTC
(
hide
)
Description:
onyx_port_5_0_0.diff
Filename:
MIME Type:
Creator:
Jason Evans
Created:
2004-01-04 01:30:16 UTC
Size:
4.62 KB
patch
obsolete
>diff -Nru onyx.orig/Makefile onyx/Makefile >--- onyx.orig/Makefile Sat May 17 18:38:13 2003 >+++ onyx/Makefile Fri Jan 2 21:39:12 2004 >@@ -6,7 +6,7 @@ > # > > PORTNAME= onyx >-PORTVERSION= 4.4.3 >+PORTVERSION= 5.0.0 > CATEGORIES= lang > MASTER_SITES= http://www.canonware.com/download/onyx/ > >@@ -22,8 +22,7 @@ > GNU_CONFIGURE= yes > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > CONFIGURE_ARGS= --with-libedit-prefix=${LOCALBASE} \ >- --with-pcre-prefix=${LOCALBASE} \ >- --disable-slate >+ --with-pcre-prefix=${LOCALBASE} > INSTALLS_SHLIB= yes > > MAN1= onyx.1 onyx_config.1 >diff -Nru onyx.orig/distinfo onyx/distinfo >--- onyx.orig/distinfo Sat May 17 18:38:13 2003 >+++ onyx/distinfo Fri Jan 2 20:55:16 2004 >@@ -1 +1 @@ >-MD5 (onyx-4.4.3.tar.bz2) = 27c894515bd106cbdd9b4f7059d91c01 >+MD5 (onyx-5.0.0.tar.bz2) = 6123208c78eb611643cc4b3728b622ab >diff -Nru onyx.orig/pkg-descr onyx/pkg-descr >--- onyx.orig/pkg-descr Tue Aug 21 23:54:59 2001 >+++ onyx/pkg-descr Fri Jan 2 21:28:07 2004 >@@ -2,4 +2,4 @@ > contains both a stand alone interpreter and a library that can be used to embed > Onyx in an application. Extensive documentation is included. > >-WWW: http://www.canonware.com/ >+WWW: http://www.canonware.com/onyx/ >diff -Nru onyx.orig/pkg-message onyx/pkg-message >--- onyx.orig/pkg-message Wed Jul 18 02:12:42 2001 >+++ onyx/pkg-message Fri Jan 2 21:46:07 2004 >@@ -1,2 +1 @@ >-See ${PREFIX}/share/onyx/doc/ for documentation in HTML, PostScript, and PDF >-formats. >+See ${PREFIX}/share/onyx/doc/ for documentation in HTML and PDF formats. >diff -Nru onyx.orig/pkg-plist onyx/pkg-plist >--- onyx.orig/pkg-plist Sat May 17 18:38:13 2003 >+++ onyx/pkg-plist Fri Jan 2 21:24:01 2004 >@@ -1,4 +1,4 @@ >-@comment $FreeBSD: ports/lang/onyx/pkg-plist,v 1.14 2003/05/18 01:38:13 petef Exp $ >+@comment $FreeBSD$ > bin/onyx > bin/onyx-%%ONYX_VERSION%% > bin/onyx_config >@@ -15,15 +15,18 @@ > include/libonyx/mtx.h > include/libonyx/nx.h > include/libonyx/nxa.h >+include/libonyx/nxm.h > include/libonyx/nxn.h > include/libonyx/nxo.h > include/libonyx/nxo_array.h > include/libonyx/nxo_boolean.h >+include/libonyx/nxo_class.h > include/libonyx/nxo_condition.h > include/libonyx/nxo_dict.h > include/libonyx/nxo_file.h > include/libonyx/nxo_fino.h >-include/libonyx/nxo_hook.h >+include/libonyx/nxo_handle.h >+include/libonyx/nxo_instance.h > include/libonyx/nxo_integer.h > include/libonyx/nxo_mark.h > include/libonyx/nxo_mutex.h >@@ -33,6 +36,8 @@ > include/libonyx/nxo_operator.h > include/libonyx/nxo_pmark.h > include/libonyx/nxo_real.h >+include/libonyx/nxo_regex.h >+include/libonyx/nxo_regsub.h > include/libonyx/nxo_stack.h > include/libonyx/nxo_string.h > include/libonyx/nxo_thread.h >@@ -45,7 +50,7 @@ > include/libonyx/xep.h > lib/libonyx.a > lib/libonyx.so >-lib/libonyx.so.12 >+lib/libonyx.so.13 > share/onyx > share/onyx-%%ONYX_VERSION%%/doc/html/contents.png > share/onyx-%%ONYX_VERSION%%/doc/html/img1.png >@@ -85,7 +90,17 @@ > share/onyx-%%ONYX_VERSION%%/doc/html/node112.html > share/onyx-%%ONYX_VERSION%%/doc/html/node113.html > share/onyx-%%ONYX_VERSION%%/doc/html/node114.html >+share/onyx-%%ONYX_VERSION%%/doc/html/node115.html >+share/onyx-%%ONYX_VERSION%%/doc/html/node116.html >+share/onyx-%%ONYX_VERSION%%/doc/html/node117.html >+share/onyx-%%ONYX_VERSION%%/doc/html/node118.html >+share/onyx-%%ONYX_VERSION%%/doc/html/node119.html > share/onyx-%%ONYX_VERSION%%/doc/html/node12.html >+share/onyx-%%ONYX_VERSION%%/doc/html/node120.html >+share/onyx-%%ONYX_VERSION%%/doc/html/node121.html >+share/onyx-%%ONYX_VERSION%%/doc/html/node122.html >+share/onyx-%%ONYX_VERSION%%/doc/html/node123.html >+share/onyx-%%ONYX_VERSION%%/doc/html/node124.html > share/onyx-%%ONYX_VERSION%%/doc/html/node13.html > share/onyx-%%ONYX_VERSION%%/doc/html/node14.html > share/onyx-%%ONYX_VERSION%%/doc/html/node15.html >@@ -188,14 +203,18 @@ > share/onyx-%%ONYX_VERSION%%/doc/html/up.png > share/onyx-%%ONYX_VERSION%%/doc/html/up_g.png > share/onyx-%%ONYX_VERSION%%/doc/pdf/onyx.pdf >-share/onyx-%%ONYX_VERSION%%/doc/ps/onyx.ps >+share/onyx-%%ONYX_VERSION%%/libonyx/libonyx_init.nx >+share/onyx-%%ONYX_VERSION%%/nx/modclopt/clopt.nx >+share/onyx-%%ONYX_VERSION%%/nx/modclopt/modclopt.nx >+share/onyx-%%ONYX_VERSION%%/nx/modclopt/modclopt_defs.nx > share/onyx-%%ONYX_VERSION%%/nx/modprompt/modprompt.nx > share/onyx-%%ONYX_VERSION%%/nx/modprompt/modprompt_defs.nx > share/onyx-%%ONYX_VERSION%%/nxm/modprompt.nxm > @dirrm share/onyx-%%ONYX_VERSION%%/nxm >+@dirrm share/onyx-%%ONYX_VERSION%%/nx/modclopt > @dirrm share/onyx-%%ONYX_VERSION%%/nx/modprompt > @dirrm share/onyx-%%ONYX_VERSION%%/nx >-@dirrm share/onyx-%%ONYX_VERSION%%/doc/ps >+@dirrm share/onyx-%%ONYX_VERSION%%/libonyx > @dirrm share/onyx-%%ONYX_VERSION%%/doc/pdf > @dirrm share/onyx-%%ONYX_VERSION%%/doc/html > @dirrm share/onyx-%%ONYX_VERSION%%/doc
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 60877
: 38466