pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/39391: postgresql82-client selects nonexistent "irix5" template on IRIX
>Number: 39391
>Category: pkg
>Synopsis: databases/postgresql82-client configure fails on irix
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Aug 22 16:45:00 +0000 2008
>Originator: duck%shangtai.net@localhost
>Release: pkgsrc-2008Q2
>Organization:
>Environment:
System: IRIX64 halo 6.5 6.5.27m 01062343 IP30
Architecture: mips
Machine: IP30
>Description:
databases/postgresql82/Makefile.common specifies the following:
PGSQL_TEMPLATE.IRIX= irix5
This template does not exist, making configure fail.
>How-To-Repeat:
Attempt to build any postgresql82 package on irix
>Fix:
This patch should fix it
--- Makefile.common.old Fri Aug 22 19:26:09 2008
+++ Makefile.common Fri Aug 22 17:33:30 2008
@@ -55,7 +55,7 @@
.include "../../mk/bsd.prefs.mk"
PGSQL_TEMPLATE.SunOS= solaris
-PGSQL_TEMPLATE.IRIX= irix5
+PGSQL_TEMPLATE.IRIX= irix
.if !defined(PGSQL_TEMPLATE.${OPSYS})
PGSQL_TEMPLATE.${OPSYS}= ${LOWER_OPSYS}
.endif
Home |
Main Index |
Thread Index |
Old Index