Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
|
|
|
|
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
|
|
|
|
|
|
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
|
|
|
|
It does not need BASH, just replace with SH.
Bump PKGREVISION.
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
affected packages.
|
|
|
|
Patch provided by Sergey Svishchev in private mail.
|
|
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
Grrr, I really hate this kind of change.
|
|
Changes in 1.1.1
Magnifier:
* when source changes, move UI to the new source.
Braille:
* send text to brltty, this way it decides what to display
Translation:
* added: Bengali India
* updated: Dzongkha, Bulgarian, Catalan, German, French, Finnish, Gujarati
Changes in 1.1.0
Speech:
* added presentation for spread sheet cells and paragraphs
* reworked presentation for combos
* shutup speech when a key is pressed
* changed keyboard library
Magnifier:
* changed presentation for paragraphs
* zoomer boundaries clamped to screen boundaries
* do not assume that source and target have same size
Braille:
* added French braille table
* added braille tty support
Translation:
* added: Georgian, Dzongkha
* updated: Albanian, Brazilian Portuguese, Czech, Catalan, Galician,
Vietnamese, Gujarati, French
|
|
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
|
|
|
|
|
|
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
|
|
Help:
* added Brazilian Portuguese.
Translation:
* Updated Ukrainian, Portuguese, German, Russian, Hungarian, Greek, Welsh,
Basque translations.
|
|
scripts prior to revision 1.43 of bsd.pkginstall.mk.
|
|
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
Bump BUILDLINK_RECOMMENDED.
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
|
|
CONFIGURE_ARGS.
|
|
=================
Changes in 0.11.7
=================
Braille:
* Update to use last brltty version 3.7.
* Map more commands from brltty to gnopernicus commands.
Translations:
* Add Persion language.
* Updated Kurdish, Vietnamese, Brazilian Portuguese, Basque translations.
=================
Changes in 0.11.6
=================
Translations:
* Updated Catalan, Portuguese, Polish, Czech, Romanian, German, Japanese,
Hungarian, Bulgarian, Lithuanian, Norwegian, Albanian, Vietnamese,
Canadian English, Spanish, Gujarati, Galician, Greek, Russian, Finnish,
Turkish, Welsh, Traditional Chinese, Norwegian, Hungarian, French and
Serbian translations.
=================
Changes in 0.11.5
=================
Braille:
* The user can now specify the connection port manually.
* The BRLTTY device will be present in the device list only
if brltty is present at compile time.
Translations:
* Updated Catalan, Spanish, Gujarati, Canadian English, Greek, Vietnamese,
Russian, Albanian, Hungarian, Ukrainian, Finnish, Lithuanian, Portuguese,
Norwegian, German, Traditional Chinese, Japanese and Polish translations.
=================
Changes in 0.11.4
=================
Translations:
* Updated Gujarati, Simplified Chinese, Polish, Norwegian, Vietnamese,
Canadian English, and Finnish translations.
=================
Changes in 0.11.3
=================
Braille:
* Added support for BAUM PocketVario24 and BAUM SuperVario40.
Translations:
* Added translation for punctuation signs.
* Updated German, Norwegian, Traditional Chinese, Canadian English, Spanish,
Vietnamese and Finnish translations.
=================
Changes in 0.11.2
=================
General:
* Improved reporting of StarOfficeCalc cells when navigating trough the spreadsheet;
Translations:
* Updated Canadian English, Japanese, Greek, Welsh, Nepali, Czech,
Simplified Chinese, Bulgarian, Danish, French and German translations.
=================
Changes in 0.11.1
=================
Speech:
* Report the active line in a table even if it is not selected.
* Report the new state if a table line became selected or unselected.
* Restart speech if it dies while initializing.
=================
Changes in 0.11.0
=================
Speech:
* Improved reporting for tables.
* Improved speech interrupt when switching between objects.
Magnifier:
* Changed the presentation to magnifier: objects larger than or equal
with desktop size are not presented to magnifier.
|
|
Speech:
* Restart speech in case of an error.
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
|
|
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
Changes in 0.10.6
=================
Translations:
* Added Hungarian, Nepali, Kinyarwanda translations.
Speech:
* An improved reporting of tables.
Changes in 0.10.5
=================
Translations:
* Updated Canadian English, Dutch, Italiantranslations.
Braille:
* Change range from serial port (now 0-3) and add port "none".
* set the default device to BRLTTY.
Magnifier:
* Do not report any event if mouse is moving.
Speech:
* Corrrect some bug present when a new voice is added, modified or deleted.
Also check if the name contains invalid characters for gconf.
* A better presentation for radio buttons.
|
|
|