diff options
author | Steve Price <steve@FreeBSD.org> | 2000-09-18 00:46:13 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-09-18 00:46:13 +0000 |
commit | 6848777e4b42c12a8c2b580869fe438b755b50ea (patch) | |
tree | e54b3db3093616e4deabdd0e55e1bf858fda1964 /x11-fm/systemg/files | |
parent | 1fec93d35a5933f1aafd32ff0f84a2a277e5d2c4 (diff) | |
download | ports-6848777e4b42c12a8c2b580869fe438b755b50ea.tar.gz ports-6848777e4b42c12a8c2b580869fe438b755b50ea.zip |
Notes
Diffstat (limited to 'x11-fm/systemg/files')
-rw-r--r-- | x11-fm/systemg/files/patch-aa | 28 | ||||
-rw-r--r-- | x11-fm/systemg/files/patch-ab | 11 | ||||
-rw-r--r-- | x11-fm/systemg/files/patch-ac | 11 | ||||
-rw-r--r-- | x11-fm/systemg/files/patch-ad | 44 |
4 files changed, 94 insertions, 0 deletions
diff --git a/x11-fm/systemg/files/patch-aa b/x11-fm/systemg/files/patch-aa new file mode 100644 index 000000000000..18be5d2d2db3 --- /dev/null +++ b/x11-fm/systemg/files/patch-aa @@ -0,0 +1,28 @@ +--- Makefile.orig Sat Sep 11 17:44:38 1999 ++++ Makefile Wed Jun 14 01:07:15 2000 +@@ -262,25 +262,11 @@ + freebsd2.x: prep + @ln -s sys/FreeBSD-2.x_g++ \ + include/make/jx_config +- @ln -s ../../include/missing_proto/jMissingProto_empty.h \ +- include/jcore/jMissingProto.h +- @ln -s config-freebsd.h \ +- ACE/ACE_wrappers/ace/config.h +- @ln -s platform_freebsd.GNU \ +- ACE/ACE_wrappers/include/makeinclude/platform_macros.GNU +- @${INSTALL_CMD} + + .PHONY : freebsd3.x + freebsd3.x: prep + @ln -s sys/FreeBSD-3.x_g++ \ + include/make/jx_config +- @ln -s ../../include/missing_proto/jMissingProto_empty.h \ +- include/jcore/jMissingProto.h +- @ln -s config-freebsd-pthread.h \ +- ACE/ACE_wrappers/ace/config.h +- @ln -s platform_freebsd_pthread.GNU \ +- ACE/ACE_wrappers/include/makeinclude/platform_macros.GNU +- @${INSTALL_CMD} + + # + # SunOS 4.x diff --git a/x11-fm/systemg/files/patch-ab b/x11-fm/systemg/files/patch-ab new file mode 100644 index 000000000000..08f994d2573c --- /dev/null +++ b/x11-fm/systemg/files/patch-ab @@ -0,0 +1,11 @@ +--- include/make/sys/FreeBSD-2.x_g++.orig Wed Jun 14 01:44:51 2000 ++++ include/make/sys/FreeBSD-2.x_g++ Wed Jun 14 01:45:00 2000 +@@ -35,7 +35,7 @@ + # Comment this out if ACE or other code gives you warnings that + # you can't avoid. + +-J_DIE_ON_WARNING := -Werror ++#J_DIE_ON_WARNING := -Werror + + # Uncomment this if istrstream is broken. One way to check is to run + # testjcore/testJFileArray. diff --git a/x11-fm/systemg/files/patch-ac b/x11-fm/systemg/files/patch-ac new file mode 100644 index 000000000000..464c4221d3af --- /dev/null +++ b/x11-fm/systemg/files/patch-ac @@ -0,0 +1,11 @@ +--- include/make/sys/FreeBSD-3.x_g++.orig Wed Jun 14 01:44:51 2000 ++++ include/make/sys/FreeBSD-3.x_g++ Wed Jun 14 01:45:00 2000 +@@ -35,7 +35,7 @@ + # Comment this out if ACE or other code gives you warnings that + # you can't avoid. + +-J_DIE_ON_WARNING := -Werror ++#J_DIE_ON_WARNING := -Werror + + # Uncomment this if istrstream is broken. One way to check is to run + # testjcore/testJFileArray. diff --git a/x11-fm/systemg/files/patch-ad b/x11-fm/systemg/files/patch-ad new file mode 100644 index 000000000000..31622add7681 --- /dev/null +++ b/x11-fm/systemg/files/patch-ad @@ -0,0 +1,44 @@ +--- programs/systemg/Make.header.orig Mon Oct 4 19:52:16 1999 ++++ programs/systemg/Make.header Wed Jun 14 23:56:30 2000 +@@ -19,7 +19,7 @@ + + # Directories to search for header files + +-SEARCHDIRS := -I- \ ++SEARCHDIRS = -I- \ + -I${CODEDIR} \ + -I${BINDINGSDIR} \ + -I${TREEDIR} \ +@@ -27,7 +27,8 @@ + -I${JCOREDIR} \ + -I${JXDIR} \ + -I${MENUIMGDIR} \ +- -I${ACE_ROOT} ++ -I${ACE_ROOT} \ ++ ${J_X11_INCLUDE_DIR} + + # other constants + +@@ -44,13 +45,6 @@ + + # library dependencies + +-ifdef J_BUILD_SHARED_LIB +- LIB_DEPS := ${JLIBDIR}/libjtree-${JTREE_LIB_VERSION}.so \ +- ${JLIBDIR}/libjtoolbar-${JTOOLBAR_LIB_VERSION}.so +-else +- LIB_DEPS := ${JLIBDIR}/libjtree-${JTREE_LIB_VERSION}.a \ +- ${JLIBDIR}/libjtoolbar-${JTOOLBAR_LIB_VERSION}.a +-endif + + # make variables + +@@ -66,7 +60,7 @@ + ##### + + .PHONY : default +-default: libs systemg ++default: systemg + + .PHONY : Makefiles + Makefiles: |