Revision: 5468 Author: pebender Date: Sat Sep 12 10:49:56 2009 Log: - Added package utils/tcl (needed to build db/sqlite 5.1.38).
http://code.google.com/p/minimyth/source/detail?r=5468 Added: /trunk/gar-minimyth/script/utils/tcl /trunk/gar-minimyth/script/utils/tcl/Makefile /trunk/gar-minimyth/script/utils/tcl/checksums Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/utils/tcl/Makefile Sat Sep 12 10:49:56 2009 @@ -0,0 +1,41 @@ +GARNAME = tcl +GARVERSION = 8.2.3 +CATEGORIES = utils +MASTER_SITES = http://prdownloads.sourceforge.net/$(GARNAME)/ +DISTFILES = $(GARNAME)$(GARVERSION).tar.gz +LICENSE = $(GARNAME) +$(GARNAME)_LICENSE_TEXT = $(WORKSRC)/license.terms + +DESCRIPTION = +define BLURB +endef + +DEPENDS = lang/c + +CONFIGURE_SCRIPTS = $(WORKSRC)/unix/configure +BUILD_SCRIPTS = $(WORKSRC)/unix/Makefile +INSTALL_SCRIPTS = $(WORKSRC)/unix/Makefile + +WORKSRC = $(WORKDIR)/$(GARNAME)$(GARVERSION) + +CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \ + --x-includes=$(DESTDIR)$(includedir) \ + --x-libraries=$(DESTDIR)$(libdir) \ + --enable-gcc \ + --enable-threads \ + $(if $(filter i386,$(GARCH_FAMILY)),--disable-64bit) \ + $(if $(filter x86_64,$(GARCH_FAMILY)),--enable-64bit) \ + --enable-load \ + $(if $(filter yes,$(mm_DEBUG)),--enable-symbols) \ + --enable-shared + +include ../../gar.mk + +pre-configure: + @$(call FIX_LIBTOOL,$(WORKSRC)/unix/configure) + @$(MAKECOOKIE) + +post-install: + @rm -f $(DESTDIR)$(bindir)/tclsh + @ln -s tclsh$(word 1,$(subst ., ,$(GARVERSION))).$(word 2,$(subst ., ,$(GARVERSION))) $(DESTDIR)$(bindir)/tclsh + @$(MAKECOOKIE) ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/utils/tcl/checksums Sat Sep 12 10:49:56 2009 @@ -0,0 +1,1 @@ +8d06f4837e8e93edbe78f5ceaaa16ab4 download/tcl8.2.3.tar.gz ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Sep 12 10:12:18 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Sep 12 10:49:56 2009 @@ -72,6 +72,7 @@ Added nvidia/nvidia-190.32. Added python/python. Added utils/gperf. + Added utils/tcl (needed to build db/sqlite 5.1.38). Added xorg-7.4/libxcb. Added xorg-7.4/xcb-proto. Added xorg-7.4/xcb-util. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
