Next | Query returned 148 messages, browsing 121 to 130 | Previous

History of commit frequency

CVS Commit History:


   2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703)
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
   2004-04-20 23:49:00 by Soren Jacobsen | Files touched by this commit (3)
Log message:
Update to openbox 3.2.  Changes:
* Added spanish and swedish translations
* Changed "Unnamed Desktop" to "Desktop n" where n is the \ 
actual number of
  the desktop
* Hopefully no more of the hanging X totally bug
* The fullscreen property now overrides aspect hints
* Added M as an alias for Mod3 in the same manner that W is an alias for
  Mod4
* Added probably too many options and actions
* ToggleDockAutohide to toggle the autohide option at runtime, doesn't
  save it to the config
* keepBorder option to set if you want the 1-pixel border when you
  toggleDecorations
* added popupShow and popupPosition to control where and when the
  move/resize-popup is shown, these go in the resize section of the config
  popup.  Position can be Top or Center, popupShow can be Always, Never or
  Nonpixel (this is the default).
* Added the xorStyle option to change the behaviour of menus along the
  bottom edge, note that the default is true
* warpPointer option in the menu section to control if the mouse cursor is
  to be warped by openbox when the menu moves to keep on screen to keep
  the cursor in the same place relative to the menu.
* Added back the focusLast option (this controls what happens when you
  change desktops and have followMouse on)
* Added an option to set which desktop to start on when you start openbox,
  firstdesk.  For example, you might like to set it to 5 if you have a 3x3
  grid to start in the middle.

Note that this won't build until a buildlink3 bug is fixed.  This is not a
regression, as it was already in a non-building state.  Please do not file
any PRs regarding this issue.
   2004-04-14 18:15:30 by Julio M. Merino Vidal | Files touched by this commit (147)
Log message:
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
   2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232)
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
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.
   2004-03-15 16:17:25 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
Use GNU make to let this build under 1.6.2.  Found by latest kristerw@'s
bulk build.
   2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256)
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
   2004-02-17 00:07:45 by Soren Jacobsen | Files touched by this commit (1)
Log message:
Nuke openbox's buildlink2.mk.  It is not used anywhere.
   2004-02-17 00:00:47 by Soren Jacobsen | Files touched by this commit (2)
Log message:
Use bl3, change my address, add buildlink3.mk.
   2004-02-14 19:26:30 by Julio M. Merino Vidal | Files touched by this commit (90)
Log message:
PKGCONFIG_OVERRIDE is relative to WRKSRC.
   2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400)
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Next | Query returned 148 messages, browsing 121 to 130 | Previous