2006-04-12 12:27:47 by Roland Illig | Files touched by this commit (749) |
Log message:
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
|
2006-04-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147) |
Log message:
Over 1200 files touched but no revisions bumped :)
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).
|
2006-03-30 05:06:20 by Mark Davies | Files touched by this commit (2) |
Log message:
Update to KDE 3.5.2
* KBabel
o Improve loading of Gettext PO files, especially in case of
recoverable or unrecoverable errors
o Settings of the SVN/CVS dialogs are now project-releated (and
not global anymore).
o Improve sending PO file(s) as email.
* Umbrello
o Use horizontal and vertical lines when drawing association
o Import Rose model files (no diagrams yet,
o Automatically fill useful info into the Perl writer heading
template
o Documentation for association roles not saved
o Default data types not added for old Java generator
o Problem reordering methods in classes/interfaces
o Problem with font size computation/word wrap in note widgets
o Custom operations in sequence diagrams become class operations
o Fork/join symbol appears as a black box
o Multiplicity labels positioned incorrectly when moving entities
o Types of entity's attributes are displayed instead of their
names
o Unable to delete entity from entity list in "UML Model" frame
o Interface names not italicized in diagram view
o Cannot Resize Sequence Diagram Synchronous Messages
o Sequence diagram: constructor message only works at 100
percent zoom
o Documentation for associations is not retained
o Crash when importing Python files
o "void" is imported as a class
o Crash when creating a datatype with the same name as a class
o Crash when a non existing data type is used for an argument of
a new method
o Drag'n'drop doesn't put class under mouse cursor when zoom is
not 1:1
o Crash when refusing to rename a class on importing typedef
o Java import fails at abstract methods or interfaces
|
2006-03-14 02:49:54 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Remove an entry that is also in x11/kdelibs3/PLIST. Bump PKGREVISION.
|
2006-03-11 11:07:50 by Geert Hendrickx | Files touched by this commit (19) |
Log message:
Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).
Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.
Ok with rillig.
|
2006-02-07 20:59:22 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Fix some pkglint warnings.
|
2006-02-07 20:58:07 by Thomas Klausner | Files touched by this commit (8) |
Log message:
Move subversion/buildlink3.mk to subversion-base/buildlink3.mk, to
make it more resilient to revbump.
Ok epg@
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-31 23:58:40 by Mark Davies | Files touched by this commit (3) |
Log message:
Update to KDE 3.5.1
Changes:
* Cervisia
o Do not use absolute pathnames when committing the top level folder
of a working copy
* KBabel
o avoid user-visible strings that need to be translated in two ways
o KBabel editor: Fix and improve source references
o KBabel editor: add a new variable @POFILEDIR@ for source references.
This is for allowing search paths starting at the directory of the
PO file, like what is needed for GNU projects: starting at the
parent directory
o KBabel editor: allow backslashes in source references in the PO file
o KBabelDict: clicking the help button of KBabelDict calls the
corresponding section in the KBabel documentation
o Improved KBabel documentation
* Umbrello
o Code import for Java and Python
o fix loading of associationwidget with non-default color
o fix moving of initial and end activity
o fix operation parameter and return types including template
expressions
o Support C++ const methods (aka queries)
o Change associations, aggregations, etc. on-the-fly
o Collaboration Diagram: labels are reset to default position after
moving them
o Imported C++ classes not saved correctly in the XMI file
o In ER models adding associations will add blank space in the entity
attributes
o ER diagrams need to underline the attribute name of primary keys
o Cannot anchor notes to activity elements in Activity Diagram
|
2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164) |
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
|