aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/fox-devel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
|
* Conversion to a single libtool environment.ade2006-02-231-1/+2
| | | | Approved by: portmgr (kris)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Convert to OPTIONS.danfe2005-05-161-32/+8
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to version 1.4.7krion2005-03-131-1/+1
| | | | | PR: ports/78750 Submitted by: Ports Fury
* Update to version 1.4.6krion2005-02-251-4/+4
| | | | | PR: ports/77977 Submitted by: Ports Fury
* - Update to 1.2.11pav2004-10-201-3/+3
| | | | | PR: ports/72826 Submitted by: Ports Fury
* fix build for (at least my) 4.10 (box)oliver2004-08-151-2/+1
|
* Update to version 1.1.9krion2004-08-141-1/+1
| | | | | PR: ports/70415 Submitted by: Ports Fury
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-1/+1
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* Update to version 1.2.7krion2004-07-141-1/+1
| | | | | PR: ports/69005 Submitted by: Ports Fury
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* Update to version 1.2.6krion2004-07-031-1/+1
| | | | | PR: ports/68635 Submitted by: Ports Fury
* - Update to 1.2.5pav2004-06-271-1/+1
| | | | | PR: ports/68393 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to version 1.2.1krion2004-05-241-29/+38
| | | | | PR: ports/67086 Submitted by: Ports Fury
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* - Set correct LATEST_LINKclement2004-02-081-0/+2
| | | | Reported/Requested by: kris
* - Update to 1.1.42pav2003-12-131-16/+14
| | | | | | | | | | - Use DOCSDIR macro - Use CONFLICTS macro - Add working master site - Remove bogus Motif dependency, which was never needed PR: ports/60046 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Upgrade to modern version (1.1.41). The changes are extensive;linimon2003-11-111-6/+3
| | | | | | | see http://www.fox-toolkit.org/news.html. While I'm here, simplify the conflict message and pacify portlint. PR: ports/57620.
* Unbreak: add a missing dependency on Motif.petef2003-05-181-4/+1
|
* BROKEN on 5.1: configure failskris2003-05-181-0/+4
|
* Unbreak: update to 1.1.25.petef2003-05-101-5/+3
| | | | | PR: 51457 Submitted by: Kirill Ponomarew <ponomarew@oberon.net
* BROKEN: Does not configurekris2003-05-061-0/+2
|
* De-pkg-decomment fox master-slave ports.knu2003-02-181-0/+1
|
* o After repo copy from fox port:lioux2003-02-081-5/+17
| | | | | | | | - Update to 1.1.22 - Add a conflict management mechanism: do not install if fox port is already installed Repo copy performed by: cvs (joe)
* o Update to 1.0.30lioux2003-02-051-43/+89
| | | | o Advertise all available WITH{,OUT}_* knobs
* Drop maintainership.knu2003-01-251-1/+1
|
* Complete pkg-plist. FOX's configure script and Makefile's are justknu2003-01-141-1/+4
| | | | | | terrible to deal with... Submitted by: bento
* Update to 1.0.11.knu2002-05-161-1/+1
|
* Update FOX to the latest stable release, 1.0.3.knu2002-03-221-1/+1
|
* Update to 0.99.189.knu2002-01-261-1/+1
|
* Update fox to 0.99.181, and leave fox-xunicode awhile until theknu2001-12-031-5/+12
| | | | unicode patch currently under development is released.
* - Unbreak the support for jpeg and png.knu2001-10-301-2/+5
| | | | | | | | | | Reported by: Jim Freeze <jfreeze@freebsdportal.com> - Fix the name of the macro to enable the Unicode support. Submitted by: HIDAKA Takahiro <cv8t-hdk@asahi-net.or.jp> - Bump the PORTREVISION accordingly.
* Add active master sites.knu2001-09-221-1/+3
| | | | Submitted by; fenner's portsurvey
* Bump png majorache2001-09-111-1/+1
|
* Oops, these optimization flags should be disabled by default althoughknu2001-07-301-2/+2
| | | | the distribution recommends them.
* Update fox and fox-xunicode to 0.99.174.knu2001-07-201-1/+7
| | | | | | | | Install documents under share/doc/fox instead of share/fox. Support NOPORTDOCS. Do parallel build to reduce build time.
* Update fox to 0.99.172, leaving fox-xunicode still at 0.99.167.knu2001-05-121-3/+7
|
* Note the default optimization flags used by the vendor in a comment.knu2001-05-011-0/+4
| | | | Comment out redundant lines rather than deleting them. (Just my taste)
* Update to 0.99.167. (-xunicode too)knu2001-04-201-2/+2
|
* Update to 0.99.166.knu2001-03-181-2/+4
|
* Update fox and fox-unicode to 0.99.161.knu2001-03-061-1/+1
|
* Unbreak fox-xunicode.knu2001-02-251-3/+6
|
* Oops, I missed adding one essential variable that gets fox to buildknu2001-02-241-0/+2
| | | | with xunicode...
* Change MAINTAINER= to MAINTAINER?= for the slave port. Currently I'mknu2001-02-241-1/+1
| | | | the maintainer of both, though.
* Take over maintainership.knu2001-02-241-2/+14
| | | | | | Update to 0.99.157. Add a WITH_XUNICODE knob for the forthcoming fox-xunicode port.
* Update to 0.99.135.trevor2000-10-171-2/+1
| | | | Remove broken FTP site found by Bill Fenner's survey.
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-251-1/+0
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Unleash all of these ports upon the people. I no longer have any interestwill2000-06-221-1/+1
| | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-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 withsobomax2000-06-161-0/+1
| | | | ldconfig in PLIST need personal consideration.
* Update to 0.99.112. Remove aout support.will2000-05-281-12/+4
| | | | Update submitted by: steve
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* New port for FOX, a C++ GUI toolkit, conceptually similar to Qt.will2000-03-221-0/+52
PR: 17264