New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19965 (closed update: fixed)

Opened 4 years ago

Last modified 4 years ago

UPDATE mnogosearch 3.3.8_0 version update

Reported by: dbraband@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc: macsforever2000@…
Port: mnogosearch

Description

Here is the Portfile and the patches.

Attachments

Portfile (3.1 KB) - added by dbraband@… 4 years ago.
patch-doc_Makefile.in (818 bytes) - added by dbraband@… 4 years ago.
patch-locations_configure.in (633 bytes) - added by dbraband@… 4 years ago.
Portfile-mnogosearch.diff (5.5 KB) - added by dbraband@… 4 years ago.
Portfile-mnogosearch.2.diff (5.6 KB) - added by dbraband@… 4 years ago.
patch-locations_configure.2.in (1.1 KB) - added by dbraband@… 4 years ago.

Change History

Changed 4 years ago by dbraband@…

Changed 4 years ago by dbraband@…

Changed 4 years ago by dbraband@…

comment:1 Changed 4 years ago by macsforever2000@…

  • Port set to mnogosearch

comment:2 Changed 4 years ago by macsforever2000@…

a unified diff patch for the portfile is preferred.

Changed 4 years ago by dbraband@…

comment:3 Changed 4 years ago by dbraband@…

I've added the diff patch for the portfile.

comment:4 Changed 4 years ago by macsforever2000@…

  • Cc macsforever2000@… added

Cc Me!

comment:5 Changed 4 years ago by blb@…

Looks like this needs some help in finding postgresql83's include files; trying with +postgresql83 I see:

/usr/bin/gcc-4.0 -DUDM_CONF_DIR=\"/opt/local/etc/mnogosearch\" -DUDM_VAR_DIR=\"/opt/local/var/mnogosearch\" -DUDM_SHARE_DIR=\"/opt/local/share/mnogosearch\" -DHAVE_CONFIG_H -I. -I. -I../include -I./../include -I/opt/local/lib/postgresql83/include -I/usr/include -I/opt/local/include -D_THREAD_SAFE -pipe -O2 -MT sqldbms.lo -MD -MP -MF .deps/sqldbms.Tpo -c sqldbms.c  -fno-common -DPIC -o .libs/sqldbms.o
sqldbms.c:47:22: error: libpq-fe.h: No such file or directory

Note the -I/opt/local/lib/postgresql83/include which should be -I/opt/local/include/postgresql83.

Changed 4 years ago by dbraband@…

Changed 4 years ago by dbraband@…

comment:6 Changed 4 years ago by dbraband@…

Sorry, I forgot that i previously made some changes in my macport installation.

I've added the correct diffs (Portfile-mnogosearch.2.diff and patch-locations_configure.2.in).

comment:7 Changed 4 years ago by blb@…

  • Status changed from new to closed
  • Resolution set to fixed

Updated in r52513 (and the whitespace changes in r52514), thanks. For future reference try to split just whitespace changes from functional ones as it makes it much easier to see what's going on with a diff.

Note: See TracTickets for help on using tickets.