summaryrefslogtreecommitdiff
path: root/comms/jpilot-syncmal
AgeCommit message (Collapse)AuthorFilesLines
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-1/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
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-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
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-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-2/+2
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-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-3/+1
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-27Convert to use pilot-link-libs' buildlink.mk files and mark asjlam1-2/+2
USE_BUILDLINK_ONLY.
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-7/+9
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-02Define __unix__=1 for malsync code to compile correctly. Fixes pkg/12308.jlam3-11/+8
2001-03-02Define __unix__ if !(palmos|win32|macintosh). This should fix pkg/12308.jlam2-7/+12
2001-03-02Include malsync_2.0.5.src.tar.gz in DISTFILES and refer to the localjlam4-10/+30
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-01Add USE_X11 as it requires X11 headers when building.jlam1-1/+2
2001-03-01MAL synchronization plugin for J-Pilotjlam4-0/+47