Commit graph

133 commits

Author SHA1 Message Date
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Doug Barton
f8192da1dd Add my own web site as a backup master site 2006-05-21 20:11:57 +00:00
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Alexey Dokuchaev
8ae225318f Use official spellings of GNUstep' and NeXTstep' in port's COMMENT and
description.

Approved by:	maintainer timeout (over a month)
2005-12-26 13:43:57 +00:00
Doug Barton
4c1436d606 Add option (on by default) to compile in the infamous
"single click" patch to put that option on the WPrefs
menu.
2005-11-23 23:27:12 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Doug Barton
cfda064524 For the ports that I maintain, do the following as appropriate:
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.
2005-10-29 07:13:29 +00:00
Doug Barton
fcc46e520d 1. Move the include of bsd.port.pre.mk before OPTIONS based on a recent
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)
2005-08-11 07:52:18 +00:00
Doug Barton
c925442c4b Update to the latest, 0.92.
Re-sort pkg-plist was my idea.

Submitted by:	Ports Fury
2005-07-25 08:12:21 +00:00
Doug Barton
197d0d347b Update to 0.91.0, the latest version from the window maker team.
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.
2004-10-26 08:49:49 +00:00
Pav Lucistnik
7d63a886d3 - Fix build on 4-stable
- 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>
2004-10-25 22:27:51 +00:00
Doug Barton
2316b96cb4 Update to 0.90.0, the latest release from the Window Maker team.
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
2004-10-24 11:02:32 +00:00
Pav Lucistnik
fe789a4553 - Convert to OPTIONS
PR:		ports/70718
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2004-08-21 09:28:06 +00:00
Kirill Ponomarev
23045ad577 Pet portlint 2004-07-11 11:30:43 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
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
2004-07-09 17:43:11 +00:00
Kris Kennaway
a9423ca02e Drop maintainership; I don't use this from day-to-day thesedays. 2004-05-06 05:12:30 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Kris Kennaway
a1c07f2c82 Really fix the typo. 2004-02-15 06:54:10 +00:00
Kris Kennaway
6855ca2035 Fix typo that somehow made it into my previous commit.
Submitted by:	Masahide -mac- NODA <mac@clave.gr.jp>
2004-02-15 06:53:07 +00:00
Kris Kennaway
f1a0266043 Set WITHOUT_HERMES on sparc64, because that library has an endianness
bug that interchanges red and blue channels in images.

Take maintainership.
2004-02-14 06:04:05 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Norikatsu Shigemura
7d9c6223fe o Fix flickering problem with GTK2.
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
2004-01-21 17:13:56 +00:00
Edwin Groothuis
a528f0cce6 Fix breakage by KATO megapatch
Submitted by:	Adam McLaurin <blueeskimo@gmx.net>
2003-09-27 03:04:08 +00:00
Edwin Groothuis
f07f504808 KATO mega patch
- ECHO -> ECHO_MSG

For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD

PR:		ports/56820-56858
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 01:01:08 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Maxim Sobolev
10588346d3 Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
2003-07-29 09:12:37 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Maxim Sobolev
b0f926fb2e Revert superfluous PORTREVISION bump from the previous commit. 2003-01-02 10:39:00 +00:00
Maxim Sobolev
00820dcccb Add a knob to disable Hermes support.
PR:		45748
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
2003-01-02 10:34:09 +00:00
Maxim Sobolev
8a1227c673 Update to 0.80.2.
PR:		45523
Submitted by:	"Sergey A.Osokin" <osa@FreeBSD.org.ru>
2002-11-20 20:31:35 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Maxim Sobolev
fd4d419dd5 Add new knob WITH_XKB_STATUS, which enables support for XKB keyboard
language status.

Submitted by:	Alexander Peresunko <alex@freeman.org.ua>
2002-07-10 16:40:58 +00:00
Maxim Sobolev
ccbde9b110 Update to 0.80.1. 2002-07-02 15:03:17 +00:00
Maxim Sobolev
3a28fb3952 GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already in
LIB_DEPENDS.
2002-04-15 17:05:52 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- 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
2002-04-12 17:10:20 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
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
2002-03-15 19:44:29 +00:00
Akinori MUSHA
a80f0bd0dd Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
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.
2002-01-29 12:14:18 +00:00
Maxim Sobolev
2babb7b60f Update to 0.80.0.
Submitted by:	olgeni
2001-12-25 09:46:02 +00:00
Maxim Sobolev
1d49faf456 Fix a potential segfault.
Submitted by:	tg
2001-10-25 08:17:10 +00:00
Maxim Sobolev
21479ebd6a Update to 0.70.0. 2001-10-10 10:20:07 +00:00
Maxim Sobolev
6ccca73dca Catch up changes of the windowmaker ftp directory structure.
PR:		???
Submitted by:	Patrick Li <pat@databits.net>
2001-09-30 21:09:23 +00:00
Andrey A. Chernov
efb68b988e Bump png major 2001-09-11 03:40:42 +00:00
Maxim Sobolev
53802b5536 Unbroke wsetfont in Japanese/Korean environment.
Submitted by:	Masahide -mac- NODA <mac@clave.gr.jp>
Tested by:	knu
2001-08-06 13:34:15 +00:00
Maxim Sobolev
55afef8b54 Update to 0.65.1. 2001-07-24 09:00:50 +00:00
Kris Kennaway
3c90ea64a0 Prevent possibly-exploitable buffer overflows coming from long window names.
Submitted by:	"Alfredo K. Kojima" <kojima@conectiva.com.br>
2001-07-24 01:24:12 +00:00
Maxim Sobolev
2ec7f5a928 Try harder to avoid hardcoded /usr/local/GNUstep in localised menus.
Submitted by:	Patrick Li <pat@databits.net>
2001-06-16 09:42:25 +00:00
Maxim Sobolev
90699e9536 Patch buindled menus, so they are properly reffer to ${PREFIX}/GNUstep, not
to the /usr/local/GNUstep.

Submitted by:	"Patrick Li" <pat@databits.net>
2001-06-06 15:31:34 +00:00