aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
...
* - Work around a pkg-plist problem: turn all options on by default.sem2006-01-071-6/+6
|
* Catch up with distfile rename/update.netchild2006-01-056-15/+15
| | | | Submitted by: Jerzy Gurycz <Jerzy.Gurycz@enarxe.com>
* Uphold C{C,XX,FLAGS}lioux2006-01-043-16/+29
| | | | Approved by: Panagiotis Astithas past at ebs.gr (maintainer)
* New port: x11-toolkits/swt31 Standard Widget Toolkit for Javaedwin2006-01-047-0/+2658
| | | | | | | | | | | | | | | | | | This is a new port for SWT. SWT is the software component that delivers native widget functionality for the Eclipse platform in an operating system independent manner. This port provides SWT without requiring a full download and build of Eclipse. Other ports (like net/azureus) that need SWT but not eclipse, can be subsequently changed to depend on this, much lighter, port. I tested it on i386, but am unable to verify whether it works on amd64 or not, although all the necessary bits from eclipse have been kept AFAICT. If someone later steps up to the task, ONLY_FOR_ARCHS can be modified accordingly. PR: ports/91083 Submitted by: Panagiotis Astithas <past@ebs.gr>
* Fix the vte.pc, they have backed up the change of vte.pc that caused break themezz2006-01-032-0/+18
| | | | | | | | | | | | | | | | | | | | | | apps' build such as gtksharp and etc. Bump the PORTREVISION. Before: # pkg-config --cflags vte -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include After: # pkg-config --cflags vte -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/lib/gtk-2.0/include Reported by: tmclaugh (for puzzled gtksharp broke w/out change) GNOME Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=322240 Obtained from: GNOME CVS (vte module)
* x11-toolkits/iwidgets minor cleanup of the Makefileedwin2006-01-032-10/+7
| | | | | | | | | Removed the PORT_SUBDIR so the port can use the existing itcl distfile if there is one. Removed the tcl and tk dependencies since both are dependencies of itk anyway PR: ports/91243 Submitted by: Paul Schmehl <pauls@utdallas.edu>
* Add master site to quiten the distfile survey.netchild2005-12-303-3/+6
| | | | | PR: 90751 Submitted by: John E. Hein <jhein@timing.com>
* Fix excessive RUN_DEPENDS.netchild2005-12-303-12/+6
| | | | | PR: 90345 Submitted by: Ulrich Spoerlein <q@galgenberg.net>
* Fix RUN_DEPENDS.netchild2005-12-303-9/+6
| | | | | PR: 90345 Submitted by: Ulrich Spoerlein <q@galgenberg.net>
* Use the nspr.pc from devel/npsr instead of looking for one installed bymarcus2005-12-291-0/+5
| | | | Mozilla. This fixes the build with the new Gecko World Order.
* - Add SHA256 checksumanray2005-12-288-0/+8
| | | | | | | - Add $FreeBSD$ tag in patch files PR: ports/91008 Submitted by: maintainer
* - Change encodings dependency line on file which will not go away in Xorgpav2005-12-281-1/+1
| | | | | | 6.9/7.0 Submitted by: lesi
* - Update to 1.030erwin2005-12-273-13/+9
| | | | | | | - Hand maintainership to submmitter PR: 90942 Submitted by: Wesley Shields <wxs@csh.rit.edu>
* Fix a problem with wish and update to 4.0.1.thierry2005-12-266-271/+273
| | | | | | | Now depends on tk84, thus change CATEGORIES. PR: 84369 Submitted by: Paul Schmehl <pauls (at) utdallas.edu> (maintainer)
* Updates to use tk84.thierry2005-12-262-5/+6
| | | | | | | Bump PORTREVISION and add tk84 to CATEGORIES. PR: N/A (direct mail) Submitted by: Pedro F. Giffuni <giffunip (at) yahoo.com>
* - update to 0.10.2dinoex2005-12-255-9/+10
|
* Update to 2.12.3.marcus2005-12-242-4/+4
|
* Fix up IGNORE message to appease portlint.marcus2005-12-191-1/+1
|
* Add USE_GECKO to fix packaging.marcus2005-12-191-2/+3
| | | | Reported by: pointyhat via kris
* Back in -fPIC. On some platforms, its absence causes the build to failjylefort2005-12-181-1/+2
| | | | | | for ports which link (although statically) against plib. Reported by: pointyhat via kris
* -Update to 2.8.2.mezz2005-12-183-265/+395
| | | | | -Using --disable-demos instead of patch to disable it. -NOPORTDOCS no longer need a hack, using --disable-docs instead.
* BROKEN: Does not buildkris2005-12-181-0/+2
|
* -Update to 0.11.16.mezz2005-12-135-397/+7
| | | | -Remove patch-08_multiscreen_safe; it doesn't apply clean anymore.
* Update to 1.0.2lawrance2005-12-122-6/+14
| | | | | PR: ports/90242 Submitted by: Ron Scheckelhoff <rscheckelhoff@yahoo.com> (maintainer)
* Unbreak and fix build.lawrance2005-12-123-2/+39
| | | | | PR: ports/90249 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Update to 2.6.0lioux2005-12-113-164/+205
|
* Update to 2.8.9.marcus2005-12-104-8/+8
|
* - Fix fetching. It seems duplicate listing of single file in distinfo breakspav2005-12-091-3/+0
| | | | | | -S argument creation for fetch Reported by: krismail
* - PC joystick fixes:jylefort2005-12-074-5/+257
| | | | | | | | - support joysticks having only one axis - filter out bogus values - warn if the calibration files cannot be read - provide a calibration utility - Makefile cleanup
* Properly fix it, same as wxgtk24_doc, with a LATEST_LINKedwin2005-12-051-2/+4
|
* update port: wxgtk26-docsedwin2005-12-051-2/+2
| | | | | | | | Changed PORTNAME to wxgtk_doc_26 to remove duplicate latest link values with port wxgtk_doc. PR: ports/89929 Submitted by: Matthias Sund <m.sund@arcor.de>
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-1/+0
|
* Add LATEST_LINK.adamw2005-12-051-0/+2
|
* Add INFO macroedwin2005-12-052-3/+1
|
* - update to 1.2.10netchild2005-12-039-171/+177
| | | | | | | | - use the fedora legacy site before the rpm mirrors (should speed up the fetch operation) - allow to add SRC RPM's (not used in this port, since it also serves as a framework for other ports which would break then, I hope this will be fixed soon by seperating the framework from this Makefile)
* Fix a small bug in extensions/dcopexport.pymnag2005-12-022-1/+29
| | | | | | | Bump PORTREVISION PR: 89819 Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
* - Update to 0.42erwin2005-12-022-5/+11
| | | | | - Mark for perl 5.8.x or higher due to its dependency on x11-toolkits/p5-Tk
* Update to 2.12.2.marcus2005-12-022-4/+4
|
* Add SHA256 to my BSD# portstmclaugh2005-12-012-0/+2
| | | | Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* - Update to 1.10.2ahze2005-12-012-4/+4
|
* - Add amd64 to ONLY_FOR_ARCH.flz2005-11-303-9/+9
| | | | | PR: ports/87745 Submitted by: Simun Mikecin <numisemis@yahoo.com>
* - Convert to using USE_GECKOahze2005-11-302-46/+15
|
* Update to 3.15.1mnag2005-11-292-7/+6
| | | | | PR: 89611 Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
* Update to 2.12.2.mezz2005-11-293-5/+11
|
* Update to 2.8.8.marcus2005-11-296-46/+8
|
* - Update to 2.12.2ahze2005-11-292-4/+4
|
* - Mark ONLY_FOR_ARCHS=i386 as distfile contains i386 binarypav2005-11-281-0/+3
| | | | Reported by: krismail via edwin
* Use PATCH_SITE_SUBDIR instead of substituting %SUBDIR%.fenner2005-11-281-1/+2
| | | | Approved by: Kenjiro Cho (MAINTAINEr)
* Use distfile groups to associate directories with master sites.fenner2005-11-281-4/+5
| | | | Approved by: mikeh (MAINTAINER)
* - Add SHA256pav2005-11-274-0/+4
| | | | Approved by: maintainer
* - Hack in fedoralegacy.org which seems to carry RedHat 7.2, 7.3, 8 and 9 RPMspav2005-11-263-3/+12
| | | | Fixes fetching of x11-fonts/linux-urw-fonts
* - Make fetchablepav2005-11-266-8/+10
| | | | | | | - Update WWW - Add SHA256 This port could use an update
* - Style: ports@freebsd.org -> ports@FreeBSD.orgpav2005-11-263-3/+3
|
* - Add SHA256pav2005-11-2685-2/+89
|
* [new port]: x11-toolkits/wxgtk26-docs, wxWidgets 2.6.2 HTML documentationedwin2005-11-254-0/+47
| | | | | | | | wxWidgets 2.6.2 HTML documentation, since is only the documentation for wxWidgets 2.4 in the ports tree. PR: ports/89298 Submitted by: Matthias Sund <m.sund@arcor.de>
* Drop maintainership.barner2005-11-241-1/+1
|
* Add SHA256 for my ports (that don't already have it).barner2005-11-241-0/+1
|
* XScoop provides the ability to quickly determine which underlying X librariespav2005-11-244-0/+37
| | | | | | | | | | | were statically linked into an application, even when the source is not available. XScoop parses an executable, looking for matches on a subset of sample keywords that may identify the library being used. It does not produce absolute results, and instead supplies a report with key-hits which represent the likelihood that a particular library is present in the binary. PR: ports/89419 Submitted by: Ron Scheckelhoff <rscheckelhoff@yahoo.com>
* - Add SHA256 checksumspav2005-11-2434-0/+34
|
* Fix a typo in the plist.netchild2005-11-236-6/+6
| | | | | PR: 89367 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* Allow to replace with an old package (useful in the portupgrade case).netchild2005-11-233-3/+3
|
* BROKEN: Does not compilekris2005-11-211-0/+2
|
* We no longer need to touch the icon-theme.cache now that gnome-icon-thememarcus2005-11-214-8/+2
| | | | does the right thing.
* Update to 2.4.14.netchild2005-11-219-255/+885
| | | | Tested with: acroread7
* Update to 1.6.0.netchild2005-11-219-192/+126
| | | | Tested with: acroread7
* - Fix plist. [1]netchild2005-11-209-12/+39
| | | | | | | - Use FC master sites. - Add SHA256 (no MD5 change). Noticed by: YAPHR [1]
* Reliably detect if icon-theme.cache is uptodate, by checking the mtimejylefort2005-11-204-2/+100
| | | | of all the files in a theme directory.
* * Use X11BASE rather than PREFIX or %D to search for iconsmarcus2005-11-194-6/+14
| | | | | | | * Make sure ${X11BASE}/share/icons/hicolor/icon-theme.cache exists by touching it. Otherwise, the cache file would not appear until icons were actually installed, and this was breaking some port builds on pointyhat.
* Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-194-4/+4
| | | | | to allow for easier overriding of these targets by port Makefiles, if they need to.
* Update to 1.1.2.marcus2005-11-192-4/+4
|
* Add SHA256 checksum.fjoe2005-11-184-0/+4
|
* - Fix build on FreeBSD 4.Xpav2005-11-162-0/+36
| | | | | PR: ports/89139 Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net>
* Update to 2.12.1.marcus2005-11-162-4/+4
|
* Update to 0.14.1, serious memory leaks on 0.14.0 was fixed. See release notemezz2005-11-161-0/+4
| | | | | | for details: http://ruby-gnome2.sourceforge.jp/?News_20051114_1
* Update to 2.8.7.marcus2005-11-164-8/+8
|
* Update to snapshot 20051013mnag2005-11-153-24/+6
| | | | | | | | Bump PORTREVISION Add SHA256 PR: 88963 Submitted by: "Danny Pansters" <danny@ricin.com> (maintainer)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-1569-77/+69
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mksem2005-11-151-0/+1
| | | | Reported by: chkversion script
* - Chase libgksuui updatepav2005-11-151-1/+2
|
* Take a perl@ hat and add SHA256 checksumsmat2005-11-141-0/+1
|
* Add SHA256mnag2005-11-141-0/+1
| | | | | PR: 88961 Submitted by: maintainer
* Add SHA256mnag2005-11-141-0/+1
| | | | | PR: 88959 Submitted by: maintainer
* o) Drop maintainership cause I didn't use these ports since months anymore.lkoeller2005-11-142-2/+2
|
* - Fix build on FreeBSD 4pav2005-11-131-2/+19
| | | | Reported by: krismail
* - add SHA checksumdinoex2005-11-134-0/+4
|
* - Yield to a total SHAtification.sem2005-11-111-0/+1
| | | | - mysql-administrator: simplify BROKEN message
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-114-4/+4
| | | | been inactive more than 6 months. We hope to see him back sometime.
* - Chase enchant libver bumpahze2005-11-101-0/+1
|
* - Update to 2.3.92 [1]tmclaugh2005-11-108-102/+221
| | | | | | | | | | | | | - Remove PKGNAMESUFFIX, we don't need this. - Remove libgnomedb# and gda#, libgnomedb and gda are no lobnger part of Gnome. - Add support for gtkhtml 3.8 - Correct pkg-plist for gacutil changes with Mono 1.1.9.x - Include bsd.mono.mk. Submitted by: Soeren Straarup <xride@x12.dk> Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* - Remove libgnomedb# and gda#, libgnomedb and gda are no lobnger parttmclaugh2005-11-105-31/+149
| | | | | | | | | | of Gnome. - Add support for gtkhtml 3.8 - Correct pkg-plist for gacutil changes with Mono 1.1.9.x - Include bsd.mono.mk. Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* - Use new ghc-pkg infrastructurevs2005-11-093-18/+27
| | | | - Bump PORTREVISION since installing from package wouldn't work
* update to xfce 4.2.3.1oliver2005-11-092-4/+4
| | | | Changelog: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
* Add SHA256 checksums to the distinfo files.edwin2005-11-092-0/+8
|
* libsexy is a library containing additional widgets for gtk:pav2005-11-0911-0/+149
| | | | | | | | | | | - url label - spell checked text entry - text entry with icons libsexymm are the corresponding c++ bindings for libsexy. PR: ports/88577 Submitted by: Andreas Kohn <andreas@syndrom23.de>
* Update to 2.2.4.netchild2005-11-099-111/+135
|
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionarved2005-11-081-0/+1
| | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio
* Add a patch from WX_2_6_BRANCH:fjoe2005-11-089-0/+75
| | | | | | | src/common/intl.cpp rev. 1.166.2.1: backported fix for crash in Unicode build (bug 1303851) Submitted by: mux
* Fix the file chooser in gtk-demo.jylefort2005-11-082-0/+10
|
* Add -fPIC to CFLAGS (for ia64). Since `irrlicht' is a port that consists ofbarner2005-11-081-1/+1
| | | | | | | a shared library only (and a few header files, of course), it's ok to do it in the ports Makefile. Reported by: pointyhat via kris
* Upgrade to 0.9.10.obraun2005-11-063-89/+123
|
* Bump PORTREVISION to chase glib update that came with Gnome 2.12tmclaugh2005-11-062-2/+2
| | | | | | | | - Initially I planned to make a large Mono commit right after Gnome 2.12 was merged but the new Gnome has in part caused me to delay merging updates to Mono and friends. Approved by: mezz (co-mentor)
* Update to 2.6.2.fjoe2005-11-0624-144/+168
|
* Incorporate ruby-gnome/Makefile.common into this port since it is thekris2005-11-052-1/+19
| | | | last remaining consumer of it.
* These ports depended on jx, which was removed.kris2005-11-0531-1174/+0
|
* hs-gio depended on hs-port, which was removed.kris2005-11-056-209/+0
|
* Remove expired portskris2005-11-0549-3785/+0
|
* - update for cairo releasedinoex2005-11-051-3/+1
|
* new slave port gnustep-back with cairo backenddinoex2005-11-052-0/+20
|
* Update to 2.8.2.marcus2005-11-053-70/+66
|
* Update to 3.3.5lofi2005-11-059-71/+118
|
* Update to 2.12.1.marcus2005-11-055-5/+49
|
* Update to 2.12.0.marcus2005-11-057-29/+216
|
* Update to 2.8.1.marcus2005-11-056-40/+328
|
* Fix build with new gtk+ since the X11 pango libraries are not includedmarcus2005-11-051-1/+6
| | | | | | in the gtk+-2.0 pkg-config file anymore. Submitted by: mezz
* Fix the build w/ new glib/gtk/pango stuff, bump the PORTREVISION for chasemezz2005-11-054-1/+24
| | | | glib's bump.
* - Update to 0.14.0, see release note for details:mezz2005-11-058-1/+51
| | | | | | | | http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20051016_1 - Two new ports have been added, ruby-cairo and ruby-gtkmozembed. - databases/ruby-libgda has been mark as BROKEN, because it still needs to catch up w/ new libgda-2.0, so remove it from ruby-gnome2-all.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-0564-51/+64
|
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesmarcus2005-11-0541-332/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly.
* Let the IGNORE message make a bit more sense and change it from:erwin2005-11-012-2/+2
| | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports
* Update to 1.6.0.1mnag2005-10-312-4/+3
| | | | | PR: 88255 Submitted by: James Earl <chero7@telus.net> (maintainer)
* Drop MAINTAINERmnag2005-10-301-1/+1
| | | | | PR: 88196 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> (maintainer)
* BROKEN on ia64: Missing -fPIC from shared librarieskris2005-10-291-2/+2
|
* BROKEN on sparc64 and ia64: Does not compilekris2005-10-281-0/+4
|
* [1]:jylefort2005-10-275-46/+61
| | | | | | | | | | | | | | - Update to 0.5.10 - Respect ${X11BASE} Moreover: - Install with ${INSTALL_*}, in order to ensure proper permissions/ownerships - Unconditionally install examples, regardless of ${NOPORTDOCS} - Simplify the Makefile through the use of PORTDOCS=* [1]: PR: ports/88071 Submitted by: maintainer
* DISTNAME affects WRKSRC-generation, sigh.vs2005-10-273-12/+37
| | | | | | Fix build-issue while here Noticed by: kris
* - new backend option WITH_GNUSTEP_CAIROdinoex2005-10-251-11/+17
| | | | (broken, as libcairo.1 is too old)
* - disable glitz by defaultdinoex2005-10-251-0/+2
| | | | Reported by: Andriy Gapon
* [maintainer] x11-toolkits/qscintilla: make X11BASE agnosticedwin2005-10-231-2/+2
| | | | | | | *BASE police: This port used /usr/X11R6 somewhere, should be X11BASE PR: ports/87850 Submitted by: Danny Pansters <danny@ricin.com>
* Fix build on amd64 by adding -fPIC to CFLAGS.barner2005-10-221-0/+4
| | | | Reported by: pointyhat via kris
* Chase recent libCoin updatevs2005-10-221-1/+2
|
* Add gtkextra2jylefort2005-10-211-0/+1
|
* Update to 2.1.1jylefort2005-10-219-128/+76
| | | | | PR: ports/87564 Submitted by: Rob <spamrefuse@yahoo.com>
* - Update to 0.12.0 [1]barner2005-10-207-90/+86
| | | | | | | - Explicitely link against libz, libpng, libjpeg - Remove @'s in do-install: target, so one sees what's going on Reminded by: Edwin's version nagger [1]
* - Use configure instead of patching install-pathvs2005-10-174-31/+2
| | | | | | - Drop .la-files through USE_INC_LIBTOOL - Drop pkg-message which was displaying a wrong path and won't be correct anyway now that we're claiming to support different PREFIXes
* Update to 1.2.2vs2005-10-173-10/+6
|
* - Project no longer exists, use MASTER_SITE_DEBIANvs2005-10-173-5/+5
| | | | | | - Remove WWW-tag Noticed by: fenner's magical distfile survey
* - Bump PORTEPOCH since I managed to spill this with a local version;vs2005-10-172-2/+3
| | | | | | | this will teach me do test stuff in /usr/ports. - Update WWW-tag while here Pointy hat: me
* Make sure the PIC CFLAGS are properly used for all objects.marcus2005-10-161-5/+8
| | | | Reported by: Stefan 'Steve' Tell <stefan.tell@crashmail.de>
* Add -fPIC to CFLAGS to fix the build on amd64.marcus2005-10-161-1/+1
| | | | Reported by: Stefan 'Steve' Tell <stefan.tell@crashmail.de>
* Chase update of lang/ghcvs2005-10-141-2/+2
|
* - Update to 1.2ahze2005-10-142-3/+3
|
* - Unbreak port by registering x11-toolkits/wxgtk26-contrib as LIB_DEPENDSehaupt2005-10-094-0/+6
| | | | | | | | | - Fix packing list PR: 87130 Submitted by: ehaupt Approved by: Neal Nelson <neal@nelson.name> (maintainer), novel (mentor)
* fix MASTER_SITESoliver2005-10-071-1/+1
| | | | Noted by: portsurvey
* - update to 1.101clsung2005-10-053-3/+9
|
* Take maintainership.jylefort2005-10-051-1/+1
|
* Chase the remaining cases of scriptics.com in the ports tree. The sitelinimon2005-10-042-2/+3
| | | | | | | has been renamed to tcl.tk. Source: distfile survey Hat: portmgr
* Drop maintainership.des2005-10-041-1/+1
|
* Bump PORTREVISION to force update to the new master/slave structurelioux2005-10-022-0/+2
|
* o A slave port of x11-toolkits/py-wxPython26 that builds a unicodelioux2005-10-023-0/+25
| | | | | | version of it o Assign maintainership to Neal Nelson <neal@nelson.name> maintainer of the master port
* o A slave port of x11-toolkits/py-wxPython26 that installs thelioux2005-10-025-0/+1553
| | | | | | | common parts shared amongst both x11-toolkits/py-wxPython26 and x11-toolkits/py-wxPython26-unicode o Assign maintainership to Neal Nelson <neal@nelson.name> maintainer of the master port
* o Prepare it to become a master port:lioux2005-10-026-2816/+1902
| | | | | | | | | | | | 1) This port will build an ansi based version of x11-toolkits/py-wxPython26 2) A slave port x11-toolkits/py-wxPython26-unicode will build a unicode version 3) Move the common parts shared amongst both the ansi and the unicode ports to a slave port x11-toolkits/py-wxPython26-common Approved by: maintainer
* - Correctly remove gtk-sharp and gtk-sharp-devel now that they have beentmclaugh2005-09-2940-677/+0
| | | | | | | repo-copied to gtk-sharp10 and gtk-sharp20 respectively. Reviewed by: ahze (mentor) Repo-copy by: marcus
* - Readd gtk-sharp10 and gtk-sharp20 which I accidently deleted.tmclaugh2005-09-2940-0/+679
| | | | Notified by: Kris INDEX mail
* - Remove gtk-sharp and gtk-sharp-devel now that they have beentmclaugh2005-09-2941-681/+0
| | | | | | | repo-copied to gtk-sharp10 and gtk-sharp20 respectively. Approved by: ahze (mentor) Repocopy by: marcus
* - Enable gtk-sharp10 and gtk-sharp20 in the ports tree.tmclaugh2005-09-293-0/+4
| | | | | | | | - gtk-sharp has been repo-copied to gtk-sharp10 and gtk-sharp-devel has been repo-copied to gtk-sharp20 so both ports reflect their respective GTK# API versions. Approved by: ahze (mentor)
* Mark qt1 (QT4 is already released) and all ports depending on it asarved2005-09-271-0/+3
| | | | | | DEPRECATED and set an EXPIRATION_DATE. Approved by: "Gordon Greeff" <gordon@shrubbery.org.za> (peq maintainer)
* Add some patches to make it compatible with current ecore library,vanilla2005-09-256-0/+264
| | | | | | | and bump version. Notified by: kris@ Obtained from: E's cvs
* Add some patchs to make it compatible with current ecore library,vanilla2005-09-254-0/+74
| | | | | | | and bump version. Notified by: kris@ Obtained from: E's cvs
* search.cpan.org redirect reduction canonicalization project, pass 3:fenner2005-09-232-2/+2
| | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. These are mostly stragglers that should have been caught in pass 2. This pass brought to you by Bill's 102-degree fever during pass 2.
* - update to 0.10.1dinoex2005-09-224-6/+6
|
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-224-4/+4
| | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
* Change to FreeBSD.org email address. Somehow I did no change these portsbarner2005-09-161-1/+1
| | | | when I became a committer.
* Unbreak & revamp: top-level directories are owned by inti, errorsvs2005-09-165-18/+30
| | | | | | | | should be fatal. Since inti goes into X11BASE, the dependant ports should do so, too. Based on PRs: 85226,85227,85228 Submitted by: Stefan Walter
* - Handle CFLAGS/ADACFLAGS [1]vs2005-09-142-2/+2
| | | | | | | | - Reset maintainer: no access to FreeBSD machines PR: ports/85210 [1] Submitted by: Petr Holub Approved by: maintainer
* - cleanup old Makefile locationdinoex2005-09-141-0/+2
|
* Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc tovs2005-09-122-2/+2
| | | | lang/ghc-doc and track two dependencies.
* Update to 0.8.11.kwm2005-09-092-2/+2
| | | | | | Add new plugins x264. Approved by: maintainer (implicit)
* Unbreak package build by adding run dependency on py-sip.vsevolod2005-09-081-0/+1
| | | | Reported by: kris
* Update to 0.6.0jylefort2005-09-084-13/+5
| | | | | PR: ports/85808 Submitted by: Jorge Mario Mazo <jgutie11@eafit.edu.co>
* Update to 0829 snapshot.vsevolod2005-09-063-554/+1393
| | | | | | | | Introduce port options. PR: 85507 Submitted by: maintainer Approved by: perky (mentor)
* Update to 3.15.vsevolod2005-09-063-476/+516
| | | | | | | | Introduce port options. PR: 85506 Submitted by: maintainer Approved by: perky (mentor)
* Update to 1.6.vsevolod2005-09-064-34/+247
| | | | | | | | | Add more language support. Introduce port options. PR: 85504 Submitted by: maintainer Approved by: perky (mentor)
* Update to 2.6.1.vsevolod2005-09-056-176/+146
| | | | | | PR: 85686 Submitted by: maintainer Approved by: perky (mentor)
* Unbreak: Update to 0.9.9vs2005-09-053-39/+66
|
* Add xforms-i18n. This is a slave port to allow other ports to dependlawrance2005-09-032-0/+18
| | | | | | | on xforms with I18N capabilities. PR: ports/82191 Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp>
* Add WITH_I18N option to support the impending cjk-lyxlawrance2005-09-032-2/+13
| | | | | | PR: ports/82191 Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp> Approved by: mikeh (maintainer, timeout, 2 months and a bit)
* Unbreak 4-STABLE build (gcc 2.95.x does not know anything about SSE2).bland2005-09-032-2/+4
|
* There is a SSE2 bug in either GCC or in our libc, when use p4, p-m or elsemezz2005-09-032-2/+24
| | | | | | | | | is being use in CPUTYPE that enable SSE2 will causing Java with GTK2 and Mono/gtk-sharp crash. Disable SSE2 to solve the crash and see ports/72014 for detail. Reported by: Panagiotis Astithas <past@ebs.gr> Reviewed by: marcus
* Remove last remnants of wxgtk2-contrib-utils port.fjoe2005-09-013-6/+0
|
* Update to 2.6.1.fjoe2005-09-0121-73/+54
| | | | PR: 85216
* Upgrade to 1.5E.lesi2005-08-295-19/+831
| | | | | | | | Use an additional patch provided by Stefan Monnier that allows the user to enable or disable arrows in scrollbars at runtime. PR: ports/84748 Submitted by: Carlos A M dos Santos (casantos at urisan.tche.br)
* - USE_REINPLACEdinoex2005-08-291-5/+3
|
* - cleanup Makefile locationdinoex2005-08-294-4/+4
|
* Update to 0.11.15.mezz2005-08-296-37/+35
|
* Update to 2.6.10.marcus2005-08-284-6/+6
|
* Update to 2.10.1. This is functionally identical to 2.10.0, but a badmarcus2005-08-203-7/+7
| | | | | | | | distfile of 2.10.0 was re-posted, so they re-released this as 2.10.1. In any event, this commit fixes fetching for this port. Approved by: portmgr (implicit)
* - Fix patchingpav2005-08-202-9/+9
| | | | | | Reported by: krismail Approved by: portmgr (kris) Pointy hat to: pav
* - Enable on amd64pav2005-08-196-6/+6
| | | | Approved by: portmgr (marcus)
* - Fix build on sparc64pav2005-08-182-5/+36
| | | | | Reported by: krismail Approved by: portmgr (kris)
* - Unbreak xview-clients on FreeBSD 5.X and newerpav2005-08-113-14/+37
| | | | | Reported by: krismail Approved by: portmgr (kris)
* - Unbreak on 5.X and above:pav2005-08-078-24/+110
| | | | | | | | | * Redo SUBDIRS passing to work with new make(1) * Patch out TIOCREMOTE ioctl calls, it was removed from FreeBSD * Some gcc34 fixes - Fix plist for xorg users Approved by: portmgr (marcus)
* Unbreak and chase fxscintilla lib version.lawrance2005-08-032-10/+4
| | | | | | Bump PORTREVISION. Approved by: portmgr (clement), knu (maintainer) is away
* Unbreak and fix pkg-plistlawrance2005-08-032-4/+39
| | | | | | PR: ports/83961 Submitted by: Frank Ruell <stoerte@dreamwarrior.net> Approved by: portmgr (linimon), knu (maintainer) is away
* Re-add drop shadow patch distinfo after recent update.marcus2005-08-022-0/+4
| | | | | | PR: 84469 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: portmgr (implicit)
* Update to 2.6.9.marcus2005-08-026-10/+14
|
* Update to 1.2.6 and use fox1.2 instead of fox1.4 (due to fox1.4 ↵lawrance2005-08-026-22/+20
| | | | | | | incompatibilities) PR: ports/84235 Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
* Upgrade to lastest version.vanilla2005-08-025-7/+17
| | | | | | | | | | | | | | | | | | ecore -> 0.9.9.013 edb -> 1.0.5.004 edje -> 0.5.0.013 eet -> 0.9.10.013 embryo -> 0.9.1.013 enlightenment-devel -> 0.16.999.013 entice -> 0.9.3.004 epeg -> 0.9.0.004 epsilon -> 0.3.0.004 esmart -> 0.9.0.004 etox -> 0.9.0.004 evas -> 0.9.9.013 ewl -> 0.0.4.004 imlib2 -> 1.2.1.004 imlib2_loaders -> 1.2.1.004
* Add fxscintilla-fox12, a Fox toolkit reimplementation of Scintillalawrance2005-08-022-0/+14
| | | | | | | editing widget. PR: ports/82434 Submitted by: Alexander Novitsky
* Add support for fox1.2lawrance2005-08-021-3/+10
| | | | | PR: ports/84232 Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
* Add fox12, fast and extensive C++ GUI toolkit -- ver.1.2.lawrance2005-08-0115-0/+1175
| | | | | PR: ports/84230 Submitted by: Alexander Novitsky <alecn2002@yandex.ru>
* Update to 0.13.0, see release note for detail:mezz2005-08-013-28/+4
| | | | http://ruby-gnome2.sourceforge.jp/?News_20050731_1
* Fix yet another thread-safety bug:jylefort2005-08-012-0/+31
| | | | http://bugzilla.gnome.org/show_bug.cgi?id=312180
* Upgrade to 1.1b3 and unbreak.thierry2005-07-314-24/+16
|
* - backout previous commitleeym2005-07-281-1/+0
|
* - remove redundant directoryleeym2005-07-281-0/+1
|
* - update to 0.10.0dinoex2005-07-285-19/+11
|
* Update to 1.8.2 without a shared library version bump (by add a hack).mezz2005-07-273-3/+8
|
* - Update to 0.9.90.mezz2005-07-253-13/+15
| | | | | | | | - Unbreak it by fixing the library search path, remove the DEPRECATED and EXPIRATION_DATE too. PR: ports/83998 Submitted by: Stephane Legrand <stephane@freebsd.org> (maintainer)
* update physfs to 1.0.1oliver2005-07-242-4/+4
| | | | adjust LIB_DEPENDS from all affected ports and bump PORTREVISION there
* Update to 2.10.3.marcus2005-07-242-3/+3
|
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-2314-0/+28
| | | | at that time and no PRs have been submitted to fix it.
* - Update or add WWW lineahze2005-07-215-0/+5
|
* - Update to 1.0.2pav2005-07-184-16/+16
| | | | | PR: ports/83598 Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer)
* Add -g in CFLAGS and STRIP= #empty when use WITH_DEBUG knob.mezz2005-07-182-0/+4
| | | | | Requested by: jylefort Reviewed by: jylefort and marcus in #freebsd-gnome (freenode)
* Let gtk-sharp(-devel) to take care of ${LOCALBASE}/share/gapi(-2.0) too to fixmezz2005-07-188-2/+24
| | | | | | | | | the plist. Bump the PORTREVISION. gtk-sharp: ${LOCALBASE}/share/gapi gtk-sharp-devel: ${LOCALBASE}/share/gapi-2.0 Submitted by: tmclaugh
* BROKEN: Does not buildkris2005-07-182-0/+4
|
* BROKEN: Broken dependencykris2005-07-182-0/+4
|
* - Update to 2.0.5sem2005-07-158-43/+13
|
* Update to 1.2.1.mezz2005-07-143-4/+10
|
* * Update to latest snapshot, in line with sip, qscintilla.lofi2005-07-133-6/+5
| | | | | | | * Remove $PREFIX/share/sip from @rmdir section in plist (belongs in sip port) Submitted by: maintainer
* o Update to latest snapshot, in line with py-sip and py-qtmich2005-07-133-8/+11
| | | | | | | o Give maintainer-ship to submitter PR: ports/83356 Submitted by: Danny Pansters <danny@ricin.com>
* - Readd PORTREVISION?= to gstreamer-plugins so I can bumpahze2005-07-132-2/+2
| | | | | | gstreamer-plugins-libcdio without bumping everything. - Add PORTREVISION= 1 to each gstreamer-plugins so version doesn't go backwards.
* Fix plist.lofi2005-07-122-1/+2
|
* Do not overflow G_MAXLONG with calls to gdk_property_get().marcus2005-07-113-194/+213
| | | | Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=309025
* - 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
|