non port: net/c3270/Makefile |
SVNWeb
|
Number of commits found: 46 |
Fri, 3 Sep 2021
|
[ 06:40 Bernhard Froehlich (decke) ] 87b574b
net/c3270: Fix CPE information
Approved by: portmgr (blanket)
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 15 Feb 2021
|
[ 18:43 kbowling ]
net/c3270: Make it a slave port of x11/x3270
Reviewed by: krion, timur
Sponsored by: BBOX.io
Differential Revision: D28606
|
Sun, 30 Aug 2020
|
[ 01:48 kbowling ]
net/c3270: take maintainer
Per private communication with araujo@ he doesn't have time to maintain ports
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Sat, 10 Oct 2015
|
[ 14:03 tijl ] (Only the first 10 of 40 ports in this commit are shown above. )
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above )
|
Wed, 15 Apr 2015
|
[ 08:20 tijl ] (Only the first 10 of 152 ports in this commit are shown above. )
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above )
|
Tue, 15 Jul 2014
|
[ 16:36 adamw ] (Only the first 10 of 16 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Mon, 30 Jun 2014
|
[ 16:46 araujo ]
- Use MANPREFIX instead of MAN1PREFIX.
|
[ 16:14 araujo ]
- Update to 3.3.14ga11.
- Stagify.
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Thu, 29 May 2014
|
[ 12:00 miwi ] (Only the first 10 of 56 ports in this commit are shown above. )
- Convert gmake,bzip2 to USES
Approved by: portmgr
|
Mon, 31 Mar 2014
|
[ 05:53 cy ]
Missing =.
Pointy hat to: self
|
[ 04:27 cy ]
Register conflicts due to x3270if.
Approved by: araujo
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Wed, 5 Jun 2013
|
[ 12:51 bapt ] (Only the first 10 of 12 ports in this commit are shown above. )
Convert to new options framework
|
Fri, 24 May 2013
|
[ 08:37 araujo ]
- Update to 3.3.12ga13.
PR: ports/169942 [based on]
Submitted by: Thomas Johnson <tom@claimlynx.com>
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Fri, 20 Jan 2012
|
[ 01:01 araujo ]
- Update to 3.3.12ga7.
- Improve the description into pkg-descr.
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Thu, 16 Dec 2010
|
[ 07:19 bapt ]
c3270 doesn't depends on devel/icu2 at all
|
Mon, 27 Sep 2010
|
[ 13:46 araujo ]
- Update to c3270-3.3.11ga6.
|
Sat, 26 Jun 2010
|
[ 19:13 araujo ]
- Update to 3.3.10ga5.
PR: ports/147152
Submitted by: Eric F Crist <ecrist@secure-computing.net>
Feature safe: yes
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Sat, 29 Mar 2008
|
[ 15:57 ru ]
Enclose OPTIONS descriptions in double quotes, as bsd.port.mk assumes.
|
Fri, 29 Jun 2007
|
[ 16:29 araujo ] (Only the first 10 of 87 ports in this commit are shown above. )
- Change my mail address to araujo@.
Approved by: stas (mentor)
|
Mon, 15 Jan 2007
|
[ 20:07 miwi ]
- Update to 3.3.4p8
- Pass maintainership to submitter
PR: 107918
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
|
Wed, 9 Aug 2006
|
[ 11:22 garga ]
Release maintainership since i don't use it anymore
|
Thu, 11 May 2006
|
[ 22:49 edwin ] (Only the first 10 of 270 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with N
|
Thu, 29 Sep 2005
|
[ 19:12 garga ]
- Update to 3.3.4p6
|
Mon, 11 Jul 2005
|
[ 16:47 garga ] (Only the first 10 of 25 ports in this commit are shown above. )
Change MAINTAINER to my @FreeBSD.org account
Approved by: flz (mentor)
|
Thu, 5 May 2005
|
[ 04:29 novel ]
Fix plist
|
Wed, 4 May 2005
|
[ 16:55 novel ]
Fix docs handling
Discussed with: Renato Botelho (maintainer)
|
Mon, 25 Apr 2005
|
[ 14:34 leeym ]
- Fix wrong var name LIST_SUB -> PLIST_SUB
PR: 80326
Submitted by: Renato Botelho <freebsd@galle.com.br>
|
Sun, 24 Apr 2005
|
[ 13:52 novel ]
Fix package building.
Reported by: pointyhat via kris
Pointyhat to: novel
|
Sat, 23 Apr 2005
|
[ 18:09 novel ]
- update to 3.3.4
- pass maintainership to submitter
PR: 80144
Submitted by: Renato Botelho <freebsd@galle.com.br>
|
Wed, 20 Apr 2005
|
[ 09:13 vs ]
Unbreak: Use PORTDOCS=*
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Fri, 11 Feb 2005
|
[ 21:51 kris ]
BROKEN: Incomplete pkg-plist
|
Mon, 24 Jan 2005
|
[ 04:23 kris ]
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)
|
Thu, 16 Dec 2004
|
[ 09:25 edwin ]
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 (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 46 |