pkgsrc-Bugs archive

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

Re: pkg/37855: comms/jpilot does not compile on Darwin



The following reply was made to PR pkg/37855; it has been noted by GNATS.

From: Brian de Alwis <bsd%cs.ubc.ca@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost, 
pkgsrc-bugs%NetBSD.org@localhost
Subject: Re: pkg/37855: comms/jpilot does not compile on Darwin
Date: Wed, 23 Jan 2008 16:18:46 -0600

 On 23-Jan-2008, at 3:50 PM, Brian de Alwis wrote:
 > Ah, thanks for that.  I've respun the patch; not sure if the
 > <bsd.prefs.mk> is still necessary?
 
 
 As I'm the one that introduced the <bsd.prefs.mk> I've removed it and  
 respun the patch again.
 
 === modified file 'comms/jpilot/Makefile'
 --- comms/jpilot/Makefile      2008-01-09 15:38:08 +0000
 +++ comms/jpilot/Makefile      2008-01-23 22:14:26 +0000
 @@ -16,13 +16,15 @@
   USE_PKGLOCALEDIR=    YES
   USE_OLD_DES_API=     YES
   USE_DIRS+=           xdg-1.4
 -USE_TOOLS+=           intltool msgfmt pkg-config
 +USE_TOOLS+=           intltool msgfmt pkg-config gmake
   USE_LANGUAGES+=              c
 
   GNU_CONFIGURE=               YES
   CONFIGURE_ARGS+=     --with-gtk-prefix="${BUILDLINK_PREFIX.gtk2}"
   CONFIGURE_ARGS+=     --with-pilot-prefix="${BUILDLINK_PREFIX.pilot-link- 
 libs}"
 -LDFLAGS+=             -export-dynamic
 +
 +# Ensure we export symbols in the linked shared object.
 +LDFLAGS+=             ${EXPORT_SYMBOLS_LDFLAGS}
 
   DOCDIR=                      ${PREFIX}/share/doc/jpilot
   INCDIR=                      ${PREFIX}/include/jpilot
 @@ -48,7 +50,7 @@
        ${INSTALL_DATA_DIR} ${DOCDIR}
        ${INSTALL_DATA_DIR} ${INCDIR}
        ${INSTALL_DATA_DIR} ${PLUGINSDIR}
 -      cd ${WRKSRC}; ${INSTALL_DATA} libplugin.h prefs.h ${INCDIR}
 +      cd ${WRKSRC}; ${INSTALL_DATA} config.h libplugin.h prefs.h ${INCDIR}
        ${INSTALL_DATA} ${WRKSRC}/BUGS ${DOCDIR}
        cd ${WRKSRC}/docs; ${INSTALL_MAN} *.1 ${MAN1DIR}
        ${TOUCH} ${PLUGINSDIR}/.directory
 
 === modified file 'comms/jpilot/PLIST'
 --- comms/jpilot/PLIST 2008-01-09 15:38:08 +0000
 +++ comms/jpilot/PLIST 2008-01-23 19:59:16 +0000
 @@ -2,6 +2,7 @@
   bin/jpilot
   bin/jpilot-dump
   bin/jpilot-sync
 +include/jpilot/config.h
   include/jpilot/libplugin.h
   include/jpilot/prefs.h
   lib/jpilot/plugins/.directory
 
 -- 
   Brian de Alwis | Software Practices Lab | UBC | http://www.cs.ubc.ca/~bsd/
        "Amusement to an observing mind is study." - Benjamin Disraeli
 



Home | Main Index | Thread Index | Old Index