rillig
1d9b92e28d
Some implementations of X11 install both manpages and catpages, which
...
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-31 21:09:03 +00:00
rillig
fdc2a124c2
Fixed pkglint warning about IMAKE_MANNEWSUFFIX.
2007-10-31 20:59:06 +00:00
drochner
b3472402fa
update to 2.20.0
...
This switches to the new gnome-2.20 branch.
2007-10-31 20:53:21 +00:00
drochner
b948654a34
update to 2.12.0
...
This switches to the new gnome-2.20 branch.
2007-10-31 20:51:42 +00:00
drochner
92d61a6b8a
update to 2.14.0
...
This switches to the new gnome-2.20 branch.
2007-10-31 20:50:17 +00:00
drochner
761c6ffe7f
Switch to use the scrollkeeper compatible wrappers which come with
...
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-31 20:26:21 +00:00
drochner
7bbeb9cae3
update to 2.20.1
...
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-31 20:20:30 +00:00
drochner
d73a7040ea
make it obey the inet6 option, from Yakovetsky Vladimir per PR pkg/37120
...
(A single trivial option os not worth wasting an inode, so I've
put it into the Makefile.)
2007-10-31 20:14:45 +00:00
drochner
ea7b246b7b
update to 2.20.1.1
...
This switches to the new gnome-2.20 branch.
2007-10-31 20:05:48 +00:00
drochner
32128d7e62
update to 2.20.0
...
This switches to the new gnome-2.20 branch.
2007-10-31 20:04:35 +00:00
drochner
e883985153
update to 2.20.1
...
This switches to the new gnome-2.20 branch.
2007-10-31 20:03:16 +00:00
drochner
c09b3b63f5
update to 1.9
...
changes: bugfixes
2007-10-31 20:00:54 +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
drochner
6f1ed76f7e
update to 1.20.1
...
changes:
-minor bugfixes
-Implement action interface for gailrange
2007-10-31 19:54:37 +00:00
drochner
cd20671bf8
update to 1.20.1
...
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-31 19:52:34 +00:00
drochner
3f37e5ed51
update to 2.14.10
...
changes: minor bugfixes
2007-10-31 19:48:32 +00:00
drochner
762e88aeb5
update to 2.20.1
...
This switches to the new gnome-2.20 branch.
2007-10-31 19:46:17 +00:00
rillig
3334e27105
"Safe" variables should not have the :Q operator, since it only makes
...
the code harder to read and does not have any effect anyway.
2007-10-31 19:24:52 +00:00
rillig
78baea8080
Changed ${TEST} to [...], since only the very basic conditions are
...
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-31 19:20:08 +00:00
adrianp
4da828180a
Snort 2.8.x supports IPv6
2007-10-31 16:49:17 +00:00
sborrill
ddb60f99d8
Updated vlc to add options and re-enable dvbpsi support
2007-10-31 15:37:30 +00:00
sborrill
7dc335bafe
Add options.mk with options for wxwidgets and skins2 user interfaces
...
(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-31 15:35:30 +00:00
jlam
de737429da
Comment out LICENSE=gnu-gpl-v3 for now as part of transition to switching
...
pkgsrc to using license.mk. This will eventually be turned back on.
2007-10-31 14:22:55 +00:00
rillig
ece592ed4a
Renamed the deprecated LICENCE to LICENSE, which has the exactly same
...
meaning.
2007-10-31 12:29:33 +00:00
rillig
c31aa0c714
Do not print warnings about missing PLIST definitions for Perl modules
...
and other packages that set GENERATE_PLIST.
2007-10-31 12:24:48 +00:00
rillig
48bf740968
Added a function for checking bmake conditionals.
2007-10-31 12:20:07 +00:00
rillig
65662084d9
Second try to deprecate LICENCE. ACCEPTABLE_LICENCES continues to exist,
...
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-31 12:15:09 +00:00
rillig
8945fb054b
Simpler .include lines.
2007-10-31 12:07:13 +00:00
markd
a7b20f5b0e
Add hack to build without ipv6. From PR pkg/37154 by Yakovetsky Vladimir
2007-10-31 11:56:44 +00:00
markd
e8e2033562
Rename yylval and yychar in autotools parser so they dont conflict with
...
some other instance of the variables. Fixes PR pkg/35328
2007-10-31 09:57:21 +00:00
wiz
564545dac0
Move CONFLICTS line to correct place.
2007-10-31 02:16:03 +00:00
joerg
e616abfb19
With the advent of Apache module prefixes the Python package prefix
...
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-31 00:59:52 +00:00
rillig
6974a32cea
Simpler .include lines.
2007-10-30 23:35:51 +00:00
shannonjr
60b7613bf8
Added entry for updating mail/dbmail
2007-10-30 22:57:23 +00:00
shannonjr
deb818627a
Update to 2.2.7 release. The 2.2 series of dbmail adds LDAP integration,
...
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-30 22:52:42 +00:00
tnn
0fe594c9ca
Updated net/Transmission to 0.91
2007-10-30 22:33:30 +00:00
drochner
6a058ea1ea
make this compile (with newer KDE/qt?), from Phil Nelson per PR pkg/37199
2007-10-30 21:24:14 +00:00
martti
9fc7653761
Based on some feedback, comment out the newly added LICENSE=xxx for now.
...
I'll re-activate this later when the global license stuff is activated.
2007-10-30 19:31:38 +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
seb
5562f2420e
pkg-config is needed for build. I'm not sure how I missed that.
2007-10-30 16:04:09 +00:00
martti
ddfeca2008
Added LICENSE=modified-bsd
2007-10-30 15:25:30 +00:00
martti
91b8aa8613
Added LICENSE=gnu-lgpl-v2
2007-10-30 14:21:47 +00:00
martti
8f69a49448
Added LICENSE=gnu-gpl-v2
2007-10-30 14:10:10 +00:00
is
1297699953
Make the port program memsup build again. This way, PLIST is correct, so
...
that pkg_sync and pkg_tarup work (on NetBSD-4).
memsup.erl/memsup.c still need work to make it actually work on NetBSD.
2007-10-30 14:02:15 +00:00
martti
67e8b6936e
Added LICENSE=gnu-gpl-v2
2007-10-30 14:00:44 +00:00
martti
f326f1a223
Added LICENSE=modified-bsd
2007-10-30 13:59:38 +00:00
martti
c95b7ca9f8
Added LICENSE=gnu-gpl-v2
2007-10-30 13:57:17 +00:00
martti
2e8958a121
Added LICENSE=gnu-gpl-v2
2007-10-30 13:44:22 +00:00
martti
64d63fec50
Added LICENSE=postfix-license
2007-10-30 13:27:32 +00:00
martti
b332d4e3f7
Added the postfix license.
2007-10-30 13:25:31 +00:00