Bug 187968 - x11-toolkits/xmhtml: Update to version 1.1.9
Summary: x11-toolkits/xmhtml: Update to version 1.1.9
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 18:40 UTC by tkato432
Modified: 2014-04-26 03:30 UTC (History)
0 users

See Also:


Attachments
file.diff (10.67 KB, patch)
2014-03-26 18:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-03-26 18:40:00 UTC
- Update to version 1.1.9

Remove file:
files/patch-lib_common_readPNG.c
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-26 18:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-04-26 03:27:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-04-26 03:28:24 UTC
Author: miwi
Date: Sat Apr 26 02:28:18 2014
New Revision: 352211
URL: http://svnweb.freebsd.org/changeset/ports/352211
QAT: https://qat.redports.org/buildarchive/r352211/

Log:
  - Update to version 1.1.9
  
  PR:		187968
  Submitted by:	Ports Fury

Deleted:
  head/x11-toolkits/xmhtml/files/patch-lib_common_readPNG.c
Modified:
  head/x11-toolkits/xmhtml/Makefile
  head/x11-toolkits/xmhtml/distinfo
  head/x11-toolkits/xmhtml/files/patch-Makefile
  head/x11-toolkits/xmhtml/pkg-plist

Modified: head/x11-toolkits/xmhtml/Makefile
==============================================================================
--- head/x11-toolkits/xmhtml/Makefile	Sat Apr 26 02:27:25 2014	(r352210)
+++ head/x11-toolkits/xmhtml/Makefile	Sat Apr 26 02:28:18 2014	(r352211)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	XmHTML
-PORTVERSION=	1.1.8
+PORTVERSION=	1.1.9
 CATEGORIES=	x11-toolkits www
 MASTER_SITES=	SF/${PORTNAME:L}
 EXTRACT_SUFX=	.tgz
@@ -27,10 +27,14 @@ do-install:
 	(cd ${WRKSRC}/include/XmHTML && ${INSTALL_DATA} *.h \
 		${STAGEDIR}${PREFIX}/include/XmHTML)
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	@(cd ${WRKSRC}/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+	@(cd ${WRKSRC}/html && ${FIND} . ! -name "*Makefile*" | \
+		${CPIO} --quiet -dump -R ${SHAREOWN}:${SHAREGRP} \
+		${STAGEDIR}${DOCSDIR})
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 .for i in book contrib examples
-	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${EXAMPLESDIR})
+	@(cd ${WRKSRC} && ${FIND} ${i} ! -name "*Makefile*" | \
+		${CPIO} --quiet -dump -R ${SHAREOWN}:${SHAREGRP} \
+		${STAGEDIR}${EXAMPLESDIR})
 .endfor
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/xmhtml/distinfo
==============================================================================
--- head/x11-toolkits/xmhtml/distinfo	Sat Apr 26 02:27:25 2014	(r352210)
+++ head/x11-toolkits/xmhtml/distinfo	Sat Apr 26 02:28:18 2014	(r352211)
@@ -1,2 +1,2 @@
-SHA256 (XmHTML-1.1.8.tgz) = 5cce9b961c15bd5eac030a8edab55b62298367b2f33b5c5bdc3a1dbbf06efcd5
-SIZE (XmHTML-1.1.8.tgz) = 1327485
+SHA256 (XmHTML-1.1.9.tgz) = 264da26421a612e4cb05a75d874785b843afe2ce7598260ec19cedeb32628da2
+SIZE (XmHTML-1.1.9.tgz) = 1349743

Modified: head/x11-toolkits/xmhtml/files/patch-Makefile
==============================================================================
--- head/x11-toolkits/xmhtml/files/patch-Makefile	Sat Apr 26 02:27:25 2014	(r352210)
+++ head/x11-toolkits/xmhtml/files/patch-Makefile	Sat Apr 26 02:28:18 2014	(r352211)
@@ -1,6 +1,6 @@
 --- Makefile.orig
 +++ Makefile
-@@ -43,7 +43,7 @@
+@@ -46,7 +46,7 @@
  # remove the examples directory from this line.
  # If you want to build the XmHTML tutorial examples, add the book directory.
  
@@ -9,7 +9,7 @@
  
  # some common definitions
  #
-@@ -58,7 +58,7 @@
+@@ -61,7 +61,7 @@
  RANLIB= ranlib
  
  SHELL     = /bin/sh
@@ -18,20 +18,20 @@
  # change this to makedepend if your system doesn't have gcc
  MAKEDEPEND= gccmakedep
  
-@@ -67,9 +67,9 @@
+@@ -70,9 +70,9 @@
  # Compiler Settings #
  #                   #
  #####################
 -CC       = gcc
--CFLAGS   = -g -funroll-loops -Wall -pipe -ansi 
+-CFLAGS   = -g -funroll-loops -Wall -pipe -ansi $(EXTRA_CFLAGS)
 -LDFLAGS  = 
 +#CC       = gcc
-+#CFLAGS   = -g -funroll-loops -Wall -pipe -ansi
-+#LDFLAGS  =
++#CFLAGS   = -g -funroll-loops -Wall -pipe -ansi $(EXTRA_CFLAGS)
++#LDFLAGS  = 
  
  # The following flags are *very* usefull if you are getting unresolved
  # references to functions in libraries that you *know* to exist.
-@@ -122,7 +122,7 @@
+@@ -125,7 +125,7 @@
  # HAVE_LIBZ => zlib.h
  
  ZLIBINC       =
@@ -40,7 +40,7 @@
  
  # Image libraries
  # No need to add -lXpm if you need to include it with LIBS below
-@@ -133,7 +133,7 @@
+@@ -136,7 +136,7 @@
  # HAVE_LIBZ => libz (and possibly libm)
  
  ZLIBLIB   = -lz -lm
@@ -49,7 +49,7 @@
  
  # It might be troublesome to know what the correct defines are for your
  # system. A possible set of defines for some OS's is given below. Pick
-@@ -173,7 +173,7 @@
+@@ -176,7 +176,7 @@
  # Add -DDEBUG to enable selective debug output (see the file DEBUGGING for more
  # info).
  #
@@ -58,7 +58,7 @@
  	$(EXTRA_CPPFLAGS) \
  	$(IMAGEDEFINES) \
  	$(XFT_DEFINES)
-@@ -183,7 +183,7 @@
+@@ -186,7 +186,7 @@
  
  # Platform specific includes
  ifeq ($(PLATFORM),Motif)
@@ -67,7 +67,7 @@
  else
  ifeq ($(PLATFORM),gtk)
  PLATFORMINC=\
-@@ -206,7 +206,7 @@
+@@ -209,7 +209,7 @@
  # Motif version (default)
  ifeq ($(PLATFORM),Motif)
  

Modified: head/x11-toolkits/xmhtml/pkg-plist
==============================================================================
--- head/x11-toolkits/xmhtml/pkg-plist	Sat Apr 26 02:27:25 2014	(r352210)
+++ head/x11-toolkits/xmhtml/pkg-plist	Sat Apr 26 02:28:18 2014	(r352211)
@@ -83,9 +83,6 @@ lib/libXmHTML.so.1
 %%PORTDOCS%%%%DOCSDIR%%/structures.html
 %%PORTDOCS%%%%DOCSDIR%%/xmhtml_prog.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/Imakefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/Makefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/Makefile.org
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/Makefile.orig
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/autosize_html.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/forced_html.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/html.c
@@ -93,8 +90,6 @@ lib/libXmHTML.so.1
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/simple_html.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/simple_html2.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/book/work_window.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/Makefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/Makefile.org
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/VUEorDT.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/drawBttn.c
@@ -106,9 +101,6 @@ lib/libXmHTML.so.1
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/swallow2.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/HTMLDemos.ad
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Imakefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile.org
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile.orig
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cache.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cache.h
_______________________________________________
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"