public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/Ice/files: Ice-3.3.0-Makefile.patch Ice-3.3.0_beta1-Makefile.patch
@ 2008-05-21 18:10 Caleb Tennis (caleb)
  0 siblings, 0 replies; only message in thread
From: Caleb Tennis (caleb) @ 2008-05-21 18:10 UTC (permalink / raw
  To: gentoo-commits

caleb       08/05/21 18:10:20

  Added:                Ice-3.3.0-Makefile.patch
  Removed:              Ice-3.3.0_beta1-Makefile.patch
  Log:
  version bump
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.1                  dev-cpp/Ice/files/Ice-3.3.0-Makefile.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/Ice/files/Ice-3.3.0-Makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/Ice/files/Ice-3.3.0-Makefile.patch?rev=1.1&content-type=text/plain

Index: Ice-3.3.0-Makefile.patch
===================================================================
--- config/Make.rules.orig	2008-05-21 13:39:46.000000000 -0400
+++ config/Make.rules	2008-05-21 13:43:35.000000000 -0400
@@ -11,13 +11,13 @@
 # Select an installation base directory. The directory will be created
 # if it does not exist.
 #
-prefix			 ?= /opt/Ice-$(VERSION)
+prefix			 ?= /$(DESTDIR)/usr
 
 #
 # The "root directory" for runpath embedded in executables. Can be unset
 # to avoid adding a runpath to Ice executables.
 #
-embedded_runpath_prefix  ?= /opt/Ice-$(VERSION_MAJOR).$(VERSION_MINOR)
+#embedded_runpath_prefix  ?= /opt/Ice-$(VERSION_MAJOR).$(VERSION_MINOR)
 
 #
 # Define OPTIMIZE as yes if you want to build with
@@ -144,10 +144,10 @@
 include	 $(top_srcdir)/config/Make.rules.$(UNAME)
 
 install_includedir	:= $(prefix)/include
-install_docdir		:= $(prefix)/doc
+install_docdir		:= $(prefix)/share/doc/Ice-$(VERSION)
 install_bindir	  	:= $(prefix)/$(binsubdir)
 install_libdir	  	:= $(prefix)/$(libsubdir)
-install_configdir 	:= $(prefix)/config
+install_configdir 	:= $(prefix)/share/Ice/config
 
 ifneq ($(embedded_runpath_prefix),)
     runpath_libdir	:= $(embedded_runpath_prefix)/$(libsubdir)
@@ -162,18 +162,8 @@
 BZIP2_LIBS              = $(if $(BZIP2_HOME),-L$(BZIP2_HOME)/$(libsubdir)) -lbz2
 BZIP2_RPATH_LINK        = $(if $(BZIP2_HOME),$(call rpathlink,$(BZIP2_HOME)/$(libsubdir)))
 
-ifneq ($(DB_HOME),)
-   DB_FLAGS             = -I$(DB_HOME)/include
-   DB_LIBS              = -L$(DB_HOME)/$(libsubdir) -ldb_cxx
-   DB_RPATH_LINK        = $(call rpathlink,$(DB_HOME)/$(libsubdir))
-else
-   ifeq ($(shell if [ -d /usr/include/db46 -a -d /usr/$(libsubdir)/db46 ] ; then echo yes; fi), yes)
-      DB_FLAGS          = -I/usr/include/db46
-      DB_LIBS           = -L/usr/$(libsubdir)/db46 -ldb_cxx
-   else
-      DB_LIBS           = -ldb_cxx
-   endif
-endif
+DB_FLAGS		= -I/usr/include/db4.6
+DB_LIBS			= -L/usr/$(libsubdir) -ldb_cxx-4.6
 
 EXPAT_FLAGS             = $(if $(EXPAT_HOME),-I$(EXPAT_HOME)/include)
 EXPAT_LIBS              = $(if $(EXPAT_HOME),-L$(EXPAT_HOME)/$(libsubdir)) -lexpat
--- Makefile.orig	2008-05-21 13:42:32.000000000 -0400
+++ Makefile	2008-05-21 13:42:50.000000000 -0400
@@ -11,11 +11,11 @@
 
 include $(top_srcdir)/config/Make.rules
 
-SUBDIRS		= config src include test demo
+SUBDIRS		= config src include
 
 INSTALL_SUBDIRS	= $(install_bindir) $(install_libdir) $(install_includedir) $(install_configdir)
 
-install:: install-common
+install::
 	@for subdir in $(INSTALL_SUBDIRS); \
 	do \
 	    if test ! -d $$subdir ; \



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-21 18:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 18:10 [gentoo-commits] gentoo-x86 commit in dev-cpp/Ice/files: Ice-3.3.0-Makefile.patch Ice-3.3.0_beta1-Makefile.patch Caleb Tennis (caleb)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox