Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.6_17 03 Jul 2014 09:20:51 |
bapt |
rpm3 is EOLed for long, most rpm users are now using rpm4 |
3.0.6_17 11 Jun 2014 18:55:30 |
marino |
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit) |
3.0.6_17 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
3.0.6_17 05 May 2014 21:53:16 |
tijl |
Convert to USES=libtool. |
3.0.6_16 04 Jan 2014 18:39:58 |
bapt |
Support stage
Fix bad shebangs
Do not install anymore the ${PREFIX}/src directories
Use options helpers |
3.0.6_15 04 Jan 2014 00:54:13 |
bapt |
Fix pkgname conflicts |
3.0.6_15 11 Dec 2013 10:04:56 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility
With hat: portmgr |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
3.0.6_15 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
3.0.6_15 30 Aug 2013 01:02:57 |
bapt |
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig |
14 Aug 2013 22:35:54
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.0.6_15 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
3.0.6_15 02 Apr 2013 22:14:38 |
bapt |
Do not try to remove directories not created by during the ports installation,
Only create them from package depending on the architecture
While here trim header, and convert WITHOUT_NLS to PORT_OPTIONS NLS
Tested by: rene
Approved by: portmgr (implicit)
With hat: portmgr |
3.0.6_15 23 Sep 2011 22:26:39 |
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 |
3.0.6_15 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
3.0.6_15 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.0.6_15 19 Jun 2010 18:56:51 |
sylvio |
- Update MASTER_SITES and merge CONFLICTS
PR: ports/147883
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe: yes |
3.0.6_15 02 Jun 2010 18:50:25 |
linimon |
Fix package on powerpc. While here, sort.
Hat: portmgr |
3.0.6_15 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
3.0.6_14 27 Nov 2009 22:52:30 |
sylvio |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
3.0.6_14 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 |
3.0.6_14 21 Jun 2009 11:28:10 |
dhn |
- Update mirrors
- Pass maintainership to submitter
PR: ports/135862
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
3.0.6_14 24 Mar 2009 17:07:22 |
mm |
- Add MAKE_JOBS_SAFE for SMP compilation |
3.0.6_14 06 Jun 2008 13:02:32 |
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) |
3.0.6_13 25 Jan 2008 17:37:34 |
danfe |
Clean up port descriptions for unmaintained ports in `archivers' category:
markup and spelling fixes, kill EOL whitespace and extraneous attribution. |
3.0.6_13 10 Apr 2007 16:41:05 |
rafan |
- Fix pkg-plist for WITHOUT_NLS
PR: ports/111455
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> |
3.0.6_13 22 Mar 2007 22:20:38 |
pav |
- Make gettext optional with WITHOUT_NLS knob
PR: ports/110534
Submitted by: Helge Oldach <ports-rpm-mar07@oldach.net> |
3.0.6_13 14 Aug 2006 09:56:58 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g |
3.0.6_13 07 Jul 2006 16:18:02 |
jmelo |
- Fix mastersite. |
3.0.6_13 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
3.0.6_13 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
3.0.6_12 14 Feb 2006 18:34:36 |
netchild |
Fix plist (typo). |
3.0.6_11 04 Feb 2006 13:16:12 |
netchild |
Fix plist for ia64 and sparc64.
Noticed by: pointyhat/kris |
3.0.6_10 22 Jan 2006 00:07:13 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry |
3.0.6_10 23 Nov 2005 23:37:45 |
pav |
- Add SHA256 |
3.0.6_10 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. |
3.0.6_10 14 Nov 2005 10:56:29 |
edwin |
Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4. |
3.0.6_10 29 Sep 2005 13:43:45 |
marius |
Add a missing CONFLICTS on archivers/rpm4.
Approved by: netchild |
3.0.6_10 27 May 2005 22:02:06 |
pat |
- sync rpmrc with FC3 only to make i386 and amd64 archs
compatible (no --ignorearch necessary)
- bump PORTREVISION
PR: ports/80922
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> |
3.0.6_9 11 May 2005 15:18:58 |
pav |
- Sweep directories on amd64 |
3.0.6_9 26 Jul 2004 12:13:47 |
vs |
Remove references to mirror.ac.uk
PR: ports/69481
Submitted by: Tim Bishop |
3.0.6_9 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 |
3.0.6_9 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
3.0.6_9 14 Mar 2004 06:17:56 |
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. |
3.0.6_9 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
3.0.6_8 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
3.0.6_8 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
3.0.6_8 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
3.0.6_7 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
3.0.6_7 11 Jul 2003 19:56:12 |
nork |
Don't compile with -static [1].
Drop MAINTAINERship.
PR: ports/42556 [1]
Requested by: Mikhail Teterin <mi@aldan.algebra.com> [1]
Approved by: maintainer timeout (a long time) |
3.0.6_6 07 Mar 2003 05:55:13 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.0.6_6 04 Nov 2002 02:55:13 |
edwin |
PERL -> REINPLACE
Noticed on: bento |
3.0.6_6 22 Oct 2002 20:41:53 |
jhb |
Update patch to configure.in to remove check for <machine/types.h>.
<machine/types.h> is not a user-usable header anyways. Including it breaks
the build on current. On stable <sys/types.h> includes it. This still
doesn't make rpm actually work on -current, but at least the port compiles
now. |
3.0.6_6 23 Sep 2002 16:55:26 |
sobomax |
Remove gettext-old dependency, which moves us kloser to nuking that outdated
piece of crap (only 5 packages depending on it remain). |
3.0.6_6 23 Sep 2002 16:53:05 |
sobomax |
Fix on -current. |
3.0.6_6 01 Aug 2002 16:22:41 |
ade |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
3.0.6_6 12 Apr 2002 17:10:20 |
ade |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
3.0.6_5 15 Mar 2002 19:44:29 |
ade |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
06 Jan 2002 06:20:22 |
will |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
15 Aug 2001 21:33:16 |
knu |
Conditionalize bzip2 dependencies. |
20 Mar 2001 21:29:26 |
obrien |
Add dummy getmntent() func. |
20 Mar 2001 20:28:14 |
obrien |
`rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers". |