Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12_3 21 Dec 2018 13:19:03 |
rene |
Remove expired ports:
2018-12-19 net/py-libstorj: Broken for more than 6 months
2018-12-20 net/xferstats: Uses obsolete glib12
2018-12-20 net/wmlj: Uses obsolete glib12
2018-12-20 net/ipsorc: Uses obsolete glib12
2018-12-20 net/bsdproxy: Uses obsolete glib12
2018-12-20 net/gini: Uses obsolete glib12
2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead
2018-12-20 net/nocatsplash: Uses obsolete glib12
2018-12-20 net/jags: Uses obsolete glib12
2018-12-19 net/scribe: Broken for more than 6 months
2018-12-20 net/libnetdude: Uses obsolete glib12
2018-12-20 net/nepim: Uses obsolete glib12
2018-12-20 emulators/generator: Uses obsolete glib12
2018-12-19 emulators/py-nova: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.12_3 12 Oct 2018 09:19:05 |
antoine |
Deprecate most glib12 consumers
With hat: portmgr |
0.12_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.12_3 13 Aug 2015 21:35:43 |
antoine |
- Unbreak installation on freebsd 9
- Drop DOCS option, it doesn't install anything |
0.12_3 11 Aug 2015 17:55:19 |
amdmi3 |
Remove empty directories to fix stage-qa |
0.12_3 09 Dec 2014 17:29:50 |
bapt |
Cleanup plist |
0.12_3 17 Sep 2014 07:38:16 |
tijl |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
0.12_3 13 Sep 2014 15:11:28 |
tijl |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0 |
0.12_2 22 Jun 2014 10:44:30 |
tijl |
Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
(Only the first 15 lines of the commit message are shown above ) |
0.12_1 26 May 2014 19:54:42 |
amdmi3 |
- Convert to USES=libtool, drop .la files
- Fix DOCS installation
- Strip libraries
- Sort plist
- Fix comment
- Chase libpcapnav update |
0.12 09 Mar 2014 14:39:07 |
miwi |
- Stage support |
0.12 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.12 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.12 07 Feb 2012 14:45:17 |
wxs |
Assign back to the pool.
Approved by: maintainer via private mail |
0.12 27 May 2011 11:53:41 |
decke |
- Update to 0.12
- Remove PORTDOCS entries because docs are always disabled
PR: ports/154719
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Approved by: maintainer timeout (3.5 months) |
0.10a 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.10a 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.10a 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.10a 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.10a 21 Aug 2008 06:18:49 |
rafan |
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 ) |
0.10a 06 Feb 2008 14:27:01 |
wxs |
Fix the duplicate section.
Pointyhat to me.
Submitted by: pointyhat via Erwin
Approved by: garga (mentor) |
0.10a 04 Feb 2008 21:42:51 |
wxs |
Update netdude to 0.4.8a.
Update libnetdude to 0.10a.
Update libpcapnav to 0.8.
Pass maintainership to submitter.
PR: ports/120116
Submitted by: Brenton Chang <brenton.chang@gmail.com>
Approved by: maintainer (implicit), garga (mentor) |
0.9 04 Oct 2007 02:10:52 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
0.9 07 Jan 2007 21:42:09 |
itetcu |
Update to 0.9
PR: ports/107646
Submitted by: Wesley Shields (maintainer) |
0.8 19 Aug 2006 16:49:49 |
miwi |
- Update maintainer addresses
PR: ports/102230
Submitted by: Wesley Shields <wxs(at)atarininja.org>
Approved by: krion (mentor) |
0.8 29 Apr 2006 09:45:42 |
pav |
- Update to 0.8
- Transfer maintainership
PR: ports/96425
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: Yann Berthier <yb@bashibuzuk.net> (maintainer) |
0.6_1 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
0.6 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.6 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.6 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.6 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.6 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.6 21 Mar 2005 15:07:52 |
vs |
Update maintainer's address
Submitted by: maintainer |
0.6 22 Aug 2004 14:19:28 |
krion |
Fix build with gcc-3.4 |
0.6 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.6 09 May 2004 20:45:20 |
pav |
- Correct cutnpasto in Makefile header
PR: ports/66429
Submitted by: Wesley Shields <wxs@csh.rit.edu> |
0.6 09 May 2004 17:15:08 |
pav |
- Fix build on 4.x
Reported by: kris
PR: ports/66374
Submitted by: Yann Berthier <yb@sainte-barbe.org> (maintainer) |
0.6 04 May 2004 07:35:47 |
krion |
Add libnetdude 0.6,
The core of the Netdude framework and the place where the
packet manipulations are performed. It allows you to implement
trace file manipulations at a much higher level of abstraction
than code written directly on top of the pcap library.
PR: ports/66178
Submitted by: Yann Berthier <yb@sainte-barbe.org> |