pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/39253: horde package failes to install correctly in pkgsrc2008Q2



>Number:         39253
>Category:       pkg
>Synopsis:       horde package failes to install correctly in pkgsrc2008Q2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 31 09:30:00 +0000 2008
>Originator:     Wolfgang Stukenbrock
>Release:        NetBSD 4.0_STABLE
>Organization:
Dr. Nagler & Company GmbH
        
>Environment:
        
        
System: NetBSD s102 4.0_STABLE NetBSD 4.0_STABLE (NSW-S102) #3: Tue Jul 22 
12:58:04 CEST 2008 
wgstuken@s012:/export/NetBSD-4.0/N+C-build/.OBJDIR_i386/export/NetBSD-4.0/src/sys/arch/i386/compile/NSW-S102
 i386
Architecture: i386
Machine: i386
>Description:
        The horde framework needs on some other packages to be installed for 
full functionality.
        The packages "mail/imp" and "mail/turba" has larger changes in the past 
and moved some of the
        php-scripts into the "js" subdirectory.
        Accedently this directory is not installed in theese two packages - in 
prior releases there
        was nothing in it.
>How-To-Repeat:
        just install horde etc. and try to run it.
>Fix:
        add the "js" directory to the list of directories to be installed in 
the Makefile:

patch for "mail/imp/Makefile":
s012# rcsdiff -c -r1.1 Makefile
===================================================================
RCS file: RCS/Makefile,v
retrieving revision 1.1
diff -c -r1.1 Makefile
*** Makefile    2008/07/30 12:47:38     1.1
--- Makefile    2008/07/30 12:47:59
***************
*** 27,33 ****
  HORDEDIR=     ${PREFIX}/share/horde
  IMPDIR=               ${HORDEDIR}/imp
  IMPVER=               4.2
! PAXDIRS=      lib locale po scripts templates themes
  
  PKG_USERS_VARS+=      APACHE_USER
  BUILD_DEFS+=          APACHE_USER
--- 27,33 ----
  HORDEDIR=     ${PREFIX}/share/horde
  IMPDIR=               ${HORDEDIR}/imp
  IMPVER=               4.2
! PAXDIRS=      lib locale po scripts templates themes js
  
  PKG_USERS_VARS+=      APACHE_USER
  BUILD_DEFS+=          APACHE_USER


patch for "mail/turba/Makefile":
rcsdiff -c -r1.1 Makefile
===================================================================
RCS file: RCS/Makefile,v
retrieving revision 1.1
diff -c -r1.1 Makefile
*** Makefile    2008/07/30 16:10:13     1.1
--- Makefile    2008/07/30 16:10:41
***************
*** 21,27 ****
  HORDEDIR=     ${PREFIX}/share/horde
  TURBADIR=     ${HORDEDIR}/turba
  TURBAVER=     2.2.1
! PAXDIRS=      lib locale po scripts templates themes
  USE_TOOLS+=   pax perl:run
  
  MESSAGE_SUBST+=       TURBADIR=${TURBADIR:Q}
--- 21,27 ----
  HORDEDIR=     ${PREFIX}/share/horde
  TURBADIR=     ${HORDEDIR}/turba
  TURBAVER=     2.2.1
! PAXDIRS=      lib locale po scripts templates themes js
  USE_TOOLS+=   pax perl:run
  
  MESSAGE_SUBST+=       TURBADIR=${TURBADIR:Q}

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index