FreeBSD Bugzilla – Attachment 21802 Details for
Bug 38076
[Update Port] devel/motor (to 3.2.2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
motor.diff
motor.diff (text/plain), 4.65 KB, created by
Alex Dupre
on 2002-05-14 17:00:05 UTC
(
hide
)
Description:
motor.diff
Filename:
MIME Type:
Creator:
Alex Dupre
Created:
2002-05-14 17:00:05 UTC
Size:
4.65 KB
patch
obsolete
>diff -ruN motor.orig/Makefile motor/Makefile >--- motor.orig/Makefile Tue May 14 13:38:05 2002 >+++ motor/Makefile Tue May 14 13:40:34 2002 >@@ -6,23 +6,30 @@ > # > > PORTNAME= motor >-PORTVERSION= 3.2.0 >-PORTREVISION= 1 >+PORTVERSION= 3.2.2 > CATEGORIES= devel >-MASTER_SITES= http://konst.org.ua/download/ \ >- ${MASTER_SITE_LOCAL} >-MASTER_SITE_SUBDIR= sobomax >+MASTER_SITES= http://konst.org.ua/download/ > > MAINTAINER= sobomax@FreeBSD.org > >-LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ >- gnugetopt.1:${PORTSDIR}/devel/libgnugetopt >+LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext > > USE_GMAKE= yes > GNU_CONFIGURE= yes >-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ >- LDFLAGS="-L${LOCALBASE}/lib -lintl -lgnugetopt" > > MAN1= motor.1 > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${OSVERSION} < 400010 >+LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses >+.endif >+ >+.if !defined(NOPORTDOCS) >+post-install: >+ @${MKDIR} ${DOCSDIR} >+ @(cd ${WRKSRC} ; ${INSTALL_DATA} FAQ README ${DOCSDIR}) >+.endif >+ >+.include <bsd.port.post.mk> >+ >diff -ruN motor.orig/distinfo motor/distinfo >--- motor.orig/distinfo Tue May 14 13:38:05 2002 >+++ motor/distinfo Tue May 14 13:40:49 2002 >@@ -1 +1 @@ >-MD5 (motor-3.2.0.tar.gz) = 893d55c9fe7748aa6e2614b8c801ff1f >+MD5 (motor-3.2.2.tar.gz) = 2f3a95b4fe0955cb88568d48df1d2342 >diff -ruN motor.orig/files/patch-src::Makefile.in motor/files/patch-src::Makefile.in >--- motor.orig/files/patch-src::Makefile.in Tue May 14 13:38:05 2002 >+++ motor/files/patch-src::Makefile.in Thu Jan 1 01:00:00 1970 >@@ -1,19 +0,0 @@ >---- 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 >- >- >--CPPFLAGS = -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" >-+CPPFLAGS += -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" >- >- bin_PROGRAMS = motor >- >diff -ruN motor.orig/files/patch-src::configuration::Makefile.in motor/files/patch-src::configuration::Makefile.in >--- motor.orig/files/patch-src::configuration::Makefile.in Tue May 14 13:38:05 2002 >+++ motor/files/patch-src::configuration::Makefile.in Thu Jan 1 01:00:00 1970 >@@ -1,14 +0,0 @@ >- >-$FreeBSD: ports/devel/motor/files/patch-src::configuration::Makefile.in,v 1.1 2001/10/08 13:50:54 sobomax Exp $ >- >---- src/configuration/Makefile.in 2001/10/08 13:16:39 1.1 >-+++ src/configuration/Makefile.in 2001/10/08 13:17:10 >-@@ -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 >- >- >--CPPFLAGS = -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" >-+CPPFLAGS = @CPPFLAGS@ -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" >- >- libconfiguration_a_SOURCES = motorconfiguration.cc extkey.cc >- >diff -ruN motor.orig/files/patch-src::manager::Makefile.in motor/files/patch-src::manager::Makefile.in >--- motor.orig/files/patch-src::manager::Makefile.in Tue May 14 13:38:05 2002 >+++ motor/files/patch-src::manager::Makefile.in Thu Jan 1 01:00:00 1970 >@@ -1,14 +0,0 @@ >- >-$FreeBSD: ports/devel/motor/files/patch-src::manager::Makefile.in,v 1.1 2001/10/08 13:50:54 sobomax Exp $ >- >---- src/manager/Makefile.in 2001/10/08 13:19:11 1.1 >-+++ src/manager/Makefile.in 2001/10/08 13:19:28 >-@@ -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 >- >- >--CPPFLAGS = -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" >-+CPPFLAGS = @CPPFLAGS@ -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" >- >- libmanager_a_SOURCES = motormanager.cc >- >diff -ruN motor.orig/pkg-plist motor/pkg-plist >--- motor.orig/pkg-plist Tue May 14 13:38:05 2002 >+++ motor/pkg-plist Tue May 14 13:53:12 2002 >@@ -56,3 +56,6 @@ > @dirrm share/motor/templates/library > @dirrm share/motor/templates > @dirrm share/motor >+%%PORTDOCS%%share/doc/motor/FAQ >+%%PORTDOCS%%share/doc/motor/README >+%%PORTDOCS%%@dirrm share/doc/motor
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 38076
: 21802