Commit graph

4562 commits

Author SHA1 Message Date
bjs
38b60004bd Add INSTALLATION_DIRS to fix DESTDIR installation. 2007-12-14 07:20:51 +00:00
wiz
34f3bed08f Add ${DESTDIR} in a few places. From Rumko on pkgsrc-users. 2007-12-13 23:35:11 +00:00
rhaen
7a3973bd9a Added new package p5-File-chmod to the Makefile as SUBDIR 2007-12-13 00:28:02 +00:00
rhaen
fdaae7372d - new package (dependency for devel/p5-Test-Inline)
- ok'ed by rillig
Perl API-Implements symbolic and ls chmod modes
2007-12-11 12:19:18 +00:00
rhaen
de8a5872e1 corrected error in header of patch-ab 2007-12-10 14:12:41 +00:00
wiz
cd6e1ddadd Update to 3.9.11, provided by Sergey Svishchev in private mail:
3.9.11 is mostly a maintenance release which fixes a couple of bugs,
and addresses warnings raised by gcc4, and merges some platform-specific
patches (MingW, NetBSD, Redhat/Fedora, Cygwin, Solaris), and other
patches (such as the new amuFormat.sh written in sh).
2007-12-09 23:38:21 +00:00
wiz
8e25eb51c2 Mark as FreeBSD/NetBSD/Darwin/Linux-only.
Needs gcc.
Add dependency on bzip2. Should fix Linux bulk build problem.

From maintainer Sergey Svishchev in private mail.
2007-12-09 23:02:49 +00:00
rhaen
d028a26d1d - updated to 2.2.3
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
2.2.3
        Feedback release after 2.2.2 and LISA 07, minor tweaks and bug fixes

        "Harmless features"

        IgnoreInterfaceRegex( "vm.*" ) added to control
        function added for removing data from special interfaces from class data

        Option checkroot=true/false added to copy directive. This switches
        on/off the change in 2.2.2 about setting permissions on the
        destination root when recursively copying files. Default is now
        false.

        Can escape colons in the strings now to avoid confusion with
        expansion separator.

        cfenvgraph --erasehistory users,www_in etc will now set the
        average and variance of learned cfenvd data to zero. The current
        week's trace is not affected.

        audit=true/false flag added to most actions

2.2.2

        The build procedure for cfengine changes in this version to
        incorporate an intermediate library. The default behaviour is now
        to build a static library which will be used by cfengine 3 and
        other application interfaces. To build a shared library, use

        --enable-shared=yes

        NOTE to developers: if running from the compiled code you now need
        to delete the files cfagent cfservd etc and recompile to see changes
        appear in the code. This is due to the libtool build process.

        libtoolizing compilation process for migration to cfengine shared library
        (this is to support mulitple interfaces in future, and cf 3)

        --

        XML and HTML output options added to equip the internal instrumentation
        with readable output in cfshow e.g.

           cfshow --performance --html > output.html
           firefox output.html

        provides an easier summary and searchability in browser function

        Instrumentation changed to use realtime functions where possible. Standard
        unix timer is too insensitive to measure performance.

        The beginning of an integrated auditing system has been added. See references
        to AuditLog() in the code. This logs to a compressed database and can be extracted
        in ascii, html, xml using cfshow, e.g. cfshow  --audit --html > output.html
        Auditing is switched on by

        control:
         cfinputs_version = ( 1.2.1 ) # record this version in log, e.g. cvs revision
         Auditing = true

        --

        cfshow --classes

        also shows the relative frequencies of classes
        that have occurred on the system and the last time these were
        observed.

        cfshow -f cfagent.conf --regex "lin.*"

        displays all rules in the named file whose classes match the named
        regular expression. Note that the class "any" is not automatically matched
        and the search is based on the class text from the file. The output is not
        related to which classes are currently defined, and it will not recognise
        the history of classes implicit through class-restricted imported files.

        --

        SCLI interface modifications.

        --

        Intermittency entropy code added to the copy instrumentation for
        automatic host reliability measurements.

        Special variable

           IgnoreFriendRegex = ( regex )

        prevents last-seen warnings about hosts matching the named regex

        --

        UserExists("name") and GroupExists("name") functions added to builtin functions.

        ClassMatch function added in classes/groups to match regular expressions of other classes

        --

        Additional octet variables added on default IPv4 address, for convenience:

        e.g.
           590  : ipv4_2[eth1]=192.168
           1895 : ipv4[eth1]=192.168.1.101
           2100 : ipv4_1[eth1]=192
           4049 : ipv4_3[eth1]=192.168.1


        Methods can now expand some list variables, one list only per argument set.
        This is a limited compromise pending cfengine 3. A patch for expansion of
        variables in the control part of a program in methods has also been added.

        Bug fix and code simplication of variable expansion.

        -----

        tied variable expansion added. Allows method workaround for file dissemination
        by name, e.g. copy from

        host1.conf -> /dir/host1/file.conf
        host2.conf -> /dir/host2/file.conf  e.g. for virtual or diskless machines

        -----

        Major changes to package manager code by Jo Rhett. Variable expansion
        fixed by Mark.

        -----

        Option "best" added to checksum= in files action, this allows cross checking
        of the two best known hash algorithms for each file. Currently this is md5 and sha
        due to limitations in OpenSSL libcrypto.

        UnCommentToLineMatching regex added

2.2.1
        scli: type section added. This is a special case of shellcommands, which
        send commands to the special shell scli by Juergen Schoenwaelder for
        communicating with snmp devices.

        Code refactoring for package management.
        Bug fixes for problems introduced in 2.2.0.

        Copy directory would not set owner correctly on root

2.2.0
        Apart from minor changes, this version is about structural internal
        changes that ease the eventual confluence with cfengine 3 and the work
        going on behind the scenes there. Every effort is being made to
        make this change easy for users and existing installations. New features
        will be introduced into 2.2.x gradually, and the new front-end will
        eventually merge into this.

        This version accompanies a new introduction to cfengine published as
        a SAGE Short Topics book.

        * Some changes

        EMANICS extensions and reference testing for context sensitive
        network navigation patterns using voluntary cooperation contracts.

        PrintFile("name") function added to alerts

        !! List expansion in editfiles actions. This is an important change
        because it can potentially affect existing configurations that contain
        variables with a list separator in them. EditSplit is used for this.

        elsdefine fixed in tidy

        processes with action=warn only install fix

        ifelapsed/expireafter fixed in editfiles

        Instrumentation of copy/shellcommands measuring time/averages
        use cfshow --performance

        background=true in shellcommands was not implemented! (Fixed)

        SLES10 recognition
        RedHat/Fedora further classes

        SELinux support begun by Jeff Sheltren UCSB, who notes.
        > Currently, I have editfiles and copy working with selinux security
        > contexts, although so far copy only has support for regular files; I
        > haven't worked on links, etc. yet.
        > Use --enable-selinux during compilation

        Bug / misleading error message in ReadArray fixed

        HostRange bug for numericals in hostname fixed by Steve Radar.
2007-12-09 22:45:13 +00:00
martti
f6f5ea854d Updated Xfce to 4.4.2
Lots of bug fixes. For the official ChangeLog, please see
http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-07 19:43:19 +00:00
bouyer
7c0ef9ca1d Fix MASTER_SITES. Pointed out by Petar Bogdanovic on port-xen@ 2007-12-07 19:12:07 +00:00
christos
037a0dfdf9 PR/36778: Yakovetsky Vladimir: Fix linux build; many thanks. 2007-12-06 16:59:37 +00:00
obache
8056e698be Fix extern v.s. static. 2007-12-06 02:12:44 +00:00
obache
b6dd6ec2bd Update MASTER_SITES but commented out, since newer location only have
version x.y.z. No functionally changes, only version name scheme differ.
2007-12-06 02:11:26 +00:00
obache
0fbd73d8ee Update HOMEPAGE. 2007-12-06 01:56:44 +00:00
bouyer
3319948890 Remplace patches/patch-cy with fix from the Xen repository via
Christoph Egger, and merge it back in patches/patch-ba (one patch per file).
Bump PKGREVISION
2007-12-05 22:06:26 +00:00
christos
77193ecd35 Use newer strace 4.5.15; various improvements in syscall parsing and
split functions into more files.
2007-12-05 16:30:59 +00:00
martti
7ae4655b93 Updated sysutils/xfce4-quicklauncher-plugin to 1.9.4
Bug fixes.
2007-12-05 07:50:16 +00:00
martti
b723485ba4 Updated sysutils/xfce4-fsguard-plugin to 0.4.0
Bug fixes.
2007-12-05 07:49:44 +00:00
bouyer
b2edc5f91f Update the Xen3 packages to 3.1.2.
Package changes:
  point HOMEPAGE to http://xen.org/
  looks like the Xen peoples won't put a tarball on their http server
  for this; I built one from their repository and put it in
  ${MASTER_SITE_LOCAL}
Summary of changes since 3.1.0:
  some of our patches have been integrated upstream, thanks to Christoph Egger
  various performances improvements and bug fixes, including some security
    fixes, and one bug that would lead to floating point register
    leak/corruption from HVM to PV guests on Intel VMX CPUs.
2007-12-03 21:54:28 +00:00
bouyer
8be3ad1a3e Make it build on amd64: the amd64 headers don't deal very well with gcc -m32,
so add custom version of the i386 headers required by this package to build.
While here install the qemu-ifup script in examples. Bump PKGREVISION.
2007-12-02 18:55:30 +00:00
wiz
8a5b10ea93 Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
wiz
542e619325 Standardize statvfs test. From Sergey Svishchev. 2007-12-02 12:55:08 +00:00
wiz
15c82cc52b Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:41:48 +00:00
wiz
55ae60d5ac Remove future MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:41:30 +00:00
wiz
198adbc012 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:37:24 +00:00
wiz
f0f4081d20 New sentence, new line. Use Nx. 2007-12-01 20:27:16 +00:00
rillig
a656a62665 Fixed "extra qualification". 2007-12-01 16:38:36 +00:00
rillig
89d3fdb6be gcc4 doesn't know -Wmulticharacter. 2007-12-01 00:37:56 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
rillig
81735cab9a Fixed extra qualification. 2007-11-30 20:35:20 +00:00
rillig
8c6596b5a6 The name of the configure argument has changed. 2007-11-30 20:33:33 +00:00
rillig
7b57bb3b2c Allow xosview to be installed by unprivileged users, especially on BSD
systems.
2007-11-30 19:32:55 +00:00
heinz
9551b671bc Package supports installation to DESTDIR. 2007-11-29 22:05:33 +00:00
drochner
359fe537a3 update to 2.20.2
changes: translation updates
2007-11-29 20:38:50 +00:00
wiz
c0bc722506 Update to 0.39:
0.39 Mon 12 Nov 2007  (Adam Kennedy)
	- No functional changes
	- Updating to Module::Install 0.68

0.38 Mon 15 Oct 2007  (Adam Kennedy)
	- Removed an extremely dangerous and reckless test case that tried
	  to delete a soft link to root and (when it failed) deleted the
	  actual root directory.

0.37 Sun  8 Jul 2007  (Adam Kennedy)
	- Restoring support for broken symlinks (Marek Rouchal)
	- Adding tests for the broken symlink case (Marek Rouchal)
	- Tidying up the Changes file a bit

0.36 Fri 30 Jun 2007  (Adam Kennedy)
	- Avoid the installation of Mac::Glue.
	  (It should not be necesary to test voice synthesis to delete a file)
	- Anyone truly needing "trash" support will need to add a dependency
	  on Mac::Glue themself. The function may be split out of File::Remove
	  later down the track.
	- Constanting the debugger flag for a minor speed and memory improvement
	- Copy in a known-readonly flag for more accurate testing on Win32
	- Remove assumption that -w implied deletion rights on Win32
	- Validate that the file was actually deleted.
	- Add better mode-handling for files.
	- Add smarter implementation of "candelete" logic.

0.35 Fri  9 Feb 2007  (Stephen Steneker)
	- Update makefile to require Mac::Glue version compatible with Intel macs
	- Change pod heading from "methods" to "subroutines" [RT#13687]
	- No functional changes from 0.34
2007-11-29 17:38:39 +00:00
jnemeth
16b2474bb0 PR/37442 - Jared D. McNeill -- xbattbar does not work on machines that have APM 2007-11-28 22:33:17 +00:00
jnemeth
369a5a5d2c Add MAKE_JOBS_SAFE=NO from Rumko on pkgsrc-users@. 2007-11-28 11:40:09 +00:00
rillig
5f3b935cfc If we provide a mandoc-style manpage, we must also provide it
pre-formatted, for Solaris and some other operating systems that cannot
render it.
2007-11-28 07:28:27 +00:00
bouyer
9535d5e7a8 Properly initialize physaddr_bitsize for native 64bit dom0. Makes
NetBSD/xenamd64 boot on systems with more than 4Gb RAM.
Bump pkgrevision.
2007-11-26 19:35:24 +00:00
tron
4b7031b19d Don't try to use ACLs under Mac OS X Leopard. acl_get_fd(3) return ENOENT
all the time which causes "gcp" and "gmv" to complain a lot.
Bump package revision because of this fix.
2007-11-26 15:40:45 +00:00
tron
5321b4a2c4 Simply check for Mac OS X Leopard. 2007-11-26 09:35:39 +00:00
tron
6b9661cc2b Use work around from "bug-gnulib" mailing list to fix build problem
under Mac OS X Leopard.
2007-11-26 00:52:32 +00:00
bouyer
3f5c975c8e Make it build on NetBSD/amd64. This packages requires bash on this platform;
if someone feels bored he can look at fixing the script :)
2007-11-22 21:49:54 +00:00
drochner
a56b18c649 reset PKGREVISION for gst update 2007-11-22 20:35:53 +00:00
drochner
fc4fe5a85c update to 2.20.1
only change is "Fix dns-sd crash" which is not relevant to pkgsrc,
so the update is cosmetical
2007-11-22 20:16:27 +00:00
apb
7af5cd05ed We need to define VNODE_VFLAG and NCACHE_VROOT to build on older
versions of NetBSD.  Thanks to PR/37393 from Yakovetsky Vladimir
for the hint.
2007-11-21 21:01:40 +00:00
apb
9d9d2f1537 Update checksums for patch-ad and patch-af, forgotten in previous commit. 2007-11-21 20:42:16 +00:00
xtraeme
27eae9ce11 Version 4.0.8
21 November 2007

- add a startup check for amount of memory being greater than the possible
  address space; prevents user confusion on 32-bit systems that use addressing
  tricks to have >4GB total system memory.  Thanks: Michael Kelly.
- documentation updates
2007-11-21 18:41:19 +00:00
apb
c32fafa0c9 Make lsof build on NetBSD >= 4.99.33. 2007-11-21 11:01:55 +00:00
tron
34e9459a91 Update "duplicity" package to version 0.4.3. Changes since version 0.4.2:
Move get_password() to Backend class to standardize.
- Fix problem with ftpBackend to create target directory
  if needed.  Note: this creates only one level.
- Dropped ssh-command and added ssh-options to allow users
  to add options to the scp and sftp commmands.
- Removed use of tempfile.TemporaryFile().  This fixes the
  restore problem on Windows that was due to Python bug
  1776696 reported on Sourceforge.
- Fixed Debian Bug#437694: Make bzip2 compression optional.
  The default is not to do bzip2 compression.  To use bzip2
  add the following command line option:
  --gpg-options='--compress-algo=bzip2 --bzip2-compress-level=9'
  Note: do not add spaces in the string value.
- Fixed bug 20764 - unable to use port in ssh backend.
  https://savannah.nongnu.org/bugs/?20764
- Remove ssh_command option, add ssh_options.  This adds
  options to the scp and sftp commands that are used by
  the ssh backend.
- Change ssh backend to send 'quit' instead of EOF when
  using sftp.  This allows it to run under cron as long
  as the password is supplied non-interactively.
- Change ssh backend to not pass :port part of URL to
  scp or sftp.  We already supply -oPort=xx for port.
2007-11-19 13:46:36 +00:00
bjs
e047df33ec SUBDIR+= psftools 2007-11-19 04:59:01 +00:00
bjs
16372c38e8 Import psftools-1.0.5.
The PSFTOOLS are designed to manipulate fixed-width bitmap fonts, such as
DOS or Linux console fonts. Both the PSF1 (8 pixels wide) and PSF2
(any width) formats are supported; the default output format is PSF2.

Note that these programs share no code with the Linux console utilities
(kbd).

NOTE: One may use the psf2txt utility to generate data for inclusion in
NetBSD's (or OpenBSD's) wscons built-in kernel font headers.  Currently,
the output requires some additional processing; I may add additional
functionality in the future, though anyone who wishes to contribute
patches is encouraged to do so! ;)
2007-11-19 04:58:15 +00:00
bouyer
bc7ff7b2d4 Make it build and run on amd64. 2007-11-17 16:45:32 +00:00
wiz
0b09193af9 Reset maintainer for itojun's packages. 2007-11-17 13:40:15 +00:00
hiramatsu
e6ecb478b0 Update p5-File-Copy-Recursive to 0.35.
Changes from 0.30:
0.35  Mon Aug 27 16:18:53 2007
        - fixed rt 29008

0.34  Tue Aug 21 09:41:05 2007
        - samecheck return; instead of croak;
        - remaining croak()'s to $! = .. return;

0.33  Thu May 10 12:19:36 2007
        - Sorry missed this one w/ 0.32... rt 25529

0.32  Wed May  9 20:56:55 2007
        - rt 26459

0.31  Wed Jan 24 16:42:15 2007
        - Fixed "Uninitialized value in -e ... line 196" problem. (Thanks Ben Thomas)
        - Fixed similar issue in nearby code (use of $_[0] instead of $org)
        - removed pointless at best, vague problem at best !-e readlink() check from symlink patch from 21267 introduced in 0.26
2007-11-17 13:00:49 +00:00
dillo
a8d40a33c1 Update to 1.2.0 and fix two bugs:
- Only use index 1 as track boundary.  Previously, the first index was
  taken as the end of the previous track and the last index as the start
  of this track.  All sectors in between were silently dropped.

- Stop output of a track *before* the first sector of the next track.
  Previously, the first sector was output twice, once as the last
  sector of the previous track, once as the first sector of the
  current track.

Patches will be sent upstream shortly.


Take maintainership, ok pooka.
2007-11-16 12:03:42 +00:00
rillig
b937764311 Some users don't have "." in their PATH, for good reason.
Solaris needs an extra -lm.
2007-11-14 13:15:36 +00:00
drochner
c54c485b17 Work around a missing check for sys/param.h in configure, to make it
build on NetBSD-3, fixes PR pkg/37292 by Gilles Gravier.
Thanks to Gilles for testing the fix.
(I'll report the missing configure check upstream.)
2007-11-12 20:52:52 +00:00
wiz
7372e19728 Remove batraq.anything3d.com and mishka.terabyte.com.ua from MASTER_SITES,
they don't resolve. From Zafer Aydogan in PR 37334.
2007-11-12 00:10:10 +00:00
wiz
f585727c65 Remove fuf.sh.cvut.cz from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37333.
2007-11-12 00:09:15 +00:00
martti
9afb20a137 Added commented-out LICENSE=something. 2007-11-11 11:35:48 +00:00
agc
748a44ee57 This package doesn't compile on Dragonfly or Solaris 10, as confirmed by
bulk build results, so mark it as only for NetBSD/i386 and then add to this
list as it gets ported to different operating systems.
2007-11-11 11:02:11 +00:00
jnemeth
af2b826937 add and enable rename 2007-11-08 20:09:49 +00:00
joerg
e725e20c42 Bump version or revision of all packages that have a runtime dependency
on gzip.
2007-11-08 19:39:42 +00:00
drochner
afbf8e6e81 sync w/ base pkg (no change except version number) 2007-11-05 20:08:45 +00:00
drochner
d4bed7882c update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-05 19:10:29 +00:00
drochner
b7d9ee1a38 update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-05 19:09:07 +00:00
drochner
4d7f1acf90 update to 2.20.0
This switches to the new gnome-2.20 branch.

pkgsrc notes:
-System dependant parts were reorganized upstream, in particular there
 if a subtree for FreeBSD now, and one for the other BSDs. I didn't
 pull in the DragonFly patches because I can't decide whether to base
 them on the freebsd or the rest.
-I've changed the NetBSD code to use kinfo_proc2 almost completely.
 Some vm statistics reporting might be less accurate now because
 some fields in proc2 seem to be unmaintained by the current kernel
 (eg ixrss).
-Also, some libgtop functions might be able to run in the non-privileged
 part now, but dealing with this would require even more #ifdefs, so
 we should consider setting up a private subtree as FreeBSD did.
-I didn't verify with older NetBSDs; kvm_getproc2() has been in the
 tree for quite some time so I hope it will just work without the need
 for excessive "#if __NetBSD_Version__ > t".
2007-11-05 19:06:02 +00:00
rillig
61ac5daff5 Imported rename from PR 37280.
Rename is a command-line rename tool.  It can substitute, lowcase,
upcase large numbers of file names, or change their ownerships.
This is a quick and powerful tool written in C with extended regular
expression support for searching and substituting pattern strings
in filenames.
2007-11-05 15:56:34 +00:00
rillig
a8826cd434 + rename 2007-11-05 15:49:45 +00:00
rillig
8f8d3f20b6 + oak
+ rename
2007-11-05 06:42:00 +00:00
gendalia
7e03c2d9f3 Update Jason's email address here too. 2007-11-04 03:52:47 +00:00
gendalia
3370d3915e Jason's address has changed. 2007-11-04 03:46:01 +00:00
drochner
e2c219f35c update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-03 16:32:49 +00:00
rillig
9cd71b216d Imported oak from pkgsrc-wip.
Oak is a program that can be used to monitor syslogs from a collection
of servers and notify operators when problem conditions arise. In
addition to providing immediate notification of critical problems, oak
will also batch less critical problems into summary messages that can be
sent less often and via any medium.

Packaged by jdwhite@jdwhite.org.
2007-11-03 14:28:21 +00:00
rillig
e076cfff07 Files from DISTDIR should not be copied with the -p option, since they
could be write-protected by file flags, which makes it difficult to
remove them with "make clean".

While here, replaced some custom code with things that have been added
to the pkgsrc infrastructure. This makes the Makefile a bit shorter.
2007-11-01 08:34:42 +00:00
gdt
3f920050e9 generic-nonlicense 2007-10-31 21:45:33 +00:00
drochner
48d21b185c update to 2.20.0
This switches to the new gnome-2.20 branch.
Also fix the CONFLICTS handling resulting from the recent rename.
2007-10-31 19:58:13 +00:00
wiz
564545dac0 Move CONFLICTS line to correct place. 2007-10-31 02:16:03 +00:00
drochner
4cc3bc2462 replace some deprecated use of SigC::slot() -- libsigc++-2.1 will
remove it (didn't test with 2.0 again, hope I didn't break it)
2007-10-30 19:01:29 +00:00
bjs
1abfd2e5e7 -- Add DESTDIR support.
-- Use INSTALLATION_DIRS_FROM_PLIST=yes; share/playvt wasn't in PLIST.
-- Change some assignment operators to ?=, and:
-- Add USE_BSD_MAKEFILE=yes to set those values.
-- Bump rev.
2007-10-30 02:22:54 +00:00
joerg
5c0f407982 Don't expect the OS to provide inb/outb, just define the assembler
functions directly. Fixes build on NetBSD current. Add DESTDIR support.
2007-10-29 18:41:24 +00:00
sborrill
8c5d199b6d Don't need to bump PKGREVISION as by default, options as on (i.e. same as
before)
2007-10-29 12:44:56 +00:00
sborrill
1301bed0d3 Add cgi and snmp options (on by default) 2007-10-29 12:40:58 +00:00
rh
d55390bb88 Update the user_darwin scripts to 20071026. This adds compatibility with
Darwin 9.x / Mac OS X 10.5 (Leopard), which no longer uses netinfo.
2007-10-29 08:12:55 +00:00
heinz
89c3c63625 Regen (Linux-specific change for patch-aa) 2007-10-28 16:18:02 +00:00
obache
a1c926cfb7 I forgot to commit distinfo since changed patch-ac... 2007-10-28 14:19:13 +00:00
heinz
77857cf839 Instead of removing the unportable inclusion of features.h marked it as
specific to Linux.
2007-10-28 10:27:34 +00:00
heinz
353a1bd0ae Made CFLAGS and LDFLAGS overridable through the pkgsrc Makefile.
Proposed by Christian Hattemer in PR pkg/37190.
2007-10-28 10:10:09 +00:00
obache
04162c3095 Move patch location to maintain easy. 2007-10-28 04:16:15 +00:00
obache
4ae0ec8b39 Fix typo (OPSYS => OSTYPE). 2007-10-28 02:18:08 +00:00
obache
13c3b8596d Update skill to 4.1.4.
Based on patch provided by Yakovetsky Vladimir in PR 36788.
Add target for FreeBSD and Linux (and IRIX/OSF/AIX/HUPX, not tested).
XXX: Should use distribution's Config script instead?

4.1.2: Minor feature enhancements
This release features support for Cygwin. It validates on Solaris 5.9-10, HP-UX
11.23, and FreeBSD 5.3. There is an HP-UX 64-bit fix. The FreeBSD 5.x special
proc handling was improved, and there were some minor cleanups.

4.1.3: Minor feature enhancements
This release adds support for AIX v5. It has a work-around for a Solaris issue
where the process open() call would hang.

4.1.4: Minor bugfixes
skill and snice now act on each process only once (for systems like BSD that
return the same Process ID multiple times, once for each instantiated thread).
Support has also been added for FreeBSD 6.2 and HP-UX 11.31.
2007-10-27 02:52:22 +00:00
joerg
605923e99d Add DESTDIR support. Split install -d command as it is not portable. 2007-10-26 15:06:19 +00:00
wiz
23382c1b3d Drop maintainership. 2007-10-26 10:01:53 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
heinz
fa11c5863f Added support for installation to DESTDIR and for PKGMANDIR.
Changed patch-ab (and pkgsrc Makefile) such that it should be acceptable for
inclusion upstream.
2007-10-25 08:51:30 +00:00
wiz
53c78ecfea Fix installation. Fill in PLIST. Bump PKGREVISION. 2007-10-24 23:25:11 +00:00
wiz
659cc0837b Update to 2.01.01a36:
All speed limitations may be disabled by setting the environment variable
CDR_FORCESPEED to "any". The drive buffer size recognition was changed so
that cdrecord now shows correct size values even for the LG GSA-H55N.
DVD-RW/DL may now be blanked. The "out-fd=descriptor" option was added to
cdda2wav, and allows the user to redirect informational output to a file
descriptor other than stderr. A core dump with mkisofs in the Joliet code
caused by the new Apple UDF extensions is now avoided.
2007-10-24 09:50:16 +00:00