Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
*-dirs packages.
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
|
|
XXX <des.h> doesn't exist on 1.6.1_STABLE
XXX <openssl/des.h> exists on both, but is incompatible and thus the
package won't build on -current
XXX <kerberosIV/des.h> works for both.
XXX Someone make this mess go away. :(
Fixes PR 23185 by mlelstv @ IRCnet
|
|
|
|
|
|
|
|
|
|
|
|
dependency bumps.
|
|
0.99.5 = 02/21/03
Fixed serious bug resulting in overwriting appointments on the palm (Serious bug)
Restore now restores latest files instead of ones from last backup (Critical bug)
Added -export-dynamic to Makefile to resolve jp_logf unresolved errors
Made home key go to today in datebook
Added dialog error windows instead of logging them
If files are to be installed a prompt window opens before a sync/backup
Browser windows open from jpilot menu
When app button is pressed it will cycle through categories
0.99.4 - 01/13/03
Ported code to GTK-2 (I used GTK-2.2)
Added random password generation to KeyRing
Added a dialer program and GUI launcher
Added Syncronization of categories and editing categories on desktop
Added Export of iCalendar format from ToDo and Datebook
Added Export of vCard format from Address book
Added Export of ldif format from Address book
Added Russian Language Support
Removed jpilot-upgrade-99
|
|
* Added Simplified Chinese translation
* Added Traditional Chinese translation
* Made dialog windows Modal
* Manana support http://bill.sexton.tripod.com/download.htm
* Changed code to keep unique IDs intact.
* Support for OS 4.X passwords.
* Better DateBk support
* Pop up dialogs during the sync when different user name, null ID is
found.
* Lots of patches, bug fixes and minor improvements.
* Made changes to support pilot-link 0.10.1 and USB
* Export for Datebook, Address, Todo, and Memo
* Import for Datebook, Address, Todo, and Memo
* Can now enter begin/end times into datebook by GUI, or keyboard.
* Put icons in clist title buttons.
* Prompts to Save a changed/new record instead of letting it get away.
* Drastically improved local database read speeds caused by bugs intro'd
in 0.99
* Fixed misc bugs in alarms.
* Support for pedit (pedit is a memo editor for the palm).
* Added Preferences to choose conduits.
* Adding in better printing support.
* Adding in record masking support.
* Wrote a KeyRing plugin (KeyRing is a palm encryption app).
* Added Restore Functionality.
* Added plugin_startup & plugin_cleanup funcs to jpilot-sync.
* Added man pages.
* Added plugin_startup and plugin_cleanup to jpilot-sync.
* Added a default pdb file for Expenses.
* Added an icon when iconized.
|
|
|
|
|
|
* separate the INSTALL_DATA_DIR arguments into multiple commands, as the
Solaris install can't handle lots of directories all at once
* style nits
|
|
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
|
|
buildlink2.mk files back into the main trunk.
|
|
configure script.
|
|
|
|
Also install the BUGS file that's mentioned in the man page.
|
|
the paths
wrong and the X libraries won't link in from the buildlink area
|
|
|
|
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.
|
|
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.
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
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.
|
|
|
|
installation directory in case the package isn't installed.
|
|
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
|
|
|
|
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.
|
|
USE_BUILDLINK_ONLY.
|
|
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
|
|
|
|
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
lines.
|
|
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
|
|
|
|
|
|
Alphabetized 4 main app categories and expense categories
New calendar begin/end setting method using keyboard
jpilot-sync program added to allow command line syncing
Made radio buttons for which phone # shows up in addr
Made month/week views obey categories
Made 4 main apps+expense more user friendly by detecting changes
Added prefs for optionally backing up DBs
Czech character set added
Russian character set added
Moved output screen to bottom panel in main window
Fixed many bugs in Expense and improved GUI
Fixed datebook entries showing weekly repeat
Added a large view window to the monthview
Fixed some DateBk3 bugs (templates showing as today, etc)
Made Address screen stay as it was last used in quick/add view mode
Alarms
Sorted memos if they are sorted on the handheld
Replaced calendar buttons (array) with a gtk_calendar widget
Made Quickview a page on the address Notebook
Made private records hidable using palm password
Made changes for Japanese and Chinese and Korean and multibyte characters
Included Synctime in rpm and made it detect and avoid PalmOS 3.3
Made the creation of ~/.jpilot and ~/.jpilot/backup* perms 0700 & ~umask
If upgrading then you may want to change the permissions of ~/.jpilot/ for
security reasons.
Made completed ToDos not print if hidden
Minor postscript improvements
Made plugin conduits selectable wether to sync or not
|
|
|
|
|