aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.9.5.mezz2005-07-1110-56/+74
| | | | | | | | | | - Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool and few others become as runtime dependency, which they are just need to be in the build dependency. - Fix the plist for gtk-sharp and gtk-sharp-devel share the some same main directories. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
* - Update to 1.0.10.mezz2005-07-118-58/+56
| | | | | | | | | | - Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool and few others become as runtime dependency, which they are just need to be in the build dependency. - Fix the plist for gtk-sharp and gtk-sharp-devel share the some same main directories. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
* Remove a patch that introduces a binary incompatibility between kdelibslofi2005-07-112-127/+0
| | | | and qt33 if kdelibs has been built against a patched qt.
* Update to new version (snapshot)lofi2005-07-112-4/+4
| | | | | PR: ports/83205 Submitted by: maintainer
* Update to new version (snapshot)lofi2005-07-113-5/+195
| | | | | PR: ports/83204 Submitted by: maintainer
* - fix build on STABLE when libphtread does existsdinoex2005-07-101-1/+3
|
* Chase master sitekris2005-07-092-2/+2
| | | | Nagged by: krismail
* Update to 2.10.0.marcus2005-07-064-11/+12
|
* Update to 2.10.1.mezz2005-07-063-5/+4
|
* Upgrade from 8.4.10 to 8.4.11. Add a hunk to Tk to stop the need formi2005-07-063-11/+7
| | | | | | Tcl sources to be available at Tk build-time. Only a few headers are actually needed and they are installed by Tcl port under $LOCALBASE/include/tcl8.x
* - Remove MASTER_SITE_LOCAL from MASTER_SITES since everything seems to workahze2005-07-061-4/+2
| | | | again.
* Fix patching by coverting the patch target to a UNIX text file first.marcus2005-07-021-0/+5
| | | | Reported by: pointyhat via kris
* - Fix plist for last updatepav2005-07-012-0/+3
| | | | Pointy hat to: mi
* Correct the use of PREFIX (where we insall ourselves) and LOCALBASEmi2005-06-291-2/+2
| | | | | | | | (where we find other packages). This makes no difference in most cases... PR: 82645 Submitted by: Vsevolod Stakhov
* Add irrlicht 0.10.0, high performance realtime 3D engine.okazaki2005-06-298-0/+273
| | | | | PR: ports/71905 Submitted by: Simon Barner <barner@gmx.de>
* Update from 8.4.7 to 8.4.10mi2005-06-293-38/+46
|
* Update to 2.10.2.mezz2005-06-283-3/+13
|
* Correct the pkg-config information.marcus2005-06-283-0/+22
| | | | | PR: 82411 Submitted by: Panagiotis Astithas <past@ebs.gr>
* Add '-lm' to the output of fltk-config --ldstaticflags anddemon2005-06-261-0/+20
| | | | | | | | | fltk-config --ldflags. libm is needed when linking against libfltk. This fixes OpenOffice build with fltk installed. PR: 82551 Submitted by: Mike Durian <durian@shadetreesoftware.com>
* Update to 2.3.15.mezz2005-06-223-5/+9
|
* Update to 1.005arved2005-06-213-7/+6
| | | | | PR: 82405 Submitted by: <ports@c0decafe.net>
* - Remove MASTER_SITE_SOURCEFORGEahze2005-06-181-4/+2
|
* - Temp add MASTER_SITE_LOCAL to MASTER_SITESahze2005-06-181-2/+4
| | | | | I can only fetch 14% from the main gnome ftp and no other gnome mirror has it as of 10:10EST
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-1815-78/+600
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2] Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout) Tested on: ports cluster (kris) Reviewed by: silence on emulation@ Superseedes PR: 69997 Maintainer approval from: chris@chrisburkert.de cracauer@cons.org des girgen jamie@bishopston.net mezz mi nivit@users.sf.net pat simond@irrelevant.org riggs@rrr.de Udo.Schweigert@Siemens.com
* Remove a leftover devhelp directory.marcus2005-06-171-0/+1
| | | | Reported by: pointyhat via kris
* Add ewl, it's an Enlightened Widget Library.vanilla2005-06-165-0/+137
|
* Add etox, it's an evas based text layout libraryvanilla2005-06-165-0/+64
|
* - Update to 2.6.8ahze2005-06-166-6/+10
| | | | Release Notes: http://mail.gnome.org/archives/gnome-announce-list/2005-June/msg00023.html
* Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).lesi2005-06-155-20/+5
|
* Update to avoid possible DoS and multiple buffer overflowstrevor2005-06-129-516/+69
| | | | | | | when displaying ICO, XPM and BMP images. See security advisories CAN-2004-0753, -0782, -0783, -0788, and <URL:https://rhn.redhat.com/errata/RHSA-2004-466.html>.
* Upgrade to 2.4.0.thierry2005-06-128-114/+63
|
* Update to 2.6.3.marcus2005-06-113-465/+239
|
* Don't remove the Java JAR directory on deinstallation.marcus2005-06-111-1/+0
| | | | Reported by: pointyhat via kris
* Bump shlib versionpat2005-06-102-2/+2
| | | | | PR: ports/82033 Submitted by: maintainer
* Update to 1.63pat2005-06-103-9/+8
| | | | | PR: ports/82033 Submitted by: maintainer
* Use GCC 3.4+ instead of hardcoding 3.4.marcus2005-06-101-1/+1
| | | | Requested by: bland
* Use GCC 3.4 to fix the build on 4.X.marcus2005-06-101-0/+1
|
* Update to 2.6.2.marcus2005-06-077-115/+790
| | | | | PR: 81632 Submitted by: Panagiotis Astithas <past@ebs.gr>
* - Update to 3.2.1pav2005-06-074-32/+25
| | | | | PR: ports/81907 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Update to 2.4.3.marcus2005-06-062-4/+3
|
* - Fix build. Unbreak.sem2005-06-064-31/+4
| | | | | PR: ports/81865 Submitted by: Ports Fury
* - Fix on 4.xsem2005-06-062-0/+13
|
* - Update to 2.4.1sem2005-06-058-211/+40
| | | | | PR: ports/81864 Submitted by: Ports Fury
* back out last change since it was nothing but wrongoliver2005-06-041-5/+0
| | | | Pointed out by: mezz
* change the libtool version to use from 1.3 to 1.5oliver2005-06-0413-16/+19
|
* fix pkg-plist (Add missing @dirrm's)oliver2005-06-041-0/+5
| | | | Pointed out by: kris
* huh? pkg-plist is not broken? - remove BROKENoliver2005-06-041-3/+1
| | | | change the libtool version to use from 1.3 to 1.5
* - new option WITH_GNUSTEP_FAKEMAIN to work without procfsdinoex2005-06-031-0/+2
|
* Correct buffer overflows in xview libraries.nectar2005-06-022-1/+30
| | | | | Obtained from: Debian Security: http://vuxml.freebsd.org/ae6ec9b8-2f43-4d02-8129-c6a3a53ef09d.html
* - Don't install demos by default, they are not generally interesting andpav2005-06-023-13/+15
| | | | | | | | | | | it cuts 400 kB off the package. They can be build on demand - Fix plist for without manuals option - Portlint PR: ports/70503, ports/80012 Submitted by: Jake Hamby <jhamby@anobject.com>, Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: maintainer timeout (9 months, 6 weeks respectively)
* PORTREVISION bump should not be backed out.fjoe2005-06-011-1/+1
| | | | Prodded by: chkversion
* Update to 0.8.9.kwm2005-05-312-0/+6
| | | | | | | | | | | | Remove xine plugins, not very well supported and gstreamer-ffmpeg does a better job. Override COMMENT and PORTREVISION in slave ports. For the slave ports in multimedia add also CATAGORIES. Chase libmusepack -> libmpcdec rename. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html Approved by: maintainer (implicit)
* Update to 2.10.2, and register a dependency upon libgdl-1 if gdl isadamw2005-05-312-4/+7
| | | | installed (I really don't see the point of adding a WITH_GDL switch).
* Ooops. Backout previous commit. pav has provided a differentfjoe2005-05-302-11/+7
| | | | | | fix in Makefile rev. 1.5. Pointy hat to: fjoe
* - Fix the build: Use wxgtk2-2.4-config instead of wx-config.fjoe2005-05-302-7/+11
| | | | - Bump PORTREVISION.
* NO_LATEST_LINK=yesfjoe2005-05-301-0/+1
|
* - Use | as a separator instead of comma (,)fjoe2005-05-309-9/+21
| | | | | | - Bump PORTREVISION for affected ports (wxgtk26*-contrib). Requested by: lioux
* - Fix with recent wxWidgets changespav2005-05-281-0/+1
| | | | | PR: ports/81576 Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer)
* - Fix plistpav2005-05-282-0/+3
| | | | Reported by: pointyhat
* Fix a potential crash in Evolution when closing a window.marcus2005-05-262-0/+12
|
* Update to 0.5.0bland2005-05-247-45/+38
|
* - wxgtk26-contrib-utils: fix the build and bump PORTREVISION.fjoe2005-05-224-3/+11
| | | | Pointed out by: kris (via pointyhat)
* - Fix LIB_DEPENDS for wxgtk24-contrib portfjoe2005-05-222-3/+3
| | | | | | - Bump PORTREVISION for wxgtk24-contrib Pointed out by: kris (via pointyhat)
* - Update to 2.6.0.0 after repocopypav2005-05-2211-2618/+2393
| | | | | | PR: ports/80983 Submitted by: Neal Nelson <neal@nelson.name> Repocopy by: marcus
* BROKEN on ia64: Does not linkkris2005-05-221-0/+4
|
* Attempt to "fix" build on ia64 by applying same nasty hack as for amd64.kris2005-05-221-2/+4
|
* update to 4.2.2oliver2005-05-202-8/+4
|
* Update to 2.3.14.marcus2005-05-173-4/+12
|
* Amazing, I forgot to add abiword-devel, abiword-plugins-devel andmezz2005-05-171-0/+1
| | | | | | | | | | | gtk-sharp-devel in the category's Makefile. editors/Makefile: abiword-devel abiword-plugins-devel x11-toolkits/Makefile: gtk-sharp-devel
* Repocopy of gtk-sharp, at 1.9.3 of Gtk# and this is an unstable developmentmezz2005-05-1722-276/+332
| | | | | | | | release for the GNOME 2.6 bindings. Muine, MonoDevelop and maybe other C# apps will need this. PR: ports/81096 Repocopy by: marcus
* - libdata/pkgconfig is now included in mtreepav2005-05-173-3/+0
| | | | Approved by: marcus (portmgr hat)
* - Add --disable-backtrace to fix the build if devel/libexecinfo is installed.fjoe2005-05-163-3/+9
| | | | | | | - Bump PORTREVISION (of all wxgtk26 ports). PR: 81014 Submitted by: Ganael LAPLANCHE
* Update to 0.49erwin2005-05-162-4/+10
|
* Convert to OPTIONS.danfe2005-05-162-64/+16
|
* Change maintainer address.thierry2005-05-141-1/+1
| | | | | PR: ports/80973 Submitted by: Ulrich Spoerlein <q (at) galgenberg.net>
* - update to 0.9.6dinoex2005-05-142-3/+3
|
* Remove WITH_GTK1. wxgtk is no longer available.fjoe2005-05-133-15/+0
|
* Fix INDEX build.krion2005-05-133-3/+3
|
* Finish repo-copy of old py-wxPython 2.4.2 to py-wxPython24.fjoe2005-05-136-1596/+1
|
* Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to thefjoe2005-05-13100-3585/+2165
| | | | latest stable release wxWidgets 2.6.0.
* Finish repo copy of wxgtk 2.4.2 ports to wxgtk24*fjoe2005-05-1346-1501/+577
|
* Update to 2.6.2.marcus2005-05-122-3/+3
|
* Add a symlink to libqwt.so.4arved2005-05-104-0/+6
| | | | | | | Bump PORTREVISION PR: 80846 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
* remove gevas.vanilla2005-05-091-1/+0
|
* remove x11-toolkits/gevas, it's unmaintain ports, and out of date.vanilla2005-05-094-62/+0
|
* BROKEN: Does not buildkris2005-05-071-0/+2
|
* - Update maintainer's email addresspav2005-05-041-2/+2
| | | | | PR: ports/80591 Submitted by: Leonid Zolotarev <leoz.2005@gmail.com> (maintainer)
* BROKEN: Does not buildkris2005-04-301-0/+2
|
* Take maintainership.krion2005-04-261-1/+1
|
* Fix build on 4.X.jylefort2005-04-241-11/+1
| | | | | Reported by: pointyhat Approved by: adamw (mentor)
* Fix build failure triggered by pkgconfig update.bland2005-04-223-0/+6
|
* Fix inter-library dependencies.bland2005-04-229-3/+75
| | | | Reported by: krismail
* Needs extracted xview as a patch-dependency. I don't now why the behviourvs2005-04-201-1/+1
| | | | | | seems to have changed, though. Noticed by: cluster
* Fix inter-library dependency on libgdk.bland2005-04-202-9/+13
| | | | Reported by: krismail
* Fix inter-library dependencies so dependands get properly linked.bland2005-04-203-0/+25
| | | | This required for systems with pkgconfig 0.17+ installed.
* Update to 1.1.1.adamw2005-04-202-4/+8
|
* Bump PORTREVISIONs to chase the Mozilla update.marcus2005-04-171-0/+1
|
* - Update to 0.5.8jylefort2005-04-164-20/+38
| | | | | | | | - Fix GNOME panel support PR: ports/79980 Submitted by: David Thiel <lx@redundancy.redundancy.org> Approved by: adamw (mentor)
* Update to 2.6.2.adamw2005-04-163-5/+5
| | | | | | | There's some problem with link stage for programs linking against gtkmm24 on 4.x that's existed since at least 2.6.1. I'm committing this update because it doesn't make the problem any worse.
* Remove some leftover locale directories.marcus2005-04-142-0/+3
| | | | Reported by: GNOME Tinderbox
* Fixes thread safetyjylefort2005-04-145-3/+110
| | | | | | (http://bugzilla.gnome.org/show_bug.cgi?id=156885). Approved by: adamw (mentor)
* Update to 0.11.13.adamw2005-04-144-23/+6
|
* Add a few brief comments about what it means to set WITH_DEBUG to variousadamw2005-04-132-0/+12
| | | | | values. It's likely inaccurate information, so please improve on it if you can.
* Update to 2.6.7.marcus2005-04-134-6/+6
|
* Add support for building with Firefox.marcus2005-04-131-0/+8
| | | | Submitted by: Franz Klammer <klammer@webonaut.com>
* - Add WITH_DEBUG knob that has the following turnables [no|minimum|yes]ahze2005-04-132-0/+40
| | | | Default is minimum per gtk.
* s/.elseif/.eliflofi2005-04-131-5/+5
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-1223-26/+26
| | | | after 5.4-RELEASE.
* Update to 2.4.2.adamw2005-04-123-3/+7
|
* Add backup master site.lofi2005-04-121-6/+1
| | | | | PR: ports/79322 Submitted by: maintainer
* Update to 3.14.1, add backup master site.lofi2005-04-122-5/+4
| | | | | PR: ports/79321 Submitted by: maintainer
* Update to 2.10.1.kwm2005-04-113-3/+9
|
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-1123-26/+26
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 2.6.6ahze2005-04-116-90/+6
| | | | | | | From Release: This is a bug fix release and is source and binary compatible with 2.6.0. The main reason for this quick release is to fix problems with stock images in GTK+ 2.6.5.
* Update to 2.10.1.adamw2005-04-112-4/+3
|
* BROKEN: Broken dependencykris2005-04-111-0/+2
|
* BROKEN: Does not compilekris2005-04-111-0/+2
|
* Fix missing icons bug (bug #169870).bland2005-04-104-0/+84
| | | | Thanks to: Adam McLaurin <freebsd@irotas.net>
* - Reflect plist changes in gauche portpav2005-04-092-5/+1
|
* - Update to 2.6.5bland2005-04-096-14/+12
| | | | - Sort plist.
* Unreak: Trivial plist-fixvs2005-04-052-2/+1
| | | | Approved by: maintainer timeout (BROKEN >1 month)
* - Update to 1.0.8.mezz2005-04-0312-40/+32
| | | | | | | | | | - Change the maintainership; it seems that I have accidented put old maintainer back in. http://www.freebsd.org/cgi/getmsg.cgi?fetch=297599+0+/usr/local/www/db/text/2005/cvs-all/20050220.cvs-all Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
* - Update to 0.94.4dinoex2005-04-034-32/+3
| | | | http://www.lesstif.org/ReleaseNotes.html
* - update to 0.9.5dinoex2005-04-033-5/+31
| | | | - unbreak option WITH_GNUSTEP_LIBART
* - extend IGNORE messagedinoex2005-04-033-12/+12
| | | | | | | Sergei Gnezdov - update to 0.9.5 - remove WITH_GNUSTEP_DEVEL
* - Update to 0.94.2dinoex2005-04-035-3/+36
| | | | http://www.lesstif.org/ReleaseNotes.html
* - Update to 2.10.2ahze2005-04-032-3/+3
|
* Update to 2.3.13.marcus2005-04-033-5/+6
|
* Mark BROKEN only while building with fox-devel, and not with fox.krion2005-04-021-2/+1
|
* adjust MASTER_SITESoliver2005-04-021-2/+3
|
* Fix plist problems.marcus2005-04-022-3/+6
| | | | | Reported by: pointyhat via kris Approved by: portmgr (kris)
* Remove dead MASTER_SITE.fjoe2005-03-292-4/+2
| | | | | Submitted by: Diane Bruce Approved by: portmgr (marcus)
* We change PKGNAMEPREFIX conditionally, but ports uses PKGNAME for thelofi2005-03-271-0/+7
| | | | | | | | ${.target}_finished cookie-files. Result: Breakage! Work around this for now by setting the name of the the cookies ourselves. Approved by: portmgr (marcus)
* Mirror yet another PyQt distfile and unbreak.lofi2005-03-271-3/+3
| | | | Approved by: portmgr (marcus)
* BROKEN: Unfetchablekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* Bump PORTREVISION for all ports that depend on Mozilla.marcus2005-03-251-1/+1
| | | | Approved by: portmgr (implicit)
* Add a missing dependency on Mozilla. All the hooks were there, we just forgotmarcus2005-03-221-0/+3
| | | | | | | to actually depend on it. Reported by: pointyhat via kris Approved by: portmgr (implicit)
* Fix a number of thread-safty issues in libgnomeui.marcus2005-03-2110-0/+234
| | | | | PR: 79061 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Update to KDE 3.4lofi2005-03-2124-0/+2028
|
* Update py-sip, py-qt, py-kde to versions 4.2, 3.14, 4.0.0 respectively.lofi2005-03-217-62/+74
| | | | | PR: ports/78319 ports/78320 ports/78935 Submitted by: maintainer
* - fix unfetchable (wrong directory in CPAN)clsung2005-03-212-3/+1
| | | | | | - remove redundant entry in distinfo Noted by: Sean McNeil <sean at mcneil dot com>
* Generate proper package listing when using new mtree from xorg-server port.lesi2005-03-194-2/+20
|
* update to 4.2.1oliver2005-03-192-4/+4
|
* - update to 1.080clsung2005-03-183-4/+30
| | | | | - from ChangeLog - Stable release 1.080.
* Reset maintainer to ports@FreeBSD.orgskv2005-03-182-3/+1
| | | | Approved by: portmgr (krion)
* Add tkshape 0.4, a Tk library to access to X Shaped Window Extension.danfe2005-03-1712-0/+365
| | | | | PR: ports/70845 Submitted by: nivit(at)users.sourceforge.net
* Make fetchable until I get a chance to update the lot.lofi2005-03-171-1/+3
|
* obsolete/no port need thismezz2005-03-177-113/+0
|
* - Remove gnomeprefix to fix plistahze2005-03-171-1/+1
| | | | Pointed out by: krion via pointyhat
* - Update to 2.10.1ahze2005-03-172-3/+3
|
* Update to 2.6.1.adamw2005-03-162-3/+3
|
* - Update to 2.4.1ahze2005-03-162-3/+3
|
* Restore RESTRICTED line.trevor2005-03-153-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Gtk+ is under the GNU Library General Public License. The following is the portion of the license which grants permission to distribute it in binary form: 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. Since this port does not offer the sources, the conditions are not satisfied, and therefore the license does not give us permission to distribute the binaries. I brought up this issue with portmgr but after 73 days I have seen no response.
* Chase the bakery shared lib API version.marcus2005-03-151-1/+1
|
* Update to 2.3.12.marcus2005-03-153-4/+4
|
* Update to 2.6.1.marcus2005-03-152-3/+3
|
* Update to version 1.4.7krion2005-03-134-6/+6
| | | | | PR: ports/78750 Submitted by: Ports Fury
* Remove the WITH_CJK patch as it is no longer applicable.marcus2005-03-131-5/+0
| | | | Reported by: ume
* Update to 2.10.0. Note: this release is API and ABI compatible withmarcus2005-03-122-6/+14
| | | | 2.6.x, so a repocopy to libgnomeuimm210 is not needed.
* Add libgnomeprintuimm, C++ bindings for the GNOME printing GUI.marcus2005-03-125-0/+79
|
* Update to 2.3.11.marcus2005-03-127-104/+65
|
* Forgot to bump PORTREVISION.mezz2005-03-124-0/+4
|
* Get it works with newer libgtkhtml.mezz2005-03-128-8/+16
|
* Update to 2.6.0. Note: this release is API and ABI compatible withmarcus2005-03-123-13/+209
| | | | 2.4.x, so a repocopy to gtkmm26 is not needed.
* Add py-gnome-extras, a set of Python bindings for additional GNOMEmarcus2005-03-127-0/+189
| | | | | components previously wrapped by py-gnome2. These include libgtop2, gtkspell2, totem, mozilla, and nautilus-cd-burner.
* Update to 2.10.0.marcus2005-03-123-49/+21
|
* Update to 2.6.0.marcus2005-03-123-21/+99
|
* -Update to 0.12.0, works with GTK 2.6/GNOME 2.10.mezz2005-03-127-16/+39
| | | | | http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20050306_1 -A few clean up such as correct paths, dependencies and etc.
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-1272-61/+72
|
* Presenting GNOME 2.10 for FreeBSD!marcus2005-03-1249-351/+452
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy!
* - Update to 1.5.1.flz2005-03-112-3/+3
| | | | Approved by: pav (mentor)
* Add -fPIC while building at sparc64 as wellphantom2005-03-111-1/+1
|
* Remove open-motif-jdkphantom2005-03-111-1/+0
|
* Its functionality was integrated to open-motif port, remove.phantom2005-03-111-23/+0
|
* Merge open-motif-jdk's functionality to open-motif port itselfphantom2005-03-111-0/+14
|
* - add missing entry (lib/libsmokeqt.a) in PLIST_FILESleeym2005-03-101-1/+1
|
* - Update to 0.09.flz2005-03-084-8/+10
| | | | | | PR: ports/78582 Submitted by: ports@c0decafe.net <ports@c0decafe.net> (maintainer) Approved by: pav (mentor)
* Update to 1.2.0.kwm2005-03-082-4/+4
|
* Add p5-Gtk2-PodViewer 0.07, Gtk2-Perl widget and program for displaying POD.flz2005-03-089-0/+93
| | | | | | PR: ports/70683 Submitted by: ports@c0decafe.net <ports@c0decafe.net> Approved by: pav (mentor)
* Add p5-Gtk2-TrayIcon 0.03, a Perl interface to the EggTrayIcon library.flz2005-03-085-0/+57
| | | | | | PR: ports/76111 Submitted by: Florent Thoumie <flz@xbsd.org> Approved by: pav (mentor)
* Update to 1.2.0arved2005-03-073-26/+37
| | | | | | | Chase Coin share library PR: 77979 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Remove hardcoding of MTREE_FILE. This is handled in bsd.port.mk sincelesi2005-03-063-3/+0
| | | | rev. 1.503 for ${PREFIX} == ${XPREFIX} cases.
* Remove a leftover locale dir to fix the plist with GTK+ 2.6.marcus2005-03-051-0/+2
| | | | Submitted by: ade
* Drop maintainershiplioux2005-03-051-1/+1
|
* Update to 0.11.12.marcus2005-03-038-557/+17
|
* - Fix fetchpav2005-03-033-17/+16
| | | | - Make this build a little further
* Respect the user's USE_LINUX setting.trevor2005-03-023-3/+0
|
* Remove some patches in favour of USE_LIBTOOL_VER=15vs2005-03-022-15/+1
|
* Update to 1.1.93.kwm2005-03-022-3/+3
|
* - split multimedia/gstreamer-plugins in to individual ports perahze2005-03-013-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gstreamer plugin (52 new ports). - Chase changes to ports that used USE_GNOME=gstreamerplugisn to use new USE_GSTREAMER= macro, Bump PORTREVISION's -- Examples of new USE_GSTREAMER macro: USE_GSTREAMER= dvd lame flac .include <bsd.port.mk> If you want to use USE_GSTREAMER after <bsd.port.pre.mk> you must follow one of the examples listed below WANT_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_VORBIS) USE_GSTREAMER+= vorbis .endif or USE_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_FAAD) USE_GSTREAMER+= faad .endif Note: USE_GSTREAMER=yes will always add a dependency to ports/multimedia/gstreamer-plugins -- Thanks to krion for runing this on pointyhat Thanks to kwm for helping with this, and many bug fixes , and updates.
* BROKEN: Does not build with current fox-devel version.krion2005-02-281-0/+2
|
* BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2
|
* BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2
|
* BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2
|
* - Use INFOpav2005-02-272-6/+1
| | | | Requested by: krion
* Update to 1.0.6, see details: http://www.go-mono.com/archive/1.0.6/mezz2005-02-2712-84/+80
| | | | | Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
* do not install manpages for now to avoid conflicts.kjc2005-02-272-11/+12
| | | | update the maintainer's e-mail address while I'm here.
* Update to version 1.5krion2005-02-253-9/+11
| | | | | PR: ports/77978 Submitted by: Ports Fury
* Bump library version number due to last x11-toolkits/fox-develkrion2005-02-253-3/+6
| | | | update.
* Update to version 1.4.6krion2005-02-2512-72/+118
| | | | | PR: ports/77977 Submitted by: Ports Fury
* Update to 2.8.1.marcus2005-02-223-93/+9
|
* - Prevent endless loop in wxString::PrintV.fjoe2005-02-225-0/+82
| | | | - Bump PORTREVISION.
* Unbreak by not creating empty directories. Note that this patch will bevs2005-02-222-2/+11
| | | | | applied after the initial xview-build and relies on correctly detecting that the Makefile must be regenerated.
* - Update to 1.004ahze2005-02-212-4/+3
| | | | Submitted by: maintainer
* Upgrade to 1.8.4des2005-02-216-85/+3
|
* - This port conflicts with wxgtk2-unicode-contrib-devel-2.5.2fjoe2005-02-217-0/+28
| | | | | (common file lib/libwx_gtk2u_xrc-2.5.so). - Bump PORTREVISION.
* Adjust CONFLICTS so that it matches all PORTREVISION's offjoe2005-02-214-4/+4
| | | | wxgtk2-contrib-devel-2.5.2.
* - This port conflicts with wxgtk2-contrib-devel-2.5.2fjoe2005-02-214-0/+20
| | | | | | | (common file lib/libwx_gtk2_xrc-2.5.so). - Bump PORTREVISION. PR: 76692
* Remove CONFLICTS on wxgtk-* ports. This is no longer true.fjoe2005-02-204-8/+0
| | | | Submitted by: Christopher Nehren
* Remove more copies of Tcl's SunOS shared library hack.das2005-02-201-0/+16
| | | | | | | | | | | | | | | | | | | It's worth pointing out that the Tcl project used to *recommend* that application writers copy this kludge. These ports work fine with Tcl 8.3, which provided a fake matherr() even if the OS didn't, but here's what the Tcl 8.4 changelog has to say: 2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english) *** POTENTIAL INCOMPATIBILITY *** The following lines can be safely removed from any application that has them, unless compatibility with SunOS 4.X is desired. extern int matherr(); int *tclDummyMathPtr = (int *) matherr; The build problems were pointed out by Kris, as usual. ;-)
* As previously announced, remove ports that have reached their expiry date,kris2005-02-1916-483/+0
| | | | and the handful of ports that depended on them.
* Update to 2.2.5.adamw2005-02-192-3/+3
|
* BROKEN: Incomplete pkg-plistkris2005-02-191-0/+2
|
* BROKEN: Incorrect pkg-plistkris2005-02-191-0/+2
|
* - catch up autoconf changesdinoex2005-02-181-1/+1
|
* Update to version 0.5.18krion2005-02-183-4/+18
| | | | | PR: ports/76867 Submitted by: maintainer
* Update to version 4.2.0krion2005-02-186-74/+180
| | | | | PR: ports/76850 Submitted by: Kay Lehmann <kay_lehmann at web.de>
* BSD# Project is taking the maintainership, as for lang/mono, tmclaugh wantsmezz2005-02-174-4/+4
| | | | | | | to ask someone first before let BSD# Project to take the maintainership. The reason is that we are lacking on C programming, threads knowledge and etc. BSD# Project: http://forge.novell.com/modules/xfmod/project/?bsd-sharp
* 1. uses "ARCH" instead of "MACHINE_ARCH"obrien2005-02-173-36/+57
| | | | | | | | | 2. allow "ARCH" to be over-ridable. 3. fix ordering to better follow Mk/bsd.port.mk guidelines XXX, I don't like setting "--ignorearch", but some ports just would not install on amd64 w/o it. Even with the 'ARCH' override, installing these RPM's would complain about the system being the wrong architecture.
* BROKEN: Incomplete pkg-plistkris2005-02-153-0/+6
|
* Fix MASTER_SITES.lesi2005-02-153-3/+3
|
* In order to use gnomeprefix, you must use USE_X_PREFIX. This fixes a problemmarcus2005-02-141-1/+2
| | | | | | with leftover directories during package building. Reported by: pointyhat via kris
* Add DISTNAME to fix it.mezz2005-02-141-0/+1
| | | | Reported by: pointyhat via kris
* With portmgr hat on, reset maintainership of these ports. Maintainer'slinimon2005-02-144-4/+4
| | | | | | | | | old email address bounces, and he has not been responsive to email on the only other one we have for him. These ports are now available for adoption. Come back coop, we miss ya ...
* BROKEN: Incomplete pkg-plistkris2005-02-132-0/+4
|
* - QtPixmap -> qtpixmap in PORTNAME.mezz2005-02-132-9/+6
| | | | | | | | | | - Fix the plist, do not try to remove gtk's directory. [1] - Change the libtool from 1.3 to 1.5. - Few other small clean up such as remove GNU_CONFIGURE, since the USE_LIBTOOL_VER will taking care of it. Also, make it bit easier to read. - Bump the PORTREVISION. Reported by: pointyhat via kris [1]
* wxRuby is a library to allow Ruby programs to use wxWindows (alsopav2005-02-116-0/+242
| | | | | | | | known as wxWidgets), which is a mature, cross-platform, GUI toolkit that uses native widgets where possible. PR: ports/77283 Submitted by: Ulrich Spoerlein <q@uni.de>
* Remove patch-fltk-config.in: fltk-config --ldflags should not returnthierry2005-02-101-11/+0
| | | | | | | -L/usr/local/lib, but this breaks audio/spiralsynthmodular and graphics/quat-gui which rely on it. Reported by: Kris via pointyhat.
* Fix the plist by remove zu locale directories.mezz2005-02-091-0/+2
| | | | Reported by: pointyhat via kris
* Update to 1.1.92.marcus2005-02-092-3/+3
|
* Add a new slave port, to build FLTK with threads supportthierry2005-02-082-0/+13
| | | | (required by math/freefemm++).
* - prepare for a new slave port x11-toolkits/fltk-threads;thierry2005-02-082-1/+27
| | | | | | | | | - remove -L/usr/local/lib from `fltk-config --ldflags`; - mark IGNORE if threading is enable on 4.x (if someone had a a clue to fix it, it would be great!). Approved by: demon (maintainer)
* Update to 2.4.11.marcus2005-02-073-77/+3
|
* Fix a pixbufs demo by correct the gtk20 path. s|/usr|${X11BASE}|gmezz2005-02-071-0/+9
| | | | Reported by: lofi via IRC
* Update to Qt 3.3.4, introduce MASTER_SITE_QT.lofi2005-02-064-79/+8
| | | | Approved by: maintainer (for qmake)
* Fix crash if the LANG sets as empty. Bump the PORTREVISION.mezz2005-02-062-0/+17
| | | | Submitted by: marcus via IRC
* Update to 2.8.1.marcus2005-02-064-13/+19
|
* - NO_PORTDOCS -> NOPORTDOCSpav2005-02-061-1/+1
| | | | | PR: ports/77130 Submitted by: Marius Nuennerich <marius.nuennerich@gmx.net>
* Chase linux-libtiff dependency after library version change.netchild2005-02-053-6/+6
| | | | Noticed by: pointyhat
* Update to 0.62, based on [1].kwm2005-02-043-19/+24
| | | | | | | Fix build on sparc64 by not adding -fpic to CFLAGS. PR: 68879 Submitted by: Piotr Smyrak
* Update to 0.9.7 (mozembed still needs manual tweaking, though)vs2005-02-015-229/+251
|
* Add open-motif-jdkerwin2005-02-011-0/+1
| | | | Forgotten by: phantom
* - Upgrade to 1.1.6;thierry2005-02-016-257/+261
| | | | | | - pet portlint. Approved by: demon (maintainer).
* Add kinda special slave port for open-motif, which is expectedphantom2005-02-011-0/+23
| | | | | | | to be used while building of native jdk ports. In conjunction with additional rules in jdk's Makefile it'll allow avoid installing of open-motif while building of jdk and include special patch which fixes Drag'n'Drop support for Sun's JDK by default.
* Add configuration variable WITHOUT_OPENMOTIF_MANUALS, which controlsphantom2005-02-011-0/+5
| | | | building/installing of open-motif's manpages and docs
* - bring xfce4 to 4.2oliver2005-01-273-10/+78
| | | | | | | | - remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that update) - take maintainership of x11-wm/xfce4-session [1] - bump PORTREVISION of all plugins because they need to be linked against the new xfce4 libs Approved by: maintainer [1]
* Don't install unneeded perllocal.pod file.kuriyama2005-01-261-0/+4
| | | | Reported by: pointyhat via kris
* Update to 1.1.91.kwm2005-01-262-3/+3
| | | | Mainly bug fixes and translation updates.
* Unbreak with kde 3.3.2ahze2005-01-251-5/+12
| | | | | PR: ports/76625 Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
* Add missing dependencies.lofi2005-01-251-2/+4
|