Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 13:15:37 UTC Now

2010-08-01 02:08:30 UTC MAIN commitmail json YAML

Note revision bump of audio/squeezeboxserver (added DEPENDS).

(cube)

2010-08-01 02:07:20 UTC MAIN commitmail json YAML

Fix DEPENDS list and make user/group names builder-configurable.

>From feedback from mrg@.

(cube)

2010-07-19 16:19:11 UTC MAIN commitmail json YAML

Add the necessary NO_{BIN,SRC}.  I thought RESTRICTED was enough.

(cube)

2010-07-05 00:57:47 UTC MAIN commitmail json YAML

Enable squeezeboxserver.

(cube)

2010-07-05 00:57:02 UTC MAIN commitmail json YAML

Note addition of audio/squeezeboxserver.

(cube)

2010-07-05 00:54:47 UTC MAIN commitmail json YAML

Initial, long overdue import of audio/squeezeboxserver, version 7.5.1, into
the NetBSD Packages Collection.

To be honest, either you already know what this piece of software is, or
you don't really care.  The Squeezebox and all the other networked audio
players made by Logitech are cool devices, though.

Here's the DESCR:

SqueezeboxServer is the software behind Logitech's networked audio players such
as the Squeezebox.  It streams music to the device over the network from your
local computer.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-05 00:50:55 UTC MAIN commitmail json YAML

Add the licence for the upcoming SqueezeboxServer package.

(cube)

2010-07-04 18:15:21 UTC MAIN commitmail json YAML

Note additions of www/p5-Data-URIEncode, devel/p5-File-BOM and
devel/p5-Tie-{Cache-LRU{,-Expires},{LL,Regexp}Hash}.

(cube)

2010-07-04 18:12:26 UTC MAIN commitmail json YAML

Enable devel/p5-File-BOM, devel/p5-Tie-{Cache-LRU{,-Expires},{LL,Regexp}Hash}
and www/p5-Data-URIEncode.

(cube)

2010-07-04 17:52:22 UTC MAIN commitmail json YAML

Initial import of devel/p5-Tie-RegexpHash.

This module allows one to use regular expressions for hash keys, so that
values can be associated with anything that matches the key.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 17:50:51 UTC MAIN commitmail json YAML

Initial import of p5-Tie-LLHash.

This class implements an ordered hash-like object.  It's a cross between
a Perl hash and a linked list.  Use it whenever you want the speed and
structure of a Perl hash, but the orderedness of a list.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 17:48:57 UTC MAIN commitmail json YAML

Initial import of p5-Tie-Cache-LRU-Expires.

This module implements an expiring LRU cache, using Tie::Cache::LRU.
Each entry in this cache expires after 'EXPIRES' seconds (default 3600).
The cache is in RAM (see Tie::Cache::LRU).  ENTRIES provides the maximum
number of entries in the Tie::Cache::LRU cache.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 17:48:06 UTC MAIN commitmail json YAML

Initial import of devel/p5-Tie-Cache-LRU.

This module implements a least recently used (LRU) cache in memory
through a tie interface. Any time data is stored in the tied hash, that
key/value pair has an entry time associated with it, and as the cache
fills up, those members of the cache that are the oldest are removed to
make room for new entries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 17:45:42 UTC MAIN commitmail json YAML

Initial import of devel/p5-File-BOM.

This module provides functions for handling unicode byte order marks,
which are to be found at the beginning of some files and streams.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 17:42:51 UTC MAIN commitmail json YAML

Initial import of www/p5-Data-URIEncode, version 0.11.

This module allows for encoding and decoding complex (multi level
datastructures) using native Query String manipulators (such as CGI.pm).
It takes complex data and turns it into a flat hashref which can then be
turned into a URI query string using URL encoding.  It also takes a flat
hashref of data passed in and translates it back to a complex structure.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 17:23:30 UTC MAIN commitmail json YAML

2010-07-04 17:09:52 UTC MAIN commitmail json YAML

Note addition of devel/p5-Class-Virtual.

(cube)

2010-07-04 17:00:03 UTC MAIN commitmail json YAML

Initial import of devel/p5-Class-Virtual.

This module is a base class for implementing virtual base classes (what
some people call an abstract class).  Kinda kooky.  It allows you to
explicitly declare what methods are virtual and that must be implemented
by subclasses.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 16:56:11 UTC MAIN commitmail json YAML

Note update of audio/p5-Audio-Scan.

(cube)

2010-07-04 16:55:03 UTC MAIN commitmail json YAML

Update p5-Audio-Scan to 0.82, as required by a package I'm working on.

OK'd by maintainer.

0.82    2010-05-24 13:15:00
        - RT 57664: ID3: Add checks to avoid reading too much inside an invalid frame.
        - FLAC: Seeking bug fixes.

0.81    2010-05-15 10:40:00
        - Fixed broken boolean values.

0.80    2010-05-14 23:15:00
        - ID3: Fixed unsynchronisation of v2.2/v2.3 tags.
        - FLAC: Fixed several seeking bugs and improved seeking algorithm.
        - MP3: Subtract LAME encoder delay/padding from total samples to obtain more
          accurate song duration value.

0.79    2010-04-27 14:30:00
        - ID3: Bug 16079, fixed crash when reading empty TCON tag.
        - Bug 16095, workaround Win32+filehandle bug where file pos could sometimes
          be off-by-one after a PerlIO_read.

0.78    2010-04-16 15:45:00
        - ASF: Fixed various issues when seeking, now uses the ASF_Index object correctly.
        - ASF: Refactored to clean up the code and make it more efficient.
        - ID3: Bug 16073, properly handle illegal zero-byte frames.

0.77    2010-04-14 11:30:00
        - PerlIO_seek with SEEK_END sometimes does not work correctly, changed all seeks
          to use SEEK_SET instead.

0.76    2010-04-14 10:30:00
        - APE: Bug 15992, fixed reading of APE tags when file also has a Lyricsv2 tag.
        - APE: Bug 16056, fixed reading of APE tags with certain kinds of invalid tags.

0.75    2010-04-02 15:50:00
        - ID3: Really fixed empty text field bug this time.

0.74    2010-04-02 12:15:00
        - ID3: Fixed bug where an empty text field could contain the text from the
          previous frame.

0.73    2010-03-31 12:30:00
        - Added find_frame_fh_return_info method for MP4 seeking from a filehandle.

0.72    2010-03-31 10:50:00
        - Fixed bug in reading unsynchronized APIC frames, the APIC data returned was not
          the correct size.
        - Fixed Mac hints file to work properly on OSX Server 10.6.

0.71    2010-03-30 00:00:00
        - Added find_frame_return_info method for MP4 that returns the seek offset as well
          as a rewritten header that can be placed before the seeked audio to construct a
          valid bitstream.

(cube)

2009-04-13 18:35:16 UTC MAIN commitmail json YAML

Note revision bump for devel/ptlib (PLIST fix).

(cube)

2009-04-13 18:34:25 UTC MAIN commitmail json YAML

Fix PLIST, bump PKGREVISION.  PR#41199 by Bernd Ernesti.

(cube)

2009-04-13 17:41:12 UTC MAIN commitmail json YAML

Note revision bump for devel/pkg-config (inclusion of base system paths into
the default search path).

(cube)

2009-04-13 17:39:57 UTC MAIN commitmail json YAML

Add X11BASE/lib/pkgconfig and /usr/lib/pkgconfig to the default path if
they're relevant.

Bump PKGREVISION.

(cube)

2009-03-19 17:05:51 UTC MAIN commitmail json YAML

Decorate .endif with the name of the variable the .if tested.

(cube)

2009-03-19 16:20:52 UTC MAIN commitmail json YAML

Don't use + in variable names.  It's asking for troubles.

(cube)

2009-03-09 17:47:36 UTC MAIN commitmail json YAML

Look for a file binary in /bin or /usr/bin, instead of relying on PATH.
After the barrier, the builtin.mk file is parsed with a PATH that includes
LOCALBASE in front, which gives wrong results if file is installed in
LOCALBASE.

(cube)

2009-02-24 21:24:02 UTC MAIN commitmail json YAML

Note update of net/poptop.

(cube)

2009-02-24 21:22:42 UTC MAIN commitmail json YAML

- Update to 1.3.0
- Drop maintainership
- Fix a reference to /usr/pkg that was committed by accident in a file
  [hi joerg!]
- Remove MESSAGE because it's about NetBSD 1.6 and older
- Add USE_DESTDIR support

1.3.0: released 2005-08-03

- disable Van Jacobson compression by default [Pokrywka]
- prototype packet buffering and reordering [Cameron/Anonymous]
- comply with RFC2637 on echo wait and idle wait parameters [Brox]
- new pptpd-logwtmp-strip-domain option [Cameron]
- defer writes to pty until pppd has set it up properly [Cameron]
- process initial packet length header properly [Beregszaszi]
- ignore ENETDOWN and ENXIO on sendto in bcrelay [Cameron]
- add section on debugging to pptpd.8 [Mueller]

1.2.3: released 2005-02-17

- error check critical dup2 calls [Cameron]
- performance, use writev() if available, avoiding memcpy() [Sundberg]
- compilation fix for gcc old versions [Cameron]

1.2.2: released 2005-01-05

- fix deadlock hang due to syslog(3) called by signal handler [Cameron]
- turn off logging to stderr, to prevent loopback [Hall]

(cube)

2009-02-24 17:53:03 UTC MAIN commitmail json YAML

Shut up pkglint about $(...).  What do I care about Solaris, though?

(cube)

2009-02-24 17:51:10 UTC MAIN commitmail json YAML

- Drop maintainership
- Add USE_DESTDIR support, with a very hackish way of working around apxs's
  limitations.  I'm sure someone will be bothered enough adding the proper
  feature to apxs, but in the meantime...

(cube)

2009-02-24 00:58:39 UTC MAIN commitmail json YAML

Note update of net/rbldnsd.

(cube)

2009-02-24 00:58:10 UTC MAIN commitmail json YAML

- Update to 0.996b
- Add USE_DESTDIR support
- Silence a pkglint warning
- Drop maintainership

Changes:
  * cleanup: #ifdefed dump_a_txt() properly so it will not be compiled
    if --disable-master-dump was specified.
  * implement "base template" ($=) feature.
  * portability and readability fixes from Victor Duchovni
  * added configure test for inline and __inline keywords, and only
    use #warning keyword if __GNUC__ is defined (more portability fixes
    from Victor Duchovni)
  * misc type conversions here and there, and change alignment in
    mempool.c to be sizeof(void*) instead of sizeof(int), to help
    64bit platforms.  Thanks to Mike Quintero for an excellent
    bugreport.
  * bugfix: combined dataset - improper return of query() routine in some
    cases
  * internal code reorg:
    - move firstword[_lc]() to _util.c
    - use two structs instead of a set of 2-element arrays in dnset
  * bugfix: lowercase base zone names given on command line and in `combined'
    dataset, or else they wont be recognized in queries

(cube)

2009-02-24 00:45:25 UTC MAIN commitmail json YAML

Note update of net/libnids.

(cube)

2009-02-24 00:44:26 UTC MAIN commitmail json YAML

Silence some more pkglint warnings.

(cube)

2009-02-24 00:42:29 UTC MAIN commitmail json YAML

- Update to 1.23
- Drop maintainership
- Use an option group for libnet version
- Add USE_DESTDIR support

v1.23 Feb 23 2008
- fixed remotely triggerable NULL dereference in ip_fragment.c
- fix DLT_PRISM_HEADER linkoffset calculation
- check for DATA_FRAME_IS_QOS in wireless frames
- free queued tcp segments with too old seq

v1.22 Jul 22 2007
- in TCP stream, the byte with absolute offset 0 was treated as urgent data;
fixed
- DLT_IEEE802_11_RADIO handling
- added a few missing checks for failed malloc

v1.21 May 10 2006
- more externals to access libnids' intrinsics from the outside
- nids_unregister_*()
- UDP checksumming fix (0 is not an error according to RFC768)
- nids_params.tcp_workarounds
- nids_params.multiproc and queue_limit: merged a patch which creates a
separate thread for packet capture;
- in killtcp.c, send two more RST packets (required because of MS05-019
patch)
- glibc 2.4 syslog.h disaster workaround

(cube)

2009-02-24 00:09:28 UTC MAIN commitmail json YAML

Note revision bump of graphics/nvtv and removal of graphics/nvtv-gtk2.

(cube)

2009-02-24 00:08:09 UTC MAIN commitmail json YAML

Remove nvtv-gtk2.  There's no need to support both versions of the toolkit,
and if someone really insists on it, they can add an option to
graphics/nvtv.

(cube)

2009-02-24 00:06:54 UTC MAIN commitmail json YAML

- Use gtk2 (nvtv-gtk2 will go away right after this)
- Drop maintainership
- Add USE_DESTDIR support

Bump PKGREVISION because of gtk1->gtk2 move.

(cube)

2009-02-23 23:20:28 UTC MAIN commitmail json YAML

Note removal of net/netbsd-tap.

(cube)

2009-02-23 23:19:23 UTC MAIN commitmail json YAML

2009-02-23 23:13:12 UTC MAIN commitmail json YAML

- Update HOMEPAGE and MASTER_SITE to reflect reality
- Drop maintainership
- Add USE_DESTDIR (or however you call it) support

(cube)

2009-02-08 00:02:45 UTC MAIN commitmail json YAML

Note revision bump of misc/xtide.

(cube)

2009-02-08 00:01:35 UTC MAIN commitmail json YAML

Add a patch to configure so that xtide can compile correctly with a X11
distribution in /usr/X11R7.  Bump PKGREVISION.

(cube)

2009-02-01 16:22:54 UTC MAIN commitmail json YAML

Restore the value of BUILTIN_PKG after checking for the rest of Mesa, so
that the logic x11.builtin.mk doesn't set variables for the wrong package.

Noted by Obata-san.

(cube)

2008-12-04 04:18:25 UTC MAIN commitmail json YAML

Note version bump for x11-links after libXtst's propered built-in support.

(cube)

2008-12-04 04:17:21 UTC MAIN commitmail json YAML

Bump version after libXtst builtinification.  Sorry guys.

(cube)

2008-12-04 04:16:42 UTC MAIN commitmail json YAML

2008-11-20 16:20:05 UTC MAIN commitmail json YAML

Properly give up maintainership, as pointed out by wiz@ [hi he!].

(cube)

2008-11-11 23:14:12 UTC MAIN commitmail json YAML

Bump revision for mail/libetpan.  A bug made it link with wrong LDFLAGS.

(cube)

2008-11-11 23:12:32 UTC MAIN commitmail json YAML

Fix a bug in the configure script that would do bad things on the value of
LDFLAGS.  Bump PKGREVISION.

Reported by Mr. Siemiradzki (yes, I'm avoiding writing your first name
because I don't know what the first character is) on current-users.

(cube)

2008-11-11 16:22:24 UTC MAIN commitmail json YAML

Note update of x11-links;  now it knows about glut.

(cube)

2008-11-11 16:19:23 UTC MAIN commitmail json YAML

2008-11-11 16:18:18 UTC MAIN commitmail json YAML

Properly register libGLU files with native X.Org as found in NetBSD.

(cube)

2008-11-11 16:17:07 UTC MAIN commitmail json YAML

Detect native glut.

(cube)

2008-11-02 15:06:09 UTC MAIN commitmail json YAML

Note revision bump for devel/apr-util.

(cube)

2008-11-02 15:05:11 UTC MAIN commitmail json YAML

Don't let the build's LDFLAGS be polluted by what provides apr, because apr
doesn't know about all dependencies of apr-util.  Otherwise the final binary
wouldn't have the proper RPATHs.

Bump PKGREVISION.

(cube)

2008-10-29 21:15:24 UTC MAIN commitmail json YAML

Note version bump for x11-links (libXv builtinification).

(cube)

2008-10-29 21:14:01 UTC MAIN commitmail json YAML

2008-10-29 21:03:11 UTC MAIN commitmail json YAML

Note revision bump for devel/opal.

(cube)

2008-10-29 21:02:02 UTC MAIN commitmail json YAML

2008-10-07 18:03:55 UTC MAIN commitmail json YAML

Don't set BUILDLINK_PREFIX in builtin.mk if we're not using a built-in
version.  D'oh.

(cube)

2008-10-06 13:19:11 UTC MAIN commitmail json YAML

Complete previous, by entering the package version definition if the file
looked up is not a pkgconfig one, at the condition that the version
script is defined.

(cube)

2008-10-06 13:08:16 UTC MAIN commitmail json YAML

Allow the caller to override the script that extracts the version of the
built-in package.  That means pkgconfig-builtin.mk can be used in even
more situations now.

(cube)

2008-10-06 12:58:11 UTC MAIN commitmail json YAML

Add a workaround for X11_TYPE modular so that x11.bl3.mk is not included.
Ideally, X11_TYPE modular would set up such packages so that
PREFER.<BUILTIN_PKG> is set to "pkgsrc", but it's a more complex change.

Reported by Adam Hoka.

(cube)

2008-10-05 21:41:53 UTC MAIN commitmail json YAML

Note version bump of x11-links.

(cube)

2008-10-05 21:37:39 UTC MAIN commitmail json YAML

Bump x11-links to 0.39 and force dependency after cube-native-xorg merge.

(cube)

2008-10-05 21:36:36 UTC MAIN commitmail json YAML

Merge cube-native-xorg, so that pkgsrc-current can be used with the native
X.Org found in NetBSD-current.

Thanks a lot to all who helped, especially Matthias Scheler who did
repeated tests on Mac OS X and older versions of NetBSD to make sure the
support for those platforms wouldn't be broken (or at least, not fatally,
as I would still expect a few hiccups here and there, because there is
only so much one can test in such limited time).

On the infrastructure side, this branch brings pkgconfig-builtin.mk, in
order to write very easily new builtin.mk files.  It can actually handle
more than just pkgconfig files, but it will provide a version if it finds
such a file.  x11.builtin.mk has also been made more useful and now all
existing (and future!) native-X11-related builtin.mk files should include
it.

(cube)

2008-10-03 02:06:01 UTC cube-native-xorg commitmail json YAML

Move libXres file list where it belongs (the builtin.mk will detect
libXRes.so so this is safe).

(cube)

2008-10-03 02:02:47 UTC cube-native-xorg commitmail json YAML

libXres provides libXRes.so, and evidently not the library of the same name
as the package.

(cube)

2008-10-01 18:00:45 UTC cube-native-xorg commitmail json YAML

Add a note why the libtool archive if pixman is not listed.

(cube)

2008-09-28 06:04:57 UTC cube-native-xorg commitmail json YAML

Avoid the 'VAR.${SEL}?= value' construct which has surprising results
depending on the version of make(1).

(cube)

2008-09-28 06:03:44 UTC cube-native-xorg commitmail json YAML

Refine the comment why CHECK_BUILTIN.${BUILTIN_PKG}?=no is not used.

(cube)

2008-09-28 03:56:26 UTC cube-native-xorg commitmail json YAML

Implement a work around for what seems to be a bug in make(1).

'CHECK_BUILTIN.${BUILTIN_PKG}?= no' would set the variable to no even if it
had a value before.

(cube)

2008-09-27 20:23:28 UTC cube-native-xorg commitmail json YAML

Fix another issue with variable evaluation time.

(cube)

2008-09-26 21:15:20 UTC cube-native-xorg commitmail json YAML

2008-09-26 19:59:46 UTC cube-native-xorg commitmail json YAML

2008-09-26 19:58:13 UTC cube-native-xorg commitmail json YAML

Add a check for CHECK_BUILTIN.<BUILTIN_PKG>, set BUILDLINK_PREFIX in
we're using the built-in version and include x11.buildlink3.mk.  This is
the way x11.builtin.mk is currently used by all its consumer.  This will
factor a bit of code out of the existing builtin.mk files and will make it
a lot easier to use by other builtim.mk files.

(cube)

2008-09-26 18:11:34 UTC cube-native-xorg commitmail json YAML

Simplify the test surrounding the default value for PREFER_PKGSRC.

XXX X11BASE is not yet defined, so we can't use it.  Tests for
XXX X11R7/libX11.so instead.

(cube)

2008-09-24 17:47:29 UTC cube-native-xorg commitmail json YAML

Pull-up 1.287 for MacOS X support.

(cube)

2008-09-23 21:13:17 UTC cube-native-xorg commitmail json YAML

Pull-up revision 1.2, minus the libtool archive.  Maybe that will make it
work on MacOS X.

(cube)

2008-09-23 21:12:28 UTC cube-native-xorg commitmail json YAML

2008-09-22 19:02:13 UTC cube-native-xorg commitmail json YAML

Add a gross workaround to the gross workaround because openoffice insists
on using the pkgconfig files of its dependency.

(cube)

2008-09-21 23:10:26 UTC cube-native-xorg commitmail json YAML

Update file list for libXpm for native X.Org.

(cube)

2008-09-21 23:06:24 UTC cube-native-xorg commitmail json YAML

Update file list for libXrandr for native X.Org.

(cube)

2008-09-21 23:02:25 UTC cube-native-xorg commitmail json YAML

Update file lsit for libXrender for native X.Org.

(cube)

2008-09-21 22:58:06 UTC cube-native-xorg commitmail json YAML

Use pkgconfig-builtin.mk.

(cube)

2008-09-21 22:10:05 UTC cube-native-xorg commitmail json YAML

2008-09-21 22:02:56 UTC cube-native-xorg commitmail json YAML

2008-09-21 21:43:38 UTC cube-native-xorg commitmail json YAML

Fix file list for libXaw.

(cube)

2008-09-21 21:36:41 UTC cube-native-xorg commitmail json YAML

libXres's bl3.mk file referenced Xrender for some unknown reason.  More,
nothing in x11-links would reference it.

So make libXres a "normal" package with a builtin.mk file and list its
files in x11-links.

(cube)

2008-09-21 21:35:03 UTC cube-native-xorg commitmail json YAML

Fix file list for libxkbui and native X.Org.

(cube)

2008-09-21 17:04:13 UTC cube-native-xorg commitmail json YAML

Rework libXdamage support in native X11:
  - provide a builtin.mk files instead of using x11.buildlink3.mk
  - split files into a package-specific file
  - update list of files for native X.Org.

(cube)

2008-09-21 16:52:20 UTC cube-native-xorg commitmail json YAML

Update xcursor file list for native X.Org.

(cube)

2008-09-21 16:32:06 UTC cube-native-xorg commitmail json YAML

Update MesaLib information for native X.Org.

(cube)

2008-09-21 02:17:31 UTC cube-native-xorg commitmail json YAML

Change the logic of the default setting of PREFER_PKGSRC so that native
X.Org on NetBSD never prefers pkgsrc by default.

(cube)

2008-09-18 20:45:54 UTC cube-native-xorg commitmail json YAML

2008-09-18 19:30:37 UTC cube-native-xorg commitmail json YAML

2008-09-18 17:40:48 UTC cube-native-xorg commitmail json YAML

Fix file list for fontconfig in native X.Org.

(cube)

2008-09-18 17:33:27 UTC cube-native-xorg commitmail json YAML

2008-09-18 03:09:52 UTC cube-native-xorg commitmail json YAML

2008-09-18 03:00:09 UTC cube-native-xorg commitmail json YAML

Reference x11/libXdmcp.

(cube)

2008-09-18 02:40:26 UTC cube-native-xorg commitmail json YAML

2008-09-18 02:23:04 UTC cube-native-xorg commitmail json YAML

Search for libXss.so as well as the pkgconfig file.  This allows
libXScrnSaver to be still considered native on a platform that doesn't
provide pkgconfig files for X packages.  Issue mentioned and fix suggested
by joerg@.

(cube)

2008-09-18 02:18:33 UTC cube-native-xorg commitmail json YAML

- Make this subroutine more generic by allowing a base in which the files
  are considered native different than X11BASE.  However, it is the default.

- Fix an evaluation bug for BUILTIN_PKG.<BUILTIN_PKG>;  := is needed here.

- Only construct a BUILTIN_PKG.<BUILTIN_PKG> variable if we actually found
  a .pc file.  This allows the caller to search for more than just a .pc
  file, in case the native package doesn't provide one, or even not to
  search for .pc file, but for something different.  This makes the
  subroutine even more generic.

(cube)

2008-09-17 20:46:48 UTC cube-native-xorg commitmail json YAML

Link in to native X.Org the following packages:
  libFS and libXScrnSaver

For libXScrnSaver, there is a catch.  Previously, the code assumed its
presence from the fact that X11_TYPE was native.  I'm changing that to
provide a builtin.mk file.  This essentially means that the "native X.Org"
functionality of pkgsrc requires said native X.Org to provide the
necessary pkg-config files.  Expect more change of that kind.

(cube)

2008-09-17 18:36:12 UTC cube-native-xorg commitmail json YAML

Forgot to add that file in previous commit.

(cube)

2008-09-17 18:31:02 UTC cube-native-xorg commitmail json YAML

2008-09-17 18:29:27 UTC cube-native-xorg commitmail json YAML

Oops, forgot that file in an earlier commit.

(cube)

2008-09-17 17:35:11 UTC cube-native-xorg commitmail json YAML

2008-09-17 17:29:50 UTC cube-native-xorg commitmail json YAML

2008-09-17 17:22:02 UTC cube-native-xorg commitmail json YAML

2008-09-17 17:15:50 UTC cube-native-xorg commitmail json YAML

Order bl3.mk files in alphabetical order.

(cube)

2008-09-17 16:38:58 UTC cube-native-xorg commitmail json YAML

2008-09-17 16:29:52 UTC cube-native-xorg commitmail json YAML

2008-09-17 16:11:40 UTC cube-native-xorg commitmail json YAML

Match native X.Org's freetype2 library.

(cube)

2008-09-17 15:13:02 UTC cube-native-xorg commitmail json YAML

2008-09-17 14:37:15 UTC cube-native-xorg commitmail json YAML

2008-09-17 04:35:38 UTC cube-native-xorg commitmail json YAML

Link in evieext/evieproto (why do I have that feeling this package will be
renamed in a future X.Org release?).

(cube)

2008-09-17 04:28:12 UTC cube-native-xorg commitmail json YAML

2008-09-17 04:12:51 UTC cube-native-xorg commitmail json YAML

xorg.xextensions has not been used since x11/xextensions disappeared more
than two years ago.

(cube)

2008-09-16 03:24:58 UTC cube-native-xorg commitmail json YAML

PREFER_PKGSRC.<package>?  Quezako?  That's PREFER.<package> you want.

(cube)

2008-09-16 03:05:36 UTC cube-native-xorg commitmail json YAML

2008-09-16 03:04:48 UTC cube-native-xorg commitmail json YAML

Provide pkgconfig-builtin.mk-based builtin.mk files for damageproto and
pixman.

(cube)

2008-09-16 03:03:30 UTC cube-native-xorg commitmail json YAML

pkgconfig-builtin.mk is a generic builtin.mk file testing the presence of
a given .pc file and if the package is indeed built-in, construct a version
number from it so that it's suitable for BUILDINK_API_DEPENDS tests.

(cube)

2008-09-16 03:00:32 UTC cube-native-xorg commitmail json YAML

2008-09-13 15:53:04 UTC cube-native-xorg commitmail json YAML

2008-09-13 15:20:34 UTC cube-native-xorg commitmail json YAML

2008-09-13 15:09:20 UTC cube-native-xorg commitmail json YAML

Support native xorg on NetBSD.

(cube)

2008-09-13 05:05:16 UTC cube-native-xorg commitmail json YAML

Detect X11BASE as /usr/X11R7.  From John Nemeth.

(cube)

2008-09-13 04:46:45 UTC cube-native-xorg commitmail json YAML

Fix logic when setting BUILTIN_PREFIX.expat.

(cube)

2008-09-13 04:45:46 UTC cube-native-xorg commitmail json YAML

Rely on the presence of the pkgconfig file rather than the libtool archive.

(cube)

2008-09-13 04:44:41 UTC cube-native-xorg commitmail json YAML

Rely on the presence of a pkgconfig file instead of a libtool archive, in
order to make the detection work with native X.Org on NetBSD, where .la
files are not installed.

(cube)

2008-07-28 16:28:44 UTC MAIN commitmail json YAML

Note security update of news/newsx.

(cube)

2008-07-28 16:27:42 UTC MAIN commitmail json YAML

- Make news/newsx build again after latest news/inn update.
- Apply a patch from Fedora (by Dominik 'Rathann' Mierzejewski) to fix
  CVE-2008-3252.

Bump package revision (security fix).

(cube)

2008-04-30 10:20:20 UTC MAIN commitmail json YAML

Drop maintainership of RT-related packages.  I am no longer maintaining a
RT installation.  <small>What a relief!</small>

(cube)

2008-04-30 10:13:37 UTC MAIN commitmail json YAML

Make dependencies match reality (notably for the minimal version of
critical packages such as DBIx::SearchBuilder), including removing no
longer needed ones.

Bump PKGREVISION.

(cube)

2008-04-30 10:06:45 UTC MAIN commitmail json YAML

Note update of devel/p5-Module-Versions-Report.

(cube)

2008-04-30 10:05:51 UTC MAIN commitmail json YAML

Update to 1.03 (actually needed by devel/rt3).

2007-05-21  Ruslan U. Zakirov <ruz@bestpractical.com>
* count modules instead of records in tables
* update docs

(cube)

2008-02-29 06:57:55 UTC MAIN commitmail json YAML

Allow nvtv and nvtv-gtk2 to build under modular X.  From Sergey Svishchev
in private mail.

(cube)