| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 10:13:20
0.13.62
|
bapt  |
Convert devel to USES=pkgconfig |
28 Mar 2013 15:51:17
  |
eadler  |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
19 Mar 2013 13:04:31
0.13.62
|
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
18 Aug 2012 21:48:36
0.13.62
|
scheidell  |
- Unbreak for FreeBSD > 7.4 amd64
PR: ports/170548
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
Approved by: port@ |
26 Jul 2012 05:40:24
0.13.62
|
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
23 Jul 2012 01:33:56
0.13.62
|
dougb  |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
12 Jun 2012 10:34:46
0.13.62
|
bapt  |
Convert to new options framework |
24 Mar 2012 16:25:45
0.13.62
|
miwi  |
- Update to version 0.13.62
PR: 166026
Submitted by: Ports Fury
Feature safe: yes |
04 Dec 2011 10:03:50
0.13.60
|
miwi  |
- Unbreak on clang
PR: 162919
Submitted by: Jan Beich <jbeich@tormail.net>
Feature safe: yes |
22 Oct 2011 23:50:23
0.13.60
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
11 Apr 2011 20:12:13
0.13.60
|
pav  |
- Mark BROKEN on amd64/7
Reported by: pointyhat |
23 Mar 2011 19:42:00
0.13.60
|
dhn  |
- Update to 0.13.60
PR: ports/155807
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
14 Sep 2010 13:43:48
0.13.59
|
ale  |
Don't rebuild manpages, if xmlto is installed.
Drop maintainership. |
20 May 2010 15:11:05
0.13.59
|
ale  |
Update to 0.13.59 release. |
29 Aug 2009 05:58:23
0.13.58_1
|
ale  |
Fix plist and bump PORTREVISION. |
27 Aug 2009 14:46:47
0.13.58
|
ale  |
Update to 0.13.58 release. |
22 Aug 2009 00:18:43
0.13.50
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
29 Dec 2008 09:35:21
0.13.50
|
ale  |
Update to 0.13.50 release. |
21 Aug 2008 06:18:49
0.13.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 ) |
01 Jun 2008 09:42:37
0.13.49
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
30 Oct 2007 06:49:54
0.13.49
|
ale  |
Help portscout. |
23 Jul 2007 09:36:52
0.13.49
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
22 Apr 2007 07:29:42
0.13.49
|
ale  |
Add python build dependency. |
20 Apr 2007 06:10:04
0.13.49
|
ale  |
Update to 0.13.49 release and install man pages. |
07 Sep 2006 06:24:37
0.13.47
|
ale  |
Update to 0.13.47 release. |
02 May 2006 17:01:37
0.13.45
|
ale  |
Fix build for systems with missing hostname. |
26 Apr 2006 07:57:46
0.13.45
|
ale  |
Update to 0.13.45 release. |
23 Feb 2006 10:40:45
0.10.82_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:30:12
0.10.82
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.10.82
|
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. |
12 Apr 2005 03:26:57
0.10.82
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.10.82
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
09 Jul 2004 17:43:11
0.10.82
|
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 |
18 Mar 2004 18:01:13
0.10.82
|
trevor  |
Add size data, approved by maintainers. |
14 Mar 2004 06:17:56
0.10.82
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
18 Jan 2004 10:50:16
0.10.82
|
ale  |
Switch to my @FreeBSD.org email address.
Approved by: nork (mentor) |
01 Aug 2003 05:29:27
0.10.82
|
krion  |
Fix build on -current
Approved by: fjoe (mentor) (implicit) |
30 Jul 2003 08:17:35
0.10.82
|
krion  |
Update to to 0.10.82
PR: 55038
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit) |
05 Apr 2003 05:18:23
0.10.76
|
kris  |
Correct typo in @unexec |
21 Feb 2003 11:23:04
0.10.76
|
knu  |
De-pkg-comment. |
20 Feb 2003 01:53:54
0.10.76
|
leeym  |
Update to zziplib-0.10.76
PR: 48396
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
22 Dec 2002 15:02:51
0.10.54
|
naddy  |
Make this build on -STABLE *and* -CURRENT. |
28 Sep 2002 23:23:38
0.10.54
|
kris  |
Fix build on -stable
Submitted by: Adam Weinberger <adam@vectors.cx>
PR: ports/41092 |
22 Jun 2002 15:57:04
0.10.54
|
pat  |
Update to 0.10.54
PR: 39657
Submitted by: maintainer |
20 May 2002 08:27:05
0.10.53
|
sada  |
- Upgrade to version 0.10.53 .
- Change maintainer to PR originator.
No response about related PR 37431 from maintainer.
PR: ports/37525
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
16 Jan 2001 17:33:20 
|
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
04 Jan 2001 11:14:38 
|
nbm  |
Add zziplib 0.10.11, a library to provide transparent read access to zipped
files. |