Commit graph

7962 commits

Author SHA1 Message Date
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Rong-En Fan
e2d8f38ab2 - Patch configure so it actually accepts --mandir and --infodir. Otherwise,
it will fail when we set them for GNU_CONFIGURE.

PR:		ports/111470
Approved by:	portmgr
Tested by:	pointyhat exp run
2007-07-23 09:19:24 +00:00
Alejandro Pulver
59b7cdd252 - Fix building with GCC 4.x.
Reported by:	pav
2007-07-22 17:48:34 +00:00
Alejandro Pulver
c494ef64ac - Fix building with GCC 4.x (use ${CXX} to build c++ files). 2007-07-22 17:28:39 +00:00
Juergen Lock
61927dd6c3 - Update to 0.10.0 2007-07-21 21:17:00 +00:00
Pav Lucistnik
2e85588102 - Correct dependency on bison2
Reported by:	pointyhat
2007-07-21 12:56:29 +00:00
Gabor Kovesdan
d8fc8c3302 - Remove distinfo hashes, which are not used officially
No objection from:	ports@, maintainers
Approved by:		portmgr (pav)
2007-07-19 21:37:13 +00:00
MANTANI Nobutaka
d35a45eeb4 Make EMACS_PORT_NAME overridable. 2007-07-16 09:52:53 +00:00
Frank J. Laszlo
9ff8939c6c - Fix build on -CURRENT (gcc 4.2.0 import)
Reported by:	pav
2007-07-15 15:32:25 +00:00
Martin Wilke
bfe6dadf79 - Fix build with gcc 4.2
Approved by:	maintainer via privat mail
2007-07-14 22:42:55 +00:00
Edward Tomasz Napierala
6a5453ddbb - Update to 3.3.714. This fixes build with gcc42.
Approved by:	miwi (mentor)
2007-07-14 22:39:13 +00:00
Pav Lucistnik
03dd4e81c8 - Mark BROKEN on 7.0: does not compile with gcc42
Requested by:	Anton Yudin <contact@toha.org.ua> (maintainer)
2007-07-14 22:06:36 +00:00
Andrew Pantyukhin
df0787c535 - Update to 0.5.7
PR:		ports/113772
Submitted by:	Ports Fury
2007-07-14 14:19:33 +00:00
Alex Dupre
f082346eaf Update to 0.7.0 release. 2007-07-14 07:16:03 +00:00
Alejandro Pulver
b252d41c07 - Update MASTER_SITES (subdirectory change in URL). 2007-07-13 17:58:57 +00:00
Alejandro Pulver
b1065eacae - Update to version 0.10.2.
- Remove USE_GETOPT_LONG (for FreeBSD 4.x).
2007-07-13 16:54:44 +00:00
Alejandro Pulver
9f4ba9690e - Fix linking and remove BROKEN.
Since the modular xorg update it has been broken because the new libGL doesn't
allow direct linking to glXGetVideoSyncSGI and glXWaitVideoSyncSGI, so they
have to be accessed through glXGetProcAddressARB (at run-time).

This doesn't happen with NVidia's libGL though, so it was harder to track.
2007-07-13 02:12:56 +00:00
Lars Engels
01af071179 With an up-to-date INDEX I even find the rest of the ports I maintain,
so change my e-mail address also in those ports.

Approved by:	miwi (mentor)
2007-07-12 19:48:45 +00:00
Martin Wilke
a75ae0a3dd - Update to 0.4
PR:		113980
Submitted by:	Bartosz Fabianowski <freebsd@chillt.de> (maintainer)
2007-07-12 19:12:39 +00:00
Lars Engels
6c852b2d98 Change e-mail address of my ports to my FreeBSD.org one.
Approved by:	miwi (mentor)
2007-07-12 18:52:00 +00:00
Edward Tomasz Napierala
627cb575f7 - Use proper capitalization in my email address.
Approved by:	miwi (mentor)
Suggested by:	sat
2007-07-11 22:06:16 +00:00
Alejandro Pulver
055f496d1b - Use versions in dependencies correctly (bison>=2.1 --> bison2>=2.1). 2007-07-11 21:08:48 +00:00
Pav Lucistnik
be1db5f9f2 - Update to 3.0.8 2007-07-10 20:47:54 +00:00
Martin Wilke
05c8924192 - Update to 3.9.5
PR:		114461
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2007-07-10 08:44:25 +00:00
Jean Milanez Melo
6c575e22a2 - Fix mastersite.
- Remove /usr/local from ut-bin binary.

PR:		ports/113934
Submitted by:	Sean Farley <sean-freebsd@farley.org> (maintainer)
2007-07-09 19:10:26 +00:00
Herve Quiroz
ce9d4342b9 - Update to 5.12.0
- Use 'exec' to launch the JVM
2007-07-08 18:02:51 +00:00
Simon Barner
727976a1cb Fix build with boost 1.34.0 (#include different file).
Approved by:	silence from alepulver (maintainer)
2007-07-08 09:18:00 +00:00
Rong-En Fan
223129e344 PokerTH is a poker game written in C++/QT4. You can play the popular
"Texas Hold'em" poker variant against up to six computer-opponents
or play network games with people all over the world.

WWW: http://www.pokerth.net/

Note that this port requires huge memory to compile a 21MB C++ file.
Therefore, I mark this port as MANUAL_PACKAGE_BUILD to prevent it
build on pointyhat.

PR:		ports/113972
Submitted by:	Yinghong Liu <relaxbsd at gmail.com>
2007-07-07 12:16:53 +00:00
Martin Wilke
e08f9746d0 - Update to 20070706
- Remove 4.x cruft

Thanks to:	Reiner Herrmann (wormux dev team), Thomas Abthorpe (testing), nox@ (patch/review)
2007-07-06 22:15:07 +00:00
Tilman Keskinoz
569db56d9f Update to 1.0.51
Grab maintainership
2007-07-06 21:27:09 +00:00
Mark Linimon
d4b473e0a5 Reset maintainer at his request.
Hat:		portmgr
2007-07-05 21:37:08 +00:00
Andrew Pantyukhin
8a1af7f7ce - Update to 4010
Submitted by:	Artemiy Kropachev <neon_cyrex@mail.ru> (maintainer)
2007-07-05 09:34:16 +00:00
Beech Rintoul
ebc6758085 - Change maintainer address
- Cleanup master_sites

Requested by:	Yinghong Liu <relaxbsd@gmail.com> (maintainer)
Approved by:	sat (mentor)
2007-07-05 07:21:24 +00:00
Andrej Zverev
0039788392 - Fix build with gcc 4.2
Pointed by: pav@ via pointyhat robot
2007-07-04 18:17:56 +00:00
Alexey Dokuchaev
d2f781c5a3 - Fix the build in a better way
- s/<tab>/<space>/ after WWW: line

Approved by:	ahze
2007-07-04 16:21:55 +00:00
Simon Barner
ff9f11c4da - Bump boost shared library version to 4
- Bump PORTREVISION
2007-07-04 15:10:58 +00:00
Michael Johnson
3bbfbacaf2 Use gcc3.4 on -CURRENT to fix build
Reported by:	pointyhat via pav
2007-07-04 15:10:43 +00:00
Michael Nottebrock
961141fb14 Update to KDE 3.5.7 / KOffice 1.6.3 2007-07-04 10:25:00 +00:00
Pav Lucistnik
648cc842f9 - Fix damage caused by previous revision
Pointy hat to:	jmelo
2007-07-03 20:18:10 +00:00
Alexey Dokuchaev
2f82947a4c - Fix chown(1) and chmod(1) invocation [1]
- Better port description
- Pet portlint(1)

Reported by:	pointyhat (logs) [1]
2007-07-03 19:34:39 +00:00
Alexey Dokuchaev
b7b4a190c6 - Fix the build with GCC 4.2 [1]
- Replace USE_X_PREFIX with USE_XLIB

Reported by:	pointyhat via pav [1]
2007-07-03 11:41:35 +00:00
Pav Lucistnik
9a0d0575be - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2 2007-07-02 19:01:04 +00:00
Martin Wilke
b636a8a854 - Update to 0.10.0
- Pass maintainership to submitter

PR:		114156
Submitted by:	Lars Engels <lars.engels@0x20.net>
2007-07-02 12:12:35 +00:00
Martin Wilke
d523c0cfa2 - Update to 1.8
- Pass maintainership to submitter

PR:		114160
Submitted by:	Lars Engels <lars.engels@0x20.net>
2007-07-02 12:12:07 +00:00
Martin Wilke
9022a33aba - Update to 0.10.0
- Pass maintainership to submitter

PR:		114159
Submitted by:	Lars Engels <lars.engels@0x20.net>
2007-07-02 12:12:01 +00:00
Joe Marcus Clarke
331a838ef2 Update to 8.3.2.2. 2007-07-02 06:19:36 +00:00
Rong-En Fan
5bfdf1f8df - Update to 0.2.4
- Remove support for 4.x

PR:	 	 ports/114189
Submitted by:	 Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
2007-07-01 16:16:40 +00:00
Roman Bogorodskiy
95eecf16e6 Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
2007-07-01 08:56:16 +00:00
Pav Lucistnik
ff4465812e - Mark BROKEN: does not compile. 2007-06-30 17:41:20 +00:00
Marcelo Araujo
d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00