Bug 116730 - [PATCH]graphics/ming doesn't install some needed files
Summary: [PATCH]graphics/ming doesn't install some needed files
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-29 07:30 UTC by bf
Modified: 2007-09-29 22:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2007-09-29 07:30:03 UTC
Install some missing executables and headers, and a piece of source code needed by graphics/pstoedit:

diff -ruN ming.orig/Makefile ming/Makefile
--- ming.orig/Makefile	Fri Sep 28 09:21:00 2007
+++ ming/Makefile	Sat Sep 29 01:59:20 2007
@@ -2,12 +2,12 @@
 # Date created:		14 October 2000
 # Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
 #
-# $FreeBSD: ports/graphics/ming/Makefile,v 1.20 2007/05/19 20:09:58 flz Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	ming
 PORTVERSION=	0.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -18,7 +18,7 @@
 LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
 		ungif.5:${PORTSDIR}/graphics/libungif
 
-CONFLICTS=	ja-ming-*
+CONFLICTS=	ja-ming-[0-9]*
 
 USE_GNOME=	gnometarget
 USE_BISON=	yes
@@ -34,7 +34,7 @@
 
 UTILS=		dbl2png listaction listaction_d listfdb listjpeg listmp3 \
 		listswf listswf_d makefdb makeswf raw2adpcm swftoperl \
-		swftophp swftopython
+		swftophp swftopython gif2dbl gif2mask png2dbl png2swf
 DOCS=		CREDITS ChangeLog HISTORY NEWS README TODO
 DOCS_UTIL=	README TIPS TODO swftoperl.html
 
@@ -49,9 +49,13 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/util/${file} ${PREFIX}/bin
 .endfor
 	${INSTALL_SCRIPT} ${WRKSRC}/util/ming-config ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/util/cws2fws ${PREFIX}/bin
 	@${MKDIR} ${PREFIX}/include/ming
 	${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/ming
 	${INSTALL_DATA} ${WRKSRC}/src/*.h ${PREFIX}/include/ming
+	@${MKDIR} ${PREFIX}/include/ming/util
+	${INSTALL_DATA} ${WRKSRC}/util/*.h ${PREFIX}/include/ming/util
+	${INSTALL_DATA} ${WRKSRC}/util/png2dbl.c ${PREFIX}/include/ming/util
 	@${MKDIR} ${PREFIX}/include/ming/blocks
 	${INSTALL_DATA} ${WRKSRC}/src/blocks/*.h ${PREFIX}/include/ming/blocks
 	${INSTALL_DATA} ${WRKSRC}/libming.a ${PREFIX}/lib
diff -ruN ming.orig/pkg-plist ming/pkg-plist
--- ming.orig/pkg-plist	Fri Sep 28 09:21:00 2007
+++ ming/pkg-plist	Sat Sep 29 02:06:05 2007
@@ -1,4 +1,7 @@
+bin/cws2fws
 bin/dbl2png
+bin/gif2dbl
+bin/gif2mask
 bin/listaction
 bin/listaction_d
 bin/listfdb
@@ -9,6 +12,8 @@
 bin/makefdb
 bin/makeswf
 bin/ming-config
+bin/png2dbl
+bin/png2swf
 bin/raw2adpcm
 bin/swftoperl
 bin/swftophp
@@ -68,6 +73,18 @@
 include/ming/shape_cubic.h
 include/ming/shape_util.h
 include/ming/text_util.h
+include/ming/util/action.h
+include/ming/util/decompile.h
+include/ming/util/libswf.h
+include/ming/util/makeswf.h
+include/ming/util/output.h
+include/ming/util/outputdecl.h
+include/ming/util/parser.h
+include/ming/util/parserdecl.h
+include/ming/util/read.h
+include/ming/util/swfoutput.h
+include/ming/util/swftypes.h
+include/ming/util/png2dbl.c
 lib/libming.a
 lib/libming.so
 lib/libming.so.4
@@ -84,4 +101,5 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/util
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm include/ming/blocks
+@dirrm include/ming/util
 @dirrm include/ming
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2007-09-29 22:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-29 22:39:27 UTC
alepulver    2007-09-29 21:39:22 UTC

  FreeBSD ports repository

  Modified files:
    graphics/ming        Makefile pkg-plist 
  Log:
  - Install some missing executables and headers, and a piece of source code
    needed by graphics/pstoedit.
  
  PR:             ports/116730
  Submitted by:   bf <bf2006a@yahoo.com>
  
  Revision  Changes    Path
  1.21      +7 -3      ports/graphics/ming/Makefile
  1.12      +18 -0     ports/graphics/ming/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2007-09-29 22:39:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!