1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
Cy Schubert
e0db4b4660 Missing =.
Pointy hat to:	self
2014-03-31 05:53:11 +00:00
Cy Schubert
731377dc97 Register conflicts due to x3270if.
Approved by:	araujo
2014-03-31 04:27:53 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Baptiste Daroussin
91cb18c603 Convert to new options framework 2013-06-05 12:51:05 +00:00
Marcelo Araujo
ed9e7b3bae - Update to 3.3.12ga13.
PR:		ports/169942 [based on]
Submitted by:	Thomas Johnson <tom@claimlynx.com>
2013-05-24 08:37:19 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Marcelo Araujo
96c42d7494 - Update to 3.3.12ga7.
- Improve the description into pkg-descr.
2012-01-20 01:01:45 +00:00
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
Doug Barton
f9faa8bdaa Geocities has been gone for almost 2 years now, so let's remove
references to it.

Deprecate ports whose only MASTER_SITE is (was) geocities
2011-08-23 07:45:27 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Baptiste Daroussin
63deaa5b51 c3270 doesn't depends on devel/icu2 at all 2010-12-16 07:19:58 +00:00
Marcelo Araujo
a68d2093f3 - Update to c3270-3.3.11ga6. 2010-09-27 13:46:50 +00:00
Marcelo Araujo
d687957d6d - Update to 3.3.10ga5.
PR:		ports/147152
Submitted by:	Eric F Crist <ecrist@secure-computing.net>
Feature safe:	yes
2010-06-26 19:13:50 +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
Ruslan Ermilov
3124477d0a Enclose OPTIONS descriptions in double quotes, as bsd.port.mk assumes. 2008-03-29 15:57:41 +00:00
Marcelo Araujo
d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00
Martin Wilke
62cacf3c0b - Update to 3.3.4p8
- Pass maintainership to submitter

PR:		107918
Submitted by:	Marcelo Araujo <araujo@bsdmail.org>
2007-01-15 20:07:07 +00:00
Renato Botelho
7a676227f7 Release maintainership since i don't use it anymore 2006-08-09 11:22:16 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Renato Botelho
46e7d42e8a - Add SHA256 2005-11-08 14:33:35 +00:00
Renato Botelho
5c4d56ae8f - Update to 3.3.4p6 2005-09-29 19:12:35 +00:00
Renato Botelho
d5a8ad9d47 Change MAINTAINER to my @FreeBSD.org account
Approved by:	flz (mentor)
2005-07-11 16:47:16 +00:00
Roman Bogorodskiy
62b89a8a7a Fix plist 2005-05-05 04:29:36 +00:00
Roman Bogorodskiy
0e7f23e248 Fix docs handling
Discussed with:	Renato Botelho (maintainer)
2005-05-04 16:55:45 +00:00
Yen-Ming Lee
17edb4d763 - Fix wrong var name LIST_SUB -> PLIST_SUB
PR:		80326
Submitted by:	Renato Botelho <freebsd@galle.com.br>
2005-04-25 14:34:56 +00:00
Roman Bogorodskiy
cea904a960 Fix package building.
Reported by:	pointyhat via kris
Pointyhat to:	novel
2005-04-24 13:52:08 +00:00
Roman Bogorodskiy
3d7205b8c9 - update to 3.3.4
- pass maintainership to submitter

PR:		80144
Submitted by:	Renato Botelho <freebsd@galle.com.br>
2005-04-23 18:09:09 +00:00
Volker Stolz
928cfe2be9 Unbreak: Use PORTDOCS=* 2005-04-20 09:13:58 +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
3b75b7603c BROKEN: Incomplete pkg-plist 2005-02-11 21:52:43 +00:00
Kris Kennaway
bd4c774786 Reset undeliverable maintainer address. It has reported the following
since Dec 24:

<"pdseniura:techie.com"@mail.com.int>: host
    mta1.us4.outblaze.com.int[192.168.9.154] said: 552 recipient storage full,
    try again later (in reply to RCPT TO command)
2005-01-24 04:23:44 +00:00
Edwin Groothuis
9a71d72b31 New port: net/c3270 - to replace net/tn3270 - Full-screen curses-based
remote login to IBM mainframes

    This port is the latest version of IBM 3270 terminal emulators
    as an open source project that I can find.  The net/tn3270 port
    is dead-dead-dead and will take too much effort to fix on
    5.x-6.x-Current.  This new port is part of a group and has been
    separated such that the user can pick & choose what he wants.
    This particular port is for full-screen text-mode aka console
    sessions with support for curses, OpenSSL, scripting, and
    SNA-printer emulation with IBM mainframes.

    I am unable to test most of the extra functionality.  Also I
    am continuing to investigate some text-mode anomalies that may
    be highly dependent on the graphics/video card in use.  But we
    do need a working replacement for net/tn3270, and this is 'it'.

    Before accepting this new port:

    Firstly, I need someone with legal eyes to look over this
    project's licensing details at http://x3270.bgp.nu/license.html
    , please.  (I posted this request on -ports@ a few weeks ago
    to no avail.)

    If agreeable, the next thing to do is ditch the port net/tn3270
    entirely.  I'm not sure how to do that myself (and not being
    able to do CVS thru our political firewall here at work).

    Thirdly, if agreeable, simply add this new port net/c3270 to
    the collection, please.  Yes it comprises only three little
    files.  ;)

    Fourthly, people with access to mainframes: Test Test Test Please!  :)

I don't agree with ditching x3270 though.

PR:		ports/72367
Submitted by:	"Paul Seniura" <pdseniura@techie.com>
2004-12-16 09:25:27 +00:00