aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk12
Commit message (Collapse)AuthorAgeFilesLines
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-7/+4
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Conversion to a single libtool environment.Ade Lovett2006-02-235-12/+15
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* - libdata/pkgconfig is now included in mtreePav Lucistnik2005-05-161-1/+0
| | | | | | | Approved by: marcus (portmgr hat) Notes: svn path=/head/; revision=135416
* Fix inter-library dependency on libgdk.Alexander Nedotsukov2005-04-202-9/+13
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=133723
* - Use INFOPav Lucistnik2005-02-272-6/+1
| | | | | | | Requested by: krion Notes: svn path=/head/; revision=129895
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-0/+2
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Always add the default gtkrc file to the search path so that we know we'llJoe Marcus Clarke2004-04-172-8/+33
| | | | | | | | | have some sane theme properties when using KDE 3 or GNOME 2. Submitted by: kan Notes: svn path=/head/; revision=107366
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104470
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Respect WITHOUT_NLS.Kris Kennaway2004-03-022-39/+45
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=102696
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove the share/themes directory if it's empty.Joe Marcus Clarke2003-01-131-1/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=72985
* Now that Glib 1.2 and GTK+ 1.2 are the only versions in the tree that useJoe Marcus Clarke2002-11-206-70/+19
| | | | | | | | | | | | | the old xxx-config files, remove the "12" suffix. This will allow people building Glib and GTK+ ports by hand to do so without a lot of extra hacking. Since these ports are so heavily used, the xxx12-config files aren't removed completely, but rather symlinked to their xxx-config counterparts. PR: 39417 Notes: svn path=/head/; revision=70610
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Don't try and remove libdata on deinstall, because this is a systemKris Kennaway2002-09-191-1/+0
| | | | | | | directory. Notes: svn path=/head/; revision=66652
* Remove mention of the WITH_XINPUT macro.Joe Marcus Clarke2002-09-101-5/+0
| | | | | | | Submitted by: netchild Notes: svn path=/head/; revision=66071
* Enable XInput by default. Apparently, this doesn't hurt anything, and willJoe Marcus Clarke2002-09-051-6/+3
| | | | | | | | | help people using certain input devices and in certain locales. Requested by: netchild, Teemu Hakala <temmi.hoo@kolumbus.fi> Notes: svn path=/head/; revision=65694
* Add a knob for enabling XInput support.Joe Marcus Clarke2002-08-161-0/+9
| | | | | | | Submitted by: Rocco Caputo <troc@netrus.net> (with some modification) Notes: svn path=/head/; revision=64567
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Convert to USE_GNOMENG.Maxim Sobolev2002-07-041-1/+2
| | | | Notes: svn path=/head/; revision=62434
* Fix another problem in the pkgconfig files for these ports. After runningJoe Marcus Clarke2002-06-142-4/+5
| | | | | | | | | a build of xscreensaver and xscreensaver-gnome, everything looks good. Reported by: dougb Notes: svn path=/head/; revision=61243
* Correct the name of the gdk library in the gdk pkgconfig file. This should getJoe Marcus Clarke2002-06-132-1/+10
| | | | | | | | | | xscreensaver building correctly without needing to delete pkgconfig. Bump PORTREVISION. Reported by: many Notes: svn path=/head/; revision=61237
* Correct gtk+/glib libraries names in .pc files.Maxim Sobolev2002-06-102-1/+13
| | | | | | | Submitted by: alfred Notes: svn path=/head/; revision=61059
* Fix up the pkg-{descr|comment} to relfect reality, and avoid confusionJoe Marcus Clarke2002-05-131-1/+1
| | | | | | | | | for software developers. Submitted by: Lawrence Mayer dsg <Lawrence.Mayer@dsg.ki.se> Notes: svn path=/head/; revision=59016
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-2/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Remove bogus `@{exec,unexec} ldconfig' - it is added by INSTALLS_SHLIB knob.Maxim Sobolev2002-02-231-2/+0
| | | | Notes: svn path=/head/; revision=55122
* 'pkg_add -r gtk' works a *LOT* better if we actually let the system knowDavid E. O'Brien2002-02-231-0/+2
| | | | | | | the shared libraries were installed. Notes: svn path=/head/; revision=55113
* Remove obsolete libxpg4-related hunk. This doesn't make any functionalMaxim Sobolev2001-12-211-9/+0
| | | | | | | | | difference, hence leave PORTREVISION intact. Submitted by: sf Notes: svn path=/head/; revision=51918
* When creating shared memory segments, make them readable/writableJacques Vidrine2001-12-202-1/+12
| | | | | | | only by the owner. Notes: svn path=/head/; revision=51898
* WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary.Maxim Sobolev2001-10-151-1/+1
| | | | | | | Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=48789
* Add removal of libdata/ to the plist. Ideally, this should be fixedAde Lovett2001-05-312-2/+3
| | | | | | | | by adding libdata to the X11 mtree's, but this hack will do for now, and let bento build the 506 ports that apparently depend on gtk12 :) Notes: svn path=/head/; revision=43364
* Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2Ade Lovett2001-05-233-37/+22
| | | | | | | to make transitioning to GNOME/GTK+/GLIB a little easier. Notes: svn path=/head/; revision=42950
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Update to 1.2.10 - note that there were some critical bugs in 1.2.9Ade Lovett2001-04-024-21/+10
| | | | | | | | for i18n users - everyone is strongly urged to upgrade, particularly GNOME users. Notes: svn path=/head/; revision=40760
* Add .uk master site.Ben Smithurst2001-03-301-0/+1
| | | | | | | Approved by: ade (maintainer) Notes: svn path=/head/; revision=40596
* Sigh. Reclaim these, primarily for GNOME 1.4Ade Lovett2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40248
* Someone don't like my style, so I drop maintainer now.Vanilla I. Shu2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40247
* make MASTER_SITE_SUBDIR more effective.FUJISHIMA Satsuki2001-03-111-5/+5
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=39604
* add MASTER_SITE_RINGSERVER.FUJISHIMA Satsuki2001-03-111-1/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=39596
* Fix pkg-plist.Vanilla I. Shu2001-03-101-0/+5
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=39402