Age | Commit message (Collapse) | Author | Files | Lines |
|
.la files is set correctly.
Bump PKGREVISION.
|
|
Suggested by wiz@.
|
|
|
|
|
|
the X11 distribution using imake into mk/buildlink3/imake-check.mk.
imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check
that generates the required Imakefiles and runs imake. Remove the
now extraneous builtin-imake.mk files as the builtin.mk files can now
contain the name of the imake symbol to check.
|
|
contain a command plus arguments. We use the standard idiom to extract
the first word of a list stored in a make variable:
VAR_CMD= ${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//}
XXX This can be replaced with a more succinct use of variable modifiers
XXX when we update the bootstrap bmake to match the latest NetBSD make
XXX sources, i.e.:
XXX
XXX VAR_CMD= ${VAR:[1]}
|
|
this requirement by using TMPDIR as the read-write location demanded
by using imake.
|
|
XXX: this is a hack, but otherwise the builtin xpm is not recognized on NetBSD.
|
|
|
|
currently not supported :]
|
|
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14". Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
|
|
|
|
|
|
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.
|
|
provided with PR pkg/30372.
* Sun May 29 03:12:41 2005, pabs <pabs@pablotron.org>
* imlib2.c: apply patch from OBATA Akio <obata@lins.jp> to fix
im_struct memory leak (Fixes: [10])
* imlib2.c: add filename to exception description (Fixes: [11])
* Sun May 29 18:02:37 2005, pabs <pabs@pablotron.org>
* imlib2.c: add Imlib2::Image#delete! (Fixes: [12])
* Sun May 29 18:23:41 2005, pabs <pabs@pablotron.org>
* imlib2.c: increment version to 0.5.1
* imlib2.gemspec: ditto
* README: ditto
* AUTHORS: updates
* Sun May 29 18:35:45 2005, pabs <pabs@pablotron.org>
* README: added "Reporting Bugs" section
* Sun May 29 18:37:51 2005, pabs <pabs@pablotron.org>
* releasing 0.5.1
|
|
|
|
|
|
|
|
|
|
this has been massively extended (since 0.32), too much to list here
|
|
Changes:
* kpdf: Change atan2f to atan2 so it compiles on Solaris 2.8
* kpdf: Show context menu when in FullScreen even if no document is open
* kpdf: Do not leak memory when reloading a document
* kpdf: Fix mouse wheel rotation in presentation mode
* kpdf: Do not assume only there's only a ObjectRect in a given point
* kpdf: Fix properties dialog when there are very large texts
* kpdf: Compile when Xft2 headers are in a non-standard path
* kpdf: Make Page Up and Page Down work on presentation mode
* kpdf: Ask when overwriting files
* kpdf: Solaris compile fix
* kpdf: Do not move to top of the page when reloading the document
* kpdf: Add another path where to look for ghostscript fonts
* kpdf: Workaround weakness in gnome handling of desktop files
* kpdf: Don't assume Encoding array of Type1 fonts end in "foo def"
* kpdf: Fix text copying on some documents
* kpdf: Parse Light and Condensed in font name
* kpdf: Fix the allocation size of libgoo on 64bit architectures
* kpdf: Fix problems with non-standard styles
* kpdf: Fix disabled icons
* ksnapshot: Rescale screenshot preview when resizing window
|
|
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also,
make use of PKG_OPTIONS_LEGACY_VARS.
Reviewed by wiz.
|
|
o Fix bugs #1876, #1888, #1919
o Added feature #1941, RVG's polyline, polygon accept array arguments
o Numerous fixes to the RVG documentation
Fixes PR pkg/30313 provided by Akio Obata.
|
|
This fixes the build for IRIX MIPSPro compilers, that actually bail out
on this condition with an error.
|
|
|
|
|
|
@dirrm.
|
|
|
|
* Bug fixes
|
|
|
|
* libnetpbm: fix crash with -builtin=fixed
* pbmtoppa: fix floating point exception
Changes 10.26.8:
* pnmgamma: Correct math in -srgbramp
* ppmshadow: fix blurring
Pkgsrc:
* fixed problem on DragonFly (courtesy of Joerg Sonnenberger)
|
|
* Fixes and enhancements
|
|
|
|
|
|
* spelling fixes for almost every translation
* Beginning of Italian and Dutch translation
* stylesheet fixes: CSS, HTML and DB2LaTeX driver files
* XML validity fixes for french and swedish
* Makefile overhaul
* new Hacking styleguide
|
|
We rely on the tools framework to pull in a good enough awk tool.
|
|
and appropriate TOOLS_DEPMETHOD.gm4 settings.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
|
|
|
|
|
|
Translations
Adam Weinberger (en_CA), Ivar Smolin (et), Elnaz Sarbar (fa),
Abdullah Ulas (ku), Steve Murphy (rw), Baris Cicek (tr)
|
|
now; neither maintainer nor anyone else stepped up to fix them.
Predicted on tech-pkg and in private mail to maintainers; no comments.
|
|
|
|
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
|
|
|
|
* New OpenOffice.org MIME type icons -- bug #167296 (Jakub Steiner)
* Renamed gnome-fs-{locally-shared,share-private} to stock_shared-{by,to}-me
(Jakub Steiner)
* Updated translations [en_CA]
|
|
General:
* new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja,
ko, mr, pl, ro, vi,
* new french documentation.
gtk-xfce-engine:
* fix various colors issues with ExoIconBar, prelight colors for treeview,
AdobeĀ® Acrobattm 7, progress bar, combo box, gtk scales (#848).
libxfcegui4:
* check ~/.local/share/pixmaps/ as a fallback (#731).
xfcalendar:
* fix compiling with --enable-debug=full (#843),
* remove C99 variable declaration and C++ comments.
xfce4-mixer:
* fix a bug with ALSA.
xfce4-session:
* fix a crash with the MCS plugin.
xfce-utils:
* taskbar: Add a command option "--monitor=x" to allow specifying which
monitor to use in Xinerama mode.
xfdesktop:
* fix translation problems with menu panel plugin,
* fix bug where binding 'xfdesktop -menu' only works sporadically (#441),
* fix unresolved symbol problem with menu module.
xffm:
* fix property dialog crahsing on FreeBSD (#945),
* fix library version info not set on the properties module (#882, #249),
* fix fstab parsing (#524),
* fix compilation issues with ansi compiler and gcc4 (#862).
xfprint:
* make bsdlpr plugin compile,
* change CUPS detection code,
* set correct ld flags (#871),
* add support for printcap aliases (#821),
* fix MCS plugin.
xfwm4:
* fix mouse buttons being left ungrabbed when focus was transfered to
an unmanaged window,
* document hidden option "workspace_scroll" (#948),
* various focus issues (#759, #869, #899, #905, #924, #931),
* fix pixmap depth not being properly set (#895),
* refresh frame when "skip taskbar" state changes (#898),
* allow seemless windows to be hidden from kbd shortcuts,
* code cleanup.
|
|
|