Bug 183339 - [MAINTAINER] devel/cproto: update to 4.7k
Summary: [MAINTAINER] devel/cproto: update to 4.7k
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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-26 17:10 UTC by thomas
Modified: 2013-10-26 18:10 UTC (History)
0 users

See Also:


Attachments
cproto-4.7k.patch (820 bytes, patch)
2013-10-26 17:10 UTC, thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description thomas 2013-10-26 17:10:00 UTC
- Update to 4.7k

2013/10/25 (4.7k)
- modify configure script, etc., to support cross-compiles, e.g., to MinGW.
- updated configure macros
  - support --datarootdir option
  - various portability fixes for CF_XOPEN_SOURCE
  - add checks for clang
  - improve macros for checking for standard C compiler 
  - modified macros to support third parameter of AC_DEFINE used by autoheader
- update config.guess, config.sub
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-26 17:48:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-26 18:00:38 UTC
Author: danilo
Date: Sat Oct 26 17:00:29 2013
New Revision: 331720
URL: http://svnweb.freebsd.org/changeset/ports/331720

Log:
  - Update from 4.7j to 4.7k [1]
  - Add stage support
  
  PR:		ports/183339
  Submitted by:	Thomas Vogt <thomas@bsdunix.ch> (maintainer) [1]

Modified:
  head/devel/cproto/Makefile
  head/devel/cproto/distinfo

Modified: head/devel/cproto/Makefile
==============================================================================
--- head/devel/cproto/Makefile	Sat Oct 26 16:33:19 2013	(r331719)
+++ head/devel/cproto/Makefile	Sat Oct 26 17:00:29 2013	(r331720)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cproto
-PORTVERSION=	4.7j
+PORTVERSION=	4.7k
 CATEGORIES=	devel
 MASTER_SITES=	ftp://invisible-island.net/cproto/
 EXTRACT_SUFX=	.tgz
@@ -12,8 +12,6 @@ COMMENT=	Generate C function prototypes 
 
 GNU_CONFIGURE=	yes
 
-MAN1=		cproto.1
-PLIST_FILES=	bin/cproto
+PLIST_FILES=	bin/cproto man/man1/cproto.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/cproto/distinfo
==============================================================================
--- head/devel/cproto/distinfo	Sat Oct 26 16:33:19 2013	(r331719)
+++ head/devel/cproto/distinfo	Sat Oct 26 17:00:29 2013	(r331720)
@@ -1,2 +1,2 @@
-SHA256 (cproto-4.7j.tgz) = 1231309b1e9712551e1247120b096d019e1c66e612ad446184ad2def89f32d5d
-SIZE (cproto-4.7j.tgz) = 159363
+SHA256 (cproto-4.7k.tgz) = e8e1d7994b9141d56144f2e82ae679c3891f3b5e635837d666a52244cc59e2d0
+SIZE (cproto-4.7k.tgz) = 163224
_______________________________________________
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 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-26 18:00:53 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!