Commit graph

13 commits

Author SHA1 Message Date
Dirk Meyer
600fc67472 - fix duplicate manpage 2009-01-17 10:50:31 +00:00
Dirk Meyer
e6f9be9dac - enable plugins
PR:		129926
Submitted by:	Henry Hu

- switch to wx2.8 unicode to build wxsmith
- add plugins to plist
2009-01-17 09:36:30 +00:00
Dirk Meyer
c17e799df8 - add LICENSE: 2009-01-16 16:38:35 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Dirk Meyer
b893a354aa - don't clean up leftovers from gtk 2008-05-07 03:55:38 +00:00
Dirk Meyer
705177b17d - update to 8.02
- add mssing pkg-plist
PR:		123342
Approved by:	maintainer
2008-05-05 05:11:56 +00:00
Edwin Groothuis
ec7c5b0142 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 00:41:11 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
b662f715a4 - Fix build with gcc 4.X
PR:		ports/107048
Submitted by:	Matthias Sund<m.sund@arcor.de> (maintainer)
2006-12-21 23:19:58 +00:00
Stefan Walter
67a2606e6c - Depend on and link against wxgtk26-unicode instead of the ANSI version. [1]
- s/INSTALLS_SHLIB/USE_LDCONFIG/

PR:		103756 [1]
Submitted by:	Michael Neumann <mneuma2s@smail.inf.fh-brs.de> [1]
Approved by:	maintainer [1]
2006-10-06 17:34:33 +00:00
Pav Lucistnik
3102a2798e - Fix build on 64-bits
- Mark BROKEN on 4.X

PR:		ports/91826
Submitted by:	Matthias Sund <m.sund@arcor.de> (maintainer)
2006-01-29 22:54:28 +00:00
Edwin Groothuis
7c09f85c2d new port: devel/codeblocks, an open source, cross-platform and free
C/C++ IDE

	Code::Blocks is an open source, cross-platform and free
	C/C++ IDE.  It is build using the wxWidgets GUI library.

	The WEB site states:

	"Code::Blocks is a free C++ IDE built specifically to meet
	the most demanding needs of its users. It was designed,
	right from the start, to be extensible and configurable."

	WWW: http://www.codeblocks.org/

PR:		ports/89297
Submitted by:	Matthias Sund <m.sund@arcor.de>
2005-12-27 19:59:09 +00:00