Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
13.10.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
13.10.0 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
13.10.0 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
13.10.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
13.10.0 07 May 2019 20:28:20 |
ehaupt |
- Update to 13.10.0
- wfica uses gzopen64() which requires a newer zlib (switch to linux:c7)
Reviewed by: evfbsd@yandex.ru |
13.6.0 24 Aug 2017 16:41:35 |
ehaupt |
- Update to 13.6.0
- Update WWW |
13.4.0_1 31 Jan 2017 16:54:22 |
tijl |
- Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
Select one list for regular make and all lists for make makesum so linux
ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
lib64 and sbin into symbolic links to the same directory under usr.
This fixes the problem where some programs/libraries exist under / on
FreeBSD and /usr on Linux or vice versa and then depending on the order
of search paths Linux programs may run/load FreeBSD programs/libraries
and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so (Only the first 15 lines of the commit message are shown above ) |
13.4.0 19 Jan 2017 16:47:21 |
woodsb02 |
net/citrix_ica: Update to 13.4.0
- Allow build as non-root user with fakeroot
- Re-generate patches to match newer release
- Add dependency on linux:libxml2 [PR]
- Install binaries as executable with pkg-plist [PR]
PR: 209697
Reported by: Marcin Cieslak <saper@saper.info> |
13.3.0_2 07 Sep 2016 12:43:22 |
tijl |
- In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim |
13.3.0_1 05 Sep 2016 19:23:42 |
tijl |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
13.3.0_1 23 May 2016 14:03:49 |
ehaupt |
Drop maintainership as I no longer use this software. |
13.3.0_1 16 Mar 2016 12:49:49 |
ehaupt |
Disable Flash redirection as it generates a deadlock in linux_sys_futex.
Discussed on: freebsd-emulation |
13.3.0 23 Jan 2016 11:23:17 |
ehaupt |
Update to 13.3.0 |
13.2.1 14 Dec 2015 07:06:45 |
ehaupt |
Update to 13.2.1 |
13.2.0_3 06 Dec 2015 11:58:22 |
ehaupt |
Fix for WRKDIR/WRKSRC after recent ports infrastructure changes.
PR: 204459
Submitted by: Helge Oldach <freebsd@oldach.net> |
13.2.0_3 26 Aug 2015 08:40:21 |
ehaupt |
- Restore functionality of ICA_CERTS (was broken after r391627) [1]
- Adjust wfcmgr wrapper to run the now renamed configuration utility configmgr.
Retain name to avoid possible namespace collision due to its generic name.
- Make various scripts executable
PR: 194900 [1]
Submitted by: Helge Oldach <freebsd@oldach.net> |
13.2.0_2 25 Aug 2015 13:18:30 |
ehaupt |
- Disable ClientAudio in module.ini as this requires epoll_create which is not
yet implemented in linux abi
- Take maintainership
Notified by: Sergey Nasonov <snasonov@bcc.ru> |
13.2.0_1 10 Jul 2015 09:32:17 |
ehaupt |
Make 'wfica' executable. |
13.2.0 09 Jul 2015 09:51:09 |
ehaupt |
Update to 13.2.0 |
12.1_3 07 Nov 2014 14:06:33 |
xmj |
net/citrix_ica: Add webplugin USES flag
- Add USES= webplugin:linux
- Plist cleanup
PR: 179420
Differential Revision: https://reviews.freebsd.org/D1112
Submitted by: upiter77@lycos.com
Approved by: swills (mentor) |
12.1_2 12 Aug 2014 10:13:54 |
marino |
net/citrix_ica: USE_LINUX_APPS+= gtk2
PR: 192588
Submitted by: Helge Oldach |
12.1_1 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
12.1_1 29 Mar 2014 16:36:52 |
swills |
- Stage
PR: ports/187888
Submitted by: Johannes Jost Meixner <xmj@chaot.net> |
12.1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
12.1 31 Aug 2013 02:08:10 |
bdrewery |
- No MASTER_SITE defined, manual fetch is required regardless of
PACKAGE_BUILDING. Otherwise this just fails to fetch when building packages.
Missed in r325598
With hat: portmgr |
12.1 18 Jan 2013 17:07:01 |
swills |
- Update to 12.1
Note: this version requires the linux_pipe2 system call and won't work on
systems without it
PR: ports/174865 (with many changes)
Submitted by: Mark Felder <feld@feld.me>
Tested by: tabthorpe |
10.6_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
10.6_1 08 Mar 2011 01:21:36 |
tabthorpe |
- Reassign to the heap |
10.6_1 25 Jan 2010 15:11:20 |
tabthorpe |
- Use SUB_FILES/LIST in lieu of sed
- No PORTREVISION bump needed
PR: ports/143103
Submitted by: Sevan Janiyan <venture37 geeklan.co.uk> |
10.6_1 19 Mar 2009 17:28:51 |
bsam |
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav) |
10.6_1 03 Jan 2008 20:22:58 |
tabthorpe |
- Document work around for possible system crashes
- Cleanup Makefile while I am here
* After installation, create directory ${LINUXBASE}/dev
Inspired by: ports/117068
Submitted by: <ports-net-citrix_ica-oct07 oldach.net>
Discussed with: netchild@ in freebsd-emulation |
10.6_1 07 Sep 2007 03:48:36 |
tabthorpe |
- add support for non-standard root certificates
- this patch gives the possibility to install extra certificates by
setting the variable ICA_CERTS in /etc/make.conf
- bump PORTREVISION
PR: ports/115944
Submitted by: Edwin Groothuis <edwin_AT_mavetju.org>
Approved by: clsung (mentor) |
10.6 23 Aug 2007 04:00:04 |
tabthorpe |
- change maintainer address on ports I maintain
Approved by: clsung (mentor) |
10.6 04 Jul 2007 08:20:19 |
miwi |
- Update to 10.6
PR: 114240
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) |
10.0_1 30 May 2007 06:36:52 |
miwi |
- Bump PORTREVISION (forget in last commit) |
10.0 30 May 2007 06:33:27 |
miwi |
- Fix dependency after switch to xorg 7
PR: 113075
Submitted by: Helge Oldach <ports-citrix_ica-may07@oldach.net>
Approved by: maintainer |
10.0 20 Mar 2007 18:42:25 |
miwi |
- Update to 10.00
PR: 110204
Submitted by: William Baxter<web@superscript.com>
Approved by: maintainer |
9.00_4 23 Jan 2007 08:13:08 |
miwi |
- Fix build on amd64
PR: 108212
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) |
9.00_3 18 Jan 2007 18:22:14 |
rafan |
- Works on amd64, add to list
- Cleanup Makefile
PR: ports/108086
Submitted by: Thomas Abthorpe <thomas at goodking.ca> (maintainer) |
9.00_2 17 Jun 2006 09:58:51 |
itetcu |
The Citrix Server/Client has evolved to include other platforms, so update
the COMMENT and Pkg-descr to reflect this fact.
PR: ports/98985
Submitted by: maintainer |
9.00_2 29 May 2006 13:06:15 |
clsung |
- make portlint happy
- add SHA256
- take maintainership
PR: 97925
Submitted by: maintainer <thomas_AT_goodking dot ca> |
9.00_2 15 Apr 2006 06:26:48 |
linimon |
Reset mbr due to no answer to an email inquiry about his status, and
maintainer-timeouts.
Hat: portmgr |
9.00_2 26 Jun 2005 10:19:15 |
netchild |
There's more work needed to make this install into X11BASE and have a
working version.
In light of the recent X11BASE <-> LOCALBASE discussion I chose to revert
back to install into LOCALBASE until a final decission is made.
Noticed by: Jakob Breivik Grimstveit <jakob@grimstveit.no>
Approved by: short maintainer timeout; duty to fix bugs I introduce |
9.00_1 17 Jun 2005 22:59:29 |
netchild |
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use (Only the first 15 lines of the commit message are shown above ) |
9.00 28 May 2005 08:35:29 |
anders |
Add missing dependency linux-openmotif to make wfcmgr work.
Submitted by: mich
Approved by: maintainer (mbr) |
9.00 26 May 2005 15:21:30 |
anders |
Update to version 9. The old distfile was removed.
Approved by: maintainer (mbr) |
8.00_3 01 Mar 2005 21:51:49 |
trevor |
Respect the user's USE_LINUX setting. |
8.00_3 04 Jan 2005 13:11:21 |
netchild |
Add missing dependency (linux X11).
Tested by: Jakob Breivik Grimstveit <jakob@grimstveit.no>
Approved by: portmgr |
8.00_2 31 Dec 2004 18:24:10 |
netchild |
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some (Only the first 15 lines of the commit message are shown above ) |
8.00_1 06 Sep 2004 21:22:21 |
mbr |
Make this port interactive again to unbreak different
installation settings.
Approved by: portmgr (linimon) |
8.00_1 06 Sep 2004 00:08:34 |
mbr |
Unbreak and upgrade this port to version 8.0. The previous
distfile was not available anymore.
PR: ports/67576
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: portmgr (linimon) |
7.00_1 13 Aug 2003 09:29:48 |
mbr |
Since uname -m can now report any i[3456]86 values, change the script
to work with this.
Submitted by: Andrew Thompson <andy@fud.org.nz> |
7.00_1 11 Aug 2003 14:57:12 |
mbr |
Bump portrevision after the mozilla support fix. |
7.00 11 Aug 2003 14:56:22 |
mbr |
Support linux mozilla installations too. |
7.00 11 Aug 2003 13:45:31 |
mbr |
Upgrade to v. 7.00, integrate it into Gnome/KDE |
6.30.1052 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
6.30.1052 14 Sep 2002 08:09:35 |
mbr |
Upgrade these ports to new versions. While we are here, clean
up the IGNORE message, and make the manual install idiot proof.
Remove the need for a dist subdir, let the user rename the
distfile to a more useful distname. Fix pkg-plist. |
6.30.1050 09 Sep 2002 18:25:02 |
mbr |
Add command line options to wfica wrappers.
PR: 41694
Submitted by: Maxim Tulyuk <mt@gnu.carrier.kiev.ua> |
6.30.1050 08 Jul 2002 16:34:21 |
mbr |
Since we use ${LINUXBASE}/bin/sh, uname -m reports Linux. Do not change
the script to check for FreeBSD then. |
6.30.1050 01 Jul 2002 21:26:35 |
anders |
Forgot this patch to go along with the 6.30.1050 update.
Approved by: mbr |
6.30.1050 01 Jul 2002 21:14:35 |
anders |
Update to version 6.30.1050.
Approved by: mbr |
6.20.986 27 Apr 2002 10:11:12 |
mbr |
As always new MD5 checksum. Citrix seems to have changed the
install script slightly for Netscape 6, but I will look at that
later.
PR: ports/37198 |
29 Jan 2002 11:45:35 |
knu |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
22 Jan 2002 11:02:22 |
mbr |
Fix the package list and remove netscape plugin if installed |
22 Jan 2002 00:43:03 |
mbr |
Fix the plugin install. Look if there is a linux netscape installed and use
it's plugin dir to install. |
23 Dec 2001 23:27:43 |
mbr |
Change my email address, upgrade to latest version and fix the endless loop
during install in the case no netscape was installed. |
28 Oct 2001 19:55:44 |
asmodai |
Remove an extra `y'. |
01 Apr 2001 19:02:38 |
olgeni |
At deinstall time, remove the "application/x-ica" mime type from netscape's
mailcap and mime.types files. |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
12 Dec 2000 15:54:56 |
jedgar |
- Update port to 6.0.908 |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |
04 Oct 2000 07:40:08 |
sobomax |
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory. |