[csw-devel] SF.net SVN: gar:[18214] csw/mgar/pkg/irssi/trunk/Makefile

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Mon Jun 4 20:07:59 CEST 2012


Revision: 18214
          http://gar.svn.sourceforge.net/gar/?rev=18214&view=rev
Author:   wilbury
Date:     2012-06-04 18:07:58 +0000 (Mon, 04 Jun 2012)
Log Message:
-----------
irssi/trunk: Add REIPLACEments, adjust dependencies.

Modified Paths:
--------------
    csw/mgar/pkg/irssi/trunk/Makefile

Modified: csw/mgar/pkg/irssi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/irssi/trunk/Makefile	2012-06-04 14:21:53 UTC (rev 18213)
+++ csw/mgar/pkg/irssi/trunk/Makefile	2012-06-04 18:07:58 UTC (rev 18214)
@@ -17,8 +17,6 @@
 DISTFILES    = $(NAME)-$(VERSION).tar.gz
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 
-PACKAGING_PLATFORMS =  solaris9-sparc solaris9-i386
-
 SAMPLECONF = .*/irssi.conf
 
 CONFIGURE_ARGS += $(DIRPATHS)
@@ -28,16 +26,21 @@
 CONFIGURE_ARGS += --with-proxy
 CONFIGURE_ARGS += --with-perl=yes
 CONFIGURE_ARGS += --with-perl-lib=vendor
+CONFIGURE_ARGS += --with-ncurses=$(prefix)
 
 EXTRA_LIB += $(prefix)/bdb47/lib
 EXTRA_INC += $(prefix)/bdb47/include
 
 EXTRA_MERGE_EXCLUDE_FILES = .*~ .*perllocal\.pod
 
+RUNTIME_DEP_PKGS += CSWlibintl8
+RUNTIME_DEP_PKGS += CSWlibsocks
 RUNTIME_DEP_PKGS += CSWglib2
-RUNTIME_DEP_PKGS += CSWosslrt
+RUNTIME_DEP_PKGS += CSWlibssl1-0-0
 RUNTIME_DEP_PKGS += CSWperl
-RUNTIME_DEP_PKGS += CSWggettextrt
-RUNTIME_DEP_PKGS += CSWbdb47
 
+REINPLACE_USRLOCAL += docs/perl.txt
+REINPLACE_USRLOCAL += docs/irssi.1
+REINPLACE_USRLOCAL += docs/help/load
+
 include gar/category.mk

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list