ports/77165: Update sysutils/graveman accodring to author's changes

Anton Karpov toxa at toxahost.ru
Sun Feb 6 11:40:14 UTC 2005


>Number:         77165
>Category:       ports
>Synopsis:       Update sysutils/graveman accodring to author's changes
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 06 11:40:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Anton Karpov
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
FreeBSD laptoxa.toxa.lan 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sat Feb  5 16:51:55 MSK 2005

>Description:
sysutils/graveman does not build because author made some changes in release 
and put modified version into the same tarball. So we have to modify Makefile
according to (new?) automake dependencies.
>How-To-Repeat:
>Fix:

Please see the patch attached

--- graveman.diff begins here ---
diff -ruN graveman.orig/Makefile graveman/Makefile
--- graveman.orig/Makefile	Sat Feb  5 22:47:30 2005
+++ graveman/Makefile	Sun Feb  6 14:17:28 2005
@@ -15,6 +15,7 @@
 
 RUN_DEPENDS=	cdrecord:${PORTSDIR}/sysutils/cdrtools
 
+WANT_AUTOMAKE_VER=19
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
@@ -42,5 +43,10 @@
 .else
 CONFIGURE_ARGS+=--disable-ogg
 .endif
+
+post-patch:
+	@${RM} ${WRKSRC}/config.sub ${WRKSRC}/config.guess
+	@${LN} -s ${LOCALBASE}/share/automake19/config.sub ${WRKSRC}
+	@${LN} -s ${LOCALBASE}/share/automake19/config.guess ${WRKSRC}
 
 .include <bsd.port.post.mk>
diff -ruN graveman.orig/distinfo graveman/distinfo
--- graveman.orig/distinfo	Sat Feb  5 22:47:30 2005
+++ graveman/distinfo	Sun Feb  6 13:40:10 2005
@@ -1,2 +1,2 @@
-MD5 (graveman-0.3.6.tar.bz2) = ad9803588a989bddd46d252f0d56f5f1
-SIZE (graveman-0.3.6.tar.bz2) = 386027
+MD5 (graveman-0.3.6.tar.bz2) = c467ae7bb533aff450ee3ba1b56991a4
+SIZE (graveman-0.3.6.tar.bz2) = 364475
--- graveman.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list