non port: graphics/divxcalc/Makefile |
Number of commits found: 40 |
Sunday, 30 Dec 2012
|
12:03 beat
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
 |
Tuesday, 15 Mar 2011
|
16:02 bapt
Upgrade WWW and MASTER_SITES
While here remove MD5
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Saturday, 16 Oct 2010
|
11:52 ade
Punt autoconf267->autoconf268
 |
Tuesday, 5 Oct 2010
|
19:57 ade
Round one migration of ports from automake{19,110} to automake111
 |
Friday, 24 Sep 2010
|
03:22 ade
Migrate from devel/automake15 to devel/automake19
 |
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Thursday, 21 Aug 2008
|
06:18 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
- 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)
 |
Wednesday, 20 Aug 2008
|
00:57 ade
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
 |
Friday, 6 Jun 2008
|
13:35 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Saturday, 19 Apr 2008
|
17:56 miwi
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
 |
Sunday, 30 Sep 2007
|
04:47 linimon
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
 |
Saturday, 28 Jul 2007
|
06:33 ade
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Wednesday, 1 Nov 2006
|
15:34 jmelo
- Fix mastersite.
PR: ports/104163
Submitted by: Josh Paetzel <josh@tcbug.org>
 |
Tuesday, 15 Nov 2005
|
06:52 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.
 |
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
 |
Monday, 11 Apr 2005
|
08:04 obrien
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
 |
Wednesday, 2 Mar 2005
|
19:55 ahze
- Update to 0.6
- Update pkg-descr to better reflect program, and update WWW line
PR: ports/78313
Submitted by: Ports Fury
 |
Tuesday, 7 Dec 2004
|
21:14 lesi
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade
 |
Friday, 4 Jun 2004
|
17:29 ade
Sync with new bsd.autotools.mk
 |
Thursday, 5 Feb 2004
|
20:38 trevor
Use PLIST_FILES.
Reviewed by: marcus
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Sunday, 12 Oct 2003
|
13:15 krion
- Update MASTER_SITES and WWW: line
PR: 57891
Submitted by: Ports Fury
 |
Sunday, 22 Jun 2003
|
22:45 arved
Update to 0.5
PR: 52696
Submitted by: KATO Tsuguru <tkato@prontomail.com>
 |
Sunday, 20 Apr 2003
|
19:22 marcus
Remove USE_GNOMENG.
 |
Thursday, 20 Feb 2003
|
18:08 knu
de-pkg-comment
 |
Thursday, 5 Dec 2002
|
11:41 arved
Fix Build, after alane moved the automake14 files to a
different location nearly 2 months ago.
 |
Friday, 18 Oct 2002
|
20:56 obraun
Upgrade to 0.4a.
PR: 44227
Submitted by: KATO Tsuguru <tkato@prontomail.com>
 |
Tuesday, 3 Sep 2002
|
02:46 lioux
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis <edwin@mavetju.org>
 |
Thursday, 1 Aug 2002
|
01:50 pat
Update to 0.4
PR: ports/41210
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
 |
Monday, 29 Jul 2002
|
20:25 naddy
Update to 0.3.
PR: 41118
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
 |
Monday, 8 Jul 2002
|
10:41 ijliao
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
 |
Tuesday, 9 Apr 2002
|
07:38 ijliao
- Add missing BUILD_DEPENS to devel/automake14
- Remove unnecessary USE_BISON
PR: 36891
Submitted by: Ports Fury
 |
Wednesday, 20 Mar 2002
|
03:14 ijliao
add divxcalc 0.2
DivX Calculator
 |
Number of commits found: 40 |