illumos-gcc: Display correct version and bug reporting info oi_151a
authorRichard Lowe <richlowe@richlowe.net>
Fri, 26 Oct 2012 19:57:37 +0100
branchoi_151a
changeset 317 096b03b26dd7
parent 316 9657657d2cd0
child 318 603848447b9e
illumos-gcc: Display correct version and bug reporting info
components/illumos-gcc/Makefile
--- a/components/illumos-gcc/Makefile	Wed Oct 03 22:18:16 2012 +0100
+++ b/components/illumos-gcc/Makefile	Fri Oct 26 19:57:37 2012 +0100
@@ -15,10 +15,11 @@
 
 COMPONENT_NAME=		illumos-gcc
 COMPONENT_VERSION=	4.4.4
-COMPONENT_SRC=		richlowe-gcc-f268959
+COMPONENT_SRC=		illumos-gcc-f268959
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha256:a4c677b056bd4f713315c863ca0049673870283ab4d96029e10d78dd0074cf10
-COMPONENT_ARCHIVE_URL=	https://github.com/richlowe/gcc/tarball/gcc-4.4.4-il-2
+COMPONENT_ARCHIVE_HASH=	sha256:f13c9a1194598fcbdac275467d71996de5aabf914644e1b87fecf370b0fa39b5
+ILLUMOS_VERSION=	gcc-4.4.4-il2
+COMPONENT_ARCHIVE_URL=	https://github.com/illumos/gcc/tarball/$(ILLUMOS_VERSION)
 
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/configure.mk
@@ -44,6 +45,8 @@
 CONFIGURE_OPTIONS +=	--enable-shared
 CONFIGURE_OPTIONS +=	--with-mpfr-include=/usr/include/mpfr
 CONFIGURE_OPTIONS +=	--with-gmp-include=/usr/include/gmp
+CONFIGURE_OPTIONS +=	--with-pkgversion="Illumos $(ILLUMOS_VERSION)"
+CONFIGURE_OPTIONS +=	--with-bugurl="http://github.com/illumos/gcc/issues"
 
 COMPONENT_BUILD_ENV=		SHELL=$(CONFIG_SHELL) CFLAGS="$(CFLAGS)" STAGE1_CFLAGS="$(CFLAGS)" CFLAGS_FOR_TARGET="$(CFLAGS)"
 COMPONENT_BUILD_GMAKE_ARGS=	-j8