Commit graph

26 commits

Author SHA1 Message Date
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Dmitry Marakasov
c6d73b3a64 - Switch SourceForge ports to the new File Release System: categories starting with E,F 2009-08-22 00:20:34 +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
Pav Lucistnik
aefc5ab62f - Fix LATEST_LINK in chinese/joe port
Reported by:	kris
2005-10-23 10:09:52 +00:00
Pav Lucistnik
b5180c3a4b - Restore prefix on chinese/joe, fix INDEX breakage
Pointy hat to:	pav
2005-10-21 09:15:22 +00:00
Pav Lucistnik
ae38e88a73 - Update to 2.9.8
PR:		ports/80690
Submitted by:	chinsan <chinsan@mail2000.com.tw>
Approved by:	Kevin Day <toasty@dragondata.com> (maintainer)
2005-10-21 08:53:32 +00:00
Pav Lucistnik
e5cc6ee0d8 - After repocopy, connect editors/joe2 to the build
- Set LATEST_LINK, CONFLICTS
- Set chinese/joe to use editors/joe2

Suggested by:	Kevin Day <toasty@dragondata.com> (maintainer)
Repocopy by:	marcus
2005-10-21 08:00:42 +00:00
Akinori MUSHA
3860f7f3e2 De-pkg-comment. 2003-02-21 11:38:28 +00:00
Edwin Groothuis
659a33897f [MAINTAINER-PATCH] Add new MASTER_SITES for editors/joe
PR:		ports/46750
Submitted by:	Kevin Day <toasty@dragondata.com>
2003-01-04 12:21:17 +00:00
Ying-Chieh Liao
b52a2cb357 drop sgid/suid on backup files
PR:		42920
Submitted by:	maintainer
2002-09-18 11:13:27 +00:00
Patrick Li
5c1e5a6694 Bump PORTREVISION from last buffer overflow patch commit.
Reminded by:	Dan Peterson <danp@danp.net>
2002-02-02 05:32:55 +00:00
Maxim Sobolev
bb53f3ecee Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category)
upfront.
2001-05-22 18:16:59 +00:00
Bill Fenner
f5e432c155 Don't override MAINTAINER if we're being included. 2001-03-11 04:32:07 +00:00
Chris D. Faulhaber
00df5c7d52 Remove ./.joerc from the default startup file search patch
Bump PORTREVISION

Submitted by:	brad@comstyle.com
Obtained from:	OpenBSD
2001-03-01 00:03:17 +00:00
Trevor Johnson
738eda67e3 - when DEADJOE is a hard link, leave it alone
- un-forbid
- bump PORTREVISION

Submitted by:	maintainer
2000-12-03 18:03:25 +00:00
Trevor Johnson
92fd9c5f94 My earlier testing was in error: joe will still write to a DEADJOE
file which is hard-linked to a file writable by the user who is
running joe.  Mark this forbidden until the maintainer decides what
to do.
2000-11-25 14:13:59 +00:00
Trevor Johnson
66d65ec2a7 - don't follow links (symbolic or hard) owned by another user when
creating a DEADJOE file (http://www.securityfocus.com/archive/1/145305)
- make DEADJOE files with 0600 permissions, rather than using the
  user's umask (PR 12827)
- do the PORTREVISION thing

I am not sure whether the maintainer considers these ready.  However,
they work for me.

Submitted by:	maintainer
2000-11-25 07:09:18 +00:00
Will Andrews
b54f5e04ee Change MAINTAINER, and remove erroneous patch.
PR:		18165
Submitted by:	Kevin Day <toasty@dragondata.com>
2000-04-22 22:37:04 +00:00
Michael Haro
0f29953274 portname/portversion update 2000-04-14 00:25:54 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Chris Piazza
adce277bc8 Add a MAINTAINER to this port.
PR:	12405
Submitted by:	andrews@technologist.com
1999-06-27 05:36:20 +00:00
David E. O'Brien
5223aa0ad2 Converted to MAN[1-9NL] 1996-11-17 07:01:32 +00:00
Satoshi Asami
23b3b9c070 Remove NO_PACKAGE, since this is what the source says:
===
JOE is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later version.
===                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Since it's not (only) under GPL1, there shouldn't be any problem
with us distributing it in any medium.
1996-06-11 21:55:48 +00:00
Torsten Blum
b65db97bf0 joe - joe's own editor 1995-07-05 15:08:51 +00:00