Commit graph

21 commits

Author SHA1 Message Date
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
9425280e96 Update to 0.71.2, now using GTK2.
0.71.2 - 1/16/2003
- Changed all occurrences of the deprecated jpilot_logf call to the correct
  jp_logf
- included libplugin.h from J-Pilot 0.99.4
- removed the unused prefs.h
- changed all LOG_XXX macros to the JP_LOG_XXX form used in the new
  libplugin.h
- applied and updated the patch from Ludovic which prints an error if the
  AvantGo .prc file is not installed
- added support for GTK2 (use --enable-gtk2)
    -- this does not do anything extra, it just lets jpilot-syncmal work with
    GTK2-enabled J-Pilot 0.99.4

0.71.1 - 6/21/2002
- Applied patch from Ludovic Roussea which allows GTK to set the size of the
  about box
- Reorganized Makefile.in
- Fixed the warnings about no newlines in the malsync src
2003-03-04 16:30:18 +00:00
wiz
559a1407a0 Update to 0.71, makes it compile again with latest jpilot.
Changes since 0.60:
0.71 - 4/27/2002
- Support for pilot-link 0.10
- syncmal.c now includes errno.h
  -- Thanks to Renaud Pacalet and Ludovic Rousseau, both of whom pointed out
these errors and how to fix them
- Added GPL exception text to the boilerplate in libplugin.h and prefs.h,
with Judd's permission

0.70 - 4/7/2002
- Distribution now includes necessary J-Pilot headers (libplugin.h and
prefs.h) and malsync-2.0.7 source.
- Updated README for vastly simplified build instructions
- Added jpilot-syncmal.spec

0.62.2 - 2/7/2002
- Updated prefs code to use the new API (J-Pilot 0.99.2 and later)

0.62 - 5/9/2001
- Fixed a typo in skip_sync which would cause it to fail if any interval
other than always was selected.  Thanks to Chris Bagwell for identifying
this bug.

0.61 - 3/3/2001  Very minor changes
- Fix an error in configure.in which caused the build to fail on Solaris
- Added some comments to syncmal.c
2003-01-13 13:21:07 +00:00
jlam
230925b804 buildlink1 -> buildlink2 2002-09-21 07:24:04 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
zuntum
d8ed248248 Move pkg/ files into package's toplevel directory 2001-10-31 20:43:56 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00
jlam
2d07461529 Convert to use pilot-link-libs' buildlink.mk files and mark as
USE_BUILDLINK_ONLY.
2001-06-27 18:07:53 +00:00
jlam
c12fd070cf Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-22 06:12:01 +00:00
agc
d26f80ba43 Move to sha1 digests, and add distfile sizes. 2001-04-20 08:55:26 +00:00
agc
268ad0352c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:33:37 +00:00
jlam
2fac29e044 Define __unix__=1 for malsync code to compile correctly. Fixes pkg/12308. 2001-03-02 17:38:09 +00:00
jlam
23ea458f4c Define __unix__ if !(palmos|win32|macintosh). This should fix pkg/12308. 2001-03-02 00:14:22 +00:00
jlam
2fae512c13 Include malsync_2.0.5.src.tar.gz in DISTFILES and refer to the local
source extraction instead of reaching across the pkgsrc tree to
comms/malsync.  Add a source patch from comms/malsync.  Fixes 2nd half
of pkg/12308.
2001-03-02 00:04:26 +00:00
jlam
20b0f0d18e Add USE_X11 as it requires X11 headers when building. 2001-03-01 20:57:59 +00:00
jlam
8cfde8c319 MAL synchronization plugin for J-Pilot 2001-03-01 20:40:06 +00:00