aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/windowmaker
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Fix build with clangdougb2011-06-261-0/+11
| | | | | PR: ports/156802 Submitted by: "Hartmann, O." <ohartman@zedat.fu-berlin.de>
* - Unbork:pav2011-05-241-1/+1
| | | | | | Makefile error: you cannot include bsd.port[.pre].mk twice Reported by: pointyhat
* Turns out this needs bsd.port.pre.mk instead of bsd.port.options.mkdougb2011-05-181-1/+1
| | | | because I need FILESDIR defined.
* Miscellaneous cleanups and fixes, some of the windowmaker stuffdougb2011-05-162-27/+15
| | | | gracefully provided by danfe.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - fix build for png-1.4.1dinoex2010-03-291-0/+11
|
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* Add a patch to fix a periodic focus bugdougb2009-12-152-1/+36
| | | | | | | Bump PORTREVISION PR: ports/140755 Submitted by: Dmitry <dmitry2006@yandex.ru>
* Add a port that installs only libwraster from Window Maker. A lot ofdougb2009-08-181-0/+2
| | | | dockapps depend on libwraster but don't need the full WM port.
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my portsdougb2009-03-251-0/+2
|
* Update windowmaker.org -> windowmaker.info in all places that it occurs.dougb2008-12-311-1/+4
| | | | Bump PORTREVISION to incorporate most recent changes.
* Add support for PORTDOCSdougb2008-12-312-0/+18
|
* Add a fix for the following bugs:dougb2008-12-312-0/+65
| | | | | | | | | | | - release colors to avoid issues with the reference count overflowing a small integer and causing unexpected color releases that can crash Window Maker (Martin Frydl <martin.frydl@systinet.com>) - fixed a small memory leak in WINGs/wview.c caused by not releasing the background color of a view (Martin Frydl <martin.frydl@systinet.com>) Inspired by the "refcount" patch in the Debian rpm, updated versions of the patches obtained from the latest WindowMaker source repo.
* Fix issues with fullscreen mode, particularly for OpenOffice.dougb2008-12-311-0/+13
| | | | | | | Patch comes from the PR, confirmed in latest version of WindowMaker sources. PR: ports/129291 Submitted by: keef <hardcss@yahoo.co.jp>
* On amd64 clicking the WPrefs.app can cause a crash.dougb2008-12-312-10/+63
| | | | | | | | Fix obtained partly from the PR and partly from the Debian RPM. The wmspec.c fix was confirmed in the latest version of windowmaker in their repo. PR: ports/120284 Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-2/+1
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Add a new OPTION (off by default), DOCKHOTKEYS that permit to set hotkeysgarga2007-10-062-2/+453
| | | | | | | | | | directly on dock's [1] - Since i'm here, s/INSTALLS_SHLIB/USE_LDCONFIG/ PR: ports/116518 Submitted by: garga Approved by: maintainer timeout (2 weeks) Obtained from: Fedora 7 source rpm [1]
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* Fix build with gcc 4.1dougb2006-12-181-0/+130
| | | | Obtained from: Gentoo
* Add my own web site as a backup master sitedougb2006-05-221-1/+2
|
* The windowmaker web site has moved to .infodougb2006-05-221-1/+1
|
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* Use official spellings of `GNUstep' and `NeXTstep' in port's COMMENT anddanfe2005-12-262-2/+2
| | | | | | description. Approved by: maintainer timeout (over a month)
* Add SHA256 checksums to my portsdougb2005-11-241-0/+1
|
* Add option (on by default) to compile in the infamousdougb2005-11-241-0/+6
| | | | | "single click" patch to put that option on the WPrefs menu.
* 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.
* For the ports that I maintain, do the following as appropriate:dougb2005-10-291-2/+2
| | | | | | | | | 1. Add myself as a backup master site (Sourceforge and CPAN ports already have good enough coverage, so skip them). 2. For all ports that have them, download the PGP signature files. 3. For ports in 2, add a verify target to the Makefile 4. For ports where I was already providing a master site, update the URL. 5. Pet portlint in a couple of places.
* 1. Move the include of bsd.port.pre.mk before OPTIONS based on a recentdougb2005-08-112-1/+89
| | | | | | | | | | | | post to -ports on this topic 2. Fix build on amd64 by not trying to inline asm code designed for i386 3. Add a patch to fix window positioning on amd64, from http://article.gmane.org/gmane.compw.window-managers.windowmaker.devel/749 2 and 3 provided/reminded by Dejan Lesjak <dejan.lesjak@ijs.si> Fixes for 2 and 3 tested by Dejan, and A Dude <adudek16@gmail.com>. Approved by: portmgr (krion)
* Update to the latest, 0.92.dougb2005-07-256-148/+86
| | | | | | Re-sort pkg-plist was my idea. Submitted by: Ports Fury
* Patch to fix a debilitating problem for amd64 users. To quote Scott:dougb2005-03-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | "While it compiles and seems to start fine, it will crash if you start any GTK-based program, including Firefox and Mozilla ... GTK populates the NET_WM_ICON X11 property with incorrectly padded data, and WindowMaker blindly reads it out and winds up passing garbage to some X libraries, which in turn abort the entire process ... Fortunately, handling this X11 property is not mandatory as there are other more reliable ways to pass icon state through X (and in fact very very few other window managers even try this), so it's safe to avoid the whole mess by stubbing it out and letting Windowmaker fall back to a more reliable method." I've tested this patch with i386 windowmaker, and haven't noticed any differences. I have xterms and various other things doing fancy stuff with window and icon titles, so I'm pretty confident that this will be safe for users of all ARCH's. It's also possible that it will help those users who were having weird QT problems, but I was not able to reproduce that problem so I can't say for sure. Submitted by: scottl Approved by: portmgr (krion)
* Update to 0.91.0, the latest version from the window maker team.dougb2004-10-263-68/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It contains several bug fixes, especially for the new alt-tab code. 1. Adopt this port, at least for the time being. I use it every day, and follow the wm-user list so I'm probably qualified. 2. Update the descriptions of the OPTIONS. 3. Restore the knob for KDE, and add knobs for XINERAMA and the additional LINGUAS files. These, and the XKB_STATUS knobs are all off by default, but on for the PACKAGE_BUILDING case. I borrowed this concept from the fluxbox port. 4. Add a knob for the experimental virtual desktop code, off by default. The window maker folks warn that this is still experimental, so users shouldn't wander into it by mistake. 5. Instead of bumping the SHLIB version number to 5, set it back to 4. The window maker folks use N.N.N for their libwraster version string, and their version for the 0.80.2 version of window maker was 2.3.0. Thus, our previous version number of 4 was already bogus, so keep it bogus even though they've bumped their version to 3.N.N. The new lib is forward compatible for apps compiled with old library (I've tested many of them), and this "fixes" all the ports that depend on libwraster. 6. Make the locale files hidden under the LINGUAS knob conditional in the plist.
* This code is no longer in version 0.91.0dougb2004-10-261-12/+0
|
* - Fix build on 4-stablepav2004-10-267-42/+83
| | | | | | | | | | | - Fix libwraster shared library version - Remove a patch which is no longer needed - Remove options which are no longer supported - Fix pkg-plist - Revise pkg-descr PR: ports/73082 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 0.90.0, the latest release from the Window Maker team.dougb2004-10-243-34/+24
| | | | | | | | | This release adds many new features, including font anti-aliasing. 1. Update LIB_DEPENDS to include Xft 2. Modernize USE_LIBTOOL 3. Hermes is no longer relevant 4. Update man page list and pkg-plist for new version
* De-fuzz for 0.90.0dougb2004-10-241-24/+24
|
* Revised to include all the languages supported in 0.90.0.dougb2004-10-241-1/+1
|
* This patch does not seem to be necessary in 0.90.0.dougb2004-10-241-26/+0
|
* This adjustment for how libtool is used seems no longer necessarydougb2004-10-241-13/+0
| | | | in 0.90.0.
* Choosing a default font for the installation seems no longer to bedougb2004-10-241-11/+0
| | | | necessary in 0.90.0.
* Improvements in the 0.90.0 code make these patches irrelevant.dougb2004-10-242-30/+0
|
* In preparation for 0.90.0, delete all patches that involve charsetdougb2004-10-246-88/+0
| | | | | manipulation and zh_TW.Big5. The new charset is UTF-8 everywhere, and zh_TW is now built into the distribution.
* - Convert to OPTIONSpav2004-08-211-13/+4
| | | | | PR: ports/70718 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* Pet portlintkrion2004-07-111-2/+2
|
* 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
* Drop maintainership; I don't use this from day-to-day thesedays.kris2004-05-061-1/+1
|
* o/~ Everybody was distfile sizing! o/~kris2004-03-221-0/+1
| | | | | | (Add SIZE to distinfo) Submitted by: trevor
* 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.
* Really fix the typo.kris2004-02-151-2/+0
|
* Fix typo that somehow made it into my previous commit.kris2004-02-151-1/+1
| | | | Submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
* Set WITHOUT_HERMES on sparc64, because that library has an endiannesskris2004-02-141-5/+9
| | | | | | bug that interchanges red and blue channels in images. Take maintainership.
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+3
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* o Fix flickering problem with GTK2.nork2004-01-224-1/+57
| | | | | | | | o Bump PORTREVISION acrodingly. PR: ports/61661 Submitted by: Palle Girgensohn <girgen@pingpong.net> Obtained from: http://www.monkey.org/openbsd/archive/ports/0308/msg00111.html
* Fix breakage by KATO megapatchedwin2003-09-271-0/+1
| | | | Submitted by: Adam McLaurin <blueeskimo@gmx.net>
* KATO mega patchedwin2003-09-271-6/+8
| | | | | | | | | | | - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-291-1/+1
| | | | | these great pieces of software, so that let others with more free time to take over them.
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Revert superfluous PORTREVISION bump from the previous commit.sobomax2003-01-021-1/+0
|
* Add a knob to disable Hermes support.sobomax2003-01-021-3/+19
| | | | | PR: 45748 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
* Update to 0.80.2.sobomax2002-11-212-2/+2
| | | | | PR: 45523 Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Add new knob WITH_XKB_STATUS, which enables support for XKB keyboardsobomax2002-07-111-0/+4
| | | | | | language status. Submitted by: Alexander Peresunko <alex@freeman.org.ua>
* Update to 0.80.1.sobomax2002-07-029-58/+54
|
* GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already insobomax2002-04-161-1/+0
| | | | LIB_DEPENDS.
* gettext upgrade uber-patch (stage 3)ade2002-04-132-23/+4
| | | | | | | | | | - 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
* Fix broken catalog files (non-standard charset names).sobomax2002-03-174-0/+58
| | | | Submitted by: naddy
* Stage 1 of gettext update.ade2002-03-161-2/+2
| | | | | | | | | | | | 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
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Update to 0.80.0.sobomax2001-12-253-3/+4
| | | | Submitted by: olgeni
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17
|
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-1/+11
| | | | Submitted by: Ports Fury
* Fix a potential segfault.sobomax2001-10-252-0/+23
| | | | Submitted by: tg
* Update to 0.70.0.sobomax2001-10-106-78/+29
|
* Catch up changes of the windowmaker ftp directory structure.sobomax2001-10-011-1/+1
| | | | | PR: ??? Submitted by: Patrick Li <pat@databits.net>
* Bump png majorache2001-09-111-1/+1
|
* Unbroke wsetfont in Japanese/Korean environment.sobomax2001-08-062-0/+62
| | | | | Submitted by: Masahide -mac- NODA <mac@clave.gr.jp> Tested by: knu
* Remove ${LOCALBASE}/man/sk to make bento happy.sobomax2001-07-301-0/+2
| | | | Submitted by: bento
* Update to 0.65.1.sobomax2001-07-247-222/+29
|
* Prevent possibly-exploitable buffer overflows coming from long window names.kris2001-07-242-1/+76
| | | | Submitted by: "Alfredo K. Kojima" <kojima@conectiva.com.br>
* Try harder to avoid hardcoded /usr/local/GNUstep in localised menus.sobomax2001-06-161-1/+1
| | | | Submitted by: Patrick Li <pat@databits.net>
* Patch buindled menus, so they are properly reffer to ${PREFIX}/GNUstep, notsobomax2001-06-061-0/+2
| | | | | | to the /usr/local/GNUstep. Submitted by: "Patrick Li" <pat@databits.net>
* 1. Backport two patches from windowmaker-i18n port;sobomax2001-05-275-98/+160
| | | | | | 2. add wmicons into RUN_DEPENDS and remove similar functionality from this port; 3. due to (1) bump PORTREVISION.
* Cleanup MASTER_SITES:sobomax2001-05-151-3/+1
| | | | | | | - nuke http://jgo.local.net/cool_downloads/wm/ - it doesn't exist anymore; - nuke MASTER_SITE_LOCAL - there is no need in it anymore. Submitted by: dougb
* Update to 0.65.0.sobomax2001-05-159-127/+8
|
* Update to 0.64.0.sobomax2001-02-208-60/+48
|
* Layout fixes in x11-wm.olgeni2001-02-061-1/+1
|
* Put in another belt to prevent libwmfun from picking header from freetype1sobomax2001-01-101-0/+11
| | | | | | instead of right header from freetype2. Poked by: Michael Harnois <mdharnois@home.com>
* Explicitly require ${LOCALBASE}/lib/libfreetype to be present at the build time,sobomax2001-01-081-0/+1
| | | | | | | | | because WM may fail to build if XFree86-4's version of libfreetype.so.6 is detected and freetype2 port is not installed (XFree86 doesn't install any freetype's header files). This is temporarly workaround until jmz will fix XFree86-4 properly. Prompted by: Mister X <scanner@jurai.net>
* Update to the long awaited new release 0.63.1.sobomax2001-01-0810-50/+136
|
* Remove USE_GNOME, which I erroneously added after receiving kick from billf.sobomax2000-11-081-1/+0
| | | | Submitted by: reg
* Add missed USE_GNOME if HAVE_GNOME is defined.sobomax2000-11-081-0/+1
| | | | Submitted by: billf
* Fix the breakage from fixing the last breakage... Does anyone have a sparereg2000-10-121-1/+1
| | | | pointy hat for me...
* Fix my breakage. Add a missing dependency on gettext, and install thereg2000-10-112-2/+40
| | | | | | default laocale files. Noticed by: asami
* Implement WANT_GNOME.reg2000-10-051-10/+11
|
* (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>
* 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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* First round of INSTALL_SHLIB fixes.sobomax2000-06-162-3/+1
|
* Final 's|sobomax@altavista.net|sobomax@FreeBSD.org|'sobomax2000-05-181-1/+1
|
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-5/+5
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-111-3/+4
|
* Maxim Sobolev <sobomax@altavista.net> is the new MAINTAINER.tg2000-04-041-1/+1
| | | | Approved by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.62.1. Cosmetic fixes.tg2000-04-034-135/+74
| | | | | PR: 17766 Submitted by: "Maxim Sobolev" <sobomax@altavista.net>
* Correct version number for libwraster.tg2000-03-312-1/+12
|
* Upgrade to 0.62.0.tg2000-03-316-26/+30
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Merge libwmfun port with WindowMaker. Fix PLIST.tg2000-02-165-2/+84
| | | | | | | | PR: 16727 Submitted by: Maxim Sobolev <sobomax@altavista.net> Reviewed by: Will Andrews <andrews@technologist.com> Use libungif instead of giflib.
* Toss in a better mult-byte character support.steve1999-12-291-0/+11
| | | | | PR: 12637 Submitted by: Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>
* Upgrade to 0.61.1.tg1999-10-063-5/+7
| | | | | PR: 14149 Submitted by: Brian Handy <handy@physics.montana.edu>
* Add a hook for a single icon per application instance.cpiazza1999-10-031-0/+4
| | | | | PR: 13033 Submitted by: Ben Hutchinson <benhutch@byers.xfiles.org.uk>
* Update to version 0.61.0cpiazza1999-09-213-10/+8
|
* The version number of libgif.so has changed to 5.steve1999-09-181-1/+1
|
* The tiff port now lives in ports/graphics/tiff.steve1999-09-071-1/+1
|
* Checksum fix and DESCR update. Merge them from wm to wm-i18n.asami1999-09-022-6/+6
| | | | | PR: 13530 Submitted by: Brian Handy (windowmaker maintainer)
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Change CONFIGURE_ARGS to reflect reality and add USE_GNOME/USE_KDEcpiazza1999-07-191-3/+18
| | | | | | | hooks. PR: 12691 Submitted by: Brian Handy <handy@physics.montana.edu>, maintainer
* Distfile changed without a version updatecpiazza1999-07-171-1/+1
| | | | | PR: 12670 Submitted by: maintainer
* Don't use sentences in pkg/COMMENT since we can't use periods.hoek1999-06-281-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Set USE_LIBTOOL=yes so we get rid of another dastardly (sp?) .la file.steve1999-06-092-3/+2
| | | | Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
* Make sure we can find the WINGs header files when compiling util/*.steve1999-06-071-0/+11
|
* Upgrade to 0.60.0.tg1999-06-043-12/+28
| | | | | PR: 12016 Submitted by: Brian Handy <handy@physics.montana.edu>
* Forget about ${PREFIX}/include/giflib.tg1999-05-271-2/+2
|
* Update to version 0.53.0.steve1999-05-013-75/+21
| | | | | PR: 11358 Submitted by: maintainer
* Update to vertion 0.52.0taoka1999-04-163-33/+103
| | | | | PR: 10975 Submitted by: maintainer
* Update to version 0.51.2.steve1999-03-223-12/+25
| | | | | PR: 10518 Submitted by: maintainer
* Pickup libwraster.so.1 too.steve1999-03-091-0/+1
| | | | | PR: 10317 Submitted by: Ming-I Hsieh <PA@FreeBSD.ee.ntu.edu.tw>
* Use ${MASTER_SITE_AFTERSTEP} or ${MASTER_SITE_WINDOWMAKER}billf1999-02-221-3/+3
| | | | This unbreaks the fetching of several of these ports.
* Upgrade to 0.51.0 . Had to add LIBS= and CPPFLAGS= to CONFIGURE_ENVfenner1999-02-113-13/+57
| | | | | | | | to get configure to find libPropList, perhaps because of the libPropList PREFIX controversy. PR: ports/9768 Submitted by: maintainer
* Bump png's major number to 3.vanilla1999-01-231-2/+2
|
* Add virtual category "windowmaker".asami1999-01-181-2/+2
|
* Update to version 0.50.2. Also added the requisite libtool patches tosteve1999-01-183-46/+55
| | | | | | | | make this work in -current. PR: 9498 Reviewed by: maintainer Submitted by: Michael Oski <oski@jps.net>
* Fix PLIST.tg1999-01-041-1/+0
| | | | Submitted by: maintainer
* configure checks for libgif now.tg1998-12-071-2/+2
| | | | Submitted by: Akihiko Hayashi <hayashi@totalware.gifu.gifu.jp>
* Upgrade to 0.20.3.tg1998-12-044-18/+8
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0asami1998-11-251-2/+2
| | | | would go backwards.
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hjseger1998-11-251-3/+3
| | | | Approved by: asami
* Don't use the shared libPropList. This is supposed to fix the SIGBUStg1998-11-252-15/+3
| | | | | | | on startup people are seeing. PR: 8783 Reviewed by: Brian Handy <handy@physics.montana.edu>
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-7/+9
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Fix CPU hogging.tg1998-11-021-0/+13
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.20.2.tg1998-10-304-25/+20
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Fix default paths in WPrefs.app.tg1998-10-192-1/+30
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.20.1. Make compilable on -current.tg1998-09-303-10/+77
| | | | Fixes submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Convert to ELF.steve1998-09-282-5/+14
|
* Upgrade to 0.20.0.tg1998-09-243-6/+9
|
* giflib is now converted to ELF so remove regexp support.steve1998-09-191-3/+3
|
* Roll back libpng major to 2.asami1998-09-171-2/+2
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libpng major is now 3. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Upgrade to 0.19.3.tg1998-09-113-5/+9
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.19.2.tg1998-09-092-5/+8
| | | | Reviewed by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.19.1.tg1998-09-043-5/+6
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.19.0.tg1998-09-023-17/+147
| | | | Reviewed by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.18.1b.tg1998-08-193-15/+22
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* (1) Configure looks first for tiff, then tiff34...so if you have an oldtg1998-08-111-2/+3
| | | | | | | | | | | | version of tiff, it never finds the first one. "Anthony C. Chavez" <magus@xmission.com> (2) dockit calls out wish in the first line. moro <moro@remus.dti.ne.jp> Submitted by: Brian Handy <handy@physics.montana.edu>
* Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwmasami1998-08-081-2/+2
| | | | | fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker wm2 wmx" from x11 to x11-wm.
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Upgrade to 0.17.5.tg1998-07-283-8/+32
| | | | Reviewed by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.16.1.tg1998-07-083-8/+11
| | | | Reviewed by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.16.0.tg1998-07-033-14/+18
|
* We don't need to patch the config files anymore,tg1998-06-151-6/+1
| | | | autoconf takes care of that.
* Upgrade to 0.15.1.tg1998-06-153-8/+7
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Fix some paths in the default configuration files.tg1998-06-091-1/+6
| | | | | PR: 6894 Reviewed by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.15.0.tg1998-06-044-34/+58
| | | | Reviewed by: Brian Handy <handy@physics.montana.edu>
* Change JPEG shared library number to 9. This is to make sure that everyonejseger1998-05-051-2/+2
| | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
* Switch remaining ports to use jpeg lib version 8.0.jseger1998-04-161-2/+2
|
* Upgrade to 0.14.1.tg1998-04-072-5/+5
| | | | | PR: 6154 Submitted by: Brian Handy <handy@physics.montana.edu>
* The port that throws up on gtk is workplace, not windowmaker.asami1998-03-291-3/+1
|
* Doesn't build.asami1998-03-291-1/+3
|
* upgrade png majorache1998-03-291-2/+2
|
* Upgrade to 0.14.0tg1998-03-023-12/+17
|
* Actually use all those libs this ports depends on.tg1998-02-261-3/+7
| | | | Reviewed by: maintainer
* Upgrade to 0.13.1.tg1998-02-243-156/+62
| | | | | PR: second half of 5818 Submitted by: Brian Handy <handy@lambic.spasci.com>
* Import of windowmaker port. This is (yet another ;-)) window managertg1997-11-045-0/+182
with a nextstep look and feel. Submitted by: Brian Handy <handy@physics.montana.edu>