summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-31Update from 2.0rc8 to 2.0. Changes:shannonjr2-7/+7
- fixed exception handling issue in the C implemenation of NameMapper [patch from Eric Huss] - fixed filtering of #included subtemplates [patch from Brian Bird] !!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!!
2007-10-31Add missing LICENSE=.gdt3-3/+6
2007-10-31add (missing) LICENSE=, NO_*_ON_CDROM.gdt1-1/+4
2007-10-31Add (missing) LICENSE, NO_*_ON_CDROM due to RESTRICTED comment.gdt1-1/+4
2007-10-31generic-nonlicensegdt1-1/+2
2007-10-31addgdt1-1/+3
# XXX missing LICENSE= socks5-license due to RESTRICTED= no commercial use
2007-10-31addgdt1-1/+2
LICENSE= generic-nonlicense due to RESTRICTED= No re-distribution without agreement from Netscape
2007-10-31Add license for mozilla trademark, because the resulting binary cannotgdt2-5/+12
be redistributed, and that seems over the Non-Free line. (This may be revisited if we re-address exactly what free-enough-for-pkgsrc-default means, but it removes a case of "RESTRICTED w/o LICENSE".
2007-10-31Don't include files more often than necessary.rillig1-3/+2
2007-10-31Some implementations of X11 install both manpages and catpages, whichrillig3-9/+44
has not been supported by pkgsrc up to now. This changes adds a PLIST macro @imake-man that expands to zero, one or two lines, depending on the value of IMAKE_MANINSTALL. Packages must explicitly have the macro in the PLIST files to use this feature. Since currently no package has that, this change doesn't affect anything at all by now. TODO: The platforms' definitions for IMAKE_MANINSTALL and the other definitions like IMAKE_MAN_SUFFIX need to be adjusted.
2007-10-31Fixed pkglint warning about IMAKE_MANNEWSUFFIX.rillig1-2/+2
2007-10-31update to 2.20.0drochner2-8/+7
This switches to the new gnome-2.20 branch.
2007-10-31update to 2.12.0drochner3-9/+193
This switches to the new gnome-2.20 branch.
2007-10-31update to 2.14.0drochner6-22/+26
This switches to the new gnome-2.20 branch.
2007-10-31Switch to use the scrollkeeper compatible wrappers which come withdrochner1-7/+5
the new "rarian" document manager. rarian (as configured currently) can read .omf files directly, so the wrappers are basically no-ops. Keep the "rarian" dependency anyway to avoid major reorganisations in the future.
2007-10-31update to 2.20.1drochner4-9/+42
This switches to the new gnome-2.20 branch. (While this is not part of the "platform" subset formally, it is used by platform -- this looks like an inconsistency in gnome packaging.)
2007-10-31make it obey the inet6 option, from Yakovetsky Vladimir per PR pkg/37120drochner1-1/+10
(A single trivial option os not worth wasting an inode, so I've put it into the Makefile.)
2007-10-31update to 2.20.1.1drochner10-32/+44
This switches to the new gnome-2.20 branch.
2007-10-31update to 2.20.0drochner3-9/+11
This switches to the new gnome-2.20 branch.
2007-10-31update to 2.20.1drochner3-8/+10
This switches to the new gnome-2.20 branch.
2007-10-31update to 1.9drochner3-14/+14
changes: bugfixes
2007-10-31update to 2.20.0drochner4-11/+14
This switches to the new gnome-2.20 branch. Also fix the CONFLICTS handling resulting from the recent rename.
2007-10-31update to 1.20.1drochner2-7/+6
changes: -minor bugfixes -Implement action interface for gailrange
2007-10-31update to 1.20.1drochner9-24/+102
This switches to the new gnome-2.20 branch. Also add the Python bindings as a seperate pkg. I don't see where this is used, but is is a simple addition.
2007-10-31update to 2.14.10drochner2-6/+6
changes: minor bugfixes
2007-10-31update to 2.20.1drochner5-14/+13
This switches to the new gnome-2.20 branch.
2007-10-31"Safe" variables should not have the :Q operator, since it only makesrillig1-4/+9
the code harder to read and does not have any effect anyway.
2007-10-31Changed ${TEST} to [...], since only the very basic conditions arerillig1-9/+8
checked, which is handled the same by every implementation of test(1). Removed the comment saying that absolute directories can be handled. It doesn't work.
2007-10-31Snort 2.8.x supports IPv6adrianp1-2/+9
2007-10-31Updated vlc to add options and re-enable dvbpsi supportsborrill1-1/+2
2007-10-31Add options.mk with options for wxwidgets and skins2 user interfacessborrill3-8/+37
(wxwidgets on by default with skins2 disable for compatibility). N.B. If skins2 is enabled and wxwidgets disabled, vlc will work fine, but there will be no dialog provider so you won't be able to alter the playlist. Add libdvdpsi and enable support for it - this is required for mpeg-ts streams (i.e. default network streams). Bump PKGREVISION
2007-10-31Comment out LICENSE=gnu-gpl-v3 for now as part of transition to switchingjlam3-6/+6
pkgsrc to using license.mk. This will eventually be turned back on.
2007-10-31Renamed the deprecated LICENCE to LICENSE, which has the exactly samerillig5-10/+10
meaning.
2007-10-31Do not print warnings about missing PLIST definitions for Perl modulesrillig1-1/+2
and other packages that set GENERATE_PLIST.
2007-10-31Added a function for checking bmake conditionals.rillig1-2/+11
2007-10-31Second try to deprecate LICENCE. ACCEPTABLE_LICENCES continues to exist,rillig1-3/+3
since the reasons for keeping two variables for one purpose seem to be greater than the ones for simplicity. Don't ask _me_ why.
2007-10-31Simpler .include lines.rillig2-12/+12
2007-10-31Add hack to build without ipv6. From PR pkg/37154 by Yakovetsky Vladimirmarkd2-2/+17
2007-10-31Rename yylval and yychar in autotools parser so they dont conflict withmarkd3-2/+18
some other instance of the variables. Fixes PR pkg/35328
2007-10-31Move CONFLICTS line to correct place.wiz2-4/+4
2007-10-31With the advent of Apache module prefixes the Python package prefixjoerg1-2/+2
might not the first component of PKGNAME_REQD. Change this to match either py[0-9][0-9] or the same string after a hyphen.
2007-10-30Simpler .include lines.rillig1-5/+5
2007-10-30Added entry for updating mail/dbmailshannonjr1-1/+2
2007-10-30Update to 2.2.7 release. The 2.2 series of dbmail adds LDAP integration,shannonjr6-15/+63
fast searches and sieve filtering. Users upgrading from an earlier release will need to follow these upgrading instructions: http://www.dbmail.org/dokuwiki/doku.php?id=upgrading_to_2.1
2007-10-30Updated net/Transmission to 0.91tnn1-1/+2
2007-10-30make this compile (with newer KDE/qt?), from Phil Nelson per PR pkg/37199drochner2-1/+14
2007-10-30Based on some feedback, comment out the newly added LICENSE=xxx for now.martti18-36/+36
I'll re-activate this later when the global license stuff is activated.
2007-10-30replace some deprecated use of SigC::slot() -- libsigc++-2.1 willdrochner2-1/+15
remove it (didn't test with 2.0 again, hope I didn't break it)
2007-10-30pkg-config is needed for build. I'm not sure how I missed that.seb1-1/+2
2007-10-30Added LICENSE=modified-bsdmartti1-1/+2