Commit graph

94726 commits

Author SHA1 Message Date
ghen
667fa649e1 Fix build error on Solaris with SunStudio compilers (symbol referencing error),
provided by PR pkg/33077.
2006-03-16 09:08:55 +00:00
drochner
2ab7a2c84f improve textual description, suggested by Jeremy C. Reed 2006-03-15 21:10:10 +00:00
wiz
9c2e1f00fc - gstreamer-0.10.4 (thanks, jmmv). 2006-03-15 20:10:34 +00:00
wiz
ad6448086c + ORBit2-2.14.0, eog2-2.14.0, evolution-2.6.0, gdm-2.14.0,
gnome-icon-theme-2.14.2, gnome-session-2.14.0, gnumeric-1.4.4,
  gst-plugins0.10-base-0.10.5, gstreamer-0.10.4, libbonobo-2.14.0,
  libbonoboui-2.14.0, multitail-3.8.9, nautilus-cd-burner-2.14.0.2,
  p5-gtk2-2.14.0, qalculate-0.9.3.
2006-03-15 19:46:59 +00:00
drochner
8dc8beb526 +evince-nautilus 2006-03-15 19:28:05 +00:00
minskim
57f462af98 Do not include malloc.h on Darwin, since it is not available. Patches
provided by John D. Baker in PR pkg/31871.
2006-03-15 19:27:31 +00:00
drochner
459c80265f add pkg for the nautilus plugin of evince which I removed from
the evince base pkg yesterday (to clean up dependencies)
2006-03-15 19:27:05 +00:00
drochner
6086428d9f restructure the getgroupmembership backend to handle merging of
information fron different sources correctly,
also sort out duplicate group IDs as the libc backends do
fixes PR pkg/32988 by Stephan Thesing
bump PKGREVISION
2006-03-15 19:23:47 +00:00
agc
3d7695e788 Note the start of the freeze in preparation for the pkgsrc-2006Q1 branch. 2006-03-15 18:17:07 +00:00
joerg
4ff460fdfe Libtoolification of devel/trio and build fix for devel/pthread-sem. 2006-03-15 16:51:54 +00:00
joerg
05660172ae Libtoolify trio. Bump revision. 2006-03-15 16:44:50 +00:00
joerg
ef5a3a2870 Fix build before someone tries to use this. *blush*
Honour PKGMANDIR. Bump revision.
2006-03-15 16:34:13 +00:00
jlam
47283bca00 Always run the pkginstall framework targets to generate the
INSTALL/DEINSTALL and rc.d scripts, regardless of whether NO_BUILD is
defined or not.

We do this by renaming the main "build" target to "_build", and creating
a new "build" target that has "_build" and "pkginstall" as dependencies.
This allows the "build" and "install" targets to be consecutive, so
no changes in behavior are visible to the user.

Because the pkginstall targets are no longer run within the protection
of the locks during the build phase, we need to manage locking within
a new "pkginstall" target.
2006-03-15 16:20:11 +00:00
jlam
ce8c6b5c7a Back out previous... it was part of some larger changes that were never
committed and I got ahead of myself.
2006-03-15 14:06:09 +00:00
gdt
41f63bdee0 force using libexif. PKGREVISION++ 2006-03-15 13:02:17 +00:00
gdt
44ec382e52 note update of gimp-ufraw (which was done yesterday) 2006-03-15 12:42:51 +00:00
salo
2dbd0f70d1 Fix PLIST. (hi cube and martti!) 2006-03-15 11:48:29 +00:00
taca
e608d8bba1 Add (trial) workaround for getaddrinfo() on Linux. 2006-03-15 08:18:45 +00:00
wiz
9b49198890 x11vnc updated to 0.8. 2006-03-15 07:21:17 +00:00
wiz
a6ba4eeb7e Update to 0.8, provided by OBATA Akio in PR 33068.
New in the 0.8 x11vnc release:

TightVNC file transfer support is enabled via the extension to
LibVNCServer added by Rohit Kumar.

The -passwdfile option has been enhanced to handle any number
of full-access and view only passwords in an easy to
maintain format, and additional features.

The -8to24 option enables multi-depth viewing on systems that do
not support -overlay. The 8bpp regions are transformed
to depth 24 TrueColor before exporting via VNC.

The x11vnc source code has gone through a major reorganization.
The build has been enhanced and many bugs fixed.

miscellaneous new features and changes:

-afteraccept option is like -accept however it enables running
 a user supplied command after client authentication
 has taken place. The RFB_* environment variables have
 been extended.
-loop option will run x11vnc in an outer loop restarting each time
 (useful for situations where the X server restarts often).
-slow_fb allows for slow polling for special purpose applications
 (e.g. video).
-blackout noptr,WxH+X+Y,... will prevent the pointer from going
 into a blacked out region.
2006-03-15 07:20:57 +00:00
wiz
2bf89fe1d9 py-sqlite2 added. 2006-03-15 07:14:45 +00:00
wiz
8597579f8b hyperestraier updated to 1.1.5. 2006-03-15 07:14:09 +00:00
wiz
7a584d40a7 Update to 1.1.5, provided by OBATA Akio in PR 33082:
2006-03-08  Mikio Hirabayashi

* estraier.c (est_weight_keywords): new function.
* estraier.c (est_doc_slim): new function.
* estcmd.c (rungather, doputfile): "-lt" and "-lf" options were added.
* estmaster.c (startup, sendnodecmdputdoc): "limittextsize" attribute
was added.
- Release: 1.1.5
2006-03-15 07:13:51 +00:00
jlam
d4ca1fbd6b Rototill of how the various template parts of the INSTALL and DEINSTALL
scripts are generated.  The various scriptlets in pkgsrc/mk/install
are now full templates that can be combined to form the INSTALL and
DEINSTALL scripts.  All of the templates have either leading or trailing
blank lines so that when they are concatentated, the full INSTALL and
DEINSTALL scripts will still be easy to read.

All of the generated template sources for the INSTALL and DEINSTALL
scripts are now stored in ${WRKDIR}/.pkginstall for local consistency
and have been renamed so that they are not dot-files.

The "data" for the +* scriptlets are now generated in a separate step
and instead of being appended to the unpacked scriptlet are now appended
to the INSTALL script itself.  When the scriptlets are unpacked, the
corresponding data lines for each scriptlet are pulled out of the
INSTALL script and put into the unpacked scriptlets.  This makes it
easy to append more data lines during the install phase without needing
to regenerate the INSTALL script.
2006-03-15 04:52:57 +00:00
christos
40f615ca9f Fix typo, pointed out by Zafer Aydogan 2006-03-15 01:33:16 +00:00
wiz
7b53b52892 This package installs an autocorrect file, so depend on koffice.
However, don't use its bl3.mk, because it doesn't need any library
from koffice.
Bump PKGREVISION.
2006-03-15 00:26:07 +00:00
gavan
bd0e607bfb Note addition of p5-Asterisk 2006-03-15 00:17:50 +00:00
wiz
225a0cbe06 This package does not need anything in particular from koffice.
Depend on kdelibs3 instead (which contains the directory containing
the directories from this package).
Also, DEPEND on it instead of including its bl3.mk file, since
we do not need any libraries.
Bump PKGREVISION.
2006-03-15 00:17:42 +00:00
gavan
e38d9e3796 Add asterisk-perl 0.08, a collection of perl modules and examples for use with
Asterisk. For consistency, the pkgsrc package is called p5-Asterisk.
2006-03-15 00:15:08 +00:00
wiz
0c02765e24 Set USE_PKGLOCALEDIR. 2006-03-14 23:58:19 +00:00
wiz
93caf3307f This package only installs locale files -- no reason to depend on koffice. 2006-03-14 23:55:18 +00:00
wiz
3808fe8408 Note proj PKGREVISION bump. 2006-03-14 23:37:24 +00:00
wiz
d9ae18d520 Fix directory name in PLIST. Bump PKGREVISION. 2006-03-14 23:36:35 +00:00
wiz
3fe600bcf8 Add patch that should fix build on amd64. 2006-03-14 23:36:11 +00:00
wiz
4ff4c28ab5 + sup. 2006-03-14 23:32:50 +00:00
jlam
56082f039b Properly rename "info" to ${INFO_DIR} in any @dirrm statements. Also
add a guard so that we don't re-expand any "info" in ${INFO_DIR} again.
2006-03-14 23:16:01 +00:00
christos
8488223b82 mention sup 2006-03-14 23:09:43 +00:00
wiz
d9b333b811 gtk2 updated to 2.8.15. 2006-03-14 23:08:19 +00:00
wiz
8841eb035f Update to 2.8.15:
Overview of Changes from GTK+ 2.8.14 to GTK+ 2.8.15
===================================================

* Bugs fixed:
 334098 Keys P and N in "open file" dialog have special meaning
        [Torben Putkonen]
 333372 MS-Windows theme (GTK-Wimp) shows all funky characters
        [Dom Lachowicz]
 163724 Optimize gdk on win32 [John Ehresman]
 332662 Hollow polygons have wrong linecaps [Tor Lillqvist]
 326362 panel crash with a11y enabled [Kjartan Maraas]

* Updated translations (bg,bn,cs,eu,ro)
2006-03-14 23:07:49 +00:00
wiz
f5203e0cea + evince-0.5.2, gtk2-2.8.15, metacity-2.14.1, sylpheed-2.2.3. 2006-03-14 23:07:27 +00:00
christos
de508fe38a add a tiny package for sup 2006-03-14 22:58:47 +00:00
tron
2b12288c87 Fix build problem under Mac OS X by not linkink with the (non existing)
"util" library.
2006-03-14 21:30:17 +00:00
drochner
b4182aeb39 document that pre-freeze rush 2006-03-14 21:20:33 +00:00
drochner
c1d92b8f74 +vncviewer4 2006-03-14 21:11:18 +00:00
drochner
6eaab2be52 import vncviewer-4.1.1, from Jeff Rizzo per pkgsrc-wip 2006-03-14 21:10:07 +00:00
jlam
1ec59ed085 USE_PKGINSTALL isn't needed here to make these packagse use the
pkginstall framework.  In the case of libtool-base, avoid using
FILES_SUBST_SED where it isn't needed.
2006-03-14 20:43:23 +00:00
kristerw
2376bd0fbc Modify .if statement introduced in previous commit so that it works
for the NetBSD 1.6 make too.
2006-03-14 20:30:00 +00:00
kristerw
2b86ddefc2 Note update of devel/buddy. 2006-03-14 20:24:23 +00:00
kristerw
b2e262338f Update buddy to 2.4.
The changes since last packaged version are only build related.
2006-03-14 20:23:07 +00:00
drochner
e916660436 +py-sqlite2 2006-03-14 20:19:27 +00:00