Bug 186604 - stage support for textproc/par
Summary: stage support for textproc/par
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-09 20:30 UTC by mp39590
Modified: 2014-02-10 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (648 bytes, patch)
2014-02-09 20:30 UTC, mp39590
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mp39590 2014-02-09 20:30:02 UTC
This patch adds staging support.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-09 20:30:08 UTC
Maintainer of textproc/par,

Please note that PR ports/186604 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186604

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-09 20:30:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-10 21:31:28 UTC
Author: markm (src committer)
Date: Mon Feb 10 21:31:14 2014
New Revision: 343685
URL: http://svnweb.freebsd.org/changeset/ports/343685
QAT: https://qat.redports.org/buildarchive/r343685/

Log:
  Fix to add staging support.
  While I'm here, fix compilation; subtracting 2 pointers on a 64-bit
  machine gives something the same size as a size_t.
  Refactor the patches by using 'make makepatch'.
  
  PR:             186604
  Submitted by:   Mikhail - mp39590 gmail com

Added:
  head/textproc/par/files/patch-protoMakefile   (contents, props changed)
  head/textproc/par/files/patch-reformat.c   (contents, props changed)
Deleted:
  head/textproc/par/files/patch-aa
Modified:
  head/textproc/par/Makefile
  head/textproc/par/files/patch-par.c

Modified: head/textproc/par/Makefile
==============================================================================
--- head/textproc/par/Makefile	Mon Feb 10 21:10:27 2014	(r343684)
+++ head/textproc/par/Makefile	Mon Feb 10 21:31:14 2014	(r343685)
@@ -8,21 +8,21 @@ CATEGORIES=	textproc
 MASTER_SITES=	http://www.nicemice.net/par/
 DISTNAME=	Par${PORTVERSION:S|.||}
 
-MAINTAINER=	mark@grondar.za
+MAINTAINER=	markm@FreeBSD.org
 COMMENT=	Paragraph reformatter for email
 
 CONFLICTS=	quake-par-[0-9]*
 
 ALL_TARGET=	#
 MAN1=		par.1
-PLIST_FILES=	bin/par
+PLIST_FILES=	bin/par \
+		man/man1/par.1.gz
 
-NO_STAGE=	yes
 do-configure:
 	(cd ${WRKSRC}; ${CP} protoMakefile Makefile)
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/par.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/par ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/par.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/textproc/par/files/patch-par.c
==============================================================================
--- head/textproc/par/files/patch-par.c	Mon Feb 10 21:10:27 2014	(r343684)
+++ head/textproc/par/files/patch-par.c	Mon Feb 10 21:31:14 2014	(r343685)
@@ -1,5 +1,5 @@
---- par.c.orig	Sun Mar 28 16:00:15 2004
-+++ par.c	Sun Mar 28 16:04:00 2004
+--- ./par.c.orig	2001-04-02 05:25:57.000000000 +0100
++++ ./par.c	2014-02-10 21:14:29.000000000 +0000
 @@ -403,7 +403,8 @@
          }
          continue;

Added: head/textproc/par/files/patch-protoMakefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/par/files/patch-protoMakefile	Mon Feb 10 21:31:14 2014	(r343685)
@@ -0,0 +1,11 @@
+--- ./protoMakefile.orig	2001-03-09 00:53:25.000000000 +0000
++++ ./protoMakefile	2014-02-10 21:14:29.000000000 +0000
+@@ -47,7 +47,7 @@
+ # Example (for Solaris 2.x with SPARCompiler C):
+ # CC = cc -c -O -s -Xc -DDONTFREE
+ 
+-CC = cc -c
++CC = cc -c ${CFLAGS}
+ 
+ # Define LINK1 and LINK2 so that the command
+ #

Added: head/textproc/par/files/patch-reformat.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/par/files/patch-reformat.c	Mon Feb 10 21:31:14 2014	(r343685)
@@ -0,0 +1,11 @@
+--- ./reformat.c.orig	2014-02-10 21:14:43.000000000 +0000
++++ ./reformat.c	2014-02-10 21:17:35.000000000 +0000
+@@ -335,7 +335,7 @@
+     for (end = *line;  *end;  ++end);
+     if (end - *line < affix) {
+       sprintf(errmsg,
+-              "Line %d shorter than <prefix> + <suffix> = %d + %d = %d\n",
++              "Line %zd shorter than <prefix> + <suffix> = %d + %d = %d\n",
+               line - inlines + 1, prefix, suffix, affix);
+       goto rfcleanup;
+     }
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Mark Murray freebsd_committer freebsd_triage 2014-02-10 21:34:57 UTC
State Changed
From-To: feedback->closed

Fix applied and further maintenance also applied. 

Thanks!