Bug 63918

Summary: Makefile.port which is included by Makefile.global does not exist
Product: [Retired] Red Hat Public Beta Reporter: Need Real Name <sclark46>
Component: postgresqlAssignee: Andrew Overholt <overholt>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: skipjack-beta2CC: chwang
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-03-12 23:45:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2002-04-21 21:35:33 UTC
Description of Problem:
Makefile.port which is included by Makefile.global does not exist

Version-Release number of selected component (if applicable):
postgresql-devel-7.2.1-5

How Reproducible:
see below which is an excerpt from a Makefile used on FreeBSD to compile
programs that use postgres.

# note ../src is a symbolic link to /usr/include/pgsql
subdir = ../src
top_builddir = ../

include $(subdir)/Makefile.global

ROOTDIR=/
TOPDIR=$(ROOTDIR)usr/local
CC=gcc

Steps to Reproduce:
1. Simply examine Makefile.global and you will see where it includes Makefile.port. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information:

Comment 1 Trond Eivind Glomsrxd 2002-04-26 20:24:01 UTC
Doesn't sound like that file should be included at all... I'll remove it in the
next build.

Comment 2 Andrew Overholt 2003-03-12 23:45:44 UTC
Makefile.port should not exist in a source distribution - it's a symlink made at
configure time.  Perhaps a build was attempted without a previous configure run.
 Resolving NOTABUG.

Comment 3 Charley Wang 2009-09-04 19:11:23 UTC
testing with mylyn, sorry for the spam