| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
bugs.
Submitted by: Jeremy Norris <ishmael27@home.com>
|
|
|
|
| |
binary but to just use tar.
|
|
|
|
|
|
| |
DGux.* to DGUX.* w/o the accompanying rename of the sgml source file.
To workaround, just rename the file in post-extract in the BUILD_XDIST
case.
|
|
|
|
| |
checksum for xc/X336src-2.tgz in here!!
|
| |
|
|
|
|
|
|
| |
downward).
Reported by: JR Boyens <jboyens@iastate.edu>
|
|
|
|
|
|
|
|
|
|
|
|
| |
setuid root bit, which is off by default. The purpose is to avoid
having users who don't use kcheckpass become vulnerable to a root
exploit. For more details see the actual pkg-message. Bump PORTREVISION
to reflect this change in the package.
As a side note, I'm a little wary about adding something like this so
close to the ports freeze for 4.4-RELEASE. However, I decided that it
was a minimal risk and went ahead with it in the hopes of avoiding the
need for users to run into this "problem" themselves...
|
|
|
|
| |
(XFree86-4.x required).
|
|
|
|
| |
Submitted by: bento
|
| |
|
| |
|
|
|
|
|
|
| |
ago).
Submitted by: bento
|
|
|
|
|
| |
entries, and move the @exec/@unexec entries to make the other @dirrms
actually work.
|
|
|
|
|
| |
PR: 28380
Submitted by: edwin@mavetju.org
|
| |
|
|
|
|
| |
Approved by: kde (will), demon (MAINTAINERs)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION just in case this is needed.
From Mikhail Teterin:
> Well, for the same reason the xslt.cpp sometimes works -- in fact, it
> worked for everyone, until someone tried it on current.
>
> In essence, the code reads the whole file into a buffer. It then tries
> to turn that buffer into one of qt's string-objects (QCString). The
> class' constructor they chose assumes, it is passed a valid (aka
> \0-terminated) string and goes through the buffer looking for the first
> 0-byte. The file itself does not contain any, so it happily wonders
> behind the real end of the buffer until it either finds a stray 0-byte,
> or seg-faults, trying to read a wrong page.
>
> Apparently, more often than not, some stray 0-byte is there -- no
> surprise. But it will usually create a string that's longer than the
> file size -- unless the 0-byte happens to be right there at the end of
> the buffer. Apparently, the lamer, who wrote it, noticed something
> strange, so he/she explicitly truncates the created QCString object to
> the known size of the file after instantiation:
>
> contents.truncate(xmlFile.size())
>
> My patch modifies the code to use the correct QCString constructor --
> the one, that accepts the maximum size of the string. This does the
> right thing -- once it reaches the end of the buffer, it stops,
> allocates the private storage (I hate C++ for all this buffer copying),
> appends the 0-byte and creates the object of the expected size. No
> truncation is needed....
Thanks to Mikhail for his debugging on this problem; this patch further
removes the hazard of meinproc coredumps.
Submitted by: mi
|
|
|
|
|
|
|
|
|
|
| |
gets unresolved symbols when accessing fb routines at server startup.
Note, this is apparently already in the mainline XFree86 sources,
so this patch may need to be removed when the port is updated for
the next release of XFree86
Tested by: "Eric S. Van Gyzen" <eric@stat.Duke.EDU>
|
|
|
|
|
|
|
|
|
|
| |
problem is is that there are a few sloppy pieces of code in xslt.cpp.
Bump PORTREVISION to account for recent changes (I had intended to do this
much earlier, but wanted to include these patches first, and there was
a problem getting them together correctly).
Submitted by: mi
Tested by: dwcjr, petef
|
|
|
|
| |
and other stuff to fail. *sigh*
|
|
|
|
|
|
|
|
| |
when KDE (N+1).x (N = radix 2, shift 1, order 1) is installed to
pre-extract so one can still download the distfiles for (N+1).x.
PR: 30167
Submitted by: Thierry Thomas <thierry@thomas.as>
|
|
|
|
|
|
|
| |
A message-of-the-day browser for X11 and dumb-terminals
PR: 24713
Submitted by: Matthew West <mwest@uct.ac.za>
|
|
|
|
| |
- shorten pkg-comment to follow portlint's advice.
|
|
|
|
|
|
|
|
| |
maintain and improve QT/KDE on FreeBSD. This group (at this time)
consists of: demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.
While I'm here, fail build of kdelibs11 if kdelibs2 is installed. This
was originally supposed to be committed with the 2.2 update, but...
|
| |
|
|
|
|
|
| |
Submitted by: kris
Obtained from: XFree86 CVS repository
|
|
|
|
|
| |
PR: ports/29982
Submitted by: Michael Robinson <robinson@netrinsics.com>
|
|
|
|
|
|
|
| |
1.49
o Bump PORTREVISION
Obtained from: OpenBSD
|
|
|
|
|
| |
Submitted by: kris
Obtained from: OpenBSD
|
|
|
|
|
|
|
| |
to maintain these ports. Any non-committer who wants to grab one let me
know.
Approved by: old maintainer
|
|
|
|
| |
Found by: bento
|
| |
|
|
|
|
|
|
| |
shared among all epplets that should be created and "owned" by the
libepplet port, but they aren't. They are created and owned by the
epplets port, so depend on epplets again until that is fixed.
|
|
|
|
| |
x11-wm/epplets port.
|
| |
|
|
|
|
| |
Submitted by: Christophe GIAUME <christophe@giaume.com>
|
|
|
|
|
|
| |
entries related to KDE's own applications.
Spotted by: Kent Stewart <kstewart@urx.com>
|
| |
|
|
|
|
|
| |
Being an empty directory, it is not automatically included in the binary
package.
|
| |
|
|
|
|
| |
Noticed by: bento
|
|
|
|
|
|
|
| |
no-op script. This prevents the port from appending content to
/etc/pam.conf, which is known to break kscreensaver's password
verification, without asking first. Binary packages already left
/etc/pam.conf alone.
|
|
|
|
|
|
|
|
|
| |
installation of some ".desktop" files that make packaging fail for some
users: some desktop shortcuts are not created if you don't have the
corresponding application already installed.
Users may still get the shortcuts in their local configurations by running
kappfinder as usual.
|
|
|
|
| |
regular expressions in javascript.
|
|
|
|
| |
Submitted by: Mike Harding <mvh@ix.netcom.com>
|
|
|
|
|
|
|
| |
Xcmd is a front-end for starting programs under X11
PR: 29326
Submitted by: Oliver Breuninger <ob@breuninger.org>
|
|
|
|
| |
Submitted by: Tadayuki OKADA <tadayuki@mediaone.net>
|
|
|
|
|
|
|
|
|
| |
in Konqueror and such. Bump PORTREVISION. The PR below advised making
the directory too, but a little grep'ing in the source tree shows that
KDE does this for you.
PR: 26802
Submitted by: Carl True <seetru@bellsouth.net>
|
|
|
|
|
| |
Worked on with: nsayer
Previous assistance: George Staikos <staikos@kde.org>
|
| |
|
|
|
|
|
|
| |
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/. :\
Submitted by: scottl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
- Either obsoleted or merged into KDE.
* All pkg-plists:
- Huge diffs are due to mass conversion from static HTML pages
to XML/XSL versions.
* audio/kdemultimedia2:
- aRts + Noatun, etc. now work and play MP3s et al properly,
using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug]
from compile.
* converters/kdesupport2:
- Obsolete. No longer used in this version of KDE.
* deskutils/kdepim:
- Use autoconf and account for brokenness in the configure
script by replacing invocations of INSTALL under libical
with the proper incantations.
- Per David O'Brien's request, move libimap to libkimap;
this was performed by Rik Hemsley <rikkus@kde.org>.
* devel/kdesdk:
- New module with some helpful tools. One in particular that
seems demanded is ``kbabel'', which, as I've been told, is
a translator's wet dream.
- Workaround dumb problem in kbabel's libgettext (which I could
not figure out how to remove) by replacing its error() with
errc(). KBabel seems to run fine with this patch.
* devel/kdevelop:
- Fix lame check for libkdeui.so.* by replacing it with just
a check for libkdeui.so. It's been/being removed from
kdevelop after 2.2.
* editors/koffice:
- Fix kivio compile errors by substituting in PTHREAD_LIBS
in the correct place. Compensate for kivio's dependency
on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
in kivio.desktop.
* games/kdegames2:
- Some new games.
* graphics/kdegraphics2:
- Fix link errors in libkscan and kamera where they
require gettext (ie: add -lintl).
- Fix compile error in kamera.cpp which is dependent on a
correctly done gphoto2.. of course, this will only help
people who've manually installed gphoto2 themselves.
* net/kdenetwork2:
- Mimelib was moved here (reason for removal of kdesupport2).
* misc/kdeaddons:
- New module to FreeBSD ports; some simple addons for KDE2.
Suggested by Lauri Watts <lauri@kde.org>.
* misc/kdeutils2:
- Added a couple manpages.
* x11-clocks/kdetoys2:
- Some new apps.
* sysutils/kdeadmin:
- Remove kuser from compile because it has some problems. ;\
* x11/kdelibs2:
- Add libFAM dependency to help people who run FAM; FAM
increases the overall desktop responsiveness.
Submitted by Lauri Watts <lauri@kde.org>.
- Add CUPS dependency to bring in KDE's new print system.
- Add bzip2/libxml2 dependencies to support the new help kioslave.
- Disable installation of libltdl stuff to prevent conflicts
with other stuff. Submitted by wjv.
- Add pkg-req script to avoid conflicts with kdelibs11; add
to Makefile too. Submitted by benno.
- Be sure to remove the pth header conflicts stuff from the
arts/mcop_mt section.
- Fix problem with configure trying to find -lfam in the
wrong place.
- Remove kspell and api subdirs from doc; we don't need them,
and there are problems trying to build/install them.
Submitted by Lauri Watts <lauri@kde.org>.
* x11/kdebase2:
- Solve link permissions problem by changing the modes on
files installed by kdesktop/init/Templates to 644.
Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
* x11/kde2:
- Bump version; no other changes.
Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system. I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.
I just noticed there are a couple other PRs in the PR db that need
to be addressed. I will take care of those by tomorrow. Sorry...
PR: 22735, 28549
Blanket approval by: demon (kdesdk, kdevelop)
|
|
|
|
|
|
|
|
| |
- don't try to link with nonexistent libdl;
- respect CFLAGS.
Submitted by: gallatin (alpha bits), sobomax
Some help from: jdp (thanks Jonh!)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
- Either obsoleted or merged into KDE.
* All pkg-plists:
- Huge diffs are due to mass conversion from static HTML pages
to XML/XSL versions.
* audio/kdemultimedia2:
- aRts + Noatun, etc. now work and play MP3s et al properly,
using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug]
from compile.
* converters/kdesupport2:
- Obsolete. No longer used in this version of KDE.
* deskutils/kdepim:
- Use autoconf and account for brokenness in the configure
script by replacing invocations of INSTALL under libical
with the proper incantations.
- Per David O'Brien's request, move libimap to libkimap;
this was performed by Rik Hemsley <rikkus@kde.org>.
* devel/kdesdk:
- New module with some helpful tools. One in particular that
seems demanded is ``kbabel'', which, as I've been told, is
a translator's wet dream.
- Workaround dumb problem in kbabel's libgettext (which I could
not figure out how to remove) by replacing its error() with
errc(). KBabel seems to run fine with this patch.
* devel/kdevelop:
- Fix lame check for libkdeui.so.* by replacing it with just
a check for libkdeui.so. It's been/being removed from
kdevelop after 2.2.
* editors/koffice:
- Fix kivio compile errors by substituting in PTHREAD_LIBS
in the correct place. Compensate for kivio's dependency
on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
in kivio.desktop.
* games/kdegames2:
- Some new games.
* graphics/kdegraphics2:
- Fix link errors in libkscan and kamera where they
require gettext (ie: add -lintl).
- Fix compile error in kamera.cpp which is dependent on a
correctly done gphoto2.. of course, this will only help
people who've manually installed gphoto2 themselves.
* net/kdenetwork2:
- Mimelib was moved here (reason for removal of kdesupport2).
* misc/kdeaddons:
- New module to FreeBSD ports; some simple addons for KDE2.
Suggested by Lauri Watts <lauri@kde.org>.
* misc/kdeutils2:
- Added a couple manpages.
* x11-clocks/kdetoys2:
- Some new apps.
* sysutils/kdeadmin:
- Remove kuser from compile because it has some problems. ;\
* x11/kdelibs2:
- Add libFAM dependency to help people who run FAM; FAM
increases the overall desktop responsiveness.
Submitted by Lauri Watts <lauri@kde.org>.
- Add CUPS dependency to bring in KDE's new print system.
- Add bzip2/libxml2 dependencies to support the new help kioslave.
- Disable installation of libltdl stuff to prevent conflicts
with other stuff. Submitted by wjv.
- Add pkg-req script to avoid conflicts with kdelibs11; add
to Makefile too. Submitted by benno.
- Be sure to remove the pth header conflicts stuff from the
arts/mcop_mt section.
- Fix problem with configure trying to find -lfam in the
wrong place.
- Remove kspell and api subdirs from doc; we don't need them,
and there are problems trying to build/install them.
Submitted by Lauri Watts <lauri@kde.org>.
* x11/kdebase2:
- Solve link permissions problem by changing the modes on
files installed by kdesktop/init/Templates to 644.
Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
* x11/kde2:
- Bump version; no other changes.
Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system. I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.
I just noticed there are a couple other PRs in the PR db that need
to be addressed. I will take care of those by tomorrow. Sorry...
PR: 22735, 28549
Blanket approval by: demon (kdesdk, kdevelop)
|
|
|
|
| |
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
|
|
|
|
|
|
| |
contact the author, Paul Collins, via sneakums@eircom.net and
sneakums@zork.net. My messages were accepted but there has been
no response.
|
|
|
|
|
|
|
|
|
|
|
| |
bin/kmorph3d.kss
bin/kpipes.kss
bin/kspace.kss
to at least make this package. We need this package for the
release candidate.
Submitted by: bento via steve
|
| |
|
|
|
|
| |
Submitted by: Ken McGlothlen <mcglk@artlogix.com>
|
| |
|
| |
|
|
|
|
| |
because this directory is actually created by gnomedb.
|
| |
|
|
|
|
|
|
|
| |
dockapp for Window Maker
PR: 28745
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
| |
does that automatically.
|
|
|
|
| |
Portlint.
|
| |
|
|
|
|
| |
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
|
| |
|
|
|
|
|
|
|
|
| |
Fix PORTDOC compliance
PR: 28615
Submitted by: pat@databits.net
No Response: maintainer
|
|
|
|
| |
with thread support also on XFree86-3 systems.
|
|
|
|
|
| |
PR: 28924
Submitted by: Joseph Scott <joseph@randomnetworks.com>
|
| |
|
|
|
|
|
|
| |
unlock the screensaver regardless of the current owner.
Submitted by: Anders Nordby <anders@fix.no>
|
| |
|
|
|
|
| |
as MAINTAINER.
|
| |
|
| |
|
|
|
|
|
| |
PR: 28207
Submitted by: joseph@randomnetworks.com <joseph@randomnetworks.com>
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 28499
Submitted by: Patrick Li <pat@databits.net>
Approved by: maintainer override as per Makefile rev 1.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
imwheel is setuid root.
Note that the port doesn't install imwheel setuid root, so the
problem would not have affected users of the port / package.
Regardless, it's bad PR to make mouse wheel support so visible
in the FAQ and then keep a known-bad version of the supporting
software in the ports tree.
This update is derived from broken patches received by way of the
maintainer, who no longer has time to maintain the port. This port is
now looking for a maintainer.
Submitted by: Jeremy Norris <ishmael27@home.com>
|
| |
|
|
|
|
|
|
|
|
| |
- Update to version 0.8
PR: 28235
Submitted by: Patrick Li <pat@databits.net>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/28245
Submitted by: Rémi Guyomarch <rguyom@pobox.com>
|
| |
|
| |
|
|
|
|
| |
USE_GNOME knob
|
|
|
|
| |
(adding some extra functionality).
|
|
|
|
| |
XFree86-4.1.0 is based on X11R6.5.1.
|
|
|
|
| |
if it is an incompatible version.
|
|
|
|
|
|
| |
Maintainer change ports -> kkonstan@daemon.fr
Extra testing: Konstantinos Konstantinidis <kkonstan@duth.gr>
|
|
|
|
|
|
| |
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.
Reviewed by: maintainer
|
|
|
|
|
|
| |
list was too long and broke 'make readme'
Submitted by: sf
|
|
|
|
|
| |
PR: 27741
Approved by: maintainer
|
|
|
|
|
|
| |
build failure very early on.
Approved by: jmz
|
|
|
|
|
|
| |
PR: 27587
Reviewed by: will
Approved by: will
|
| |
|
|
|
|
| |
Submitted by: Andrew Hesford <ajh3@usrlib.org>
|
|
|
|
| |
- Add WWW
|
|
|
|
|
|
| |
and tiff libraries and add png support.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
|
|
|
|
| |
upgraded the port.
|
|
|
|
|
|
| |
non-i386Architecture section!
Noticed by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lib gives us one new screensaver, which is really a combination of several
objects that get twisted and re-shaped. The update adds two new screensavers,
and several improvements to existing ones. Also added is a memory limit
parameter, and some more gnome integration.
patch-ac is removed due to its being integrated into the source.
The suggestion to add the GLE lib comes from the PR. I'm not sure that the
cost::benefit justifies it, but the library is small so probably no harm done.
PR: ports/27626
Submitted by: David Gilbert <dgilbert@velocet.ca>
|
|
|
|
|
| |
PR: 27855 (in part)
Submitted by: Anders Nordby <anders@fix.no>
|
|
|
|
| |
Reported by: Goran Runfeldt <goranrunfeldt@home.se>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/27405
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
With improvements by: Cyrille Lefevre <clefevre@poboxes.com>
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
| |
distfile offline when he moved his Web pages. I've dropped him a
note about it, but judging from http://www.advogato.org/person/khazad/
he seems to feel this project is complete.
|
|
|
|
|
| |
PR: 27795
Submitted by: Michael Harnois <mdharnois@home.com>
|
| |
|
|
|
|
|
|
|
| |
the sources: a readme file has been updated and CVS directories removed.
PR: ports/27802
Submitted by: Mark Knight <markk@knigma.org>
|
|
|
|
| |
${NONEXISTENT} as per bsd.port.mk
|
|
|
|
|
| |
dependency through textproc/scrollkeeper. Something strange is going on
here, and this is a reasonable temporary fix.
|
| |
|
| |
|
|
|
|
| |
add dummy MASTER_SITES and DISTFILES to make portlint happy.
|
|
|
|
|
| |
PR: 27763
Submitted by: Kevin Way <kevin.way@overtone.org>
|
|
|
|
|
| |
PR: 27551
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
|
|
|
|
|
|
| |
contains x86 specific assembly. Disable it on alpha.
Approved by: jmz
|
| |
|
|
|
|
|
|
|
| |
displays the local temperature.
PR: 27162
Submitted by: Per Otterstr=F6m <pelle@fukt.bth.se>
|
|
|
|
|
|
|
| |
Manage various XKB features of X Window
PR: 27295
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
|
|
|
|
| |
- Remove extra spaces at end of lines
- Use MASTER_SITE_SUBDIR so that when the version of this is
outdated, it will have a good chance of fetching the distfiles
|
|
|
|
|
|
| |
- Add WITH_NEXT_SCROLLBAR
- Use MASTER_SITE_SUBDIR so that when the version of this is
outdated, it will have a good change of fetching the distfiles
|
| |
|
|
|
|
| |
to make transitioning to GNOME/GTK+/GLIB a little easier.
|
|
|
|
| |
unavailable for a while, and any breakage is my fault :)
|
|
|
|
|
|
| |
from x11/XFree86 and have all known security issues fixed.
Approved by: security-officer
|
|
|
|
|
| |
and all information on it erased, so put distfiles temporarly at
MASTER_SITE_LOCAL.
|
|
|
|
|
| |
would be able to insert their own entries (usually language category)
upfront.
|
| |
|
| |
|
|
|
|
| |
drop maintainership
|
|
|
|
|
| |
sysutils/gnomecontrolcenter. Wierd stuff[tm] was happening
with the nightly build after the change that I missed.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
GNOME part (gnomecanvas) to allow for other ports to access
the lower level parts of gdk-pixbuf without the "excess baggage"
of even a minimal GNOME environment.
Submitted by: sobomax (with extensive patches - complain to me)
|
|
|
|
|
|
| |
maintainership accordingly.
Submitted by: demon
|
| |
|
| |
|
|
|
|
|
| |
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
|
|
|
|
|
|
| |
to avoid clashing with sh(1) builtin.
Submitted by: Tobias Reifenberger <treif@mayn.de>
|
| |
|
|
|
|
| |
doesn't exist anymore. Correct it.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
port, but now we remove a patch :), remove a lot of obsolete patches. I'm
not sure why I didn't notice that coolo@kde.org fixed the midfile.cc one
about six months ago... ;)
Submitted by: many people
|
|
|
|
| |
Submitted by: bento
|
| |
|
|
|
|
| |
Temporarily host the distfile on my colo box.
|
|
|
|
| |
Submitted by: Tadayuki OKADA <tadayuki@mediaone.net>
|
|
|
|
| |
be fetchable every time a new release is made.
|
|
|
|
|
|
|
|
|
|
| |
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
|
|
|
|
| |
ports that depend on GNOME and need to change for 1.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
|
| |
|
|
|
|
|
| |
PR: 27007
Submitted by: maintainer
|
|
|
|
|
| |
PR: 26966
Submitted by: MAINTAINER
|
| |
|
| |
|
|
|
|
| |
maintainer regrets that he is unable to help at this time.
|
|
|
|
|
| |
serurity -> security
enviroment -> environment
|
|
|
|
| |
Approved by: jim (MAINTAINER)
|
|
|
|
| |
- Now it needs to make gdm user and gdm group.
|
|
|
|
|
|
|
| |
dates in the man pages, so no portrevision bump is needed.
PR: ports/26716
Submitted by: Patrick Li pat@databits.net
|
| |
|
|
|
|
|
| |
PR: 25207
Reviewed by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
| |
|
|
|
|
|
|
|
|
|
| |
Maintainer feedback timed out - the DNS setup of astorit.com is badly broken.
In view of the imminent ports freeze for 4.3-RELEASE, I think that in this
case, MAINTAINER can be overridden.
PR: 26572
Submitted by: Max Khon <fjoe@newst.net>
|
| |
|
|
|
|
| |
Submitted by: Oleg Dashevskii <od@iclub.nsu.ru>
|
|
|
|
| |
quite some time now.
|
|
|
|
|
| |
to let the hacks which modify images use ones that you specify instead of
your desktop.
|
|
|
|
|
|
|
| |
o build DRI kernel modules.
o add option to build Matrox G200/G400/G450 beta drivers.
Submitted by: Stijn Hoop <stijn@win.tue.nl>
|
|
|
|
| |
have to be modified for SMPng systems.
|
|
|
|
|
|
|
|
|
| |
- Enable XIM support per default unless required to disable
- Add WITH_* options to set the default encoding for multi-char
glyph languages including setting to noenc (no encoding)
PR: 26490
Submitted by: The Anarcat <anarcat@tao.ca>
|
|
|
|
| |
- Enable XIM support per default unless required to disable
|
|
|
|
| |
Submitted by: lioux
|
| |
|
|
|
|
|
|
|
| |
change and the original revision are not far apart enough to matter.
PR: 26395
Submitted by: maintainer
|
|
|
|
|
| |
PR: 24496
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/26367
Tested by: Christian Weisgerber <naddy@mips.inka.de>
|
|
|
|
| |
of the existing ones.
|
|
|
|
| |
fixes mainly). This corresponds more or less to a pre-3.3.7 version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the
proxy authentication that was broken for 2.1.1. Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me. Should
still work w/ compat shims for older USE_QT[,2] style. Some others
were also left alone for the same reason.
Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by: David Faure <faure@kde.org> (proxy auth patches)
Alex Zepeda <garbanzo@kde.org> (old patches removal)
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
|
|
|
| |
Some directories in plist had to be removed with rmdir at deinstall time.
|
|
|
|
|
|
|
| |
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
|
|
|
|
|
|
| |
o unbreak -clients when USA_RESIDENT does not set.
Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
|
|
|
|
|
| |
PR: 25558
Submitted by: Alexander Matey <matey@cis.ohio-state.edu>
|
| |
|
|
|
|
|
| |
reason it worked for me is because PTHREAD_* weren't in bsd.port.mk at
the time testing was done.
|
|
|
|
| |
This should solve build problem of freetype2 apprications.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
o use internal freetype2 for consistency with x11/XFree86-4.
o added xthreads obtained from x11/XFree86-4.
o install "ws" type config sample for xdm.
o build DRI only if kernel source installed in /sys.
o fix Riva128/SGRAM driver(patch-riva_hw.c).
PR: 24338(4.0.2)
Submitted by: maintainer, keith
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this involves is this: Cull GL from Qt by default, but still provide a
Qt+GL library that may or may not have threads. Then also provide a Qt
library that has threads but not GL. This allows us to make KDE2 depend
on a library that will *not* have threads, ever. Threads will be
revisited at a later date. Ports that require GL support need to be
updated to use the hacked library, libqtgl.so.4. The net result is that
we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static
qt will not have GL support.
Introduce bsd.kde.mk, which will be tested on bento before becoming
fully activated.
Replace qt22-static with qt2-static, since it's just a proxy. Update
qt-designer to depend on qt23. Also make the old hack to package the
correct lib obsolete by using PLIST_SUB instead.
Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not
used anymore. Solve namespace pollution problems with the devel/pth and
devel/libgnugetopt ports. Hopefully.
Suggested by: ade, asami, sobomax (bsd.kde.mk)
Repocopied by: asami (qt22-static --> qt2-static)
|
|
|
|
|
|
| |
the XFree86 port directory. Before these would generate the files
files/patch-r0[1234] (some of them multiple times), now they will actually
patch the X sources to achieve the desired results.
|
|
|
|
| |
that it will actually get executed.
|
|
|
|
|
|
| |
now, and I've been hosting the tarball.
Submitted by: fenner's distfile survey
|
| |
|
| |
|
|
|
|
| |
Submitted by: cpiazza
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- patch-0 replaced by 'MAKE_ARGS=' in Makefile
- XF86Setup is no more supported in XFree-4, so patch-8 is removed as well
as corresponding stuff in scripts/configure
- patch-config_cf_Server_tmpl replaced by the setting of InstallXserverSetUID
in scripts/configure
other removed patches are no more necessary.
Note that freetype2 is now part of the base 4.0.3 distribution. The
freetype2 include and libs files are always installed.
|
|
|
|
|
| |
PR: ports/25862
Submitted by: Jeremy Norris <ishmael27@home.com>
|
| |
|
|
|
|
|
| |
PR: 25821
Submitted by: maintainer
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
| |
o making/installing html manpages.
o replace magic number with macro in DISTNAME.
o move post-extract to post-patch to get as-is distfile after make extract.
|
| |
|
|
|
|
|
|
|
|
| |
o fix manpage problem with XFree86-4;
o add $FreeBSD$ into ${FILESDIR}/Makefile to make commitprep happy.
PR: 25670
Submitted by: maintainer
|
|
|
|
|
|
| |
This is optional and enabled only if WITH_MATROX_GXX_DRIVER is defined.
Submitted by: lioux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
work right yet. This needs other eyes to look at in order for me to figure
out what's going on here. Help, please?
Basically, the current situation is this: You can hack the startkde
script to make KDE2 start all the way through, which basically consists of
simply replacing the kdeinit line with "kcminit". However, at certain
points after KDE is done setting things up, processes named "kdeinit" that
are in charge of certain apps go crazy and hit infinite loops somewhere. I
haven't been able to determine where exactly, and if this is related to
threads at all, or if a critical app or similar somehow doesn't get compiled
with threads. Or something like that. *sigh*
Konqueror can startup and seems to work okay in a different window manager,
but it seems to randomly set off a kdeinit proc as above.
Anyhow, this is 2 weeks' worth of debugging on a 4-month-old problem. If
you're using XFree86 4.0.2, I caution against trying this stuff out unless
you're going to help me out and are willing to help me figure out exactly
where the heck things are going awry. Things should still compile and work
just fine for those on XFree86 3.3.6. I decided to leave out these hacks
in nonessential stuff (like kdenetwork et al) because kde2 itself needs to
work with threads first. =)
I guess I can thank my lucky stars JKH's decided to stick with 3.3.6 until
some point in the future when 4.0.x becomes more stable...
|
|
|
|
| |
is already used for the USA_RESIDENT test.
|
|
|
|
|
| |
PR: 25703
Submitted by: maintainer
|
|
|
|
| |
Prodded by: fenner/obento
|
| |
|
| |
|
|
|
|
|
|
| |
xtset sets the title and icon name for xterms.
Obtained from: Martin Smith <msmith@lssec.bt.co.uk>, decades ago.
|
|
|
|
| |
Approved by: will
|
|
|
|
| |
Approved by: will
|
| |
|
|
|
|
|
| |
PR: 25559
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
of <sys/time.h> (for $DEITY knows why reason); fix kinfo_proc meddling in
ProcessList.c.
Reported by: MANY (ldap problem), mi, msmith (kinfo_proc)
Submitted by: Sven Petai <hadara@online.ee> (partial patch for kinfo_proc,
I added __FreeBSD_version #ifdefs and cleaned it up a bit)
|
|
|
|
| |
for libgnugetopt's getopt.h). Not tested, but should work.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
has been periodically maintained by others for 9 months in any case.
* Upgrade 3.26 -> 3.29
* Specify full path to fortune, since many of the screen saver programs
could not find it on their own.
* Fix the -lpthread -> -pthread problem.
* Re-generate patch files.
* Eliminate patch-ae, whose only purpose in life was to prevent the
building and installation of the xscreensaver-demo program which, in
addition to being the method used to configure the server and
all the little screensaver programs; works just fine, and doesn't
actually hurt anything.
The report in the PR is a little out of date with reference to the latest
xscreensaver version, but all parts of the thing are working for me now
in any case.
PR: ports/23619
Submitted by: Lars Eggert <larse@isi.edu>
|
|
|
|
|
|
| |
This was the default Eterm behavior in version 0.8.
Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
|
| |
|
|
|
|
|
| |
gtk, gdk_imlib, and gdk_pixbuf modules. The last three modules will
be provided as separate ports.
|
|
|
|
|
|
|
| |
the ones we used to get from XFree86.
Submitted by: jhb
Approved by: jmz
|
|
|
|
| |
Submitted by: TOGAWA Satoshi <toga@puyo.org>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the KDE team's excellent work, I am initiating burn sequence for KDE
1.x. All base KDE1 ports are hereby nuked. I am also reluctantly
reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages
built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's
official ftp mirrors now. Enjoy!
Note: It seems that the KDE people rerolled their kdelibs and kdebase
packages, and a quick examination of diffs reveal minor changes, but the
port should still work. I'll fix the packaging problems that bento runs
into.
Approved by: kevlo
|
| |
|
|
|
|
| |
XFree86's own distribution layout. To use, define "BUILD_XDIST".
|
| |
|