2006-05-09 11:31:42 by David Brownlee | Files touched by this commit (1) |
Log message:
use ${SUSE_DIR_PREFIX} appropriately
|
2006-04-22 11:22:18 by Roland Illig | Files touched by this commit (231) |
Log message:
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
|
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.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
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
|
2005-11-02 21:11:47 by David Brownlee | Files touched by this commit (2) |
Log message:
Update net/skype to 1.2.0.18 (from 1.2.0.11)
25.10.2005 Skype for Linux version 1.2.0.18
* bugfix: fixed a bug in networking code that made Skype
vulnerable to remotely induced crash (Skype Security Bulletin
SKYPE-SB/2005-003)
22.09.2005 Skype for Linux version 1.2.0.17
* change: New multilingual EULA in Help.Licence
* change: Call quality improvements
* change: "Find in chat" engine rewritten
* change: Refreshing icons on start tab
* change: Cleaned up RPM packaging
* bugfix: Menu items not disabled when going offline
* bugfix: Crash when a new message was received
* bugfix: Crash when password changed
* bugfix: Crash when chat search string contained "+331234567"
* bugfix: Crash when chat search string contained emoticon
* bugfix: Auth requests from previous user being shown
* bugfix: Crash while history was loading
* bugfix: Find crash when searching for empty text
* bugfix: Auth request remaining on event panel after authorization
Only minimally startup tested as there is a font issue (seen in both old and
new versions) on my NetBSD-3 xorg system...
|
2005-08-04 15:27:18 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 1.2.0.11
28.07.2005 Skype for Linux version 1.2.0.11
* feature: "Find dialog" in chat
* change: no Start tab anymore > new event panel
* change: new voicemail icons in call list
* change: echo123 is always seen as online user
* bugfix: Can't open URL in multichat window
* bugfix: sending message to someone who is using older version of skype - \
cosmetic
* bugfix: Missing Services section
* bugfix: Renaming groups - duplicated counter
* bugfix: file transfer: send-file write permission
* bugfix: file transfer: send-file inexact error dialog
* bugfix: Changing password it was possible to enter illegal characters
* bugfix: inexact information dialog
* bugfix: Inexact dialog content when calling to paid number
* bugfix: Authorization request should contain Call button
* bugfix: incorrect order of buttons, if you send or receive a file
* bugfix: Can't interrupt third party in conference call
* bugfix: skype's network traffic is stopped, if presence is set to offline
* bugfix: proper header selections in multichat window
* bugfix: upsell msgs to VM/SI for non-subscribers
|
2005-06-01 20:03:33 by Johnny C. Lam | Files touched by this commit (858) |
Log message:
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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.
|
2005-04-09 21:53:09 by Julio M. Merino Vidal | Files touched by this commit (3) | |
Log message:
Update to 1.0.0.20:
18.03.2005 Skype for Linux version 1.0.0.20
* feature: SkypeIn
* feature: voicemail sending and receiving
* feature: contact grouping
* feature: Central Contact List
* feature: drag and drop between contact groups
* change: chat window doesn't steal focus
* change: contact list (x/y) indicators
* bugfix: calling to too long SkypeOut numbers crash
* bugfix: start tab texts messed up with nondefault font size
* bugfix: showing/hiding offline contacts
* bugfix: adding/removing SkypeOut contacts
* bugfix: startconference, addtochat windows are modal
* bugfix: Skype crashes, if there is incoming conference call
* bugfix: callhistory bugs, show calls which are redirected to voicemail,
dont show missed calls under incoming calls. after delete update
the filter
* bugfix: Missing title bar, if you call to emergency number
* bugfix: problem with user counter on start tab
* bugfix: don't show already deleted voicemails on start tab
* bugfix: sometimes System Tray icon blinks without any reason
* bugfix: does not ignore incoming call
* known issue: Start tab does not yet show SkypeIn and Voicemail service
status. You can check current service status on My Account page
14.02.2005 Skype for Linux version 1.0.0.7
* change: Call tab no longer closes if remote does not accept call because of
won't close, if you have privacy problems
* change: prank call prevention suggestion
* change: new Options layout
* change: addressbar behaviour should depend on General option (start chat /
start call)
* bugfix: limit field lengths in profile editor
* bugfix: voicemail sending crashfixes
* bugfix: icon fix when adding a blocked contact to contact list
* bugfix: Hold button on toolbar should be disabled until call is picked up.
* bugfix: crash when context menu remains open in call
* bugfix: call holding and resuming - context menu and toolbar button sync
* bugfix: "hang up call" sound works
* bugfix: crash when context menu remains open in call
* bugfix: e-mail and full name locations changed in profile editor
* bugfix: search results order fix when doing several searches after one
another
* bugfix: "away" and "not available" should allow 3 digits
* bugfix: search someone who is already in Contact list - can't add twice
* bugfix: tab order in advanced search form
* bugfix: icons have names for non-taskbar window managers
* bugfix: tray alert does not blink any more when there are no missed
events/chats
|
2005-04-09 21:38:31 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message:
Get rid of the non-standard variable DIST_VERSION.
|