Bug 111792 - [MAINTAINER] graphics/makehuman: update to 0.9
Summary: [MAINTAINER] graphics/makehuman: update to 0.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: 2007-04-17 22:40 UTC by Dmitry Marakasov
Modified: 2007-04-18 00:40 UTC (History)
0 users

See Also:


Attachments
makehuman-0.9.patch.bz2 (39.95 KB, text/plain)
2007-04-17 22:40 UTC, Dmitry Marakasov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2007-04-17 22:40:07 UTC
* Update to 0.9
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-04-17 22:54:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-17 23:10:44 UTC
miwi        2007-04-17 22:10:38 UTC

  FreeBSD ports repository

  Modified files:
    graphics/makehuman   Makefile distinfo pkg-plist 
  Removed files:
    graphics/makehuman/files patch-src-io.c patch-src-ui.c 
  Log:
  - Update to 0.9
  
  PR:             111792
  Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
  
  Revision  Changes      Path
  1.3       +8 -8        ports/graphics/makehuman/Makefile
  1.2       +3 -3        ports/graphics/makehuman/distinfo
  1.2       +0 -18       ports/graphics/makehuman/files/patch-src-io.c (dead)
  1.2       +0 -18       ports/graphics/makehuman/files/patch-src-ui.c (dead)
  1.2       +6995 -1274  ports/graphics/makehuman/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 Martin Wilke freebsd_committer freebsd_triage 2007-04-17 23:10:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 Dmitry Marakasov 2007-04-17 23:34:30 UTC
* FreeBSD-gnats-submit@FreeBSD.org (FreeBSD-gnats-submit@FreeBSD.org) wrote:

Here's additional patch which improves dotdir handling.

--- makehuman.patch begins here ---
diff -ruN makehuman.orig1/Makefile makehuman/Makefile
--- makehuman.orig1/Makefile	Wed Apr 18 01:56:04 2007
+++ makehuman/Makefile	Wed Apr 18 01:55:51 2007
@@ -27,6 +27,7 @@
 		CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
 
 post-patch:
+	@${REINPLACE_CMD} -e 's|makehuman/|.&|g' ${WRKSRC}/src/util.cpp
 	@${REINPLACE_CMD} -e '/^makehuman_pixmapsdir =/ s|pixmaps/makehuman|makehuman/pixmaps|' ${WRKSRC}/pixmaps/Makefile.in
 	@${REINPLACE_CMD} -e '/^packagepixmapsdir=/ s|pixmaps/\$${PACKAGE}|$${PACKAGE}/pixmaps|' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e '/^makehumandocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in
--- makehuman.patch ends here ---

-- 
Best regards,
  Dmitry Marakasov               mailto:amdmi3@amdmi3.ru
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-04-18 00:32:04 UTC
miwi        2007-04-17 23:31:57 UTC

  FreeBSD ports repository

  Modified files:
    graphics/makehuman   Makefile 
  Log:
  - Fix dotdir handling.
  
  PR:             111792
  Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
  
  Revision  Changes    Path
  1.4       +1 -0      ports/graphics/makehuman/Makefile
_______________________________________________
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"