ports/168047: textproc/opensched: Fix install

KATO Tsuguru tkato432 at yahoo.com
Thu May 17 18:10:13 UTC 2012


>Number:         168047
>Category:       ports
>Synopsis:       textproc/opensched: Fix install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 17 18:10:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Fix install
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/textproc/opensched/Makefile textproc/opensched/Makefile
--- /usr/ports/textproc/opensched/Makefile	2012-01-09 13:01:16.000000000 +0900
+++ textproc/opensched/Makefile	2012-04-21 00:26:28.000000000 +0900
@@ -14,21 +14,17 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A project scheduler
 
-BUILD_DEPENDS=	latex:${PORTSDIR}/print/teTeX
+LICENSE=	GPLv2
 
 USE_GMAKE=	yes
+ALL_TARGET=	build
+MAKE_JOBS_SAFE=	yes
 
 MAN1=		opensched.1
 PLIST_FILES=	bin/opensched
 
-.include <bsd.port.pre.mk>
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/src/opensched ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/doc/opensched.1 ${MANPREFIX}/man/man1
 
-.if ${ARCH} == "i386"
-BROKEN=		Does not install
-.endif
-
-.if ${ARCH} == "alpha"
-BROKEN=		Does not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/textproc/opensched/files/patch-af textproc/opensched/files/patch-af
--- /usr/ports/textproc/opensched/files/patch-af	2002-10-20 07:29:07.000000000 +0900
+++ textproc/opensched/files/patch-af	2012-04-21 00:26:22.000000000 +0900
@@ -2,7 +2,7 @@
 +++ src/Makefile	Sat Oct 19 15:13:56 2002
 @@ -1,6 +1,6 @@
 -CFLAGS=-Wall -g
-+CFLAGS+=-Wall -g
++CFLAGS+=-Wall
  LIBS=-lm
 -CC=gcc
 +CC?=cc
diff -urN /usr/ports/textproc/opensched/pkg-descr textproc/opensched/pkg-descr
--- /usr/ports/textproc/opensched/pkg-descr	2004-04-15 03:51:58.000000000 +0900
+++ textproc/opensched/pkg-descr	2012-04-20 23:48:24.000000000 +0900
@@ -3,4 +3,4 @@
 work, and it automatically assigns work to people, and schedules the
 entire project.
 
-WWW: http://mtechit.com/dlsoftware/opensched/
+WWW: http://hitachi-id.com/dlsoftware/opensched/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list