Bug 110189 - [PATCH] editors/xemacs: Unbreak Postgres support
Summary: [PATCH] editors/xemacs: Unbreak Postgres support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Diane Bruce
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-11 14:10 UTC by Ulrich Spoerlein
Modified: 2007-03-11 14:50 UTC (History)
1 user (show)

See Also:


Attachments
xemacs-21.4.20_2.patch (550 bytes, patch)
2007-03-11 14:10 UTC, Ulrich Spoerlein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Spoerlein 2007-03-11 14:10:05 UTC
- LIB_DEPENDS is missing a slash
- DEFAULT_PGSQL_VER is only set if USE_PGSQL is defined
=> Fix all by defining USE_PGSQL

Pointy hat to: db

Generated with FreeBSD Port Tools 0.77

How-To-Repeat: /usr/ports/editors/xemacs% make __MAKE_CONF=/dev/null describe -DWITH_POSTGRES -VLIB_DEPENDS
pq:/usr/portsdatabases/postgresql-client png.5:/usr/ports/graphics/png  jpeg.9:/usr/ports/graphics/jpeg  tiff.4:/usr/ports/graphics/tiff Xm.3:/usr/ports/x11-toolkits/open-motif  X11.6:/usr/ports/x11/xorg-libraries
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is non-existant, subsequently 'make index' will fail if WITH_POSTGRES is set.
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-03-11 14:41:37 UTC
miwi        2007-03-11 14:41:28 UTC

  FreeBSD ports repository

  Modified files:
    editors/xemacs       Makefile 
  Log:
  - LIB_DEPENDS is missing a slash
  - DEFAULT_PGSQL_VER is only set if USE_PGSQL is defined
  
  PR:             110189
  Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
  Pointy hat to: db
  
  Revision  Changes    Path
  1.103     +2 -2      ports/editors/xemacs/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-03-11 14:41:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!