summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk12/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-4/+4
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Conversion to a single libtool environment.Ade Lovett2006-02-231-3/+6
| | | | Approved by: portmgr (kris)
* 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.
* Fix inter-library dependency on libgdk.Alexander Nedotsukov2005-04-201-1/+1
| | | | Reported by: krismail
* - Use INFOPav Lucistnik2005-02-271-0/+1
| | | | Requested by: krion
* 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
* Always add the default gtkrc file to the search path so that we know we'llJoe Marcus Clarke2004-04-171-1/+1
| | | | | | have some sane theme properties when using KDE 3 or GNOME 2. Submitted by: kan
* 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.
* Respect WITHOUT_NLS.Kris Kennaway2004-03-021-1/+7
| | | | Approved by: maintainer
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
|
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
|
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Now that Glib 1.2 and GTK+ 1.2 are the only versions in the tree that useJoe Marcus Clarke2002-11-201-2/+3
| | | | | | | | | | 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
* 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.
* Remove mention of the WITH_XINPUT macro.Joe Marcus Clarke2002-09-101-5/+0
| | | | Submitted by: netchild
* 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>
* Add a knob for enabling XInput support.Joe Marcus Clarke2002-08-161-0/+9
| | | | Submitted by: Rocco Caputo <troc@netrus.net> (with some modification)
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Convert to USE_GNOMENG.Maxim Sobolev2002-07-041-1/+2
|
* Fix another problem in the pkgconfig files for these ports. After runningJoe Marcus Clarke2002-06-141-1/+1
| | | | | | a build of xscreensaver and xscreensaver-gnome, everything looks good. Reported by: dougb
* Correct the name of the gdk library in the gdk pkgconfig file. This should getJoe Marcus Clarke2002-06-131-1/+1
| | | | | | | xscreensaver building correctly without needing to delete pkgconfig. Bump PORTREVISION. Reported by: many
* Correct gtk+/glib libraries names in .pc files.Maxim Sobolev2002-06-101-1/+1
| | | | Submitted by: alfred
* 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
* 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
* When creating shared memory segments, make them readable/writableJacques Vidrine2001-12-201-1/+1
| | | | only by the owner.
* Add removal of libdata/ to the plist. Ideally, this should be fixedAde Lovett2001-05-311-1/+1
| | | | | 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 :)
* Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2Ade Lovett2001-05-231-6/+3
| | | | to make transitioning to GNOME/GTK+/GLIB a little easier.
* 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.
* Update to 1.2.10 - note that there were some critical bugs in 1.2.9Ade Lovett2001-04-021-2/+1
| | | | | for i18n users - everyone is strongly urged to upgrade, particularly GNOME users.
* Add .uk master site.Ben Smithurst2001-03-301-0/+1
| | | | Approved by: ade (maintainer)
* Sigh. Reclaim these, primarily for GNOME 1.4Ade Lovett2001-03-231-1/+1
|
* Someone don't like my style, so I drop maintainer now.Vanilla I. Shu2001-03-231-1/+1
|
* make MASTER_SITE_SUBDIR more effective.FUJISHIMA Satsuki2001-03-111-5/+5
| | | | Submitted by: knu
* add MASTER_SITE_RINGSERVER.FUJISHIMA Satsuki2001-03-111-1/+3
| | | | Approved by: maintainer
* Add --with-native-locale to CONFIGURE_ARGS.Vanilla I. Shu2001-03-061-1/+1
|
* Upgrade to 1.2.9Vanilla I. Shu2001-03-061-2/+2
| | | | Submitted by: clive
* Bump version.Vanilla I. Shu2001-02-091-0/+1
| | | | Reminded by: dima
* Implement USE_GLIB.Jeremy Lea2000-10-051-5/+2
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-161-0/+1
| | | | ldconfig in PLIST need personal consideration.
* Move responsibility for the lib/gtk/engines directory into gtk12 port. ThisMaxim Sobolev2000-06-051-1/+3
| | | | | | directory is shared between at least 3 ports (GTK+ theme engines). Suggested by: bento
* Oops, forgot to remove unneded line.Maxim Sobolev2000-05-251-1/+0
|
* Update glib/gtk++ to 1.2.8.Maxim Sobolev2000-05-251-1/+2
| | | | | | | | | | | | | | | | | Overview of Changes in GTK+ 1.2.8: * GNU Make 3.79 bug workaround * FAQ and tutorial updates and improvements * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection Overview of Changes in GLib 1.2.8: * GArray zero initialization bug fixed * Fix for upper bound calculation of formatted strings * Improved GCC detection * AIX dynamic modules fix to retrive symbols from shared libraries for the main program. * Miscellaneous other minor bug fixes
* Fix the awful error in the fontset specifications for several languages.Akinori MUSHA2000-04-251-0/+1
| | | | | PR: ports/18054 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
|
* Update to glib/gtk 1.2.7Chris Piazza2000-02-181-3/+3
| | | | | PR: 16809 Submitted by: Maxim Sobolev <sobomax@altavista.net>