aboutsummaryrefslogtreecommitdiff
path: root/x11/x3270
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.3.13Rusmir Dusko2013-10-153-10/+27
| | | | | | | | | | | | | | - Change master sites - Support STAGEDIR - Add DOCS and EXAMPLES and Options - Change MAN PR: ports/180959 Submitted by: nemysis (self) Approved by: wg/pawel (mentors), maintainer Notes: svn path=/head/; revision=330403
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Unbreak by fixing location of fontdirMichael Scheidell2012-06-121-6/+1
| | | | | | | | | | | | - Remove EXPIRATION/DEPRECATED/BROKEN - No PORTREVISION bump PR: ports/168410 Submitted by: larry bradford <la_bradford@cox.net> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=299109
* - Extending Expire date so maintainer can work on thisMichael Scheidell2012-05-261-1/+1
| | | | | | | | | PR: ports/168018 Submitted by: scheidell@ Approved by: Eric Crist <ecrist@secure-computing.net> (maintainer, via private email) Notes: svn path=/head/; revision=297472
* defer expiration date, someone seems to be working on a fixBaptiste Daroussin2012-05-211-1/+1
| | | | Notes: svn path=/head/; revision=297086
* Mark as deprecated and set expiration to 2012-05-10 for ports that are mark ↵Baptiste Daroussin2012-04-091-0/+3
| | | | | | | as broken for more than 6 month Notes: svn path=/head/; revision=294459
* - Mark BROKEN: does not packagePav Lucistnik2011-10-031-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=282897
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Update to latest versionJosh Paetzel2010-06-263-23/+11
| | | | | | | | | | | | Assign new MAINTAINER PR: ports/147153 Submitted by: Eric F Crist <ecrist@secure-computing.net> Approved by: itetcu@ (mentor) Feature safe: yes Notes: svn path=/head/; revision=257017
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+2
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+5
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* x11/x3270-3.3.5_1 source has recently been updated to 3.3.7Edwin Groothuis2008-02-032-6/+4
| | | | | | | | | | The source for x3270 has been recently updated to V3.3.7. PR: ports/120226 Submitted by: "User1001" <supraexpress@globaleyes.net> Notes: svn path=/head/; revision=206655
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 3.3.5Martin Wilke2007-04-153-13/+19
| | | | | | | | PR: 111494 Submitted by: "Eric P. Scott" <eps+pbug0704@ana.com> (maintainer) Notes: svn path=/head/; revision=190013
* - Remove references to XFree86 3.XPav Lucistnik2007-02-021-9/+0
| | | | Notes: svn path=/head/; revision=183980
* - Use GZIP_CMD instead of gzipMarcus Alves Grando2006-03-221-3/+3
| | | | | | | | PR: 94799 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=157961
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149464
* - Update to 3.3.4Pav Lucistnik2005-04-143-9/+12
| | | | | | | | PR: ports/79896 Submitted by: User1001 <supraexpress@globaleyes.net> Notes: svn path=/head/; revision=133336
* - Reset maintainer on requestVolker Stolz2005-02-173-6/+6
| | | | | | | | | | - Update to 3.3.3.b2 (me) PR: ports/70922 Submitted by: "Jonatan B" (maintainer) Notes: svn path=/head/; revision=129083
* Apparently the maintainer still exists but with a new email address.Mark Linimon2005-01-291-1/+1
| | | | | | | Suggested by: pav Notes: svn path=/head/; revision=127647
* With portmgr hat on, reset bouncing maintainer address:Mark Linimon2005-01-291-1/+1
| | | | | | | | | | Final-Recipient: rfc822; Yonatan@xpert.com Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "yonatan" Notes: svn path=/head/; revision=127646
* Make portlint a little bit happier.Edwin Groothuis2004-12-161-1/+1
| | | | Notes: svn path=/head/; revision=124190
* Update port: x11/x3270 to version 3.3.2p1Edwin Groothuis2004-12-167-78/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This port has been stuck on an ancient, non-SSL-capable version for seveal years. Please consider updating to a more recent upstream source. The attached files are offered as a starting point; some "adjustment" is probably needed. Note that what's below completely replaces the previous port; all previous patches are no longer valid. Also, I've added "net" to the CATEGORIES, along with a link to the official web page in the package description. The compilation produces one "warning: assignment from incompatible pointer type"; this deserves further investigation (particularly for 64-bit builds). Since I do not have access to the requisite legacy systems, I am unable to properly test this software (particularly the SSL aspects). PR: ports/70808 Submitted by: Eric P. Scott <eps+psub0408@ana.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=124189
* - Update maintainer's email addressPav Lucistnik2004-11-141-1/+1
| | | | | | | | PR: ports/73939 Submitted by: Yonatan <onatan@gmail.com> (maintainer) Notes: svn path=/head/; revision=121613
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-8/+4
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Assign maintainership to Yonatan.Edwin Groothuis2003-09-081-1/+1
| | | | | | | Submitted by: "Yonatan Bokovza" <Yonatan@xpert.com> Notes: svn path=/head/; revision=88773
* Give up maintainership due to lack of mainframe access.Edwin Groothuis2003-09-071-1/+1
| | | | | | | Submitted by: volf@deze.org (Frank Volf) Notes: svn path=/head/; revision=88693
* Make x11/x3270 building again on 4-STABLE.Edwin Groothuis2003-08-301-0/+11
| | | | | | | | | Noticed by: bento / linimon Informed maintainer. Notes: svn path=/head/; revision=88071
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* Fix build on 5.0 (remove bogus sys_nerr declaration)Kris Kennaway2002-12-022-0/+24
| | | | Notes: svn path=/head/; revision=71285
* resolve problem with XFree86-4.0.2.FUJISHIMA Satsuki2001-03-061-2/+17
| | | | | | | | PR: 25559 Submitted by: maintainer Notes: svn path=/head/; revision=39144
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+2
| | | | Notes: svn path=/head/; revision=37252
* Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andSatoshi Asami2000-09-121-3/+9
| | | | | | | | | RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento Notes: svn path=/head/; revision=32551
* Remove empty fonts.dir and fonts.alias files. (Note chinese/kcfonts stillSatoshi Asami2000-06-011-4/+6
| | | | | | | leaves fonts.alias behind -- it is not removing any entries from that file.) Notes: svn path=/head/; revision=29026
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27497
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21147
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Move fonts from misc to local.Satoshi Asami1998-11-173-23/+45
| | | | Notes: svn path=/head/; revision=14587
* Remove x11 manpages. This would be the end of it, but some foolsTim Vanderhoek1998-08-201-4/+0
| | | | | | | thought it necessary to five new categories from one. ;-) Notes: svn path=/head/; revision=12667
* Upgrade, 3.0.3.6 -> 3.1.1.7.Masafumi Max NAKANE1997-10-154-12/+19
| | | | | | | | PR: 4728 Submitted by: volf@oasis.IAEhv.nl (Frank Volf) Notes: svn path=/head/; revision=8288
* The XFree86-3.3 font rules create gzipped fonts, not compressed ones.Satoshi Asami1997-06-131-16/+16
| | | | Notes: svn path=/head/; revision=6898
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-2/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-4/+4
| | | | Notes: svn path=/head/; revision=4570
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948