Commit graph

42 commits

Author SHA1 Message Date
Mikhail Teterin
114811b0b9 Unbreak by fixing the sloppy C-code, that the new gcc refuses to compile.
Tons of warnings still exist...
2008-05-21 23:38:00 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [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)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
737b8faa1b - Mark BROKEN on CURRENT: does not build with GCC 4.2 2007-07-03 09:32:56 +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
Cheng-Lung Sung
10ddcca177 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 23:06:39 +00:00
Ion-Mihai Tetcu
81f13ca40f Add patch forgotten in the last commit:
Log:
  - UNbreak [1]
  - Test for ARCH no MACHINE_ARCH [2]
  - don't use fmt(1) to display PKGMESSAGE when there's no need to [2]

  PR:             ports/99157 [1]
  Submitted by:   Arseny Nasokin <tarc@tarc.po.cs.msu.su> [1], itetcu (me) [2]
2006-06-22 10:26:58 +00:00
Ion-Mihai Tetcu
af05f55a29 - UNbreak [1]
- Test for ARCH no MACHINE_ARCH [2]
- don't use fmt(1) to display PKGMESSAGE when there's no need to [2]

PR:		ports/99157 [1]
Submitted by:	Arseny Nasokin <tarc@tarc.po.cs.msu.su> [1], itetcu (me) [2]
2006-06-20 20:10:27 +00:00
Edwin Groothuis
b3bcb8e257 Remove USE_REINPLACE from all categories starting with E 2006-05-07 10:55:47 +00:00
Kris Kennaway
48832255db BROKEN: Coredump during build 2006-02-12 22:30:45 +00:00
Pav Lucistnik
02828448df - Add SHA256 2005-11-24 16:07:52 +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
Kirill Ponomarev
6ede5d7246 Fix build by removing gcc-3.2 since port builds fine on 5/6/7 with
default compiler.
Portlint(1).

Approved by:	portmgr (implicit)
2005-08-05 10:11:41 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kris Kennaway
2bdc678d9a Now builds on 5.x
Approved by:	portmgr (self)
2004-09-29 04:33:28 +00:00
Mark Linimon
303f3f78a1 Per dosirak run, fix plist. 2004-04-18 20:01:34 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +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
8823c57090 BROKEN on 5.x: Does not compile 2004-02-07 12:25:19 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Trevor Johnson
dc8323469a Make fetchable.
found by:	fenner's survey
2003-10-28 07:20:30 +00:00
Joe Marcus Clarke
69a23e4b89 Fix build on bento.
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-09-16 15:25:22 +00:00
Norikatsu Shigemura
ab3ad05398 Fix build on current + (small) patches from NetBSD.
PR:		ports/56204
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
Obtained from:	NetBSD
2003-09-09 06:33:22 +00:00
Maho Nakata
ef2d7db001 a) Unbreak the port for 4.8-STABLE
b) Populate ONLY_FOR_ARCHS with the supported platforms

PR:		52390
Submitted by:	"Pedro F. Giffuni" <giffunip@yahoo.com>
2003-08-09 01:54:39 +00:00
Maho Nakata
78cab6939a small clean up
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-05-05 11:07:41 +00:00
Akinori MUSHA
1707b424cb De-pkg-comment. 2003-02-20 17:24:13 +00:00
Vanilla I. Shu
5bc323a0c3 Remove unneeded patch.
Obtained from:	edwin, bento
2002-11-19 14:38:28 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Vanilla I. Shu
1d653f77d6 Fix build on -current. 2002-10-29 06:16:41 +00:00
Mario Sergio Fujikawa Ferreira
20012ff070 o Update to 3.1.14
- bump PORTEPOCH since last version (1999.12.30) is
	  bigger than new one (3.1.14); reviewed by sobomax
o Style changes on port's Makefile
o Support NOPORTDOCS
o Add version number to library files to keep ldconfig happy;
  start with version 0; reviewed by dougb
o Update both COMMENT and DESCR
o Add PKGMESSAGE warning about kernel options necessary to get
  it working

PR:		29176
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
Reviewed by:	dougb, sobomax
2001-08-05 21:01:05 +00:00
Maxim Sobolev
ed62f626eb Replace URL with one that works. 2001-03-21 23:03:35 +00:00
Maxim Sobolev
41cd9fc57e Author acked to release ports to the public. So be it. 2001-03-21 22:44:00 +00:00
Satoshi Asami
39af109321 @dirrm share/doc/twin
Submitted by:	bento
2000-07-05 20:03:06 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Michael Haro
b7f08d10c0 PORTNAME/VERSION stuff 2000-04-12 04:56:17 +00:00
R. Imura
8c5e852c59 Update to version 19991230.
PR:		16685
Submitted by:	Mikhail Teterin <root@kot.ne.mediaone.net>
Approved by:	maintainer
2000-02-24 13:46:50 +00:00
Satoshi Asami
cef04b17b2 This port requires Xlib.
Submitted by:	bento
2000-01-02 08:50:59 +00:00
Steve Price
0ae84877da Adding twin version 19990616.
Willows toolkit for migrating and developing Windows applications.

PR:		12503
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1999-12-29 09:12:34 +00:00