Commit Graph

54 Commits

Author SHA1 Message Date
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
Sergey Matveychuk
7659a915b8 - Create a user with nobody group instead of wheel.
Theoretically it could be a reason for security weakness
  on some configurations with sudo.
- Bump a PORTVERSION.

PR:		ports/85247
Submitted by:	maintainer
Approved by:	portmgr (linimon)
2005-08-24 17:56:38 +00:00
Pav Lucistnik
8b97de1de4 - Fix build on FreeBSD 7
PR:		ports/83675
Submitted by:	marck (maintainer)
2005-07-18 20:16:05 +00:00
Pav Lucistnik
6cfc4afaa6 - One more fix for IPL_NAT
- Convert to OPTIONS

PR:		ports/81623
Submitted by:	markm (maintainer)
2005-05-30 21:20:39 +00:00
Pav Lucistnik
dbcd1fc8e9 - Fix: after recent ipfilter update IPL_NAT symbol has disappeared
PR:		ports/80934
Submitted by:	marck (maintainer)
2005-05-20 17:53:56 +00:00
Pav Lucistnik
e0920dfad9 - Don't change ownership on ${PREFIX}/sbin
PR:		ports/77302
Submitted by:	marck (maintainer)
2005-02-09 14:43:05 +00:00
Pav Lucistnik
a7830d9ea3 - Update to 1.5.24
PR:		ports/77112
Submitted by:	Dmitry Morozovsky <marck@freebsd.org> (maintainer)
2005-02-05 18:33:40 +00:00
Pav Lucistnik
75ed07acb6 - Fix for multiple redir modules
PR:		ports/72710
Submitted by:	marck (maintainer)
Obtained from:	author
2004-10-15 12:13:38 +00:00
Sergey A. Osokin
e030dab681 Pass maintainership to Dmitry Morozovsky (aka marck),
who highly activity using oops for business and
kindly volunteered to keep this port up-to-date.
2004-10-12 15:03:52 +00:00
Kris Kennaway
02ef3c4695 Respect PTHREAD_{CFLAGS,LIBS} on 5.x and beyond.
Submitted by:	marcus
Approved by:	portmgr (self)
2004-10-07 16:00:44 +00:00
Kris Kennaway
9bd096b20d Fix build on amd64 by linking against shared libraries instead of trying
to link static libraries into a shared library.

Reviewed by:	maintainer
2004-03-17 12:25:04 +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
Sergey A. Osokin
017e891a43 Attempt to fix build on amd64. [1]
Also fix build problem with MySQL support. [2]
Correct use PTHREAD_[CFLAGS|LIBS].
Bump PORTREVISION.

[1] Notify from:	kris via bento
[2] Submitted by:	Sergey Mokryshev <mokr@mokr.net>
2004-02-12 14:04:59 +00:00
Sergey A. Osokin
5022d772a4 SIZEfy my ports. 2004-02-04 12:55:42 +00:00
Sergey A. Osokin
3e20d6b4c0 Do not grab ${PREFIX}/sbin owhership.
Remove FORBIDDEN, bump PORTREVISION.

Notify from:	kris via bento
2004-01-30 10:19:16 +00:00
Kris Kennaway
ed51a8c917 FORBIDDEN: Changes ownership of ${PREFIX}/sbin 2004-01-30 08:59:39 +00:00
Sergey A. Osokin
ad7caefb96 Author remove some needless files from distro and reroll it. 2003-11-21 10:25:28 +00:00
Sergey A. Osokin
bc92812ab5 Update to 1.5.23. 2003-11-20 10:35:27 +00:00
Sergey A. Osokin
aa248a3a41 Update www/oops:
*) Respect to ${CXX}
*) Use ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} instead
   of hardcoded -pthread flag
*) Remove rwlock.c support, because libc_r already
   support pthread_rwlock family calls
*) Bump ${PORTREVISION}

PR:	56943
2003-09-24 09:51:07 +00:00
Sergey A. Osokin
b2b271d3b3 Change my e-mail address
Approved by: fjoe (mentor)
2003-06-06 13:27:54 +00:00
Max Khon
50c87885e0 Update to 1.5.22.20030403
PR:		50562
2003-04-03 14:36:01 +00:00
Max Khon
775f41988a - Update to 1.5.22-20030321
- Assign maintainership to Sergey Osokin

PR:		50187
2003-03-24 15:13:35 +00:00
Akinori MUSHA
cb07270bfe De-pkg-comment. 2003-02-20 19:21:36 +00:00
Sean Chittenden
854109b51e Missed configure scripts in libpq version bump: chase lib version. 2003-01-04 16:17:27 +00:00
Yaroslav Tykhiy
544ef85d7e a) Update www/oops to 1.5.22-20021204, which solves
a number of build problems.
b) Obey BATCH.
c) Locate DB4 correctly.
d) Explicitly specify dependency on gawk.

PR:		ports/46006 ports/44071 ports/45989 ports/40593
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
Approved by:	portmgr (knu)
2002-12-13 23:09:44 +00:00
Yaroslav Tykhiy
07ac96e307 Add a patch file for src/parser.y that remedies the YACC grammar
compatibility problem against new bison (>=1.75).

PR:		ports/45898
Submitted by:	Dmitry Morozovsky <marck@rinet.ru>
Approved by:	portmgr
2002-12-06 10:53:21 +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
Ying-Chieh Liao
209fcbbecb update WWW
PR:		43363
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
2002-09-28 13:31:20 +00:00
Christian Weisgerber
5ee4f82222 Fix build on -CURRENT. 2002-07-26 12:14:00 +00:00
Patrick Li
5ed1dc1ffd Simplify MASTER_SITES and also while i am here, fix FATAL warning from
portlint

PR:		ports/40989
Submitted by:	Dmitry Morozovsky <marck@rinet.ru>
2002-07-25 17:24:10 +00:00
Pete Fritchman
29421e3724 Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks for
your hard work on these & I hope to see you contribute more.

PR:		38750
Submitted by:	Sergey A.Osokin <osa@FreeBSD.org.ru> (previous maintainer)
2002-05-30 23:02:40 +00:00
David W. Chapman Jr.
0c62bdd3eb Update maintainer's email to match what he uses on send-pr to avoid
confusion

Submitted by:	maintainer
2002-05-23 15:11:55 +00:00
Ying-Chieh Liao
904be9c0bc upgrade to 20020519
PR:		38327
Submitted by:	maintainer
2002-05-20 11:34:38 +00:00
Maxim Sobolev
62f2687e21 Add USE_SUBMAKE, where it might be necessary. 2002-03-25 09:19:20 +00:00
Patrick Li
edebfa0b98 Update to 1.5.22.20020312
PR:		35824
Submitted by:	maintainer
2002-03-12 22:40:15 +00:00
Pete Fritchman
102c75ba96 Populate SCRIPTS_ENV with variables the configure script needs.
PR:		34969
Submitted by:	maintainer
2002-02-20 07:42:14 +00:00
Maxim Konovalov
8559dd85b6 Fix the previous commit. Note to myself: do not forget cvs rm -f
the empty files and cvs add the new ones.
2002-02-14 14:47:04 +00:00
Maxim Konovalov
72a1babc7d Upgrade to 1.5.22
PR:		34929
Submitted by:	maintainer
2002-02-14 14:04:58 +00:00
Ying-Chieh Liao
a2f1ed8acb upgrade to 1.5.18
PR:		27255
Submitted by:	maintainer
2001-05-29 13:21:36 +00:00
Kevin Lo
12f39434f8 Upgrade to version 1.5.17
PR: 26921
Submitted by: MAINT
2001-04-30 16:07:28 +00:00
Kris Kennaway
4f88207a44 Chase the checksum: trivial doc changes 2001-03-10 04:43:11 +00:00
Tom Hukins
c3ea3300ef Add WWW: 2001-02-26 15:57:45 +00:00
Kevin Lo
0356decaf9 Update to 1.5.6
PR: 24045
Submitted by: MAINTAINER
2001-01-03 15:44:17 +00:00
FUJISHIMA Satsuki
e937c4fff7 remove extra directories properly.
PR: 23846
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
2000-12-30 22:43:18 +00:00
Dmitry Sivachenko
e2fb378bea Add @dirrm etc/oops
PR:		23744
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2000-12-23 20:53:25 +00:00
Dmitry Sivachenko
32eca41e26 Update to version 1.5.5.
PR:		23803
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
2000-12-23 20:20:22 +00:00
Will Andrews
272b15896e Fix violations of COMMENT files.
PR:		22986
Submitted by:	Ports Fury
2000-12-21 08:54:25 +00:00
Peter Pentchev
823b4b5eb5 Minor oops account GECOS field fix.
PR:		23563
Submitted by:	maintainer
2000-12-15 11:35:58 +00:00
Maxim Sobolev
7d52cdea00 - Install mans;
- make port to be compliant with portlint-2.3.

Submitted by:	maintainer
2000-12-14 17:31:34 +00:00