diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-16 11:22:06 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-16 11:22:06 +0000 |
commit | 7e3a784aab1b3abbfe08e773a805359f9be148e5 (patch) | |
tree | 410188373e6fd428889eb2f584a73d88fddef709 /devel/motor/files | |
parent | 213c878803ea2de6d491e6706d5ac82c653346c3 (diff) | |
download | FreeBSD-ports-7e3a784aab1b3abbfe08e773a805359f9be148e5.zip FreeBSD-ports-7e3a784aab1b3abbfe08e773a805359f9be148e5.tar.gz |
- Update to 3.2.2;
- hand over maintainership to Alex Dupre <sysadmin@alexdupre.com>.
PR: 38076
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Diffstat (limited to 'devel/motor/files')
-rw-r--r-- | devel/motor/files/patch-src::Makefile.in | 23 | ||||
-rw-r--r-- | devel/motor/files/patch-src::configuration::Makefile.in | 4 | ||||
-rw-r--r-- | devel/motor/files/patch-src::debugger::Makefile.in | 14 | ||||
-rw-r--r-- | devel/motor/files/patch-src::manager::Makefile.in | 4 |
4 files changed, 27 insertions, 18 deletions
diff --git a/devel/motor/files/patch-src::Makefile.in b/devel/motor/files/patch-src::Makefile.in index e7bfd1b..a1ae458 100644 --- a/devel/motor/files/patch-src::Makefile.in +++ b/devel/motor/files/patch-src::Makefile.in @@ -1,19 +1,14 @@ ---- src/Makefile.in.orig Thu Jun 7 10:50:20 2001 -+++ src/Makefile.in Fri Aug 3 11:55:15 2001 -@@ -61,6 +61,7 @@ - CATOBJEXT = @CATOBJEXT@ - CC = @CC@ - CXX = @CXX@ -+CPPFLAGS = @CPPFLAGS@ - DATADIRNAME = @DATADIRNAME@ - GENCAT = @GENCAT@ - GMOFILES = @GMOFILES@ -@@ -87,7 +88,7 @@ - INCLUDES = -I../include -I../kkstrtext -I../kkconsui/include -I../kksystr/include -I../parser/include -I$(top_srcdir)/intl + +$FreeBSD$ + +--- src/Makefile.in 2002/05/16 11:05:11 1.1 ++++ src/Makefile.in 2002/05/16 11:05:22 +@@ -90,7 +90,7 @@ + INCLUDES = -I$(top_srcdir)/kkstrtext -I$(top_srcdir)/kksystr/include -I$(top_srcdir)/kkconsui/include -I$(top_srcdir)/intl -I$(top_srcdir)/src/ui -I$(top_srcdir)/src/ui/ncurses -I$(top_srcdir)/src/debugger -I$(top_srcdir)/src/executor -I$(top_srcdir)/src/project -I$(top_srcdir)/src/configuration -I$(top_srcdir)/src/manager -I$(top_srcdir)/src/grepper -I$(top_srcdir)/src/tagbrowser -I$(top_srcdir)/src/vcs -I$(top_srcdir)/parser/include -CPPFLAGS = -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" -+CPPFLAGS += -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" ++CPPFLAGS = @CPPFLAGS@ -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" bin_PROGRAMS = motor - + motor_SOURCES = main.cc motormisc.cc diff --git a/devel/motor/files/patch-src::configuration::Makefile.in b/devel/motor/files/patch-src::configuration::Makefile.in index a52e839..dff1622 100644 --- a/devel/motor/files/patch-src::configuration::Makefile.in +++ b/devel/motor/files/patch-src::configuration::Makefile.in @@ -1,8 +1,8 @@ $FreeBSD$ ---- src/configuration/Makefile.in 2001/10/08 13:16:39 1.1 -+++ src/configuration/Makefile.in 2001/10/08 13:17:10 +--- src/configuration/Makefile.in 2002/05/16 11:01:44 1.1 ++++ src/configuration/Makefile.in 2002/05/16 11:02:59 @@ -89,7 +89,7 @@ INCLUDES = -I$(top_srcdir)/kkstrtext -I$(top_srcdir)/kkconsui/include -I$(top_srcdir)/kksystr/include -I$(top_srcdir)/intl -I$(top_srcdir)/src/ui/ncurses -I$(top_srcdir)/src/debugger -I$(top_srcdir)/src/executor -I$(top_srcdir)/src/project -I$(top_srcdir)/src/ui -I$(top_srcdir)/src/tagbrowser -I$(top_srcdir)/src -I$(top_srcdir)/parser/include diff --git a/devel/motor/files/patch-src::debugger::Makefile.in b/devel/motor/files/patch-src::debugger::Makefile.in new file mode 100644 index 0000000..b72ce00 --- /dev/null +++ b/devel/motor/files/patch-src::debugger::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/debugger/Makefile.in 2002/05/16 10:52:11 1.1 ++++ src/debugger/Makefile.in 2002/05/16 10:52:28 +@@ -108,7 +108,7 @@ + libdebugger_a_OBJECTS = breakpoint.o debuggercommand.o \ + debuggermessage.o watch.o motordebugger.o stackitem.o + AR = ar +-CXXFLAGS = @CXXFLAGS@ ++CXXFLAGS = @CXXFLAGS@ -fpermissive + CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) + CXXLD = $(CXX) + CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ diff --git a/devel/motor/files/patch-src::manager::Makefile.in b/devel/motor/files/patch-src::manager::Makefile.in index 06593f8..9873474 100644 --- a/devel/motor/files/patch-src::manager::Makefile.in +++ b/devel/motor/files/patch-src::manager::Makefile.in @@ -1,8 +1,8 @@ $FreeBSD$ ---- src/manager/Makefile.in 2001/10/08 13:19:11 1.1 -+++ src/manager/Makefile.in 2001/10/08 13:19:28 +--- src/manager/Makefile.in 2002/05/16 11:03:39 1.1 ++++ src/manager/Makefile.in 2002/05/16 11:03:53 @@ -89,7 +89,7 @@ INCLUDES = -I$(top_srcdir)/kkstrtext -I$(top_srcdir)/kkconsui/include -I$(top_srcdir)/kksystr/include -I$(top_srcdir)/intl -I$(top_srcdir)/src/ui/ncurses -I$(top_srcdir)/src/debugger -I$(top_srcdir)/src/executor -I$(top_srcdir)/src/project -I$(top_srcdir)/src/configuration -I$(top_srcdir)/src -I$(top_srcdir)/src/tagbrowser -I$(top_srcdir)/parser/include |