Bug 172911 - I have fixed the misc/getopt port so that it successfully compiles
Summary: I have fixed the misc/getopt port so that it successfully compiles
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: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-20 18:10 UTC by Douglas Carmichael
Modified: 2013-03-03 00:20 UTC (History)
0 users

See Also:


Attachments
file.diff (4.25 KB, patch)
2012-10-20 18:10 UTC, Douglas Carmichael
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Carmichael 2012-10-20 18:10:00 UTC
I was unable to compile the misc/getopt port, and I have made some updates to it so it can be compiled.

A patch is attached.

Fix: n/a

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-20 18:10:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2012-10-20 21:34:16 UTC
State Changed
From-To: open->closed

fixed; thanks!
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2012-11-02 14:45:02 UTC
State Changed
From-To: closed->open

while I fixed the bug which caused build failures, I did so by reverting 
the buggy commit; I still need this patch when I update the port.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-03-03 00:13:33 UTC
Author: eadler
Date: Sun Mar  3 00:13:19 2013
New Revision: 313310
URL: http://svnweb.freebsd.org/changeset/ports/313310

Log:
  Update to 1.1.5
  
  PR:		ports/172911
  Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net>

Deleted:
  head/misc/getopt/files/patch-Makefile
  head/misc/getopt/files/patch-getopt.c
Modified:
  head/misc/getopt/Makefile
  head/misc/getopt/distinfo
  head/misc/getopt/pkg-plist

Modified: head/misc/getopt/Makefile
==============================================================================
--- head/misc/getopt/Makefile	Sat Mar  2 23:56:09 2013	(r313309)
+++ head/misc/getopt/Makefile	Sun Mar  3 00:13:19 2013	(r313310)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	getopt
-PORTVERSION=	1.1.4
-PORTREVISION=	2
+PORTVERSION=	1.1.5
 CATEGORIES=	misc
 MASTER_SITES=	http://software.frodo.looijaard.name/getopt/files/
 
@@ -15,7 +14,7 @@ USE_GMAKE=		yes
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lintl
-MAKE_ENV=	LIBCGETOPT=0
+MAKE_ENV+=	LIBCGETOPT=0
 
 MAN1=		getopt.1
 DOCS=		Changelog README

Modified: head/misc/getopt/distinfo
==============================================================================
--- head/misc/getopt/distinfo	Sat Mar  2 23:56:09 2013	(r313309)
+++ head/misc/getopt/distinfo	Sun Mar  3 00:13:19 2013	(r313310)
@@ -1,2 +1,2 @@
-SHA256 (getopt-1.1.4.tar.gz) = 41083d9993c26792851e79b81a0991996a3f61e14998fdd607615cc3bf933bab
-SIZE (getopt-1.1.4.tar.gz) = 37163
+SHA256 (getopt-1.1.5.tar.gz) = 11893276b94b1629606ab75772143918a5713259950fbf4216288e246f19fbb6
+SIZE (getopt-1.1.5.tar.gz) = 51794

Modified: head/misc/getopt/pkg-plist
==============================================================================
--- head/misc/getopt/pkg-plist	Sat Mar  2 23:56:09 2013	(r313309)
+++ head/misc/getopt/pkg-plist	Sun Mar  3 00:13:19 2013	(r313310)
@@ -1,13 +1,29 @@
-@comment $Id$
 bin/getopt
 %%PORTDOCS%%%%DOCSDIR%%/Changelog
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
+share/locale/ca/LC_MESSAGES/getopt.mo
 share/locale/cs/LC_MESSAGES/getopt.mo
+share/locale/da/LC_MESSAGES/getopt.mo
 share/locale/de/LC_MESSAGES/getopt.mo
 share/locale/es/LC_MESSAGES/getopt.mo
+share/locale/et/LC_MESSAGES/getopt.mo
+share/locale/eu/LC_MESSAGES/getopt.mo
+share/locale/fi/LC_MESSAGES/getopt.mo
 share/locale/fr/LC_MESSAGES/getopt.mo
+share/locale/gl/LC_MESSAGES/getopt.mo
+share/locale/hu/LC_MESSAGES/getopt.mo
+share/locale/id/LC_MESSAGES/getopt.mo
 share/locale/it/LC_MESSAGES/getopt.mo
 share/locale/ja/LC_MESSAGES/getopt.mo
 share/locale/nl/LC_MESSAGES/getopt.mo
+share/locale/pl/LC_MESSAGES/getopt.mo
 share/locale/pt_BR/LC_MESSAGES/getopt.mo
+share/locale/ru/LC_MESSAGES/getopt.mo
+share/locale/sl/LC_MESSAGES/getopt.mo
+share/locale/sv/LC_MESSAGES/getopt.mo
+share/locale/tr/LC_MESSAGES/getopt.mo
+share/locale/uk/LC_MESSAGES/getopt.mo
+share/locale/vi/LC_MESSAGES/getopt.mo
+share/locale/zh_CN/LC_MESSAGES/getopt.mo
+share/locale/zh_TW/LC_MESSAGES/getopt.mo
_______________________________________________
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 5 Eitan Adler freebsd_committer freebsd_triage 2013-03-03 00:13:42 UTC
State Changed
From-To: open->closed

finally, updated for real.  Thanks for this PR