Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Clean up a pkglint warning while here.
|
|
|
|
USE_TOOLS+=msgfmt.
|
|
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).
|
|
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.
|
|
|
|
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
|
|
* Bugs fixed
+ toolbar leak fix backport (Michael Meeks)
Changes 1.0.21:
* Bugs fixed
+ several leak fixes (Jeff Steadfast)
+ build fixes (David, Michael)
+ fix property_bag_add return value (David)
+ avoid moniker qI exception crash (Larry)
Changes 1.0.20:
* Bugs fixed
+ uninit. return in Control (Michael)
+ moniker_std LIBADD (Michael)
+ -module flag (Dan Winship)
+ paranoid preconditions (Michael)
+ UIEngine efficiency fixes (Michael)
+ cleaned up automake bits (Enrico Scholz)
+ object-io fix (Hans Petter Jansson)
+ kill misc. GNUisms (Michael)
+ make test-any cleaner (Michael)
+ exception portability fixes (Jacob Berkman)
+ factory macro exit fix (Frederic Crozat)
Changes 1.0.19:
* Bugs fixed (Me)
+ sensitivity update bug
+ set_prop ownership bug
+ double free segv in text-plain
|
|
1.8.17nb3).
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
dependency bumps.
|
|
|
|
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
|
|
|
|
|
|
|
|
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
|
|
|
|
|
|
buildlink2.mk files back into the main trunk.
|
|
Bump PKGREVISION
|
|
so pkgsrc's libtool is invoked (this looks like an increasingly common
problem with up-to-date GNOME packages). Also change references to
*-config into ${*_CONFIG} so that the wrappers are used instead of the
original scripts (why is this such a common problem?!).
|
|
|
|
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
|
|
including
+ intelligent GdkPixbuf rendering
+ sensible pixbuf filtering
+ cache GdkPixbufs
+ cache X resources
+ UI handler algorithmic tweaks
|
|
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.
|
|
Patch provided by Nathan J. Williams <nathanw@MIT.EDU> in tech-pkg
|
|
* Features
* UI parse / translate caching (Alex Larsson)
* parallel build fixes (Havoc)
* gnome 1.4.1 spec file (Ludovic Danigo)
* Bugs fixed
* moniker escaping bug (Me)
* storage-fs fixes (David Kaelbling)
* more preconditions on UI component (Me)
* toolbar shadow fix (Ettore)
* xml18ntools config issue (Darin)
* property bag leak (Larry Ewing)
* pixmap leak (Larry Ewing)
* event source UMR (Dan Winship)
* stream-memory segv (Jody)
* build fixes (Darin)
* require new libxml (Radek Doulik)
* exception env. leak fixage (Anders Carlsson)
|
|
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.
|
|
Notable changes are:
* UI handler stuff:
* Key stroke handling fixage
* set/get prop acceleration
* default icon fixage
* prototype cleans
* Misc stuff
* re-entrancy fix in event_source_destroy
* moniker-extender-file fix
* item-container bug
* Portability fixes
* doc fixes
* updated tests
* config dialog rename
* fixed libefs linking
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
Bonobo 1.0.4
* Revert WM Focus order fix
* Kill duff plug/socket assertion
* Canvas item redraw bug fixage
* Moniker mime query fixes
* Remove 'object' keyword misuse from IDL
* Honour gnome_preferences_get_menus_have_icons
* PropertyControl leak fixage
* UIContainer /Control / ControlFrame debug calming
* Dependency fix
* Documentation fixes.
Bonobo 1.0.3
* Focus fixage
* WM Focus order fixage
* Sensitivity fixage
* Much MacOS X build fixage & cleaning
* bonobo_x_object fix & test-xobject
* some re-enterancy issues nailed
* bonobo-listener fix
* Documentation fixage
|
|
configure-time. There are rules to build them (different from what
configure would do) in the Makefile, they just use gmake-specific
syntax.
Bumped version to 1.0.2nb1 on general principles, but AFAIK nothing
currently in pkgsrc is badly affected by the behavior of the 1.0.2
package, so I'm not updating any DEPENDS.
|
|
Notable changes include:
* Documentation
* Full C API documentation
* Lots of nice DIA diagrams
* preliminary UI XML DTD
* Storage / Stream
* fix symlink issues in fs storage
* fs storage permissions fix
* improved storage-fs / stream-fs mime typing
* Event source / Listener
* event-source fixes
* event-source cleans
* event-source re-enterancy fix
* Property Bag
* batch property get/set impl.
* property bag client SEGV fix
* PropertyBag leak fixes
* Monikers
* moniker file extender fix
* monikers memory leak fix
* moniker URL registry
* Any support logic
* bonobo-arg fixes
* XML typecode reference fix
* Fix XML type coding bugs
* UI handler bits
* Revert unsafe attempt at AA pixbufs
* minor XML de-merge logic fix
* config fixes
* Always cleanup XML we hand out
* pixmap <-> XML acceleration
* Misc fixes
* fix multiple translation issues
* gshell fixes
* include config.h some more
* control / object destruction race fix
* Reduce control's memory footprint
|